[==========] 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:33:56.363754   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:46177,127.0.120.61:40659,127.0.120.60:45587
I20260630 12:33:56.365620   480 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:33:56.366763   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:56.384390   487 instance_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:33:56.384580   486 instance_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:33:56.385603   489 instance_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:33:56.386205   480 server_base.cc:1061] running on GCE node
I20260630 12:33:57.614074   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:57.614362   480 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:33:57.614564   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822837614547 us; error 0 us; skew 500 ppm
I20260630 12:33:57.615459   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:57.620915   480 webserver.cc:533] Webserver started at http://127.0.120.62:42847/ using document root <none> and password file <none>
I20260630 12:33:57.622032   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:57.622295   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:57.622774   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:57.628929   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "bbb983444b2b41bc86ca43315eed4e52"
format_stamp: "Formatted at 2026-06-30 12:33:57 on dist-test-slave-80h9"
I20260630 12:33:57.636824   480 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:33:57.642308   495 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:33:57.643726   480 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:33:57.644037   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "bbb983444b2b41bc86ca43315eed4e52"
format_stamp: "Formatted at 2026-06-30 12:33:57 on dist-test-slave-80h9"
I20260630 12:33:57.644331   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-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:33:57.705098   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:57.706597   480 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:33:57.707082   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:57.781235   546 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:46177 every 8 connection(s)
I20260630 12:33:57.781229   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:46177
I20260630 12:33:57.787768   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:57.789357   547 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:33:57.794313   549 instance_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:33:57.795439   550 instance_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:33:57.800361   552 instance_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:33:57.804971   480 server_base.cc:1061] running on GCE node
I20260630 12:33:57.805701   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:57.805877   480 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:33:57.806082   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822837806053 us; error 0 us; skew 500 ppm
I20260630 12:33:57.806625   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:57.808923   547 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:57.811124   480 webserver.cc:533] Webserver started at http://127.0.120.61:39829/ using document root <none> and password file <none>
I20260630 12:33:57.811635   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:57.811862   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:57.812135   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:57.813197   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-1-root/instance:
uuid: "519299f4451c47158283ef6bb538e0d8"
format_stamp: "Formatted at 2026-06-30 12:33:57 on dist-test-slave-80h9"
I20260630 12:33:57.819662   480 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
I20260630 12:33:57.824637   559 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:33:57.825735   480 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:33:57.826084   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-1-root
uuid: "519299f4451c47158283ef6bb538e0d8"
format_stamp: "Formatted at 2026-06-30 12:33:57 on dist-test-slave-80h9"
I20260630 12:33:57.826452   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-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:33:57.840893   547 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:57.843498   498 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.61:40659: connect: Connection refused (error 111)
I20260630 12:33:57.848119   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
W20260630 12:33:57.847996   547 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.61:40659: Network error: Client connection negotiation failed: client connection to 127.0.120.61:40659: connect: Connection refused (error 111)
I20260630 12:33:57.849467   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:57.897706   547 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } attempt: 1
W20260630 12:33:57.903326   547 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.61:40659: Network error: Client connection negotiation failed: client connection to 127.0.120.61:40659: connect: Connection refused (error 111)
I20260630 12:33:57.918679   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.61:40659
I20260630 12:33:57.918886   611 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.61:40659 every 8 connection(s)
I20260630 12:33:57.923451   612 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:33:57.924299   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:57.929423   612 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:57.931056   614 instance_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:33:57.934630   615 instance_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:33:57.939492   480 server_base.cc:1061] running on GCE node
W20260630 12:33:57.940227   617 instance_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:33:57.941179   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:57.941395   480 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:33:57.941617   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822837941594 us; error 0 us; skew 500 ppm
I20260630 12:33:57.942178   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:57.945557   480 webserver.cc:533] Webserver started at http://127.0.120.60:34447/ using document root <none> and password file <none>
I20260630 12:33:57.946225   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:57.946470   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:57.946805   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:57.948136   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-2-root/instance:
uuid: "41287d9728dd4467a9d128fda9a5f1ba"
format_stamp: "Formatted at 2026-06-30 12:33:57 on dist-test-slave-80h9"
I20260630 12:33:57.948599   612 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:57.954310   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:33:57.959250   624 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:33:57.960291   480 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:33:57.960664   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-2-root
uuid: "41287d9728dd4467a9d128fda9a5f1ba"
format_stamp: "Formatted at 2026-06-30 12:33:57 on dist-test-slave-80h9"
I20260630 12:33:57.961071   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-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:33:57.962329   612 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:57.970170   612 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.60:45587: Network error: Client connection negotiation failed: client connection to 127.0.120.60:45587: connect: Connection refused (error 111)
I20260630 12:33:57.971858   547 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } attempt: 2
I20260630 12:33:57.981707   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:57.982134   547 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:57.983191   480 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260630 12:33:57.986778   547 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.60:45587: Network error: Client connection negotiation failed: client connection to 127.0.120.60:45587: connect: Connection refused (error 111)
I20260630 12:33:58.013764   612 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } attempt: 1
I20260630 12:33:58.018364   547 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } attempt: 1
W20260630 12:33:58.020048   612 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.60:45587: Network error: Client connection negotiation failed: client connection to 127.0.120.60:45587: connect: Connection refused (error 111)
W20260630 12:33:58.022822   547 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.60:45587: Network error: Client connection negotiation failed: client connection to 127.0.120.60:45587: connect: Connection refused (error 111)
I20260630 12:33:58.054399   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.60:45587
I20260630 12:33:58.054915   676 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.60:45587 every 8 connection(s)
I20260630 12:33:58.058873   677 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:33:58.058887   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:33:58.064906   677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:58.076812   677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:58.086094   677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:58.090378   547 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } attempt: 2
I20260630 12:33:58.095510   612 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } attempt: 2
I20260630 12:33:58.109328   677 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: Bootstrap starting.
I20260630 12:33:58.109321   547 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: Bootstrap starting.
I20260630 12:33:58.114503   612 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8: Bootstrap starting.
I20260630 12:33:58.118093   677 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:58.118090   547 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:58.119169   612 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:58.120944   677 log.cc:826] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: Log is configured to *not* fsync() on all Append() calls
I20260630 12:33:58.128376   677 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: No bootstrap required, opened a new log
I20260630 12:33:58.128444   612 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8: No bootstrap required, opened a new log
I20260630 12:33:58.128513   547 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: No bootstrap required, opened a new log
I20260630 12:33:58.147746   547 raft_consensus.cc:359] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.147763   612 raft_consensus.cc:359] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.148484   547 raft_consensus.cc:385] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:58.147763   677 raft_consensus.cc:359] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.148743   612 raft_consensus.cc:385] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:58.148805   547 raft_consensus.cc:740] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bbb983444b2b41bc86ca43315eed4e52, State: Initialized, Role: FOLLOWER
I20260630 12:33:58.149103   612 raft_consensus.cc:740] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 519299f4451c47158283ef6bb538e0d8, State: Initialized, Role: FOLLOWER
I20260630 12:33:58.149108   677 raft_consensus.cc:385] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:58.149850   677 raft_consensus.cc:740] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 41287d9728dd4467a9d128fda9a5f1ba, State: Initialized, Role: FOLLOWER
I20260630 12:33:58.150116   547 consensus_queue.cc:260] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.150138   612 consensus_queue.cc:260] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.150754   677 consensus_queue.cc:260] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.154414   686 sys_catalog.cc:455] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [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: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.155748   547 sys_catalog.cc:565] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:58.157285   686 sys_catalog.cc:458] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:58.156368   687 sys_catalog.cc:455] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [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: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.157964   687 sys_catalog.cc:458] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:58.158002   612 sys_catalog.cc:565] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:58.157303   688 sys_catalog.cc:455] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [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: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.158784   677 sys_catalog.cc:565] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:58.159106   688 sys_catalog.cc:458] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:58.205853   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:33:58.206455   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:33:58.208447   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:58.213016   720 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:58.213405   720 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:33:58.213989   501 tablet.cc:2406] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: Can't schedule compaction. Clean time has not been advanced past its initial value.
W20260630 12:33:58.215642   721 catalog_manager.cc:1594] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:58.215966   721 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:33:58.217681   718 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:58.218159   718 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:33:58.219069   723 instance_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:33:58.221551   724 instance_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:33:58.227527   480 server_base.cc:1061] running on GCE node
W20260630 12:33:58.229218   726 instance_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:33:58.230271   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:58.230556   480 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:33:58.230774   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822838230754 us; error 0 us; skew 500 ppm
I20260630 12:33:58.231488   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:58.234357   480 webserver.cc:533] Webserver started at http://127.0.120.1:34385/ using document root <none> and password file <none>
I20260630 12:33:58.234987   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:58.235249   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:58.235562   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:58.236999   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "c1afcbaee6b74f38985d00784e04eae0"
format_stamp: "Formatted at 2026-06-30 12:33:58 on dist-test-slave-80h9"
I20260630 12:33:58.242990   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.004s
I20260630 12:33:58.247444   731 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:33:58.248337   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.003s
I20260630 12:33:58.248677   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "c1afcbaee6b74f38985d00784e04eae0"
format_stamp: "Formatted at 2026-06-30 12:33:58 on dist-test-slave-80h9"
I20260630 12:33:58.249032   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-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:33:58.271919   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:58.273684   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:58.276430   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:58.281750   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:58.282071   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:58.282370   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:58.282579   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:58.326213   687 raft_consensus.cc:493] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:58.326941   687 raft_consensus.cc:515] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.331413   522 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "519299f4451c47158283ef6bb538e0d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bbb983444b2b41bc86ca43315eed4e52" is_pre_election: true
I20260630 12:33:58.332310   522 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 519299f4451c47158283ef6bb538e0d8 in term 0.
I20260630 12:33:58.334122   561 leader_election.cc:304] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 519299f4451c47158283ef6bb538e0d8, bbb983444b2b41bc86ca43315eed4e52; no voters: 
I20260630 12:33:58.338022   687 leader_election.cc:290] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bbb983444b2b41bc86ca43315eed4e52 (127.0.120.62:46177), 41287d9728dd4467a9d128fda9a5f1ba (127.0.120.60:45587)
I20260630 12:33:58.338933   687 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:58.339452   687 raft_consensus.cc:493] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:58.339846   687 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:58.340133   652 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "519299f4451c47158283ef6bb538e0d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "41287d9728dd4467a9d128fda9a5f1ba" is_pre_election: true
I20260630 12:33:58.341292   652 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 519299f4451c47158283ef6bb538e0d8 in term 0.
I20260630 12:33:58.349536   687 raft_consensus.cc:515] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.353037   522 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "519299f4451c47158283ef6bb538e0d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bbb983444b2b41bc86ca43315eed4e52"
I20260630 12:33:58.353652   522 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:58.353771   687 leader_election.cc:290] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [CANDIDATE]: Term 1 election: Requested vote from peers bbb983444b2b41bc86ca43315eed4e52 (127.0.120.62:46177), 41287d9728dd4467a9d128fda9a5f1ba (127.0.120.60:45587)
I20260630 12:33:58.353677   652 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "519299f4451c47158283ef6bb538e0d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "41287d9728dd4467a9d128fda9a5f1ba"
I20260630 12:33:58.359383   652 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:58.361913   522 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 519299f4451c47158283ef6bb538e0d8 in term 1.
I20260630 12:33:58.363665   561 leader_election.cc:304] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 519299f4451c47158283ef6bb538e0d8, bbb983444b2b41bc86ca43315eed4e52; no voters: 
I20260630 12:33:58.364531   687 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:58.365260   687 raft_consensus.cc:697] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 1 LEADER]: Becoming Leader. State: Replica: 519299f4451c47158283ef6bb538e0d8, State: Running, Role: LEADER
I20260630 12:33:58.366541   687 consensus_queue.cc:237] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } }
I20260630 12:33:58.370929   652 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 519299f4451c47158283ef6bb538e0d8 in term 1.
I20260630 12:33:58.384330   763 sys_catalog.cc:455] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 519299f4451c47158283ef6bb538e0d8. Latest consensus state: current_term: 1 leader_uuid: "519299f4451c47158283ef6bb538e0d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.385527   763 sys_catalog.cc:458] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:58.395538   777 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:33:58.404378   777 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:33:58.428550   522 raft_consensus.cc:1275] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 1 FOLLOWER]: Refusing update from remote peer 519299f4451c47158283ef6bb538e0d8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:58.429786   652 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 1 FOLLOWER]: Refusing update from remote peer 519299f4451c47158283ef6bb538e0d8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:58.430953   687 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:58.431898   763 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:33:58.432753   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:43267
I20260630 12:33:58.438318   797 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:43267 every 8 connection(s)
I20260630 12:33:58.456545   686 sys_catalog.cc:455] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 519299f4451c47158283ef6bb538e0d8. Latest consensus state: current_term: 1 leader_uuid: "519299f4451c47158283ef6bb538e0d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.457619   686 sys_catalog.cc:458] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:58.471380   688 sys_catalog.cc:455] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [sys.catalog]: SysCatalogTable state changed. Reason: New leader 519299f4451c47158283ef6bb538e0d8. Latest consensus state: current_term: 1 leader_uuid: "519299f4451c47158283ef6bb538e0d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.472185   688 sys_catalog.cc:458] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:58.478972   792 mvcc.cc:204] Tried to move back new op lower bound from 7302442346172690432 to 7302442345964769280. Current Snapshot: MvccSnapshot[applied={T|T < 7302442346172690432}]
I20260630 12:33:58.488204   763 sys_catalog.cc:455] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "519299f4451c47158283ef6bb538e0d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.488955   763 sys_catalog.cc:458] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:58.492604   688 sys_catalog.cc:455] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "519299f4451c47158283ef6bb538e0d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.493333   688 sys_catalog.cc:458] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:58.501686   763 sys_catalog.cc:455] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "519299f4451c47158283ef6bb538e0d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.502596   763 sys_catalog.cc:458] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:58.505079   777 catalog_manager.cc:1383] Generated new cluster ID: 47acef9c736142b9bd14523c99797b40
I20260630 12:33:58.505416   777 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:33:58.521277   686 sys_catalog.cc:455] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "519299f4451c47158283ef6bb538e0d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bbb983444b2b41bc86ca43315eed4e52" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 46177 } } peers { permanent_uuid: "519299f4451c47158283ef6bb538e0d8" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 40659 } } peers { permanent_uuid: "41287d9728dd4467a9d128fda9a5f1ba" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 45587 } } }
I20260630 12:33:58.522328   686 sys_catalog.cc:458] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:58.543179   803 heartbeater.cc:344] Connected to a master server at 127.0.120.61:40659
I20260630 12:33:58.543659   803 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:58.544970   803 heartbeater.cc:507] Master 127.0.120.61:40659 requested a full tablet report, sending...
I20260630 12:33:58.546470   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:58.548504   577 ts_manager.cc:194] Registered new tserver with Master: c1afcbaee6b74f38985d00784e04eae0 (127.0.120.1:43267)
W20260630 12:33:58.556296   813 instance_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:33:58.560098   800 heartbeater.cc:344] Connected to a master server at 127.0.120.60:45587
I20260630 12:33:58.560503   800 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:58.561332   800 heartbeater.cc:507] Master 127.0.120.60:45587 requested a full tablet report, sending...
I20260630 12:33:58.564750   642 ts_manager.cc:194] Registered new tserver with Master: c1afcbaee6b74f38985d00784e04eae0 (127.0.120.1:43267)
I20260630 12:33:58.565688   808 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46177
W20260630 12:33:58.565889   814 instance_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:33:58.566087   808 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:58.567065   808 heartbeater.cc:507] Master 127.0.120.62:46177 requested a full tablet report, sending...
I20260630 12:33:58.571297   512 ts_manager.cc:194] Registered new tserver with Master: c1afcbaee6b74f38985d00784e04eae0 (127.0.120.1:43267)
I20260630 12:33:58.576387   480 server_base.cc:1061] running on GCE node
W20260630 12:33:58.577353   816 instance_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:33:58.579557   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:58.579751   480 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:33:58.579922   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822838579906 us; error 0 us; skew 500 ppm
I20260630 12:33:58.580578   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:58.589984   777 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:33:58.592108   777 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:33:58.599378   480 webserver.cc:533] Webserver started at http://127.0.120.2:33123/ using document root <none> and password file <none>
I20260630 12:33:58.600056   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:58.600282   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:58.600574   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:58.601864   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "52d7d96069a54caba3e0ca4a968b4ae4"
format_stamp: "Formatted at 2026-06-30 12:33:58 on dist-test-slave-80h9"
I20260630 12:33:58.607873   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260630 12:33:58.611867   821 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:33:58.612779   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:33:58.613157   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "52d7d96069a54caba3e0ca4a968b4ae4"
format_stamp: "Formatted at 2026-06-30 12:33:58 on dist-test-slave-80h9"
I20260630 12:33:58.613523   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-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:33:58.630681   777 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8: Generated new TSK 0
I20260630 12:33:58.631946   777 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:33:58.666436   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:58.667830   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:58.669309   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:58.671671   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:58.671869   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:58.672117   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:58.672281   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:58.772210   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:34605
I20260630 12:33:58.772279   883 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:34605 every 8 connection(s)
I20260630 12:33:58.801440   884 heartbeater.cc:344] Connected to a master server at 127.0.120.60:45587
I20260630 12:33:58.801872   884 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:58.802976   884 heartbeater.cc:507] Master 127.0.120.60:45587 requested a full tablet report, sending...
I20260630 12:33:58.806360   642 ts_manager.cc:194] Registered new tserver with Master: 52d7d96069a54caba3e0ca4a968b4ae4 (127.0.120.2:34605)
I20260630 12:33:58.810281   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:58.815338   887 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46177
I20260630 12:33:58.815747   887 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:58.816646   887 heartbeater.cc:507] Master 127.0.120.62:46177 requested a full tablet report, sending...
I20260630 12:33:58.819382   885 heartbeater.cc:344] Connected to a master server at 127.0.120.61:40659
I20260630 12:33:58.819416   512 ts_manager.cc:194] Registered new tserver with Master: 52d7d96069a54caba3e0ca4a968b4ae4 (127.0.120.2:34605)
I20260630 12:33:58.819937   885 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:58.820952   885 heartbeater.cc:507] Master 127.0.120.61:40659 requested a full tablet report, sending...
I20260630 12:33:58.823575   577 ts_manager.cc:194] Registered new tserver with Master: 52d7d96069a54caba3e0ca4a968b4ae4 (127.0.120.2:34605)
W20260630 12:33:58.824214   891 instance_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:33:58.825981   892 instance_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:33:58.827147   577 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36512
I20260630 12:33:58.833302   480 server_base.cc:1061] running on GCE node
W20260630 12:33:58.834084   894 instance_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:33:58.835134   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:58.835399   480 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:33:58.835601   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822838835586 us; error 0 us; skew 500 ppm
I20260630 12:33:58.836238   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:58.838973   480 webserver.cc:533] Webserver started at http://127.0.120.3:38961/ using document root <none> and password file <none>
I20260630 12:33:58.839601   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:58.839854   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:58.840168   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:58.841557   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "0e9846315bb64f78990cb517a830b344"
format_stamp: "Formatted at 2026-06-30 12:33:58 on dist-test-slave-80h9"
I20260630 12:33:58.847255   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:33:58.851616   899 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:33:58.852466   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:33:58.852819   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "0e9846315bb64f78990cb517a830b344"
format_stamp: "Formatted at 2026-06-30 12:33:58 on dist-test-slave-80h9"
I20260630 12:33:58.853163   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822836191499-480-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:33:58.875249   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:58.877013   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:58.879698   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:58.883798   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:58.884078   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:58.884373   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:58.884608   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:58.974681   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:39155
I20260630 12:33:58.974869   961 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:39155 every 8 connection(s)
I20260630 12:33:59.004860   962 heartbeater.cc:344] Connected to a master server at 127.0.120.60:45587
I20260630 12:33:59.005348   962 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:59.006386   962 heartbeater.cc:507] Master 127.0.120.60:45587 requested a full tablet report, sending...
I20260630 12:33:59.007509   964 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46177
I20260630 12:33:59.007900   964 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:59.009047   964 heartbeater.cc:507] Master 127.0.120.62:46177 requested a full tablet report, sending...
I20260630 12:33:59.009603   642 ts_manager.cc:194] Registered new tserver with Master: 0e9846315bb64f78990cb517a830b344 (127.0.120.3:39155)
I20260630 12:33:59.011780   512 ts_manager.cc:194] Registered new tserver with Master: 0e9846315bb64f78990cb517a830b344 (127.0.120.3:39155)
I20260630 12:33:59.015897   963 heartbeater.cc:344] Connected to a master server at 127.0.120.61:40659
I20260630 12:33:59.016300   963 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:59.017303   963 heartbeater.cc:507] Master 127.0.120.61:40659 requested a full tablet report, sending...
I20260630 12:33:59.019554   577 ts_manager.cc:194] Registered new tserver with Master: 0e9846315bb64f78990cb517a830b344 (127.0.120.3:39155)
I20260630 12:33:59.019666   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.027094593s
I20260630 12:33:59.021358   577 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36516
I20260630 12:33:59.222249   721 catalog_manager.cc:1295] Loaded cluster ID: 47acef9c736142b9bd14523c99797b40
I20260630 12:33:59.222610   721 catalog_manager.cc:1588] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: loading cluster ID for follower catalog manager: success
I20260630 12:33:59.223959   718 catalog_manager.cc:1295] Loaded cluster ID: 47acef9c736142b9bd14523c99797b40
I20260630 12:33:59.224303   718 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: loading cluster ID for follower catalog manager: success
I20260630 12:33:59.230391   721 catalog_manager.cc:1610] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: acquiring CA information for follower catalog manager: success
I20260630 12:33:59.231312   718 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: acquiring CA information for follower catalog manager: success
I20260630 12:33:59.234602   721 catalog_manager.cc:1638] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:33:59.237010   718 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:33:59.554661   577 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36498
I20260630 12:33:59.832010   885 heartbeater.cc:499] Master 127.0.120.61:40659 was elected leader, sending a full tablet report...
I20260630 12:34:00.024627   963 heartbeater.cc:499] Master 127.0.120.61:40659 was elected leader, sending a full tablet report...
I20260630 12:34:00.202253   717 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:00.387471   577 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36530:
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:00.472682   927 tablet_service.cc:1511] Processing CreateTablet for tablet fa58fe08d98c4ea9b4befac20931be02 (DEFAULT_TABLE table=test-workload [id=0cd8d0c1fa6041d8a5a62b933564d2e2]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:34:00.474591   927 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa58fe08d98c4ea9b4befac20931be02. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:00.478747   849 tablet_service.cc:1511] Processing CreateTablet for tablet b7940441de8e4f7f80af5455b9f71bba (DEFAULT_TABLE table=test-workload [id=0cd8d0c1fa6041d8a5a62b933564d2e2]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:34:00.479710   758 tablet_service.cc:1511] Processing CreateTablet for tablet 6b1b8752df57479cbcc63097a131fbf0 (DEFAULT_TABLE table=test-workload [id=0cd8d0c1fa6041d8a5a62b933564d2e2]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:34:00.480674   849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7940441de8e4f7f80af5455b9f71bba. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:00.480369   759 tablet_service.cc:1511] Processing CreateTablet for tablet f206e8c8bc73449d83d95f3456682617 (DEFAULT_TABLE table=test-workload [id=0cd8d0c1fa6041d8a5a62b933564d2e2]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:34:00.481339   758 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b1b8752df57479cbcc63097a131fbf0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:00.482089   759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f206e8c8bc73449d83d95f3456682617. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:00.504400   998 tablet_bootstrap.cc:492] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4: Bootstrap starting.
I20260630 12:34:00.508232   997 tablet_bootstrap.cc:492] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0: Bootstrap starting.
I20260630 12:34:00.509828   999 tablet_bootstrap.cc:492] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344: Bootstrap starting.
I20260630 12:34:00.513797   998 tablet_bootstrap.cc:654] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:00.517681   999 tablet_bootstrap.cc:654] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:00.517681   997 tablet_bootstrap.cc:654] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:00.520224   998 tablet_bootstrap.cc:492] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4: No bootstrap required, opened a new log
I20260630 12:34:00.520685   998 ts_tablet_manager.cc:1403] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4: Time spent bootstrapping tablet: real 0.017s	user 0.005s	sys 0.009s
I20260630 12:34:00.524856   998 raft_consensus.cc:359] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "52d7d96069a54caba3e0ca4a968b4ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34605 } }
I20260630 12:34:00.525590   998 raft_consensus.cc:385] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:00.525743   997 tablet_bootstrap.cc:492] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0: No bootstrap required, opened a new log
I20260630 12:34:00.525758   999 tablet_bootstrap.cc:492] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344: No bootstrap required, opened a new log
I20260630 12:34:00.525936   998 raft_consensus.cc:740] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52d7d96069a54caba3e0ca4a968b4ae4, State: Initialized, Role: FOLLOWER
I20260630 12:34:00.526443   999 ts_tablet_manager.cc:1403] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.005s
I20260630 12:34:00.526448   997 ts_tablet_manager.cc:1403] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.010s
I20260630 12:34:00.526944   998 consensus_queue.cc:260] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "52d7d96069a54caba3e0ca4a968b4ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34605 } }
I20260630 12:34:00.527763   998 raft_consensus.cc:399] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:00.528131   998 raft_consensus.cc:493] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:00.528576   998 raft_consensus.cc:3060] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:00.529520   999 raft_consensus.cc:359] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e9846315bb64f78990cb517a830b344" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39155 } }
I20260630 12:34:00.529702   997 raft_consensus.cc:359] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } }
I20260630 12:34:00.530150   999 raft_consensus.cc:385] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:00.530260   997 raft_consensus.cc:385] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:00.530531   999 raft_consensus.cc:740] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0e9846315bb64f78990cb517a830b344, State: Initialized, Role: FOLLOWER
I20260630 12:34:00.530651   997 raft_consensus.cc:740] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1afcbaee6b74f38985d00784e04eae0, State: Initialized, Role: FOLLOWER
I20260630 12:34:00.531383   997 consensus_queue.cc:260] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } }
I20260630 12:34:00.531383   999 consensus_queue.cc:260] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0e9846315bb64f78990cb517a830b344" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39155 } }
I20260630 12:34:00.532230   997 raft_consensus.cc:399] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:00.532651   997 raft_consensus.cc:493] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:00.532768   999 raft_consensus.cc:399] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:00.533022   997 raft_consensus.cc:3060] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:00.533130   999 raft_consensus.cc:493] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:00.533553   999 raft_consensus.cc:3060] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:00.534528   998 raft_consensus.cc:515] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "52d7d96069a54caba3e0ca4a968b4ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34605 } }
I20260630 12:34:00.535228   998 leader_election.cc:304] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [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: 52d7d96069a54caba3e0ca4a968b4ae4; no voters: 
I20260630 12:34:00.537788   998 leader_election.cc:290] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:00.538357  1003 raft_consensus.cc:2804] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:00.539938   997 raft_consensus.cc:515] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } }
I20260630 12:34:00.540030   999 raft_consensus.cc:515] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e9846315bb64f78990cb517a830b344" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39155 } }
I20260630 12:34:00.540761   999 leader_election.cc:304] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [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: 0e9846315bb64f78990cb517a830b344; no voters: 
I20260630 12:34:00.540761   997 leader_election.cc:304] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [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: c1afcbaee6b74f38985d00784e04eae0; no voters: 
I20260630 12:34:00.545507   999 leader_election.cc:290] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:00.546779  1006 raft_consensus.cc:2804] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:00.548089   998 ts_tablet_manager.cc:1434] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4: Time spent starting tablet: real 0.027s	user 0.016s	sys 0.011s
I20260630 12:34:00.550433  1003 raft_consensus.cc:697] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 1 LEADER]: Becoming Leader. State: Replica: 52d7d96069a54caba3e0ca4a968b4ae4, State: Running, Role: LEADER
I20260630 12:34:00.551182   997 leader_election.cc:290] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:00.551443  1003 consensus_queue.cc:237] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [LEADER]: Queue going to LEADER mode. State: All 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: "52d7d96069a54caba3e0ca4a968b4ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34605 } }
I20260630 12:34:00.551882  1007 raft_consensus.cc:2804] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:00.555335  1007 raft_consensus.cc:697] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 1 LEADER]: Becoming Leader. State: Replica: c1afcbaee6b74f38985d00784e04eae0, State: Running, Role: LEADER
I20260630 12:34:00.555192  1006 raft_consensus.cc:697] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 1 LEADER]: Becoming Leader. State: Replica: 0e9846315bb64f78990cb517a830b344, State: Running, Role: LEADER
I20260630 12:34:00.556289  1007 consensus_queue.cc:237] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [LEADER]: Queue going to LEADER mode. State: All 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: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } }
I20260630 12:34:00.556627   803 heartbeater.cc:499] Master 127.0.120.61:40659 was elected leader, sending a full tablet report...
I20260630 12:34:00.556525  1006 consensus_queue.cc:237] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [LEADER]: Queue going to LEADER mode. State: All 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: "0e9846315bb64f78990cb517a830b344" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39155 } }
I20260630 12:34:00.558423   999 ts_tablet_manager.cc:1434] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344: Time spent starting tablet: real 0.031s	user 0.017s	sys 0.006s
I20260630 12:34:00.561522   997 ts_tablet_manager.cc:1434] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0: Time spent starting tablet: real 0.035s	user 0.021s	sys 0.002s
I20260630 12:34:00.562901   997 tablet_bootstrap.cc:492] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0: Bootstrap starting.
I20260630 12:34:00.573818   997 tablet_bootstrap.cc:654] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:00.575555   576 catalog_manager.cc:5697] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 52d7d96069a54caba3e0ca4a968b4ae4 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "52d7d96069a54caba3e0ca4a968b4ae4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "52d7d96069a54caba3e0ca4a968b4ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34605 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:00.577889   577 catalog_manager.cc:5697] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 reported cstate change: term changed from 0 to 1, leader changed from <none> to c1afcbaee6b74f38985d00784e04eae0 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "c1afcbaee6b74f38985d00784e04eae0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:00.585572   997 tablet_bootstrap.cc:492] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0: No bootstrap required, opened a new log
I20260630 12:34:00.585930   997 ts_tablet_manager.cc:1403] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0: Time spent bootstrapping tablet: real 0.023s	user 0.006s	sys 0.011s
I20260630 12:34:00.588829   997 raft_consensus.cc:359] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } }
I20260630 12:34:00.589387   997 raft_consensus.cc:385] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:00.589704   997 raft_consensus.cc:740] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1afcbaee6b74f38985d00784e04eae0, State: Initialized, Role: FOLLOWER
I20260630 12:34:00.590535   997 consensus_queue.cc:260] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } }
I20260630 12:34:00.591207   997 raft_consensus.cc:399] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:00.591516   997 raft_consensus.cc:493] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:00.591856   997 raft_consensus.cc:3060] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:00.599545   997 raft_consensus.cc:515] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } }
I20260630 12:34:00.600222   997 leader_election.cc:304] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [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: c1afcbaee6b74f38985d00784e04eae0; no voters: 
I20260630 12:34:00.600811   997 leader_election.cc:290] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:00.602090  1007 raft_consensus.cc:2804] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:00.602444   997 ts_tablet_manager.cc:1434] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0: Time spent starting tablet: real 0.016s	user 0.014s	sys 0.000s
I20260630 12:34:00.602591  1007 raft_consensus.cc:697] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 1 LEADER]: Becoming Leader. State: Replica: c1afcbaee6b74f38985d00784e04eae0, State: Running, Role: LEADER
I20260630 12:34:00.607165  1007 consensus_queue.cc:237] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [LEADER]: Queue going to LEADER mode. State: All 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: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } }
I20260630 12:34:00.615491   575 catalog_manager.cc:5697] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0e9846315bb64f78990cb517a830b344 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "0e9846315bb64f78990cb517a830b344" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e9846315bb64f78990cb517a830b344" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39155 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:00.649677   577 catalog_manager.cc:5697] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 reported cstate change: term changed from 0 to 1, leader changed from <none> to c1afcbaee6b74f38985d00784e04eae0 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "c1afcbaee6b74f38985d00784e04eae0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c1afcbaee6b74f38985d00784e04eae0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43267 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:02.203334   717 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:02.205924   717 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:02.689450   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:34:02.707456   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:02.708132   480 tablet_replica.cc:333] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0: stopping tablet replica
I20260630 12:34:02.708735   480 raft_consensus.cc:2243] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:02.709208   480 raft_consensus.cc:2272] T 6b1b8752df57479cbcc63097a131fbf0 P c1afcbaee6b74f38985d00784e04eae0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:02.711412   480 tablet_replica.cc:333] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0: stopping tablet replica
I20260630 12:34:02.711876   480 raft_consensus.cc:2243] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:02.712266   480 raft_consensus.cc:2272] T f206e8c8bc73449d83d95f3456682617 P c1afcbaee6b74f38985d00784e04eae0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:02.802771   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:34:02.812561   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:34:02.828985   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:02.829767   480 tablet_replica.cc:333] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4: stopping tablet replica
I20260630 12:34:02.830304   480 raft_consensus.cc:2243] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:02.830739   480 raft_consensus.cc:2272] T b7940441de8e4f7f80af5455b9f71bba P 52d7d96069a54caba3e0ca4a968b4ae4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:02.848680   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:34:02.857111   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:34:02.874068   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:02.874666   480 tablet_replica.cc:333] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344: stopping tablet replica
I20260630 12:34:02.875244   480 raft_consensus.cc:2243] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:02.875667   480 raft_consensus.cc:2272] T fa58fe08d98c4ea9b4befac20931be02 P 0e9846315bb64f78990cb517a830b344 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:02.893260   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:34:02.900749   480 master.cc:562] Master@127.0.120.62:46177 shutting down...
I20260630 12:34:03.001387   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:03.002017   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:03.002418   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P bbb983444b2b41bc86ca43315eed4e52: stopping tablet replica
I20260630 12:34:03.020943   480 master.cc:584] Master@127.0.120.62:46177 shutdown complete.
I20260630 12:34:03.031615   480 master.cc:562] Master@127.0.120.61:40659 shutting down...
I20260630 12:34:03.045549   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:03.046397   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:03.046737   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 519299f4451c47158283ef6bb538e0d8: stopping tablet replica
I20260630 12:34:03.097630   480 master.cc:584] Master@127.0.120.61:40659 shutdown complete.
I20260630 12:34:03.108250   480 master.cc:562] Master@127.0.120.60:45587 shutting down...
I20260630 12:34:03.122589   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:03.123212   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:03.123574   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 41287d9728dd4467a9d128fda9a5f1ba: stopping tablet replica
I20260630 12:34:03.140863   480 master.cc:584] Master@127.0.120.60:45587 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (6804 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:34:03.165017   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:39997
I20260630 12:34:03.165967   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:03.176134  1023 instance_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:03.177354  1024 instance_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:03.179569   480 server_base.cc:1061] running on GCE node
W20260630 12:34:03.181433  1026 instance_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:03.182286   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:03.182475   480 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:03.182628   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822843182616 us; error 0 us; skew 500 ppm
I20260630 12:34:03.183141   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:03.185364   480 webserver.cc:533] Webserver started at http://127.0.120.62:33141/ using document root <none> and password file <none>
I20260630 12:34:03.185776   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:03.185925   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:03.186121   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:03.187161   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "fe6714ae255d48f3993563cfa4bc9499"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-80h9"
I20260630 12:34:03.191434   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:34:03.194599  1031 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:03.195457   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:03.195698   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "fe6714ae255d48f3993563cfa4bc9499"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-80h9"
I20260630 12:34:03.195938   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-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:03.222740   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:03.223711   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:03.267210   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:39997
I20260630 12:34:03.267359  1082 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:39997 every 8 connection(s)
I20260630 12:34:03.270844  1083 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:03.280839  1083 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499: Bootstrap starting.
I20260630 12:34:03.284925  1083 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.288739  1083 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499: No bootstrap required, opened a new log
I20260630 12:34:03.290609  1083 raft_consensus.cc:359] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe6714ae255d48f3993563cfa4bc9499" member_type: VOTER }
I20260630 12:34:03.291009  1083 raft_consensus.cc:385] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.291251  1083 raft_consensus.cc:740] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe6714ae255d48f3993563cfa4bc9499, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.291875  1083 consensus_queue.cc:260] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "fe6714ae255d48f3993563cfa4bc9499" member_type: VOTER }
I20260630 12:34:03.292346  1083 raft_consensus.cc:399] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:03.292572  1083 raft_consensus.cc:493] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:03.292842  1083 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.296697  1083 raft_consensus.cc:515] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe6714ae255d48f3993563cfa4bc9499" member_type: VOTER }
I20260630 12:34:03.297272  1083 leader_election.cc:304] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [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: fe6714ae255d48f3993563cfa4bc9499; no voters: 
I20260630 12:34:03.298355  1083 leader_election.cc:290] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:03.298650  1086 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.300199  1086 raft_consensus.cc:697] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 1 LEADER]: Becoming Leader. State: Replica: fe6714ae255d48f3993563cfa4bc9499, State: Running, Role: LEADER
I20260630 12:34:03.300853  1086 consensus_queue.cc:237] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [LEADER]: Queue going to LEADER mode. State: All 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: "fe6714ae255d48f3993563cfa4bc9499" member_type: VOTER }
I20260630 12:34:03.301342  1083 sys_catalog.cc:565] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:03.303617  1087 sys_catalog.cc:455] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "fe6714ae255d48f3993563cfa4bc9499" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe6714ae255d48f3993563cfa4bc9499" member_type: VOTER } }
I20260630 12:34:03.303716  1088 sys_catalog.cc:455] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fe6714ae255d48f3993563cfa4bc9499. Latest consensus state: current_term: 1 leader_uuid: "fe6714ae255d48f3993563cfa4bc9499" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe6714ae255d48f3993563cfa4bc9499" member_type: VOTER } }
I20260630 12:34:03.304415  1088 sys_catalog.cc:458] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:03.304397  1087 sys_catalog.cc:458] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:03.307194  1092 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:03.312100  1092 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:03.316852   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:03.320832  1092 catalog_manager.cc:1383] Generated new cluster ID: 42ff904b495d4351adfa363ba5ff401a
I20260630 12:34:03.321097  1092 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:03.357129  1092 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:03.358309  1092 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:03.376906  1092 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499: Generated new TSK 0
I20260630 12:34:03.377496  1092 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:03.384171   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:03.390012  1104 instance_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:03.391381  1105 instance_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:03.392751  1107 instance_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:03.393754   480 server_base.cc:1061] running on GCE node
I20260630 12:34:03.394627   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:03.394835   480 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:03.394997   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822843394980 us; error 0 us; skew 500 ppm
I20260630 12:34:03.395511   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:03.397895   480 webserver.cc:533] Webserver started at http://127.0.120.1:42219/ using document root <none> and password file <none>
I20260630 12:34:03.398363   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:03.398550   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:03.398803   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:03.399866   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-80h9"
I20260630 12:34:03.404040   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:03.407191  1112 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:03.407863   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:03.408241   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-80h9"
I20260630 12:34:03.408521   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-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:03.423149   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:03.424130   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:03.425499   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:03.427897   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:03.428068   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.428297   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:03.428436   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.463951   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:41609
I20260630 12:34:03.464015  1174 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:41609 every 8 connection(s)
I20260630 12:34:03.468701   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:03.474977  1179 instance_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:03.475914  1180 instance_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:03.478986   480 server_base.cc:1061] running on GCE node
W20260630 12:34:03.479871  1182 instance_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:03.480736   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:03.480985   480 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:03.481197   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822843481148 us; error 0 us; skew 500 ppm
I20260630 12:34:03.481681   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:03.483918  1175 heartbeater.cc:344] Connected to a master server at 127.0.120.62:39997
I20260630 12:34:03.484278  1175 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:03.484529   480 webserver.cc:533] Webserver started at http://127.0.120.2:36005/ using document root <none> and password file <none>
I20260630 12:34:03.484958   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:03.485189   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:03.484979  1175 heartbeater.cc:507] Master 127.0.120.62:39997 requested a full tablet report, sending...
I20260630 12:34:03.485497   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:03.486613   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "be4881d009784e91909a0d7f6a081479"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-80h9"
I20260630 12:34:03.487551  1048 ts_manager.cc:194] Registered new tserver with Master: 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609)
I20260630 12:34:03.489213  1048 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48672
I20260630 12:34:03.491258   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:34:03.494603  1187 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:03.495391   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:03.495668   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "be4881d009784e91909a0d7f6a081479"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-80h9"
I20260630 12:34:03.495944   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-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:03.509512   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:03.510604   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:03.511946   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:03.514007   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:03.514257   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.514489   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:03.514654   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.551914   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:42905
I20260630 12:34:03.552002  1249 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:42905 every 8 connection(s)
I20260630 12:34:03.556237   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:03.562608  1253 instance_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:03.563745  1254 instance_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:03.567696  1256 instance_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:03.567780   480 server_base.cc:1061] running on GCE node
I20260630 12:34:03.568555  1250 heartbeater.cc:344] Connected to a master server at 127.0.120.62:39997
I20260630 12:34:03.568948  1250 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:03.568935   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:03.569416   480 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:03.569628   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822843569611 us; error 0 us; skew 500 ppm
I20260630 12:34:03.570055  1250 heartbeater.cc:507] Master 127.0.120.62:39997 requested a full tablet report, sending...
I20260630 12:34:03.570360   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:03.572353  1048 ts_manager.cc:194] Registered new tserver with Master: be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905)
I20260630 12:34:03.573170   480 webserver.cc:533] Webserver started at http://127.0.120.3:36781/ using document root <none> and password file <none>
I20260630 12:34:03.573705   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:03.573787  1048 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48682
I20260630 12:34:03.573889   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:03.574375   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:03.575554   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "3ec3bed0965b4f38b5f424af990064d2"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-80h9"
I20260630 12:34:03.579717   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:34:03.582767  1261 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:03.583621   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:03.583906   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "3ec3bed0965b4f38b5f424af990064d2"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-80h9"
I20260630 12:34:03.584138   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-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:03.604108   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:03.605139   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:03.606446   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:03.608599   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:03.608829   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.609053   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:03.609233   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.647104   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:32845
I20260630 12:34:03.647260  1323 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:32845 every 8 connection(s)
I20260630 12:34:03.660493  1324 heartbeater.cc:344] Connected to a master server at 127.0.120.62:39997
I20260630 12:34:03.660923  1324 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:03.661706  1324 heartbeater.cc:507] Master 127.0.120.62:39997 requested a full tablet report, sending...
I20260630 12:34:03.663594  1048 ts_manager.cc:194] Registered new tserver with Master: 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:03.664511   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014310166s
I20260630 12:34:03.665107  1048 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48698
I20260630 12:34:04.491963  1175 heartbeater.cc:499] Master 127.0.120.62:39997 was elected leader, sending a full tablet report...
I20260630 12:34:04.576339  1250 heartbeater.cc:499] Master 127.0.120.62:39997 was elected leader, sending a full tablet report...
I20260630 12:34:04.667675  1324 heartbeater.cc:499] Master 127.0.120.62:39997 was elected leader, sending a full tablet report...
I20260630 12:34:04.719085  1048 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48712:
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:04.721522  1048 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:04.787163  1215 tablet_service.cc:1511] Processing CreateTablet for tablet d587d646b4aa454e8fce8fb1ded2780a (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:04.787290  1214 tablet_service.cc:1511] Processing CreateTablet for tablet 491539f7830b4db2a06aa920c053035d (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:04.788699  1215 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d587d646b4aa454e8fce8fb1ded2780a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.789286  1214 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 491539f7830b4db2a06aa920c053035d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.793695  1213 tablet_service.cc:1511] Processing CreateTablet for tablet d78284bb3a274ed7a68e16f58870f166 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:04.795044  1213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d78284bb3a274ed7a68e16f58870f166. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.804209  1212 tablet_service.cc:1511] Processing CreateTablet for tablet 6cc75dbd0f3943639b08d0963f1255a1 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:04.805665  1212 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cc75dbd0f3943639b08d0963f1255a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.810141  1211 tablet_service.cc:1511] Processing CreateTablet for tablet 7434bb89b4d04ae7a36db450e873db96 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:04.811576  1211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7434bb89b4d04ae7a36db450e873db96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.816250  1289 tablet_service.cc:1511] Processing CreateTablet for tablet d587d646b4aa454e8fce8fb1ded2780a (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:04.817595  1289 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d587d646b4aa454e8fce8fb1ded2780a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.820459  1210 tablet_service.cc:1511] Processing CreateTablet for tablet 006c18458a814a5ea2958c80981c7431 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:04.821785  1210 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 006c18458a814a5ea2958c80981c7431. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.827648  1213 tablet_service.cc:1511] Processing CreateTablet for tablet d7db748193da466eb0c984571b140c77 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:04.829419  1213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7db748193da466eb0c984571b140c77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.833528  1288 tablet_service.cc:1511] Processing CreateTablet for tablet 491539f7830b4db2a06aa920c053035d (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:04.834939  1288 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 491539f7830b4db2a06aa920c053035d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.846936  1209 tablet_service.cc:1511] Processing CreateTablet for tablet 81d52a319daf4879bc6f6f18cf350b6b (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:04.848316  1209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81d52a319daf4879bc6f6f18cf350b6b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.852711  1287 tablet_service.cc:1511] Processing CreateTablet for tablet d78284bb3a274ed7a68e16f58870f166 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:04.854110  1287 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d78284bb3a274ed7a68e16f58870f166. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.868566  1286 tablet_service.cc:1511] Processing CreateTablet for tablet 6cc75dbd0f3943639b08d0963f1255a1 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:04.869978  1286 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cc75dbd0f3943639b08d0963f1255a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.872136  1285 tablet_service.cc:1511] Processing CreateTablet for tablet 7434bb89b4d04ae7a36db450e873db96 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:04.873486  1285 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7434bb89b4d04ae7a36db450e873db96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.876108  1284 tablet_service.cc:1511] Processing CreateTablet for tablet 006c18458a814a5ea2958c80981c7431 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:04.877426  1284 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 006c18458a814a5ea2958c80981c7431. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.880110  1283 tablet_service.cc:1511] Processing CreateTablet for tablet d7db748193da466eb0c984571b140c77 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:04.881494  1283 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7db748193da466eb0c984571b140c77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.884094  1282 tablet_service.cc:1511] Processing CreateTablet for tablet 81d52a319daf4879bc6f6f18cf350b6b (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:04.897857  1282 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81d52a319daf4879bc6f6f18cf350b6b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.915305  1345 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2: Bootstrap starting.
I20260630 12:34:04.922739  1344 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479: Bootstrap starting.
I20260630 12:34:04.923274  1345 tablet_bootstrap.cc:654] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:04.928110  1139 tablet_service.cc:1511] Processing CreateTablet for tablet 491539f7830b4db2a06aa920c053035d (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:04.929509  1139 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 491539f7830b4db2a06aa920c053035d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.930563  1344 tablet_bootstrap.cc:654] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:04.932166  1138 tablet_service.cc:1511] Processing CreateTablet for tablet d78284bb3a274ed7a68e16f58870f166 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:04.933501  1138 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d78284bb3a274ed7a68e16f58870f166. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.936118  1137 tablet_service.cc:1511] Processing CreateTablet for tablet 6cc75dbd0f3943639b08d0963f1255a1 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:04.937304  1345 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2: No bootstrap required, opened a new log
I20260630 12:34:04.937448  1137 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cc75dbd0f3943639b08d0963f1255a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.937750  1345 ts_tablet_manager.cc:1403] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2: Time spent bootstrapping tablet: real 0.023s	user 0.004s	sys 0.013s
I20260630 12:34:04.938354  1344 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479: No bootstrap required, opened a new log
I20260630 12:34:04.939081  1344 ts_tablet_manager.cc:1403] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.008s
I20260630 12:34:04.940354  1136 tablet_service.cc:1511] Processing CreateTablet for tablet 7434bb89b4d04ae7a36db450e873db96 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:04.941151  1134 tablet_service.cc:1511] Processing CreateTablet for tablet d7db748193da466eb0c984571b140c77 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:04.941879  1136 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7434bb89b4d04ae7a36db450e873db96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.941569  1345 raft_consensus.cc:359] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:04.942335  1345 raft_consensus.cc:385] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:04.942605  1134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7db748193da466eb0c984571b140c77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.942679  1345 raft_consensus.cc:740] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Initialized, Role: FOLLOWER
I20260630 12:34:04.943233  1135 tablet_service.cc:1511] Processing CreateTablet for tablet 006c18458a814a5ea2958c80981c7431 (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:04.944562  1135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 006c18458a814a5ea2958c80981c7431. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.926474  1140 tablet_service.cc:1511] Processing CreateTablet for tablet d587d646b4aa454e8fce8fb1ded2780a (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:04.943907  1345 consensus_queue.cc:260] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:04.948015  1140 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d587d646b4aa454e8fce8fb1ded2780a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.948335  1133 tablet_service.cc:1511] Processing CreateTablet for tablet 81d52a319daf4879bc6f6f18cf350b6b (DEFAULT_TABLE table=test-workload [id=54ee49f2241c4fe19e6269f2997468c6]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:04.949779  1133 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81d52a319daf4879bc6f6f18cf350b6b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:04.941876  1344 raft_consensus.cc:359] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.003513  1344 raft_consensus.cc:385] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.012991  1349 tablet_bootstrap.cc:492] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353: Bootstrap starting.
I20260630 12:34:05.019701  1349 tablet_bootstrap.cc:654] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.011817  1344 raft_consensus.cc:740] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.022497  1344 consensus_queue.cc:260] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.024787  1345 ts_tablet_manager.cc:1434] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2: Time spent starting tablet: real 0.087s	user 0.015s	sys 0.020s
I20260630 12:34:05.032784  1345 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2: Bootstrap starting.
I20260630 12:34:05.038352  1349 tablet_bootstrap.cc:492] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353: No bootstrap required, opened a new log
I20260630 12:34:05.038957  1349 ts_tablet_manager.cc:1403] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.013s
I20260630 12:34:05.039106  1345 tablet_bootstrap.cc:654] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.040470  1344 ts_tablet_manager.cc:1434] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479: Time spent starting tablet: real 0.101s	user 0.009s	sys 0.000s
I20260630 12:34:05.041886  1349 raft_consensus.cc:359] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.042745  1349 raft_consensus.cc:385] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.043125  1349 raft_consensus.cc:740] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.043690  1344 tablet_bootstrap.cc:492] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479: Bootstrap starting.
I20260630 12:34:05.043946  1349 consensus_queue.cc:260] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.050972  1345 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2: No bootstrap required, opened a new log
I20260630 12:34:05.051638  1345 ts_tablet_manager.cc:1403] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.006s
I20260630 12:34:05.052150  1344 tablet_bootstrap.cc:654] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.054682  1345 raft_consensus.cc:359] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.055536  1345 raft_consensus.cc:385] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.055902  1345 raft_consensus.cc:740] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.056965  1345 consensus_queue.cc:260] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.057626  1349 ts_tablet_manager.cc:1434] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.009s
I20260630 12:34:05.058746  1349 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353: Bootstrap starting.
I20260630 12:34:05.059180  1344 tablet_bootstrap.cc:492] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479: No bootstrap required, opened a new log
I20260630 12:34:05.059724  1344 ts_tablet_manager.cc:1403] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.003s
I20260630 12:34:05.060262  1345 ts_tablet_manager.cc:1434] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:34:05.061206  1345 tablet_bootstrap.cc:492] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2: Bootstrap starting.
I20260630 12:34:05.062734  1344 raft_consensus.cc:359] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.063568  1344 raft_consensus.cc:385] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.063912  1344 raft_consensus.cc:740] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.064872  1349 tablet_bootstrap.cc:654] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.064870  1344 consensus_queue.cc:260] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.067381  1345 tablet_bootstrap.cc:654] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.069208  1351 raft_consensus.cc:493] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.069788  1351 raft_consensus.cc:515] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.082104  1351 leader_election.cc:290] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845), 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609)
I20260630 12:34:05.092608  1344 ts_tablet_manager.cc:1434] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479: Time spent starting tablet: real 0.033s	user 0.007s	sys 0.000s
I20260630 12:34:05.093899  1344 tablet_bootstrap.cc:492] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479: Bootstrap starting.
I20260630 12:34:05.110473  1349 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353: No bootstrap required, opened a new log
I20260630 12:34:05.111359  1349 ts_tablet_manager.cc:1403] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent bootstrapping tablet: real 0.053s	user 0.024s	sys 0.024s
I20260630 12:34:05.102847  1344 tablet_bootstrap.cc:654] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.115522  1349 raft_consensus.cc:359] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.116384  1349 raft_consensus.cc:385] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.116708  1349 raft_consensus.cc:740] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.118285  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d587d646b4aa454e8fce8fb1ded2780a" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.119045  1299 raft_consensus.cc:2468] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 0.
I20260630 12:34:05.119702  1345 tablet_bootstrap.cc:492] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2: No bootstrap required, opened a new log
I20260630 12:34:05.120213  1345 ts_tablet_manager.cc:1403] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2: Time spent bootstrapping tablet: real 0.059s	user 0.025s	sys 0.023s
I20260630 12:34:05.120612  1344 tablet_bootstrap.cc:492] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479: No bootstrap required, opened a new log
I20260630 12:34:05.120450  1188 leader_election.cc:304] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479; no voters: 
I20260630 12:34:05.121327  1344 ts_tablet_manager.cc:1403] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.000s
I20260630 12:34:05.121474  1351 raft_consensus.cc:2804] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:05.121881  1351 raft_consensus.cc:493] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:05.122254  1351 raft_consensus.cc:3060] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.123131  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d587d646b4aa454e8fce8fb1ded2780a" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" is_pre_election: true
I20260630 12:34:05.122943  1345 raft_consensus.cc:359] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.123883  1345 raft_consensus.cc:385] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.117650  1349 consensus_queue.cc:260] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.124238  1345 raft_consensus.cc:740] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.124626  1150 raft_consensus.cc:2468] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 0.
I20260630 12:34:05.124532  1344 raft_consensus.cc:359] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.125499  1344 raft_consensus.cc:385] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.125272  1345 consensus_queue.cc:260] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.125855  1344 raft_consensus.cc:740] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.126654  1344 consensus_queue.cc:260] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.128151  1349 ts_tablet_manager.cc:1434] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.002s
I20260630 12:34:05.129086  1349 tablet_bootstrap.cc:492] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353: Bootstrap starting.
I20260630 12:34:05.130303  1353 raft_consensus.cc:493] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.130774  1353 raft_consensus.cc:515] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.132735  1345 ts_tablet_manager.cc:1434] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:34:05.136220  1345 tablet_bootstrap.cc:492] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2: Bootstrap starting.
I20260630 12:34:05.140136  1353 leader_election.cc:290] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.144101  1345 tablet_bootstrap.cc:654] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.145363  1348 raft_consensus.cc:493] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.146023  1348 raft_consensus.cc:515] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.149135  1351 raft_consensus.cc:515] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.152482  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d587d646b4aa454e8fce8fb1ded2780a" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
I20260630 12:34:05.153061  1299 raft_consensus.cc:3060] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.156814  1349 tablet_bootstrap.cc:654] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.163699  1351 leader_election.cc:290] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 election: Requested vote from peers 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845), 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609)
I20260630 12:34:05.162912  1299 raft_consensus.cc:2468] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 1.
I20260630 12:34:05.166015  1188 leader_election.cc:304] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479; no voters: 
I20260630 12:34:05.175971  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d587d646b4aa454e8fce8fb1ded2780a" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
I20260630 12:34:05.176918  1150 raft_consensus.cc:3060] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.167300  1348 leader_election.cc:290] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905)
I20260630 12:34:05.171753  1351 raft_consensus.cc:2804] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:05.191244  1351 raft_consensus.cc:697] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Becoming Leader. State: Replica: be4881d009784e91909a0d7f6a081479, State: Running, Role: LEADER
I20260630 12:34:05.195351  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7db748193da466eb0c984571b140c77" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479" is_pre_election: true
I20260630 12:34:05.196125  1225 raft_consensus.cc:2468] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 0.
I20260630 12:34:05.196553  1344 ts_tablet_manager.cc:1434] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479: Time spent starting tablet: real 0.075s	user 0.030s	sys 0.038s
I20260630 12:34:05.198067  1344 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479: Bootstrap starting.
I20260630 12:34:05.197867  1351 consensus_queue.cc:237] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } }
I20260630 12:34:05.214566  1150 raft_consensus.cc:2468] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 1.
I20260630 12:34:05.215718  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7db748193da466eb0c984571b140c77" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.209316  1114 leader_election.cc:304] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 92dd6ffce6e34c6d97b2c8743ca83353, be4881d009784e91909a0d7f6a081479; no voters: 
I20260630 12:34:05.217391  1353 raft_consensus.cc:2804] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:05.217789  1353 raft_consensus.cc:493] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:05.218087  1353 raft_consensus.cc:3060] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:34:05.223129  1113 leader_election.cc:343] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.224665  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "491539f7830b4db2a06aa920c053035d" candidate_uuid: "3ec3bed0965b4f38b5f424af990064d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" is_pre_election: true
I20260630 12:34:05.216428  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "491539f7830b4db2a06aa920c053035d" candidate_uuid: "3ec3bed0965b4f38b5f424af990064d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479" is_pre_election: true
W20260630 12:34:05.227576  1265 leader_election.cc:343] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.228538  1353 raft_consensus.cc:515] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.229718  1344 tablet_bootstrap.cc:654] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479: Neither blocks nor log segments found. Creating new log.
W20260630 12:34:05.230080  1263 leader_election.cc:343] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.230391  1345 tablet_bootstrap.cc:492] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2: No bootstrap required, opened a new log
I20260630 12:34:05.230602  1263 leader_election.cc:304] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [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: 3ec3bed0965b4f38b5f424af990064d2; no voters: 92dd6ffce6e34c6d97b2c8743ca83353, be4881d009784e91909a0d7f6a081479
I20260630 12:34:05.230921  1345 ts_tablet_manager.cc:1403] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2: Time spent bootstrapping tablet: real 0.095s	user 0.011s	sys 0.011s
I20260630 12:34:05.232415  1348 raft_consensus.cc:2749] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:05.235069  1345 raft_consensus.cc:359] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.235994  1353 leader_election.cc:290] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 election: Requested vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.236050  1345 raft_consensus.cc:385] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.236622  1345 raft_consensus.cc:740] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.237167  1349 tablet_bootstrap.cc:492] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353: No bootstrap required, opened a new log
I20260630 12:34:05.233511  1046 catalog_manager.cc:5697] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 reported cstate change: term changed from 0 to 1, leader changed from <none> to be4881d009784e91909a0d7f6a081479 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "be4881d009784e91909a0d7f6a081479" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.237744  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7db748193da466eb0c984571b140c77" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479"
I20260630 12:34:05.238384  1225 raft_consensus.cc:3060] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.237653  1345 consensus_queue.cc:260] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.240526  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7db748193da466eb0c984571b140c77" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
I20260630 12:34:05.241600  1345 ts_tablet_manager.cc:1434] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:34:05.242967  1345 tablet_bootstrap.cc:492] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2: Bootstrap starting.
W20260630 12:34:05.243918  1113 leader_election.cc:343] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.237668  1349 ts_tablet_manager.cc:1403] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent bootstrapping tablet: real 0.109s	user 0.005s	sys 0.006s
I20260630 12:34:05.250757  1225 raft_consensus.cc:2468] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 1.
I20260630 12:34:05.250814  1349 raft_consensus.cc:359] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.251976  1349 raft_consensus.cc:385] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.252254  1114 leader_election.cc:304] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [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: 92dd6ffce6e34c6d97b2c8743ca83353, be4881d009784e91909a0d7f6a081479; no voters: 3ec3bed0965b4f38b5f424af990064d2
I20260630 12:34:05.252416  1349 raft_consensus.cc:740] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.253471  1353 raft_consensus.cc:2804] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:05.255962  1344 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479: No bootstrap required, opened a new log
I20260630 12:34:05.256538  1344 ts_tablet_manager.cc:1403] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479: Time spent bootstrapping tablet: real 0.059s	user 0.017s	sys 0.012s
I20260630 12:34:05.256790  1345 tablet_bootstrap.cc:654] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.259312  1349 consensus_queue.cc:260] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.259665  1344 raft_consensus.cc:359] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.260495  1344 raft_consensus.cc:385] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.261170  1353 raft_consensus.cc:697] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Becoming Leader. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Running, Role: LEADER
I20260630 12:34:05.261761  1344 raft_consensus.cc:740] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.262300  1353 consensus_queue.cc:237] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.264076  1345 tablet_bootstrap.cc:492] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2: No bootstrap required, opened a new log
I20260630 12:34:05.264596  1345 ts_tablet_manager.cc:1403] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.000s
I20260630 12:34:05.264164  1344 consensus_queue.cc:260] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.266337  1351 raft_consensus.cc:493] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.266945  1351 raft_consensus.cc:515] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.267970  1345 raft_consensus.cc:359] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.268934  1345 raft_consensus.cc:385] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.269312  1345 raft_consensus.cc:740] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.270551  1345 consensus_queue.cc:260] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.271868  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.272507  1299 raft_consensus.cc:2468] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 0.
I20260630 12:34:05.272608  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" is_pre_election: true
I20260630 12:34:05.273077  1345 ts_tablet_manager.cc:1434] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:34:05.274119  1345 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2: Bootstrap starting.
W20260630 12:34:05.275004  1191 leader_election.cc:343] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.275756  1188 leader_election.cc:304] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [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: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479; no voters: 92dd6ffce6e34c6d97b2c8743ca83353
I20260630 12:34:05.276098  1351 leader_election.cc:290] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.276859  1360 raft_consensus.cc:2804] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:05.277285  1360 raft_consensus.cc:493] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:05.277673  1360 raft_consensus.cc:3060] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.285490  1345 tablet_bootstrap.cc:654] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.291384  1344 ts_tablet_manager.cc:1434] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479: Time spent starting tablet: real 0.034s	user 0.007s	sys 0.001s
I20260630 12:34:05.292035  1349 ts_tablet_manager.cc:1434] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent starting tablet: real 0.045s	user 0.032s	sys 0.005s
I20260630 12:34:05.293210  1349 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353: Bootstrap starting.
I20260630 12:34:05.294426  1360 raft_consensus.cc:515] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.296336  1344 tablet_bootstrap.cc:492] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479: Bootstrap starting.
I20260630 12:34:05.297484  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
W20260630 12:34:05.299041  1191 leader_election.cc:343] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.298600  1048 catalog_manager.cc:5697] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 reported cstate change: term changed from 0 to 1, leader changed from <none> to 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.300658  1360 leader_election.cc:290] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 election: Requested vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.301337  1349 tablet_bootstrap.cc:654] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.301828  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
I20260630 12:34:05.302435  1299 raft_consensus.cc:3060] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.305368  1345 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2: No bootstrap required, opened a new log
I20260630 12:34:05.305990  1345 ts_tablet_manager.cc:1403] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2: Time spent bootstrapping tablet: real 0.032s	user 0.009s	sys 0.009s
I20260630 12:34:05.308897  1299 raft_consensus.cc:2468] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 1.
I20260630 12:34:05.309089  1345 raft_consensus.cc:359] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.310196  1345 raft_consensus.cc:385] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.310259  1188 leader_election.cc:304] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [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: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479; no voters: 92dd6ffce6e34c6d97b2c8743ca83353
I20260630 12:34:05.311589  1360 raft_consensus.cc:2804] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:05.313067  1360 raft_consensus.cc:697] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Becoming Leader. State: Replica: be4881d009784e91909a0d7f6a081479, State: Running, Role: LEADER
W20260630 12:34:05.314653  1096 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:34:05.314116  1360 consensus_queue.cc:237] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.316787  1101 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:05.310766  1345 raft_consensus.cc:740] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.318516  1344 tablet_bootstrap.cc:654] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479: Neither blocks nor log segments found. Creating new log.
W20260630 12:34:05.318928  1101 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:34:05.319051  1345 consensus_queue.cc:260] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.321872  1345 ts_tablet_manager.cc:1434] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260630 12:34:05.323086  1345 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2: Bootstrap starting.
I20260630 12:34:05.330673  1349 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353: No bootstrap required, opened a new log
I20260630 12:34:05.331278  1349 ts_tablet_manager.cc:1403] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent bootstrapping tablet: real 0.038s	user 0.022s	sys 0.008s
I20260630 12:34:05.332155  1345 tablet_bootstrap.cc:654] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.334365  1344 tablet_bootstrap.cc:492] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479: No bootstrap required, opened a new log
I20260630 12:34:05.335005  1344 ts_tablet_manager.cc:1403] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479: Time spent bootstrapping tablet: real 0.039s	user 0.015s	sys 0.001s
I20260630 12:34:05.334414  1349 raft_consensus.cc:359] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.335767  1349 raft_consensus.cc:385] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.336253  1349 raft_consensus.cc:740] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.337428  1349 consensus_queue.cc:260] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.337889  1344 raft_consensus.cc:359] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.338631  1344 raft_consensus.cc:385] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.338932  1344 raft_consensus.cc:740] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.339860  1344 consensus_queue.cc:260] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.341077  1349 ts_tablet_manager.cc:1434] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260630 12:34:05.342114  1344 ts_tablet_manager.cc:1434] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:34:05.342536  1349 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353: Bootstrap starting.
I20260630 12:34:05.347051  1044 catalog_manager.cc:5697] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 reported cstate change: term changed from 0 to 1, leader changed from <none> to be4881d009784e91909a0d7f6a081479 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "be4881d009784e91909a0d7f6a081479" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.351547  1349 tablet_bootstrap.cc:654] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.355476  1344 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479: Bootstrap starting.
I20260630 12:34:05.360855  1345 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2: No bootstrap required, opened a new log
I20260630 12:34:05.361351  1345 ts_tablet_manager.cc:1403] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2: Time spent bootstrapping tablet: real 0.039s	user 0.014s	sys 0.014s
I20260630 12:34:05.361819  1344 tablet_bootstrap.cc:654] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.362506  1349 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353: No bootstrap required, opened a new log
I20260630 12:34:05.363003  1349 ts_tablet_manager.cc:1403] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.004s
I20260630 12:34:05.364200  1345 raft_consensus.cc:359] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.364926  1345 raft_consensus.cc:385] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.365221  1345 raft_consensus.cc:740] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.365315  1353 raft_consensus.cc:493] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.365798  1353 raft_consensus.cc:515] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.366022  1345 consensus_queue.cc:260] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.368139  1353 leader_election.cc:290] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.368371  1345 ts_tablet_manager.cc:1434] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:34:05.369410  1345 tablet_bootstrap.cc:492] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2: Bootstrap starting.
I20260630 12:34:05.370596  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7434bb89b4d04ae7a36db450e873db96" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479" is_pre_election: true
I20260630 12:34:05.371798  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7434bb89b4d04ae7a36db450e873db96" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.372469  1299 raft_consensus.cc:2468] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 0.
I20260630 12:34:05.373801  1113 leader_election.cc:304] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3ec3bed0965b4f38b5f424af990064d2, 92dd6ffce6e34c6d97b2c8743ca83353; no voters: 
I20260630 12:34:05.374300  1344 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479: No bootstrap required, opened a new log
I20260630 12:34:05.374811  1344 ts_tablet_manager.cc:1403] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.008s
W20260630 12:34:05.375141  1114 leader_election.cc:343] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.375819  1345 tablet_bootstrap.cc:654] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.376396  1353 raft_consensus.cc:2804] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:05.376793  1353 raft_consensus.cc:493] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:05.377311  1353 raft_consensus.cc:3060] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.377837  1344 raft_consensus.cc:359] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.378574  1344 raft_consensus.cc:385] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.378862  1344 raft_consensus.cc:740] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.379904  1344 consensus_queue.cc:260] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.384136  1344 ts_tablet_manager.cc:1434] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:34:05.385326  1344 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479: Bootstrap starting.
I20260630 12:34:05.386166  1349 raft_consensus.cc:359] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.386899  1349 raft_consensus.cc:385] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.387080  1345 tablet_bootstrap.cc:492] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2: No bootstrap required, opened a new log
I20260630 12:34:05.387255  1349 raft_consensus.cc:740] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.387531  1345 ts_tablet_manager.cc:1403] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260630 12:34:05.388103  1349 consensus_queue.cc:260] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.390086  1345 raft_consensus.cc:359] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.390734  1345 raft_consensus.cc:385] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.390993  1345 raft_consensus.cc:740] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.391845  1345 consensus_queue.cc:260] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.392422  1353 raft_consensus.cc:515] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.393393  1344 tablet_bootstrap.cc:654] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.395216  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7434bb89b4d04ae7a36db450e873db96" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479"
W20260630 12:34:05.396552  1114 leader_election.cc:343] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.396724  1345 ts_tablet_manager.cc:1434] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.003s
I20260630 12:34:05.398015  1371 raft_consensus.cc:493] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.398711  1349 ts_tablet_manager.cc:1434] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent starting tablet: real 0.035s	user 0.004s	sys 0.002s
I20260630 12:34:05.398502  1371 raft_consensus.cc:515] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.400731  1371 leader_election.cc:290] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.402053  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81d52a319daf4879bc6f6f18cf350b6b" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479" is_pre_election: true
I20260630 12:34:05.403172  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81d52a319daf4879bc6f6f18cf350b6b" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.403846  1299 raft_consensus.cc:2468] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 0.
I20260630 12:34:05.404481  1360 raft_consensus.cc:493] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.405095  1360 raft_consensus.cc:515] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
W20260630 12:34:05.403276  1114 leader_election.cc:343] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.407773  1113 leader_election.cc:304] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [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: 3ec3bed0965b4f38b5f424af990064d2, 92dd6ffce6e34c6d97b2c8743ca83353; no voters: be4881d009784e91909a0d7f6a081479
I20260630 12:34:05.408725  1353 leader_election.cc:290] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 election: Requested vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.409272  1349 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353: Bootstrap starting.
I20260630 12:34:05.409965  1298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7434bb89b4d04ae7a36db450e873db96" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
I20260630 12:34:05.410328  1360 leader_election.cc:290] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.410648  1298 raft_consensus.cc:3060] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.415877  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "006c18458a814a5ea2958c80981c7431" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" is_pre_election: true
I20260630 12:34:05.416764  1349 tablet_bootstrap.cc:654] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.417522  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "006c18458a814a5ea2958c80981c7431" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.418183  1299 raft_consensus.cc:2468] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 0.
I20260630 12:34:05.419502  1188 leader_election.cc:304] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479; no voters: 
W20260630 12:34:05.420792  1191 leader_election.cc:343] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.421983  1360 raft_consensus.cc:2804] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:05.422498  1360 raft_consensus.cc:493] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:05.422880  1360 raft_consensus.cc:3060] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.425308  1349 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353: No bootstrap required, opened a new log
I20260630 12:34:05.425804  1349 ts_tablet_manager.cc:1403] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.000s
I20260630 12:34:05.426743  1298 raft_consensus.cc:2468] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 1.
I20260630 12:34:05.410662  1353 raft_consensus.cc:2804] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:05.427906  1353 raft_consensus.cc:493] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:05.428061  1113 leader_election.cc:304] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [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: 3ec3bed0965b4f38b5f424af990064d2, 92dd6ffce6e34c6d97b2c8743ca83353; no voters: be4881d009784e91909a0d7f6a081479
I20260630 12:34:05.428288  1353 raft_consensus.cc:3060] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.428871  1371 raft_consensus.cc:2804] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:05.428758  1349 raft_consensus.cc:359] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.429513  1349 raft_consensus.cc:385] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.429832  1349 raft_consensus.cc:740] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.430219  1371 raft_consensus.cc:697] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Becoming Leader. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Running, Role: LEADER
I20260630 12:34:05.430613  1349 consensus_queue.cc:260] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.430941  1360 raft_consensus.cc:515] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.431217  1371 consensus_queue.cc:237] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.432919  1349 ts_tablet_manager.cc:1434] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:34:05.433928  1349 tablet_bootstrap.cc:492] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353: Bootstrap starting.
I20260630 12:34:05.433801  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "006c18458a814a5ea2958c80981c7431" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
I20260630 12:34:05.434981  1353 raft_consensus.cc:515] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
W20260630 12:34:05.435355  1191 leader_election.cc:343] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.438177  1298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "006c18458a814a5ea2958c80981c7431" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
I20260630 12:34:05.438930  1298 raft_consensus.cc:3060] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.440896  1344 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479: No bootstrap required, opened a new log
I20260630 12:34:05.441401  1344 ts_tablet_manager.cc:1403] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479: Time spent bootstrapping tablet: real 0.056s	user 0.024s	sys 0.013s
I20260630 12:34:05.441762  1349 tablet_bootstrap.cc:654] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.443148  1360 leader_election.cc:290] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 election: Requested vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.444440  1344 raft_consensus.cc:359] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.445261  1344 raft_consensus.cc:385] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.445762  1344 raft_consensus.cc:740] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.446748  1344 consensus_queue.cc:260] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.449862  1344 ts_tablet_manager.cc:1434] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:34:05.453068  1298 raft_consensus.cc:2468] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 1.
I20260630 12:34:05.453784  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81d52a319daf4879bc6f6f18cf350b6b" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479"
I20260630 12:34:05.454260  1188 leader_election.cc:304] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [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: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479; no voters: 92dd6ffce6e34c6d97b2c8743ca83353
W20260630 12:34:05.455148  1114 leader_election.cc:343] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:05.455381  1360 raft_consensus.cc:2804] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:05.455894  1360 raft_consensus.cc:697] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Becoming Leader. State: Replica: be4881d009784e91909a0d7f6a081479, State: Running, Role: LEADER
I20260630 12:34:05.456162  1353 leader_election.cc:290] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 election: Requested vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.456761  1344 tablet_bootstrap.cc:492] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479: Bootstrap starting.
I20260630 12:34:05.456653  1360 consensus_queue.cc:237] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.457723  1349 tablet_bootstrap.cc:492] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353: No bootstrap required, opened a new log
I20260630 12:34:05.458213  1349 ts_tablet_manager.cc:1403] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.003s
I20260630 12:34:05.457427  1044 catalog_manager.cc:5697] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 reported cstate change: term changed from 0 to 1, leader changed from <none> to 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.459594  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81d52a319daf4879bc6f6f18cf350b6b" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
I20260630 12:34:05.460126  1299 raft_consensus.cc:3060] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.461206  1349 raft_consensus.cc:359] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.461933  1349 raft_consensus.cc:385] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.462231  1349 raft_consensus.cc:740] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.463918  1344 tablet_bootstrap.cc:654] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.462913  1349 consensus_queue.cc:260] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.470512  1299 raft_consensus.cc:2468] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 1.
I20260630 12:34:05.471700  1349 ts_tablet_manager.cc:1434] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.003s
I20260630 12:34:05.472005  1113 leader_election.cc:304] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [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: 3ec3bed0965b4f38b5f424af990064d2, 92dd6ffce6e34c6d97b2c8743ca83353; no voters: be4881d009784e91909a0d7f6a081479
I20260630 12:34:05.472893  1349 tablet_bootstrap.cc:492] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353: Bootstrap starting.
I20260630 12:34:05.473529  1353 raft_consensus.cc:2804] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:05.474153  1353 raft_consensus.cc:697] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Becoming Leader. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Running, Role: LEADER
I20260630 12:34:05.475276  1353 consensus_queue.cc:237] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.483714  1344 tablet_bootstrap.cc:492] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479: No bootstrap required, opened a new log
I20260630 12:34:05.484196  1344 ts_tablet_manager.cc:1403] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479: Time spent bootstrapping tablet: real 0.033s	user 0.014s	sys 0.010s
I20260630 12:34:05.484613  1349 tablet_bootstrap.cc:654] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:05.486913  1344 raft_consensus.cc:359] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.487701  1344 raft_consensus.cc:385] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.488734  1344 raft_consensus.cc:740] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.489447  1344 consensus_queue.cc:260] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.489820  1045 catalog_manager.cc:5697] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 reported cstate change: term changed from 0 to 1, leader changed from <none> to 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.491235  1344 ts_tablet_manager.cc:1434] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:34:05.492627  1349 tablet_bootstrap.cc:492] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353: No bootstrap required, opened a new log
I20260630 12:34:05.493068  1349 ts_tablet_manager.cc:1403] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.000s
I20260630 12:34:05.494109  1044 catalog_manager.cc:5697] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 reported cstate change: term changed from 0 to 1, leader changed from <none> to be4881d009784e91909a0d7f6a081479 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "be4881d009784e91909a0d7f6a081479" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.494805  1349 raft_consensus.cc:359] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.495501  1349 raft_consensus.cc:385] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:05.495787  1349 raft_consensus.cc:740] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Initialized, Role: FOLLOWER
I20260630 12:34:05.496445  1349 consensus_queue.cc:260] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.498286  1349 ts_tablet_manager.cc:1434] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:34:05.528364  1353 raft_consensus.cc:493] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.528828  1353 raft_consensus.cc:515] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.530462  1353 leader_election.cc:290] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.531351  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc75dbd0f3943639b08d0963f1255a1" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479" is_pre_election: true
I20260630 12:34:05.531538  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc75dbd0f3943639b08d0963f1255a1" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.532078  1299 raft_consensus.cc:2468] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 0.
I20260630 12:34:05.532024  1225 raft_consensus.cc:2468] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 0.
I20260630 12:34:05.533381  1114 leader_election.cc:304] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 92dd6ffce6e34c6d97b2c8743ca83353, be4881d009784e91909a0d7f6a081479; no voters: 
I20260630 12:34:05.534029  1353 raft_consensus.cc:2804] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:05.534431  1353 raft_consensus.cc:493] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:05.534713  1353 raft_consensus.cc:3060] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.539132  1353 raft_consensus.cc:515] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.540616  1353 leader_election.cc:290] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 election: Requested vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.541107  1348 raft_consensus.cc:493] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.541517  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc75dbd0f3943639b08d0963f1255a1" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479"
I20260630 12:34:05.541788  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc75dbd0f3943639b08d0963f1255a1" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
I20260630 12:34:05.541585  1348 raft_consensus.cc:515] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.542405  1299 raft_consensus.cc:3060] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.542042  1225 raft_consensus.cc:3060] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.543637  1348 leader_election.cc:290] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905)
I20260630 12:34:05.544368  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7db748193da466eb0c984571b140c77" candidate_uuid: "3ec3bed0965b4f38b5f424af990064d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" is_pre_election: true
I20260630 12:34:05.545315  1224 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7db748193da466eb0c984571b140c77" candidate_uuid: "3ec3bed0965b4f38b5f424af990064d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479" is_pre_election: true
I20260630 12:34:05.546221  1224 raft_consensus.cc:2393] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3ec3bed0965b4f38b5f424af990064d2 in current term 1: Already voted for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in this term.
I20260630 12:34:05.547065  1263 leader_election.cc:304] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [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: 3ec3bed0965b4f38b5f424af990064d2; no voters: 92dd6ffce6e34c6d97b2c8743ca83353, be4881d009784e91909a0d7f6a081479
I20260630 12:34:05.547725  1348 raft_consensus.cc:3060] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.548861  1225 raft_consensus.cc:2468] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 1.
I20260630 12:34:05.548864  1299 raft_consensus.cc:2468] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in term 1.
I20260630 12:34:05.550069  1114 leader_election.cc:304] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 92dd6ffce6e34c6d97b2c8743ca83353, be4881d009784e91909a0d7f6a081479; no voters: 
I20260630 12:34:05.550740  1353 raft_consensus.cc:2804] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:05.551239  1353 raft_consensus.cc:697] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Becoming Leader. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Running, Role: LEADER
I20260630 12:34:05.551915  1353 consensus_queue.cc:237] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.553260  1348 raft_consensus.cc:2749] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:05.559258  1360 raft_consensus.cc:493] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.559340  1045 catalog_manager.cc:5697] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 reported cstate change: term changed from 0 to 1, leader changed from <none> to 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.559804  1360 raft_consensus.cc:515] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.562018  1360 leader_election.cc:290] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.562770  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "491539f7830b4db2a06aa920c053035d" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" is_pre_election: true
I20260630 12:34:05.563406  1150 raft_consensus.cc:2468] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 0.
I20260630 12:34:05.563915  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "491539f7830b4db2a06aa920c053035d" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.564466  1191 leader_election.cc:304] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 92dd6ffce6e34c6d97b2c8743ca83353, be4881d009784e91909a0d7f6a081479; no voters: 
I20260630 12:34:05.564625  1299 raft_consensus.cc:2468] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 0.
I20260630 12:34:05.565361  1360 raft_consensus.cc:2804] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:05.565728  1360 raft_consensus.cc:493] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:05.566043  1360 raft_consensus.cc:3060] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.570827  1360 raft_consensus.cc:515] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.572332  1360 leader_election.cc:290] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 election: Requested vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.573103  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "491539f7830b4db2a06aa920c053035d" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
I20260630 12:34:05.573310  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "491539f7830b4db2a06aa920c053035d" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
I20260630 12:34:05.573556  1150 raft_consensus.cc:3060] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.573879  1299 raft_consensus.cc:3060] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.578924  1299 raft_consensus.cc:2468] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 1.
I20260630 12:34:05.578934  1150 raft_consensus.cc:2468] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate be4881d009784e91909a0d7f6a081479 in term 1.
I20260630 12:34:05.580166  1191 leader_election.cc:304] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [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: 3ec3bed0965b4f38b5f424af990064d2, 92dd6ffce6e34c6d97b2c8743ca83353, be4881d009784e91909a0d7f6a081479; no voters: 
I20260630 12:34:05.580863  1360 raft_consensus.cc:2804] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:05.581357  1360 raft_consensus.cc:697] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Becoming Leader. State: Replica: be4881d009784e91909a0d7f6a081479, State: Running, Role: LEADER
I20260630 12:34:05.582082  1360 consensus_queue.cc:237] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.587481  1353 raft_consensus.cc:493] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.587944  1353 raft_consensus.cc:515] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.588910  1045 catalog_manager.cc:5697] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 reported cstate change: term changed from 0 to 1, leader changed from <none> to be4881d009784e91909a0d7f6a081479 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "be4881d009784e91909a0d7f6a081479" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.589594  1353 leader_election.cc:290] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.590318  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "006c18458a814a5ea2958c80981c7431" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479" is_pre_election: true
I20260630 12:34:05.590682  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "006c18458a814a5ea2958c80981c7431" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.591435  1299 raft_consensus.cc:2393] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 92dd6ffce6e34c6d97b2c8743ca83353 in current term 1: Already voted for candidate be4881d009784e91909a0d7f6a081479 in this term.
I20260630 12:34:05.592367  1113 leader_election.cc:304] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [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: 92dd6ffce6e34c6d97b2c8743ca83353; no voters: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479
I20260630 12:34:05.593106  1353 raft_consensus.cc:3060] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.598621  1353 raft_consensus.cc:2749] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:05.669754  1353 raft_consensus.cc:493] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.670233  1353 raft_consensus.cc:515] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.671852  1353 leader_election.cc:290] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.672709  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "be4881d009784e91909a0d7f6a081479" is_pre_election: true
I20260630 12:34:05.672854  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166" candidate_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.673507  1299 raft_consensus.cc:2393] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 92dd6ffce6e34c6d97b2c8743ca83353 in current term 1: Already voted for candidate be4881d009784e91909a0d7f6a081479 in this term.
I20260630 12:34:05.674461  1113 leader_election.cc:304] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [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: 92dd6ffce6e34c6d97b2c8743ca83353; no voters: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479
I20260630 12:34:05.675185  1353 raft_consensus.cc:3060] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.679620  1353 raft_consensus.cc:2749] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:05.710079  1360 consensus_queue.cc:1048] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:05.721567  1360 consensus_queue.cc:1048] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:05.751801   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:05.756964  1351 raft_consensus.cc:493] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:34:05.757108  1397 instance_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:05.757850  1351 raft_consensus.cc:515] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
W20260630 12:34:05.760076  1398 instance_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:05.760707  1351 leader_election.cc:290] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
W20260630 12:34:05.760759  1400 instance_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:05.761423  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81d52a319daf4879bc6f6f18cf350b6b" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" is_pre_election: true
I20260630 12:34:05.761951  1299 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81d52a319daf4879bc6f6f18cf350b6b" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.762755   480 server_base.cc:1061] running on GCE node
I20260630 12:34:05.763058  1299 raft_consensus.cc:2393] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate be4881d009784e91909a0d7f6a081479 in current term 1: Already voted for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in this term.
I20260630 12:34:05.764756  1188 leader_election.cc:304] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [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: be4881d009784e91909a0d7f6a081479; no voters: 3ec3bed0965b4f38b5f424af990064d2, 92dd6ffce6e34c6d97b2c8743ca83353
I20260630 12:34:05.768584  1351 raft_consensus.cc:3060] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.774127  1353 consensus_queue.cc:1048] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:05.792603   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:05.792970   480 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:05.793215   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822845793193 us; error 0 us; skew 500 ppm
I20260630 12:34:05.793267  1351 raft_consensus.cc:2749] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:05.794008   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:05.797317   480 webserver.cc:533] Webserver started at http://127.0.120.4:36851/ using document root <none> and password file <none>
I20260630 12:34:05.802584  1353 consensus_queue.cc:1048] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:05.803236   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:05.804186   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:05.804531   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:05.805990   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "7fbc607baffd4c019fed092c0849d79c"
format_stamp: "Formatted at 2026-06-30 12:34:05 on dist-test-slave-80h9"
I20260630 12:34:05.806411  1360 consensus_queue.cc:1048] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:05.820611   480 fs_manager.cc:696] Time spent creating directory manager: real 0.014s	user 0.008s	sys 0.008s
I20260630 12:34:05.825783  1360 consensus_queue.cc:1048] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:05.833750  1408 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:05.836050   480 fs_manager.cc:730] Time spent opening block manager: real 0.012s	user 0.001s	sys 0.007s
I20260630 12:34:05.836436   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "7fbc607baffd4c019fed092c0849d79c"
format_stamp: "Formatted at 2026-06-30 12:34:05 on dist-test-slave-80h9"
I20260630 12:34:05.836814   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822836191499-480-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:05.857117   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:05.858050   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:05.859365   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:05.861608   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:05.861886   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:05.862154   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:05.862354   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:05.897843  1353 consensus_queue.cc:1048] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:05.901749  1360 raft_consensus.cc:493] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:05.902375  1360 raft_consensus.cc:515] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:05.906533  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7434bb89b4d04ae7a36db450e873db96" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" is_pre_election: true
I20260630 12:34:05.912232  1298 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7434bb89b4d04ae7a36db450e873db96" candidate_uuid: "be4881d009784e91909a0d7f6a081479" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ec3bed0965b4f38b5f424af990064d2" is_pre_election: true
I20260630 12:34:05.912489  1370 consensus_queue.cc:1048] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:05.915733  1298 raft_consensus.cc:2393] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate be4881d009784e91909a0d7f6a081479 in current term 1: Already voted for candidate 92dd6ffce6e34c6d97b2c8743ca83353 in this term.
I20260630 12:34:05.917296  1188 leader_election.cc:304] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [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: be4881d009784e91909a0d7f6a081479; no voters: 3ec3bed0965b4f38b5f424af990064d2, 92dd6ffce6e34c6d97b2c8743ca83353
I20260630 12:34:05.918566  1351 raft_consensus.cc:3060] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:05.913013  1360 leader_election.cc:290] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:05.932618  1370 consensus_queue.cc:1048] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:05.939116  1371 consensus_queue.cc:1048] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:05.942461  1351 raft_consensus.cc:2749] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:05.945336  1474 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:42977 every 8 connection(s)
I20260630 12:34:05.946194   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:42977
I20260630 12:34:05.958211  1475 consensus_queue.cc:1048] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:05.968062  1371 consensus_queue.cc:1048] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:34:05.978690  1476 heartbeater.cc:344] Connected to a master server at 127.0.120.62:39997
I20260630 12:34:05.979147  1476 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:05.980077  1476 heartbeater.cc:507] Master 127.0.120.62:39997 requested a full tablet report, sending...
I20260630 12:34:05.983038  1044 ts_manager.cc:194] Registered new tserver with Master: 7fbc607baffd4c019fed092c0849d79c (127.0.120.4:42977)
I20260630 12:34:05.985579  1044 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48722
I20260630 12:34:06.000892  1475 consensus_queue.cc:1048] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:06.002605  1351 consensus_queue.cc:1048] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:06.005332  1478 consensus_queue.cc:1048] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:06.029172  1360 consensus_queue.cc:1048] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:06.991984  1476 heartbeater.cc:499] Master 127.0.120.62:39997 was elected leader, sending a full tablet report...
I20260630 12:34:07.320240  1101 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:07.339056  1150 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "6cc75dbd0f3943639b08d0963f1255a1"
dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
mode: GRACEFUL
new_leader_uuid: "3ec3bed0965b4f38b5f424af990064d2"
 from {username='slave'} at 127.0.0.1:42988
I20260630 12:34:07.339833  1150 raft_consensus.cc:606] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Received request to transfer leadership to TS 3ec3bed0965b4f38b5f424af990064d2
I20260630 12:34:07.351280  1225 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166"
dest_uuid: "be4881d009784e91909a0d7f6a081479"
mode: GRACEFUL
new_leader_uuid: "3ec3bed0965b4f38b5f424af990064d2"
 from {username='slave'} at 127.0.0.1:55948
I20260630 12:34:07.351781  1225 raft_consensus.cc:606] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Received request to transfer leadership to TS 3ec3bed0965b4f38b5f424af990064d2
I20260630 12:34:07.352905  1101 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260630 12:34:07.353463  1101 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:07.766659  1351 raft_consensus.cc:993] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479: : Instructing follower 3ec3bed0965b4f38b5f424af990064d2 to start an election
I20260630 12:34:07.767264  1489 raft_consensus.cc:1081] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Signalling peer 3ec3bed0965b4f38b5f424af990064d2 to start an election
I20260630 12:34:07.768994  1298 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166"
dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
 from {username='slave'} at 127.0.0.1:47950
I20260630 12:34:07.769544  1298 raft_consensus.cc:493] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:07.769912  1298 raft_consensus.cc:3060] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:07.775050  1298 raft_consensus.cc:515] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:07.776770  1298 leader_election.cc:290] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [CANDIDATE]: Term 2 election: Requested vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905)
I20260630 12:34:07.777809  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166" candidate_uuid: "3ec3bed0965b4f38b5f424af990064d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
I20260630 12:34:07.777964  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d78284bb3a274ed7a68e16f58870f166" candidate_uuid: "3ec3bed0965b4f38b5f424af990064d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "be4881d009784e91909a0d7f6a081479"
I20260630 12:34:07.778563  1150 raft_consensus.cc:3060] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:07.778609  1225 raft_consensus.cc:3055] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:07.779055  1225 raft_consensus.cc:740] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: be4881d009784e91909a0d7f6a081479, State: Running, Role: LEADER
I20260630 12:34:07.779773  1225 consensus_queue.cc:260] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:07.780819  1225 raft_consensus.cc:3060] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:07.783821  1150 raft_consensus.cc:2468] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ec3bed0965b4f38b5f424af990064d2 in term 2.
I20260630 12:34:07.785295  1265 leader_election.cc:304] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [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: 3ec3bed0965b4f38b5f424af990064d2, 92dd6ffce6e34c6d97b2c8743ca83353; no voters: 
I20260630 12:34:07.786293  1225 raft_consensus.cc:2468] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ec3bed0965b4f38b5f424af990064d2 in term 2.
I20260630 12:34:07.787068  1493 raft_consensus.cc:2804] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:07.788316  1493 raft_consensus.cc:697] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 LEADER]: Becoming Leader. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Running, Role: LEADER
I20260630 12:34:07.789256  1493 consensus_queue.cc:237] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:07.796310  1045 catalog_manager.cc:5697] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 reported cstate change: term changed from 1 to 2, leader changed from be4881d009784e91909a0d7f6a081479 (127.0.120.2) to 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3). New cstate: current_term: 2 leader_uuid: "3ec3bed0965b4f38b5f424af990064d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:07.905630  1371 raft_consensus.cc:993] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353: : Instructing follower 3ec3bed0965b4f38b5f424af990064d2 to start an election
I20260630 12:34:07.906159  1500 raft_consensus.cc:1081] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Signalling peer 3ec3bed0965b4f38b5f424af990064d2 to start an election
I20260630 12:34:07.907686  1298 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "6cc75dbd0f3943639b08d0963f1255a1"
dest_uuid: "3ec3bed0965b4f38b5f424af990064d2"
 from {username='slave'} at 127.0.0.1:47960
I20260630 12:34:07.908236  1298 raft_consensus.cc:493] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:07.908552  1298 raft_consensus.cc:3060] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:07.912887  1298 raft_consensus.cc:515] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:07.914449  1298 leader_election.cc:290] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [CANDIDATE]: Term 2 election: Requested vote from peers 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609), be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905)
I20260630 12:34:07.915289  1150 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc75dbd0f3943639b08d0963f1255a1" candidate_uuid: "3ec3bed0965b4f38b5f424af990064d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "92dd6ffce6e34c6d97b2c8743ca83353"
I20260630 12:34:07.915589  1225 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc75dbd0f3943639b08d0963f1255a1" candidate_uuid: "3ec3bed0965b4f38b5f424af990064d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "be4881d009784e91909a0d7f6a081479"
I20260630 12:34:07.915841  1150 raft_consensus.cc:3055] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:07.916179  1150 raft_consensus.cc:740] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 92dd6ffce6e34c6d97b2c8743ca83353, State: Running, Role: LEADER
I20260630 12:34:07.916193  1225 raft_consensus.cc:3060] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:07.917079  1150 consensus_queue.cc:260] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:07.918016  1150 raft_consensus.cc:3060] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:07.921092  1225 raft_consensus.cc:2468] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ec3bed0965b4f38b5f424af990064d2 in term 2.
I20260630 12:34:07.922217  1263 leader_election.cc:304] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [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: 3ec3bed0965b4f38b5f424af990064d2, be4881d009784e91909a0d7f6a081479; no voters: 
I20260630 12:34:07.922793  1150 raft_consensus.cc:2468] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ec3bed0965b4f38b5f424af990064d2 in term 2.
I20260630 12:34:07.923534  1493 raft_consensus.cc:2804] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:07.924093  1493 raft_consensus.cc:697] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 LEADER]: Becoming Leader. State: Replica: 3ec3bed0965b4f38b5f424af990064d2, State: Running, Role: LEADER
I20260630 12:34:07.924904  1493 consensus_queue.cc:237] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } }
I20260630 12:34:07.931892  1045 catalog_manager.cc:5697] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 reported cstate change: term changed from 1 to 2, leader changed from 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1) to 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3). New cstate: current_term: 2 leader_uuid: "3ec3bed0965b4f38b5f424af990064d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:08.183080  1150 raft_consensus.cc:1275] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Refusing update from remote peer 3ec3bed0965b4f38b5f424af990064d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:08.184420  1493 consensus_queue.cc:1048] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:08.199295  1225 raft_consensus.cc:1275] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Refusing update from remote peer 3ec3bed0965b4f38b5f424af990064d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:08.201228  1493 consensus_queue.cc:1048] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:08.327376  1150 raft_consensus.cc:1275] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Refusing update from remote peer 3ec3bed0965b4f38b5f424af990064d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:08.328701  1493 consensus_queue.cc:1048] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:08.337984  1225 raft_consensus.cc:1275] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Refusing update from remote peer 3ec3bed0965b4f38b5f424af990064d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:08.340063  1493 consensus_queue.cc:1048] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:09.354377  1101 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:09.361052  1101 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:09.361726  1101 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:11.352048  1224 consensus_queue.cc:237] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [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: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:11.361096  1150 raft_consensus.cc:1275] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Refusing update from remote peer be4881d009784e91909a0d7f6a081479: 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:11.362150  1298 raft_consensus.cc:1275] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Refusing update from remote peer be4881d009784e91909a0d7f6a081479: 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:11.363085  1101 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:11.363031  1515 consensus_queue.cc:1048] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:11.364092  1489 consensus_queue.cc:1048] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } 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:34:11.376912  1190 consensus_peers.cc:597] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 -> Peer 7fbc607baffd4c019fed092c0849d79c (127.0.120.4:42977): Couldn't send request to peer 7fbc607baffd4c019fed092c0849d79c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d587d646b4aa454e8fce8fb1ded2780a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:11.385095  1101 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:11.385824  1101 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:11.387567  1515 raft_consensus.cc:2955] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.389559  1150 raft_consensus.cc:2955] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.390430  1298 raft_consensus.cc:2955] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.403501  1045 catalog_manager.cc:5697] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 reported cstate change: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "be4881d009784e91909a0d7f6a081479" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.416069  1298 consensus_queue.cc:237] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:11.424142  1224 raft_consensus.cc:1275] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Refusing update from remote peer 3ec3bed0965b4f38b5f424af990064d2: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:34:11.425787  1493 consensus_queue.cc:1048] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } 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:34:11.430070  1150 raft_consensus.cc:1275] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Refusing update from remote peer 3ec3bed0965b4f38b5f424af990064d2: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:34:11.431818  1493 consensus_queue.cc:1048] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:34:11.434305  1493 raft_consensus.cc:2955] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.436327  1224 raft_consensus.cc:2955] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
W20260630 12:34:11.442268  1264 consensus_peers.cc:597] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 -> Peer 7fbc607baffd4c019fed092c0849d79c (127.0.120.4:42977): Couldn't send request to peer 7fbc607baffd4c019fed092c0849d79c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6cc75dbd0f3943639b08d0963f1255a1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:11.447613  1150 raft_consensus.cc:2955] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.453809  1044 catalog_manager.cc:5697] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 reported cstate change: config changed from index -1 to 3, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New cstate: current_term: 2 leader_uuid: "3ec3bed0965b4f38b5f424af990064d2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.456279  1224 consensus_queue.cc:237] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } attrs { replace: true } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:11.466686  1298 raft_consensus.cc:1275] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Refusing update from remote peer be4881d009784e91909a0d7f6a081479: 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:11.467835  1190 consensus_peers.cc:597] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 -> Peer 7fbc607baffd4c019fed092c0849d79c (127.0.120.4:42977): Couldn't send request to peer 7fbc607baffd4c019fed092c0849d79c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 491539f7830b4db2a06aa920c053035d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:11.468395  1489 consensus_queue.cc:1048] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:11.472699  1150 raft_consensus.cc:1275] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Refusing update from remote peer be4881d009784e91909a0d7f6a081479: 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:11.474027  1489 consensus_queue.cc:1048] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } 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:11.479074  1489 raft_consensus.cc:2955] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } attrs { replace: true } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.481242  1298 raft_consensus.cc:2955] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } attrs { replace: true } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.485680  1150 raft_consensus.cc:2955] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } attrs { replace: true } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.496055  1044 catalog_manager.cc:5697] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 reported cstate change: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "be4881d009784e91909a0d7f6a081479" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:11.508491  1150 consensus_queue.cc:237] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:11.516782  1298 raft_consensus.cc:1275] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Refusing update from remote peer 92dd6ffce6e34c6d97b2c8743ca83353: 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:11.518411  1536 consensus_queue.cc:1048] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:11.518718  1224 raft_consensus.cc:1275] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Refusing update from remote peer 92dd6ffce6e34c6d97b2c8743ca83353: 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:11.520342  1500 consensus_queue.cc:1048] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } 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:34:11.529186  1115 consensus_peers.cc:597] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 -> Peer 7fbc607baffd4c019fed092c0849d79c (127.0.120.4:42977): Couldn't send request to peer 7fbc607baffd4c019fed092c0849d79c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7434bb89b4d04ae7a36db450e873db96. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:11.529234  1536 raft_consensus.cc:2955] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.530963  1298 raft_consensus.cc:2955] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.532595  1224 raft_consensus.cc:2955] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.545722  1048 catalog_manager.cc:5697] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 reported cstate change: config changed from index -1 to 2, NON_VOTER 7fbc607baffd4c019fed092c0849d79c (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } } }
I20260630 12:34:11.796579  1540 ts_tablet_manager.cc:933] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: Initiating tablet copy from peer be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905)
I20260630 12:34:11.799113  1540 tablet_copy_client.cc:323] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:42905
I20260630 12:34:11.812253  1235 tablet_copy_service.cc:140] P be4881d009784e91909a0d7f6a081479: Received BeginTabletCopySession request for tablet d587d646b4aa454e8fce8fb1ded2780a from peer 7fbc607baffd4c019fed092c0849d79c ({username='slave'} at 127.0.0.1:58356)
I20260630 12:34:11.812881  1235 tablet_copy_service.cc:161] P be4881d009784e91909a0d7f6a081479: Beginning new tablet copy session on tablet d587d646b4aa454e8fce8fb1ded2780a from peer 7fbc607baffd4c019fed092c0849d79c at {username='slave'} at 127.0.0.1:58356: session id = 7fbc607baffd4c019fed092c0849d79c-d587d646b4aa454e8fce8fb1ded2780a
I20260630 12:34:11.823468  1235 tablet_copy_source_session.cc:215] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:11.827510  1540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d587d646b4aa454e8fce8fb1ded2780a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:11.839615  1540 tablet_copy_client.cc:806] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:11.840270  1540 tablet_copy_client.cc:670] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:11.844769  1540 tablet_copy_client.cc:538] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:11.851320  1540 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: Bootstrap starting.
I20260630 12:34:11.868213  1540 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: 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:11.869028  1540 tablet_bootstrap.cc:492] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: Bootstrap complete.
I20260630 12:34:11.869621  1540 ts_tablet_manager.cc:1403] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.000s
I20260630 12:34:11.872058  1540 raft_consensus.cc:359] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:11.872726  1540 raft_consensus.cc:740] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7fbc607baffd4c019fed092c0849d79c, State: Initialized, Role: LEARNER
I20260630 12:34:11.873340  1540 consensus_queue.cc:260] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c [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: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } attrs { replace: true } } peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:11.877427  1540 ts_tablet_manager.cc:1434] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:34:11.879280  1235 tablet_copy_service.cc:342] P be4881d009784e91909a0d7f6a081479: Request end of tablet copy session 7fbc607baffd4c019fed092c0849d79c-d587d646b4aa454e8fce8fb1ded2780a received from {username='slave'} at 127.0.0.1:58356
I20260630 12:34:11.879794  1235 tablet_copy_service.cc:434] P be4881d009784e91909a0d7f6a081479: ending tablet copy session 7fbc607baffd4c019fed092c0849d79c-d587d646b4aa454e8fce8fb1ded2780a on tablet d587d646b4aa454e8fce8fb1ded2780a with peer 7fbc607baffd4c019fed092c0849d79c
I20260630 12:34:11.900710  1540 ts_tablet_manager.cc:933] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: Initiating tablet copy from peer 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609)
I20260630 12:34:11.902294  1540 tablet_copy_client.cc:323] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:41609
I20260630 12:34:11.911489  1160 tablet_copy_service.cc:140] P 92dd6ffce6e34c6d97b2c8743ca83353: Received BeginTabletCopySession request for tablet 7434bb89b4d04ae7a36db450e873db96 from peer 7fbc607baffd4c019fed092c0849d79c ({username='slave'} at 127.0.0.1:41292)
I20260630 12:34:11.911985  1160 tablet_copy_service.cc:161] P 92dd6ffce6e34c6d97b2c8743ca83353: Beginning new tablet copy session on tablet 7434bb89b4d04ae7a36db450e873db96 from peer 7fbc607baffd4c019fed092c0849d79c at {username='slave'} at 127.0.0.1:41292: session id = 7fbc607baffd4c019fed092c0849d79c-7434bb89b4d04ae7a36db450e873db96
I20260630 12:34:11.917567  1160 tablet_copy_source_session.cc:215] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:11.920217  1540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7434bb89b4d04ae7a36db450e873db96. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:11.930132  1540 tablet_copy_client.cc:806] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:11.930720  1540 tablet_copy_client.cc:670] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:11.933422  1546 ts_tablet_manager.cc:933] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: Initiating tablet copy from peer be4881d009784e91909a0d7f6a081479 (127.0.120.2:42905)
I20260630 12:34:11.934764  1540 tablet_copy_client.cc:538] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:11.935432  1546 tablet_copy_client.cc:323] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:42905
I20260630 12:34:11.937201  1235 tablet_copy_service.cc:140] P be4881d009784e91909a0d7f6a081479: Received BeginTabletCopySession request for tablet 491539f7830b4db2a06aa920c053035d from peer 7fbc607baffd4c019fed092c0849d79c ({username='slave'} at 127.0.0.1:58356)
I20260630 12:34:11.937719  1235 tablet_copy_service.cc:161] P be4881d009784e91909a0d7f6a081479: Beginning new tablet copy session on tablet 491539f7830b4db2a06aa920c053035d from peer 7fbc607baffd4c019fed092c0849d79c at {username='slave'} at 127.0.0.1:58356: session id = 7fbc607baffd4c019fed092c0849d79c-491539f7830b4db2a06aa920c053035d
I20260630 12:34:11.944242  1540 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: Bootstrap starting.
I20260630 12:34:11.944794  1235 tablet_copy_source_session.cc:215] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:11.948302  1546 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 491539f7830b4db2a06aa920c053035d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:11.960146  1540 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: 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:11.960879  1540 tablet_bootstrap.cc:492] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: Bootstrap complete.
I20260630 12:34:11.961422  1540 ts_tablet_manager.cc:1403] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: Time spent bootstrapping tablet: real 0.017s	user 0.016s	sys 0.000s
I20260630 12:34:11.963415  1546 tablet_copy_client.cc:806] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:11.963967  1546 tablet_copy_client.cc:670] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:11.963621  1540 raft_consensus.cc:359] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:11.964452  1540 raft_consensus.cc:740] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7fbc607baffd4c019fed092c0849d79c, State: Initialized, Role: LEARNER
I20260630 12:34:11.965101  1540 consensus_queue.cc:260] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:11.967765  1540 ts_tablet_manager.cc:1434] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:34:11.969352  1546 tablet_copy_client.cc:538] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:11.969548  1160 tablet_copy_service.cc:342] P 92dd6ffce6e34c6d97b2c8743ca83353: Request end of tablet copy session 7fbc607baffd4c019fed092c0849d79c-7434bb89b4d04ae7a36db450e873db96 received from {username='slave'} at 127.0.0.1:41292
I20260630 12:34:11.970021  1160 tablet_copy_service.cc:434] P 92dd6ffce6e34c6d97b2c8743ca83353: ending tablet copy session 7fbc607baffd4c019fed092c0849d79c-7434bb89b4d04ae7a36db450e873db96 on tablet 7434bb89b4d04ae7a36db450e873db96 with peer 7fbc607baffd4c019fed092c0849d79c
I20260630 12:34:11.978376  1546 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: Bootstrap starting.
I20260630 12:34:11.987567  1540 ts_tablet_manager.cc:933] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: Initiating tablet copy from peer 3ec3bed0965b4f38b5f424af990064d2 (127.0.120.3:32845)
I20260630 12:34:11.989174  1540 tablet_copy_client.cc:323] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:32845
I20260630 12:34:11.999821  1546 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: 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:12.000120  1309 tablet_copy_service.cc:140] P 3ec3bed0965b4f38b5f424af990064d2: Received BeginTabletCopySession request for tablet 6cc75dbd0f3943639b08d0963f1255a1 from peer 7fbc607baffd4c019fed092c0849d79c ({username='slave'} at 127.0.0.1:47042)
I20260630 12:34:12.000751  1546 tablet_bootstrap.cc:492] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: Bootstrap complete.
I20260630 12:34:12.000774  1309 tablet_copy_service.cc:161] P 3ec3bed0965b4f38b5f424af990064d2: Beginning new tablet copy session on tablet 6cc75dbd0f3943639b08d0963f1255a1 from peer 7fbc607baffd4c019fed092c0849d79c at {username='slave'} at 127.0.0.1:47042: session id = 7fbc607baffd4c019fed092c0849d79c-6cc75dbd0f3943639b08d0963f1255a1
I20260630 12:34:12.001569  1546 ts_tablet_manager.cc:1403] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: Time spent bootstrapping tablet: real 0.023s	user 0.018s	sys 0.004s
I20260630 12:34:12.004762   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:34:12.015551  1546 raft_consensus.cc:359] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } attrs { replace: true } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:12.016494  1546 raft_consensus.cc:740] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7fbc607baffd4c019fed092c0849d79c, State: Initialized, Role: LEARNER
I20260630 12:34:12.017184  1546 consensus_queue.cc:260] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } attrs { replace: true } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:12.019639  1546 ts_tablet_manager.cc:1434] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: Time spent starting tablet: real 0.018s	user 0.010s	sys 0.000s
I20260630 12:34:12.024201  1235 tablet_copy_service.cc:342] P be4881d009784e91909a0d7f6a081479: Request end of tablet copy session 7fbc607baffd4c019fed092c0849d79c-491539f7830b4db2a06aa920c053035d received from {username='slave'} at 127.0.0.1:58356
I20260630 12:34:12.024654  1235 tablet_copy_service.cc:434] P be4881d009784e91909a0d7f6a081479: ending tablet copy session 7fbc607baffd4c019fed092c0849d79c-491539f7830b4db2a06aa920c053035d on tablet 491539f7830b4db2a06aa920c053035d with peer 7fbc607baffd4c019fed092c0849d79c
I20260630 12:34:12.026404  1309 tablet_copy_source_session.cc:215] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:12.030308  1540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cc75dbd0f3943639b08d0963f1255a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:12.050236   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:12.051119  1540 tablet_copy_client.cc:806] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:12.051528   480 tablet_replica.cc:333] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353: stopping tablet replica
I20260630 12:34:12.051683  1540 tablet_copy_client.cc:670] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:12.052616   480 raft_consensus.cc:2243] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.053210   480 raft_consensus.cc:2272] T 006c18458a814a5ea2958c80981c7431 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.056591   480 tablet_replica.cc:333] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353: stopping tablet replica
I20260630 12:34:12.057150   480 raft_consensus.cc:2243] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.057659   480 raft_consensus.cc:2272] T d78284bb3a274ed7a68e16f58870f166 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.058035  1540 tablet_copy_client.cc:538] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:12.059770   480 tablet_replica.cc:333] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353: stopping tablet replica
I20260630 12:34:12.060384   480 raft_consensus.cc:2243] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.061079   480 raft_consensus.cc:2272] T 81d52a319daf4879bc6f6f18cf350b6b P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.062988   480 tablet_replica.cc:333] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353: stopping tablet replica
I20260630 12:34:12.063596   480 raft_consensus.cc:2243] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.064488   480 raft_consensus.cc:2272] T 7434bb89b4d04ae7a36db450e873db96 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.066001  1540 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: Bootstrap starting.
I20260630 12:34:12.066819   480 tablet_replica.cc:333] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353: stopping tablet replica
I20260630 12:34:12.067400   480 raft_consensus.cc:2243] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.067833   480 raft_consensus.cc:2272] T d587d646b4aa454e8fce8fb1ded2780a P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.070021   480 tablet_replica.cc:333] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353: stopping tablet replica
I20260630 12:34:12.070650   480 raft_consensus.cc:2243] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.071201   480 raft_consensus.cc:2272] T 6cc75dbd0f3943639b08d0963f1255a1 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.073342   480 tablet_replica.cc:333] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353: stopping tablet replica
I20260630 12:34:12.073848   480 raft_consensus.cc:2243] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.074277   480 raft_consensus.cc:2272] T 491539f7830b4db2a06aa920c053035d P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.076589   480 tablet_replica.cc:333] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353: stopping tablet replica
I20260630 12:34:12.077071   480 raft_consensus.cc:2243] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.077824   480 raft_consensus.cc:2272] T d7db748193da466eb0c984571b140c77 P 92dd6ffce6e34c6d97b2c8743ca83353 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.086185  1540 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: 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:34:12.087181  1540 tablet_bootstrap.cc:492] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: Bootstrap complete.
I20260630 12:34:12.087831  1540 ts_tablet_manager.cc:1403] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: Time spent bootstrapping tablet: real 0.022s	user 0.020s	sys 0.000s
I20260630 12:34:12.090428  1540 raft_consensus.cc:359] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:12.091272  1540 raft_consensus.cc:740] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 7fbc607baffd4c019fed092c0849d79c, State: Initialized, Role: LEARNER
I20260630 12:34:12.091840  1540 consensus_queue.cc:260] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c [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: "92dd6ffce6e34c6d97b2c8743ca83353" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41609 } } peers { permanent_uuid: "be4881d009784e91909a0d7f6a081479" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 42905 } attrs { replace: true } } peers { permanent_uuid: "3ec3bed0965b4f38b5f424af990064d2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 32845 } } peers { permanent_uuid: "7fbc607baffd4c019fed092c0849d79c" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42977 } attrs { promote: true } }
I20260630 12:34:12.094254  1540 ts_tablet_manager.cc:1434] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:34:12.096328  1309 tablet_copy_service.cc:342] P 3ec3bed0965b4f38b5f424af990064d2: Request end of tablet copy session 7fbc607baffd4c019fed092c0849d79c-6cc75dbd0f3943639b08d0963f1255a1 received from {username='slave'} at 127.0.0.1:47042
I20260630 12:34:12.096792  1309 tablet_copy_service.cc:434] P 3ec3bed0965b4f38b5f424af990064d2: ending tablet copy session 7fbc607baffd4c019fed092c0849d79c-6cc75dbd0f3943639b08d0963f1255a1 on tablet 6cc75dbd0f3943639b08d0963f1255a1 with peer 7fbc607baffd4c019fed092c0849d79c
I20260630 12:34:12.105705   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:34:12.125305   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:34:12.160437   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:12.161203   480 tablet_replica.cc:333] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479: stopping tablet replica
I20260630 12:34:12.161849   480 raft_consensus.cc:2243] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.162289   480 raft_consensus.cc:2272] T 81d52a319daf4879bc6f6f18cf350b6b P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.164206   480 tablet_replica.cc:333] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479: stopping tablet replica
I20260630 12:34:12.164721   480 raft_consensus.cc:2243] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.165155   480 raft_consensus.cc:2272] T 7434bb89b4d04ae7a36db450e873db96 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.167662   480 tablet_replica.cc:333] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479: stopping tablet replica
I20260630 12:34:12.168175   480 raft_consensus.cc:2243] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.168571   480 raft_consensus.cc:2272] T d78284bb3a274ed7a68e16f58870f166 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.170297   480 tablet_replica.cc:333] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479: stopping tablet replica
I20260630 12:34:12.170957   480 raft_consensus.cc:2243] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.171854   480 raft_consensus.cc:2272] T 006c18458a814a5ea2958c80981c7431 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.173996   480 tablet_replica.cc:333] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479: stopping tablet replica
W20260630 12:34:12.174260  1265 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:41609: connect: Connection refused (error 111) [suppressed 5 similar messages]
I20260630 12:34:12.174686   480 raft_consensus.cc:2243] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.175380   480 raft_consensus.cc:2272] T 6cc75dbd0f3943639b08d0963f1255a1 P be4881d009784e91909a0d7f6a081479 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.177981   480 tablet_replica.cc:333] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479: stopping tablet replica
W20260630 12:34:12.178452  1265 consensus_peers.cc:597] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 -> Peer 92dd6ffce6e34c6d97b2c8743ca83353 (127.0.120.1:41609): Couldn't send request to peer 92dd6ffce6e34c6d97b2c8743ca83353. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:41609: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:12.178659   480 raft_consensus.cc:2243] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.179648   480 raft_consensus.cc:2272] T 491539f7830b4db2a06aa920c053035d P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.181914   480 tablet_replica.cc:333] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479: stopping tablet replica
I20260630 12:34:12.182672   480 raft_consensus.cc:2243] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.183187   480 raft_consensus.cc:2272] T d7db748193da466eb0c984571b140c77 P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.185182   480 tablet_replica.cc:333] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479: stopping tablet replica
I20260630 12:34:12.185684   480 raft_consensus.cc:2243] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.186599   480 raft_consensus.cc:2272] T d587d646b4aa454e8fce8fb1ded2780a P be4881d009784e91909a0d7f6a081479 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.218868   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:34:12.245784   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:34:12.281344   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:12.282179   480 tablet_replica.cc:333] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2: stopping tablet replica
I20260630 12:34:12.282861   480 raft_consensus.cc:2243] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.283438   480 raft_consensus.cc:2272] T 7434bb89b4d04ae7a36db450e873db96 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.286357   480 tablet_replica.cc:333] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2: stopping tablet replica
I20260630 12:34:12.286875   480 raft_consensus.cc:2243] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.287680   480 raft_consensus.cc:2272] T d78284bb3a274ed7a68e16f58870f166 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.289427   480 tablet_replica.cc:333] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2: stopping tablet replica
I20260630 12:34:12.289969   480 raft_consensus.cc:2243] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.290370   480 raft_consensus.cc:2272] T 006c18458a814a5ea2958c80981c7431 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.292222   480 tablet_replica.cc:333] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2: stopping tablet replica
I20260630 12:34:12.292721   480 raft_consensus.cc:2243] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.293097   480 raft_consensus.cc:2272] T 81d52a319daf4879bc6f6f18cf350b6b P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.294749   480 tablet_replica.cc:333] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2: stopping tablet replica
I20260630 12:34:12.295292   480 raft_consensus.cc:2243] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.295717   480 raft_consensus.cc:2272] T d587d646b4aa454e8fce8fb1ded2780a P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.298416   480 tablet_replica.cc:333] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2: stopping tablet replica
I20260630 12:34:12.299054   480 raft_consensus.cc:2243] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.299510   480 raft_consensus.cc:2272] T d7db748193da466eb0c984571b140c77 P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.301342   480 tablet_replica.cc:333] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2: stopping tablet replica
I20260630 12:34:12.301819   480 raft_consensus.cc:2243] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.302853   480 raft_consensus.cc:2272] T 6cc75dbd0f3943639b08d0963f1255a1 P 3ec3bed0965b4f38b5f424af990064d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.305070   480 tablet_replica.cc:333] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2: stopping tablet replica
I20260630 12:34:12.305581   480 raft_consensus.cc:2243] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:12.306035   480 raft_consensus.cc:2272] T 491539f7830b4db2a06aa920c053035d P 3ec3bed0965b4f38b5f424af990064d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.335551   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:34:12.360569   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:34:12.392125   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:12.393476   480 tablet_replica.cc:333] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c: stopping tablet replica
I20260630 12:34:12.394129   480 raft_consensus.cc:2243] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c [term 2 LEARNER]: Raft consensus shutting down.
I20260630 12:34:12.394554   480 raft_consensus.cc:2272] T 6cc75dbd0f3943639b08d0963f1255a1 P 7fbc607baffd4c019fed092c0849d79c [term 2 LEARNER]: Raft consensus is shut down!
I20260630 12:34:12.396587   480 tablet_replica.cc:333] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c: stopping tablet replica
I20260630 12:34:12.397104   480 raft_consensus.cc:2243] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:12.397564   480 raft_consensus.cc:2272] T 491539f7830b4db2a06aa920c053035d P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:12.399590   480 tablet_replica.cc:333] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c: stopping tablet replica
I20260630 12:34:12.400095   480 raft_consensus.cc:2243] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:12.400463   480 raft_consensus.cc:2272] T 7434bb89b4d04ae7a36db450e873db96 P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:12.402356   480 tablet_replica.cc:333] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c: stopping tablet replica
I20260630 12:34:12.402961   480 raft_consensus.cc:2243] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:12.403414   480 raft_consensus.cc:2272] T d587d646b4aa454e8fce8fb1ded2780a P 7fbc607baffd4c019fed092c0849d79c [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:12.425210   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:34:12.442312   480 master.cc:562] Master@127.0.120.62:39997 shutting down...
W20260630 12:34:12.472114  1096 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:34:12.473455   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:12.473954   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:12.474293   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P fe6714ae255d48f3993563cfa4bc9499: stopping tablet replica
I20260630 12:34:12.493767   480 master.cc:584] Master@127.0.120.62:39997 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9368 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:34:12.533546   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:32991,127.0.120.61:37205,127.0.120.60:37869
I20260630 12:34:12.534871   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:12.540820  1555 instance_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:12.541419  1558 instance_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:12.541971  1556 instance_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:12.542809   480 server_base.cc:1061] running on GCE node
I20260630 12:34:12.543771   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:12.543944   480 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:12.544133   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822852544119 us; error 0 us; skew 500 ppm
I20260630 12:34:12.544632   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:12.547379   480 webserver.cc:533] Webserver started at http://127.0.120.62:33101/ using document root <none> and password file <none>
I20260630 12:34:12.547878   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:12.548066   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:12.548400   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:12.549518   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "c872f068be2947a58bba90320c25131c"
format_stamp: "Formatted at 2026-06-30 12:34:12 on dist-test-slave-80h9"
I20260630 12:34:12.554119   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:12.557466  1563 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:12.558208   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:12.558526   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "c872f068be2947a58bba90320c25131c"
format_stamp: "Formatted at 2026-06-30 12:34:12 on dist-test-slave-80h9"
I20260630 12:34:12.558838   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-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:12.571552   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:12.572765   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:12.622622  1614 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:32991 every 8 connection(s)
I20260630 12:34:12.622608   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:32991
I20260630 12:34:12.628553   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:12.628841  1615 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:12.634975  1617 instance_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:12.638942  1615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:12.642594  1618 instance_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:12.648312  1622 instance_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:12.648487   480 server_base.cc:1061] running on GCE node
I20260630 12:34:12.649341   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:12.649580   480 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:12.649761   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822852649744 us; error 0 us; skew 500 ppm
I20260630 12:34:12.650255   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:12.653381   480 webserver.cc:533] Webserver started at http://127.0.120.61:45419/ using document root <none> and password file <none>
I20260630 12:34:12.653977   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:12.654253   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:12.654582   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:12.656072   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-1-root/instance:
uuid: "a2aa85532a0143d4a2664ae4ce7e62d0"
format_stamp: "Formatted at 2026-06-30 12:34:12 on dist-test-slave-80h9"
I20260630 12:34:12.657267  1615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:12.661873   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
W20260630 12:34:12.662974  1615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.61:37205: Network error: Client connection negotiation failed: client connection to 127.0.120.61:37205: connect: Connection refused (error 111)
I20260630 12:34:12.665587  1628 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:12.666299   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:12.666586   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-1-root
uuid: "a2aa85532a0143d4a2664ae4ce7e62d0"
format_stamp: "Formatted at 2026-06-30 12:34:12 on dist-test-slave-80h9"
I20260630 12:34:12.666852   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-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:12.688755   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:12.689913   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:12.725569  1615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } attempt: 1
I20260630 12:34:12.726491   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.61:37205
I20260630 12:34:12.726626  1679 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.61:37205 every 8 connection(s)
I20260630 12:34:12.731700   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:12.731899  1681 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:12.737923  1683 instance_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:12.738865  1615 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:12.741381  1684 instance_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:12.743366  1681 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:12.745002  1615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.60:37869: Network error: Client connection negotiation failed: client connection to 127.0.120.60:37869: connect: Connection refused (error 111)
I20260630 12:34:12.749572   480 server_base.cc:1061] running on GCE node
W20260630 12:34:12.750276  1686 instance_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:12.751317   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:12.751560   480 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:12.751742   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822852751722 us; error 0 us; skew 500 ppm
I20260630 12:34:12.752266   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:12.756567   480 webserver.cc:533] Webserver started at http://127.0.120.60:35295/ using document root <none> and password file <none>
I20260630 12:34:12.757169   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:12.757421   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:12.757735   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:12.758520  1681 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:12.758919   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-2-root/instance:
uuid: "f67e8c7d79c5447f99ebc22391ddfdcd"
format_stamp: "Formatted at 2026-06-30 12:34:12 on dist-test-slave-80h9"
I20260630 12:34:12.763935   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:12.767777  1692 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:12.768751   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:34:12.769089   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-2-root
uuid: "f67e8c7d79c5447f99ebc22391ddfdcd"
format_stamp: "Formatted at 2026-06-30 12:34:12 on dist-test-slave-80h9"
I20260630 12:34:12.769440   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-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:12.769600  1681 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:12.776013  1681 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.60:37869: Network error: Client connection negotiation failed: client connection to 127.0.120.60:37869: connect: Connection refused (error 111)
I20260630 12:34:12.776474  1615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } attempt: 1
W20260630 12:34:12.780958  1615 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.60:37869: Network error: Client connection negotiation failed: client connection to 127.0.120.60:37869: connect: Connection refused (error 111)
I20260630 12:34:12.783891   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:12.784909   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:12.798522  1681 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } attempt: 1
W20260630 12:34:12.804318  1681 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.120.60:37869: Network error: Client connection negotiation failed: client connection to 127.0.120.60:37869: connect: Connection refused (error 111)
I20260630 12:34:12.823513   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.60:37869
I20260630 12:34:12.823627  1744 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.60:37869 every 8 connection(s)
I20260630 12:34:12.826663   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:12.827363  1745 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:12.833020  1745 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:12.834456  1615 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } attempt: 2
I20260630 12:34:12.847329  1745 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:12.854612  1615 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: Bootstrap starting.
I20260630 12:34:12.857532  1745 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:12.860297  1615 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:12.864959  1615 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: No bootstrap required, opened a new log
I20260630 12:34:12.867568  1615 raft_consensus.cc:359] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:12.868149  1615 raft_consensus.cc:385] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:12.868393  1615 raft_consensus.cc:740] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c872f068be2947a58bba90320c25131c, State: Initialized, Role: FOLLOWER
I20260630 12:34:12.869199  1615 consensus_queue.cc:260] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:12.870787  1681 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } attempt: 2
I20260630 12:34:12.872007  1750 sys_catalog.cc:455] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [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: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:12.872781  1750 sys_catalog.cc:458] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:12.873795  1745 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd: Bootstrap starting.
I20260630 12:34:12.873966  1615 sys_catalog.cc:565] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:12.880533  1745 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:12.887348  1745 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd: No bootstrap required, opened a new log
I20260630 12:34:12.890192  1745 raft_consensus.cc:359] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:12.890766   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:34:12.890941  1745 raft_consensus.cc:385] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:12.891330  1745 raft_consensus.cc:740] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f67e8c7d79c5447f99ebc22391ddfdcd, State: Initialized, Role: FOLLOWER
I20260630 12:34:12.892091  1745 consensus_queue.cc:260] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:12.892942  1681 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0: Bootstrap starting.
I20260630 12:34:12.894241  1763 sys_catalog.cc:455] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [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: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:12.895084  1763 sys_catalog.cc:458] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:34:12.895570  1762 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
I20260630 12:34:12.895850  1745 sys_catalog.cc:565] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [sys.catalog]: configured and running, proceeding with master startup.
W20260630 12:34:12.895876  1762 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:12.899735  1681 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:12.905627  1681 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0: No bootstrap required, opened a new log
I20260630 12:34:12.909010  1681 raft_consensus.cc:359] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:12.909723  1681 raft_consensus.cc:385] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:12.910022  1681 raft_consensus.cc:740] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a2aa85532a0143d4a2664ae4ce7e62d0, State: Initialized, Role: FOLLOWER
I20260630 12:34:12.910701  1681 consensus_queue.cc:260] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
W20260630 12:34:12.912624  1775 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:12.913062  1775 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:12.912560  1776 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [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: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:12.913444  1776 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:12.914134  1681 sys_catalog.cc:565] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:12.924420   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:34:12.926268   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:12.928781  1787 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:12.929183  1787 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:12.933528  1788 instance_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:12.934440  1789 instance_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:12.935771  1791 instance_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:12.936327   480 server_base.cc:1061] running on GCE node
I20260630 12:34:12.937260   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:12.937531   480 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:12.937736   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822852937716 us; error 0 us; skew 500 ppm
I20260630 12:34:12.938264   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:12.941054   480 webserver.cc:533] Webserver started at http://127.0.120.1:42605/ using document root <none> and password file <none>
I20260630 12:34:12.941555   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:12.941756   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:12.942070   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:12.943392   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "8d7f6dae1bc04936b6c9ef4fa1d91d26"
format_stamp: "Formatted at 2026-06-30 12:34:12 on dist-test-slave-80h9"
I20260630 12:34:12.944429  1763 raft_consensus.cc:493] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:12.944980  1763 raft_consensus.cc:515] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:12.947306  1763 leader_election.cc:290] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c872f068be2947a58bba90320c25131c (127.0.120.62:32991), a2aa85532a0143d4a2664ae4ce7e62d0 (127.0.120.61:37205)
I20260630 12:34:12.948242  1590 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c872f068be2947a58bba90320c25131c" is_pre_election: true
I20260630 12:34:12.948375  1655 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" is_pre_election: true
I20260630 12:34:12.949116  1590 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f67e8c7d79c5447f99ebc22391ddfdcd in term 0.
I20260630 12:34:12.949218  1655 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f67e8c7d79c5447f99ebc22391ddfdcd in term 0.
I20260630 12:34:12.949952   480 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:34:12.950357  1693 leader_election.cc:304] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c872f068be2947a58bba90320c25131c, f67e8c7d79c5447f99ebc22391ddfdcd; no voters: 
I20260630 12:34:12.951277  1763 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:12.951555  1763 raft_consensus.cc:493] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:12.951830  1763 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:12.954413  1796 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:12.955412   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:12.955716   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "8d7f6dae1bc04936b6c9ef4fa1d91d26"
format_stamp: "Formatted at 2026-06-30 12:34:12 on dist-test-slave-80h9"
I20260630 12:34:12.955988   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-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:12.956759  1763 raft_consensus.cc:515] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:12.958330  1763 leader_election.cc:290] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [CANDIDATE]: Term 1 election: Requested vote from peers c872f068be2947a58bba90320c25131c (127.0.120.62:32991), a2aa85532a0143d4a2664ae4ce7e62d0 (127.0.120.61:37205)
I20260630 12:34:12.959378  1655 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0"
I20260630 12:34:12.959501  1590 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c872f068be2947a58bba90320c25131c"
I20260630 12:34:12.960052  1655 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:12.960250  1590 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:12.965353  1655 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f67e8c7d79c5447f99ebc22391ddfdcd in term 1.
I20260630 12:34:12.966394  1697 leader_election.cc:304] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a2aa85532a0143d4a2664ae4ce7e62d0, f67e8c7d79c5447f99ebc22391ddfdcd; no voters: 
I20260630 12:34:12.967129  1763 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:12.967209  1590 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f67e8c7d79c5447f99ebc22391ddfdcd in term 1.
I20260630 12:34:12.968918  1763 raft_consensus.cc:697] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 1 LEADER]: Becoming Leader. State: Replica: f67e8c7d79c5447f99ebc22391ddfdcd, State: Running, Role: LEADER
I20260630 12:34:12.969669  1763 consensus_queue.cc:237] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:12.974784  1801 sys_catalog.cc:455] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [sys.catalog]: SysCatalogTable state changed. Reason: New leader f67e8c7d79c5447f99ebc22391ddfdcd. Latest consensus state: current_term: 1 leader_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:12.975458  1801 sys_catalog.cc:458] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:12.975510   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:12.977231   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:12.977334  1803 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:12.979373   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:12.982610   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:12.982867   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:12.983186   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:12.983428   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:12.985257  1803 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:12.996346  1590 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 1 FOLLOWER]: Refusing update from remote peer f67e8c7d79c5447f99ebc22391ddfdcd: 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:12.996423  1655 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 1 FOLLOWER]: Refusing update from remote peer f67e8c7d79c5447f99ebc22391ddfdcd: 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:12.998306  1801 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [LEADER]: Connected to new peer: Peer: permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:12.999213  1763 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [LEADER]: Connected to new peer: Peer: permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:13.010581  1776 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f67e8c7d79c5447f99ebc22391ddfdcd. Latest consensus state: current_term: 1 leader_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:13.011379  1776 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:13.016273  1750 sys_catalog.cc:455] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: SysCatalogTable state changed. Reason: New leader f67e8c7d79c5447f99ebc22391ddfdcd. Latest consensus state: current_term: 1 leader_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:13.017036  1750 sys_catalog.cc:458] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:13.026976  1750 sys_catalog.cc:455] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:13.027992  1750 sys_catalog.cc:458] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:13.030294  1801 sys_catalog.cc:455] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:13.031010  1801 sys_catalog.cc:458] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:13.031770  1801 sys_catalog.cc:455] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:13.032449  1801 sys_catalog.cc:458] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:13.032543  1803 catalog_manager.cc:1383] Generated new cluster ID: 4e8583cacf304acfb4a684d8c7c00b14
I20260630 12:34:13.032620  1776 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:13.033121  1803 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:13.033460  1776 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:13.070413  1803 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:13.072654  1803 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:13.084421   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:37673
I20260630 12:34:13.084599  1870 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:37673 every 8 connection(s)
I20260630 12:34:13.105422   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:13.108222  1803 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd: Generated new TSK 0
I20260630 12:34:13.109256  1803 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:13.125411  1871 heartbeater.cc:344] Connected to a master server at 127.0.120.60:37869
I20260630 12:34:13.125950  1871 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:13.127161  1871 heartbeater.cc:507] Master 127.0.120.60:37869 requested a full tablet report, sending...
I20260630 12:34:13.129736  1873 heartbeater.cc:344] Connected to a master server at 127.0.120.62:32991
I20260630 12:34:13.130234  1873 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:13.131317  1873 heartbeater.cc:507] Master 127.0.120.62:32991 requested a full tablet report, sending...
I20260630 12:34:13.131855  1710 ts_manager.cc:194] Registered new tserver with Master: 8d7f6dae1bc04936b6c9ef4fa1d91d26 (127.0.120.1:37673)
I20260630 12:34:13.134616  1710 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59532
I20260630 12:34:13.134651  1580 ts_manager.cc:194] Registered new tserver with Master: 8d7f6dae1bc04936b6c9ef4fa1d91d26 (127.0.120.1:37673)
I20260630 12:34:13.138254  1872 heartbeater.cc:344] Connected to a master server at 127.0.120.61:37205
I20260630 12:34:13.138718  1872 heartbeater.cc:461] Registering TS with master...
W20260630 12:34:13.137650  1878 instance_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:13.140064  1872 heartbeater.cc:507] Master 127.0.120.61:37205 requested a full tablet report, sending...
W20260630 12:34:13.140297  1879 instance_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:13.143678  1645 ts_manager.cc:194] Registered new tserver with Master: 8d7f6dae1bc04936b6c9ef4fa1d91d26 (127.0.120.1:37673)
W20260630 12:34:13.143947  1881 instance_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:13.144636   480 server_base.cc:1061] running on GCE node
I20260630 12:34:13.145604   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:13.145808   480 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:13.146078   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822853146034 us; error 0 us; skew 500 ppm
I20260630 12:34:13.146664   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:13.149369   480 webserver.cc:533] Webserver started at http://127.0.120.2:38881/ using document root <none> and password file <none>
I20260630 12:34:13.149969   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:13.150207   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:13.150537   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:13.151880   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "192f8400d6994a4b9d9c48c8b7997016"
format_stamp: "Formatted at 2026-06-30 12:34:13 on dist-test-slave-80h9"
I20260630 12:34:13.156777   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:34:13.160270  1886 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:13.161432   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:34:13.161746   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "192f8400d6994a4b9d9c48c8b7997016"
format_stamp: "Formatted at 2026-06-30 12:34:13 on dist-test-slave-80h9"
I20260630 12:34:13.162026   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-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:13.194235   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:13.195468   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:13.196942   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:13.199541   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:13.199770   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:13.200039   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:13.200232   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:13.243232   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:45735
I20260630 12:34:13.243340  1948 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:45735 every 8 connection(s)
I20260630 12:34:13.259338   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:13.266975  1949 heartbeater.cc:344] Connected to a master server at 127.0.120.60:37869
I20260630 12:34:13.267482  1949 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:13.268392  1949 heartbeater.cc:507] Master 127.0.120.60:37869 requested a full tablet report, sending...
W20260630 12:34:13.269546  1956 instance_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:13.271121  1951 heartbeater.cc:344] Connected to a master server at 127.0.120.62:32991
I20260630 12:34:13.271664  1951 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:13.272430  1710 ts_manager.cc:194] Registered new tserver with Master: 192f8400d6994a4b9d9c48c8b7997016 (127.0.120.2:45735)
I20260630 12:34:13.272653  1951 heartbeater.cc:507] Master 127.0.120.62:32991 requested a full tablet report, sending...
I20260630 12:34:13.273893  1710 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59548
I20260630 12:34:13.276409  1580 ts_manager.cc:194] Registered new tserver with Master: 192f8400d6994a4b9d9c48c8b7997016 (127.0.120.2:45735)
W20260630 12:34:13.279747  1957 instance_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:13.283421   480 server_base.cc:1061] running on GCE node
W20260630 12:34:13.285668  1959 instance_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:13.286691  1950 heartbeater.cc:344] Connected to a master server at 127.0.120.61:37205
I20260630 12:34:13.286806   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:13.287130   480 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:13.287168  1950 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:13.287503   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822853287480 us; error 0 us; skew 500 ppm
I20260630 12:34:13.288015  1950 heartbeater.cc:507] Master 127.0.120.61:37205 requested a full tablet report, sending...
I20260630 12:34:13.288273   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:13.290678  1645 ts_manager.cc:194] Registered new tserver with Master: 192f8400d6994a4b9d9c48c8b7997016 (127.0.120.2:45735)
I20260630 12:34:13.291177   480 webserver.cc:533] Webserver started at http://127.0.120.3:35661/ using document root <none> and password file <none>
I20260630 12:34:13.291746   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:13.292011   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:13.292289   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:13.293289   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "3ffdf2439a7642e9afed758a57850109"
format_stamp: "Formatted at 2026-06-30 12:34:13 on dist-test-slave-80h9"
I20260630 12:34:13.297770   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:13.301244  1964 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:13.302206   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:13.302471   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "3ffdf2439a7642e9afed758a57850109"
format_stamp: "Formatted at 2026-06-30 12:34:13 on dist-test-slave-80h9"
I20260630 12:34:13.302800   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822836191499-480-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:13.321108   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:13.322409   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:13.323920   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:13.326125   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:13.326373   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:13.326613   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:13.326797   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:13.368482   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:39451
I20260630 12:34:13.368573  2026 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:39451 every 8 connection(s)
I20260630 12:34:13.390894  2027 heartbeater.cc:344] Connected to a master server at 127.0.120.60:37869
I20260630 12:34:13.391374  2027 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:13.392220  2027 heartbeater.cc:507] Master 127.0.120.60:37869 requested a full tablet report, sending...
I20260630 12:34:13.394986  1710 ts_manager.cc:194] Registered new tserver with Master: 3ffdf2439a7642e9afed758a57850109 (127.0.120.3:39451)
I20260630 12:34:13.396726  1710 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59556
I20260630 12:34:13.397107  2028 heartbeater.cc:344] Connected to a master server at 127.0.120.61:37205
I20260630 12:34:13.397540  2028 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:13.398483  2028 heartbeater.cc:507] Master 127.0.120.61:37205 requested a full tablet report, sending...
I20260630 12:34:13.400389  2029 heartbeater.cc:344] Connected to a master server at 127.0.120.62:32991
I20260630 12:34:13.400784  2029 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:13.401512  2029 heartbeater.cc:507] Master 127.0.120.62:32991 requested a full tablet report, sending...
I20260630 12:34:13.401798  1645 ts_manager.cc:194] Registered new tserver with Master: 3ffdf2439a7642e9afed758a57850109 (127.0.120.3:39451)
I20260630 12:34:13.404065  1580 ts_manager.cc:194] Registered new tserver with Master: 3ffdf2439a7642e9afed758a57850109 (127.0.120.3:39451)
I20260630 12:34:13.404488   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016322462s
I20260630 12:34:13.901094  1762 catalog_manager.cc:1295] Loaded cluster ID: 4e8583cacf304acfb4a684d8c7c00b14
I20260630 12:34:13.901387  1762 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: loading cluster ID for follower catalog manager: success
I20260630 12:34:13.906286  1762 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: acquiring CA information for follower catalog manager: success
I20260630 12:34:13.909660  1762 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:13.934307  1787 catalog_manager.cc:1295] Loaded cluster ID: 4e8583cacf304acfb4a684d8c7c00b14
I20260630 12:34:13.934573  1787 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0: loading cluster ID for follower catalog manager: success
I20260630 12:34:13.940083  1787 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0: acquiring CA information for follower catalog manager: success
I20260630 12:34:13.943521  1787 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:14.139803  1871 heartbeater.cc:499] Master 127.0.120.60:37869 was elected leader, sending a full tablet report...
I20260630 12:34:14.277948  1949 heartbeater.cc:499] Master 127.0.120.60:37869 was elected leader, sending a full tablet report...
I20260630 12:34:14.400997  2027 heartbeater.cc:499] Master 127.0.120.60:37869 was elected leader, sending a full tablet report...
I20260630 12:34:14.909154  1774 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:15.013818  1710 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59572:
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:15.090987  1914 tablet_service.cc:1511] Processing CreateTablet for tablet ca13362571e44ba5920cc6405d8b8f71 (DEFAULT_TABLE table=test-workload [id=3d9c07778cc4452a98d85e279ac46249]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:34:15.092471  1914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca13362571e44ba5920cc6405d8b8f71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:15.092144  1835 tablet_service.cc:1511] Processing CreateTablet for tablet 080ccedd63af467b8906c923b78e97c5 (DEFAULT_TABLE table=test-workload [id=3d9c07778cc4452a98d85e279ac46249]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:34:15.093473  1835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 080ccedd63af467b8906c923b78e97c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:15.098564  1992 tablet_service.cc:1511] Processing CreateTablet for tablet aa3f22d1bffb4191bd040bf6f7cf6c05 (DEFAULT_TABLE table=test-workload [id=3d9c07778cc4452a98d85e279ac46249]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:34:15.099920  1992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa3f22d1bffb4191bd040bf6f7cf6c05. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:15.108079  2062 tablet_bootstrap.cc:492] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26: Bootstrap starting.
I20260630 12:34:15.109508  2063 tablet_bootstrap.cc:492] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016: Bootstrap starting.
I20260630 12:34:15.115729  2062 tablet_bootstrap.cc:654] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:15.116300  2063 tablet_bootstrap.cc:654] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:15.120563  2064 tablet_bootstrap.cc:492] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109: Bootstrap starting.
I20260630 12:34:15.120726  2062 tablet_bootstrap.cc:492] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26: No bootstrap required, opened a new log
I20260630 12:34:15.121340  2062 ts_tablet_manager.cc:1403] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.007s
I20260630 12:34:15.123984  2062 raft_consensus.cc:359] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d7f6dae1bc04936b6c9ef4fa1d91d26" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37673 } }
I20260630 12:34:15.124564  2062 raft_consensus.cc:385] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:15.124640  2063 tablet_bootstrap.cc:492] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016: No bootstrap required, opened a new log
I20260630 12:34:15.124986  2062 raft_consensus.cc:740] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d7f6dae1bc04936b6c9ef4fa1d91d26, State: Initialized, Role: FOLLOWER
I20260630 12:34:15.125279  2063 ts_tablet_manager.cc:1403] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.004s
I20260630 12:34:15.125933  2062 consensus_queue.cc:260] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8d7f6dae1bc04936b6c9ef4fa1d91d26" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37673 } }
I20260630 12:34:15.126729  2064 tablet_bootstrap.cc:654] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:15.126643  2062 raft_consensus.cc:399] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:15.127163  2062 raft_consensus.cc:493] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:15.127537  2062 raft_consensus.cc:3060] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:15.128321  2063 raft_consensus.cc:359] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "192f8400d6994a4b9d9c48c8b7997016" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45735 } }
I20260630 12:34:15.128875  2063 raft_consensus.cc:385] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:15.129153  2063 raft_consensus.cc:740] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 192f8400d6994a4b9d9c48c8b7997016, State: Initialized, Role: FOLLOWER
I20260630 12:34:15.130072  2063 consensus_queue.cc:260] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "192f8400d6994a4b9d9c48c8b7997016" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45735 } }
I20260630 12:34:15.130714  2063 raft_consensus.cc:399] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:15.131034  2063 raft_consensus.cc:493] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:15.131367  2063 raft_consensus.cc:3060] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:15.131647  2064 tablet_bootstrap.cc:492] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109: No bootstrap required, opened a new log
I20260630 12:34:15.132061  2064 ts_tablet_manager.cc:1403] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:34:15.134423  2062 raft_consensus.cc:515] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d7f6dae1bc04936b6c9ef4fa1d91d26" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37673 } }
I20260630 12:34:15.134486  2064 raft_consensus.cc:359] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3ffdf2439a7642e9afed758a57850109" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39451 } }
I20260630 12:34:15.135409  2064 raft_consensus.cc:385] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:15.135474  2062 leader_election.cc:304] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [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: 8d7f6dae1bc04936b6c9ef4fa1d91d26; no voters: 
I20260630 12:34:15.135882  2064 raft_consensus.cc:740] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ffdf2439a7642e9afed758a57850109, State: Initialized, Role: FOLLOWER
I20260630 12:34:15.136698  2064 consensus_queue.cc:260] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3ffdf2439a7642e9afed758a57850109" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39451 } }
I20260630 12:34:15.137416  2062 leader_election.cc:290] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:15.137447  2064 raft_consensus.cc:399] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:15.137866  2068 raft_consensus.cc:2804] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:15.138214  2064 raft_consensus.cc:493] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:15.138351  2063 raft_consensus.cc:515] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "192f8400d6994a4b9d9c48c8b7997016" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45735 } }
I20260630 12:34:15.138720  2064 raft_consensus.cc:3060] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:15.139508  2063 leader_election.cc:304] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [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: 192f8400d6994a4b9d9c48c8b7997016; no voters: 
I20260630 12:34:15.147857  2062 ts_tablet_manager.cc:1434] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26: Time spent starting tablet: real 0.026s	user 0.001s	sys 0.023s
I20260630 12:34:15.153451  2063 leader_election.cc:290] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:15.153788  2071 raft_consensus.cc:2804] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:15.160952  2068 raft_consensus.cc:697] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 1 LEADER]: Becoming Leader. State: Replica: 8d7f6dae1bc04936b6c9ef4fa1d91d26, State: Running, Role: LEADER
I20260630 12:34:15.159948  2064 raft_consensus.cc:515] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3ffdf2439a7642e9afed758a57850109" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39451 } }
I20260630 12:34:15.162086  2064 leader_election.cc:304] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [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: 3ffdf2439a7642e9afed758a57850109; no voters: 
I20260630 12:34:15.161931  2068 consensus_queue.cc:237] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [LEADER]: Queue going to LEADER mode. State: All 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: "8d7f6dae1bc04936b6c9ef4fa1d91d26" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37673 } }
I20260630 12:34:15.163087  2071 raft_consensus.cc:697] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 1 LEADER]: Becoming Leader. State: Replica: 192f8400d6994a4b9d9c48c8b7997016, State: Running, Role: LEADER
I20260630 12:34:15.163403  2063 ts_tablet_manager.cc:1434] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016: Time spent starting tablet: real 0.038s	user 0.015s	sys 0.021s
I20260630 12:34:15.164024  2071 consensus_queue.cc:237] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [LEADER]: Queue going to LEADER mode. State: All 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: "192f8400d6994a4b9d9c48c8b7997016" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45735 } }
I20260630 12:34:15.168593  2074 raft_consensus.cc:2804] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:15.180902  1710 catalog_manager.cc:5697] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8d7f6dae1bc04936b6c9ef4fa1d91d26 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "8d7f6dae1bc04936b6c9ef4fa1d91d26" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d7f6dae1bc04936b6c9ef4fa1d91d26" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37673 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:15.182816  2074 raft_consensus.cc:697] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 1 LEADER]: Becoming Leader. State: Replica: 3ffdf2439a7642e9afed758a57850109, State: Running, Role: LEADER
I20260630 12:34:15.183727  2074 consensus_queue.cc:237] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [LEADER]: Queue going to LEADER mode. State: All 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: "3ffdf2439a7642e9afed758a57850109" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39451 } }
I20260630 12:34:15.184794  2064 leader_election.cc:290] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:15.190578  1709 catalog_manager.cc:5697] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 reported cstate change: term changed from 0 to 1, leader changed from <none> to 192f8400d6994a4b9d9c48c8b7997016 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "192f8400d6994a4b9d9c48c8b7997016" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "192f8400d6994a4b9d9c48c8b7997016" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45735 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:15.211463  1708 catalog_manager.cc:5697] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3ffdf2439a7642e9afed758a57850109 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "3ffdf2439a7642e9afed758a57850109" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3ffdf2439a7642e9afed758a57850109" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39451 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:15.256306  2064 ts_tablet_manager.cc:1434] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109: Time spent starting tablet: real 0.124s	user 0.025s	sys 0.029s
I20260630 12:34:17.316453  2089 raft_consensus.cc:493] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f67e8c7d79c5447f99ebc22391ddfdcd)
I20260630 12:34:17.318611  2089 raft_consensus.cc:515] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:17.332541  2089 leader_election.cc:290] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers a2aa85532a0143d4a2664ae4ce7e62d0 (127.0.120.61:37205), f67e8c7d79c5447f99ebc22391ddfdcd (127.0.120.60:37869)
I20260630 12:34:17.476969   480 master.cc:562] Master@127.0.120.60:37869 shutting down...
W20260630 12:34:18.521708   480 thread.cc:527] Waited for 1000ms trying to join with rpc worker (tid 1711)
I20260630 12:34:18.717119  1654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c872f068be2947a58bba90320c25131c" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" is_pre_election: true
I20260630 12:34:18.718451  1654 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c872f068be2947a58bba90320c25131c in term 1.
I20260630 12:34:18.932080  1567 leader_election.cc:304] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [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: a2aa85532a0143d4a2664ae4ce7e62d0, c872f068be2947a58bba90320c25131c; no voters: 
W20260630 12:34:19.208334  1567 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.120.61:37205, user_credentials={real_user=slave}} blocked reactor thread for 276310us
I20260630 12:34:19.209015  2090 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:19.210672  2090 raft_consensus.cc:493] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 1 FOLLOWER]: Starting leader election (detected failure of leader f67e8c7d79c5447f99ebc22391ddfdcd)
I20260630 12:34:19.212091  2090 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:19.220599  1871 heartbeater.cc:646] Failed to heartbeat to 127.0.120.60:37869 (0 consecutive failures): Remote error: Failed to send heartbeat to master: Service unavailable: service kudu.master.MasterService not registered on Master
I20260630 12:34:19.221925  2090 raft_consensus.cc:515] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
W20260630 12:34:19.223618  1567 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on Master [suppressed 5 similar messages]
I20260630 12:34:19.225023  2090 leader_election.cc:290] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [CANDIDATE]: Term 2 election: Requested vote from peers a2aa85532a0143d4a2664ae4ce7e62d0 (127.0.120.61:37205), f67e8c7d79c5447f99ebc22391ddfdcd (127.0.120.60:37869)
I20260630 12:34:19.229650  1654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c872f068be2947a58bba90320c25131c" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0"
I20260630 12:34:19.230422  1654 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:19.231632  1567 leader_election.cc:336] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f67e8c7d79c5447f99ebc22391ddfdcd (127.0.120.60:37869): Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on Master
W20260630 12:34:19.233920  1567 leader_election.cc:336] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer f67e8c7d79c5447f99ebc22391ddfdcd (127.0.120.60:37869): Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on Master
I20260630 12:34:19.235925  1774 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:19.240235  1654 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c872f068be2947a58bba90320c25131c in term 2.
I20260630 12:34:19.241516  1567 leader_election.cc:304] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [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: a2aa85532a0143d4a2664ae4ce7e62d0, c872f068be2947a58bba90320c25131c; no voters: f67e8c7d79c5447f99ebc22391ddfdcd
I20260630 12:34:19.242457  2090 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:19.257897  2090 raft_consensus.cc:697] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 2 LEADER]: Becoming Leader. State: Replica: c872f068be2947a58bba90320c25131c, State: Running, Role: LEADER
I20260630 12:34:19.259663  2090 consensus_queue.cc:237] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:19.268702  1654 raft_consensus.cc:1240] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 2 FOLLOWER]: Rejecting Update request from peer f67e8c7d79c5447f99ebc22391ddfdcd for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:19.273307  1774 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:19.273190  2091 consensus_queue.cc:1059] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 }, Status: INVALID_TERM, Last received: 1.10, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:34:19.276333  2095 raft_consensus.cc:3055] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:19.276657  2095 raft_consensus.cc:740] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: f67e8c7d79c5447f99ebc22391ddfdcd, State: Running, Role: LEADER
I20260630 12:34:19.277505  2095 consensus_queue.cc:260] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } }
I20260630 12:34:19.278663  2095 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:19.290262  1590 raft_consensus.cc:1240] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 2 LEADER]: Rejecting Update request from peer f67e8c7d79c5447f99ebc22391ddfdcd for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:19.289181  2093 sys_catalog.cc:455] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: SysCatalogTable state changed. Reason: New leader c872f068be2947a58bba90320c25131c. Latest consensus state: current_term: 2 leader_uuid: "c872f068be2947a58bba90320c25131c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:19.294458  2093 sys_catalog.cc:458] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:19.297883  2096 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:19.310580   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:19.311335   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:19.311968   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P f67e8c7d79c5447f99ebc22391ddfdcd: stopping tablet replica
I20260630 12:34:19.312984  2096 catalog_manager.cc:679] Loaded metadata for table test-workload [id=3d9c07778cc4452a98d85e279ac46249]
I20260630 12:34:19.321529  2096 tablet_loader.cc:96] loaded metadata for tablet 080ccedd63af467b8906c923b78e97c5 (table test-workload [id=3d9c07778cc4452a98d85e279ac46249])
I20260630 12:34:19.323531  2096 tablet_loader.cc:96] loaded metadata for tablet aa3f22d1bffb4191bd040bf6f7cf6c05 (table test-workload [id=3d9c07778cc4452a98d85e279ac46249])
I20260630 12:34:19.325139  2096 tablet_loader.cc:96] loaded metadata for tablet ca13362571e44ba5920cc6405d8b8f71 (table test-workload [id=3d9c07778cc4452a98d85e279ac46249])
I20260630 12:34:19.327138  2096 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:19.331506   480 master.cc:584] Master@127.0.120.60:37869 shutdown complete.
I20260630 12:34:19.333349  2096 catalog_manager.cc:1295] Loaded cluster ID: 4e8583cacf304acfb4a684d8c7c00b14
I20260630 12:34:19.334280  2096 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:19.341920  2096 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:19.345646  2096 catalog_manager.cc:6081] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: Loaded TSK: 0
I20260630 12:34:19.346765  2096 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:19.699268  1654 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 2 FOLLOWER]: Refusing update from remote peer c872f068be2947a58bba90320c25131c: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 2 index: 11. (index mismatch)
I20260630 12:34:19.700598  2093 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [LEADER]: Connected to new peer: Peer: permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:34:19.705730  2097 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c872f068be2947a58bba90320c25131c. Latest consensus state: current_term: 2 leader_uuid: "c872f068be2947a58bba90320c25131c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:19.706349  2097 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:19.709239  2090 sys_catalog.cc:455] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "c872f068be2947a58bba90320c25131c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:19.710286  2090 sys_catalog.cc:458] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:19.712527  2097 sys_catalog.cc:455] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "c872f068be2947a58bba90320c25131c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c872f068be2947a58bba90320c25131c" member_type: VOTER last_known_addr { host: "127.0.120.62" port: 32991 } } peers { permanent_uuid: "a2aa85532a0143d4a2664ae4ce7e62d0" member_type: VOTER last_known_addr { host: "127.0.120.61" port: 37205 } } peers { permanent_uuid: "f67e8c7d79c5447f99ebc22391ddfdcd" member_type: VOTER last_known_addr { host: "127.0.120.60" port: 37869 } } }
I20260630 12:34:19.713229  2097 sys_catalog.cc:458] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [sys.catalog]: This master's current role is: FOLLOWER
W20260630 12:34:19.715224  1567 consensus_peers.cc:597] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c -> Peer f67e8c7d79c5447f99ebc22391ddfdcd (127.0.120.60:37869): Couldn't send request to peer f67e8c7d79c5447f99ebc22391ddfdcd. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.60:37869: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:34:20.252627  2023 debug-util.cc:398] Leaking SignalData structure 0x7b08000a5d40 after lost signal to thread 483
W20260630 12:34:20.255049  2023 debug-util.cc:398] Leaking SignalData structure 0x7b080009e420 after lost signal to thread 1614
W20260630 12:34:20.255972  2023 debug-util.cc:398] Leaking SignalData structure 0x7b080009eae0 after lost signal to thread 1679
W20260630 12:34:20.257602  2023 debug-util.cc:398] Leaking SignalData structure 0x7b080021f740 after lost signal to thread 1870
W20260630 12:34:20.258513  2023 debug-util.cc:398] Leaking SignalData structure 0x7b0800152c20 after lost signal to thread 1948
W20260630 12:34:20.259449  2023 debug-util.cc:398] Leaking SignalData structure 0x7b08000e2ee0 after lost signal to thread 2026
I20260630 12:34:20.289139  1761 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:20.291188  1761 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:20.386819   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:34:20.413421   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:20.414355   480 tablet_replica.cc:333] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26: stopping tablet replica
I20260630 12:34:20.414989   480 raft_consensus.cc:2243] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:20.415776   480 raft_consensus.cc:2272] T 080ccedd63af467b8906c923b78e97c5 P 8d7f6dae1bc04936b6c9ef4fa1d91d26 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:20.437074   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:34:20.452644   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:34:20.481508   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:20.482230   480 tablet_replica.cc:333] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016: stopping tablet replica
I20260630 12:34:20.482860   480 raft_consensus.cc:2243] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:20.483436   480 raft_consensus.cc:2272] T ca13362571e44ba5920cc6405d8b8f71 P 192f8400d6994a4b9d9c48c8b7997016 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:20.503672   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:34:20.515159   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:34:20.547971   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:20.548915   480 tablet_replica.cc:333] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109: stopping tablet replica
I20260630 12:34:20.549556   480 raft_consensus.cc:2243] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:20.550140   480 raft_consensus.cc:2272] T aa3f22d1bffb4191bd040bf6f7cf6c05 P 3ffdf2439a7642e9afed758a57850109 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:34:21.568051   480 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 2023)
W20260630 12:34:22.257717  1567 consensus_peers.cc:597] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c -> Peer f67e8c7d79c5447f99ebc22391ddfdcd (127.0.120.60:37869): Couldn't send request to peer f67e8c7d79c5447f99ebc22391ddfdcd. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.60:37869: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:34:22.292346  1761 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:22.294250  1761 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:34:22.568522   480 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 2023)
I20260630 12:34:23.027777   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:34:23.037978   480 master.cc:562] Master@127.0.120.62:32991 shutting down...
I20260630 12:34:23.057206   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:23.058169   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:23.058506   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P c872f068be2947a58bba90320c25131c: stopping tablet replica
I20260630 12:34:23.078073   480 master.cc:584] Master@127.0.120.62:32991 shutdown complete.
I20260630 12:34:23.090186   480 master.cc:562] Master@127.0.120.61:37205 shutting down...
I20260630 12:34:23.106941   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:23.107586   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:23.107915   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P a2aa85532a0143d4a2664ae4ce7e62d0: stopping tablet replica
I20260630 12:34:23.126142   480 master.cc:584] Master@127.0.120.61:37205 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (10627 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:34:23.161464   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:39139
I20260630 12:34:23.162717   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.169308  2115 instance_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.169448  2116 instance_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.169289  2118 instance_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.170995   480 server_base.cc:1061] running on GCE node
I20260630 12:34:23.171875   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.172043   480 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.172158   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822863172147 us; error 0 us; skew 500 ppm
I20260630 12:34:23.172631   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.174933   480 webserver.cc:533] Webserver started at http://127.0.120.62:37707/ using document root <none> and password file <none>
I20260630 12:34:23.175601   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.175772   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.175999   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.177119   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "34f6aa0a43bf458abdc1aeda11998edb"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-80h9"
I20260630 12:34:23.181592   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:23.185072  2123 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.185837   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:23.186146   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "34f6aa0a43bf458abdc1aeda11998edb"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-80h9"
I20260630 12:34:23.186440   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-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:23.243362   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.244570   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.283728   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:39139
I20260630 12:34:23.283820  2174 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:39139 every 8 connection(s)
I20260630 12:34:23.287707  2175 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:23.297782  2175 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb: Bootstrap starting.
I20260630 12:34:23.303103  2175 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:23.307648  2175 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb: No bootstrap required, opened a new log
I20260630 12:34:23.309747  2175 raft_consensus.cc:359] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "34f6aa0a43bf458abdc1aeda11998edb" member_type: VOTER }
I20260630 12:34:23.310175  2175 raft_consensus.cc:385] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:23.310411  2175 raft_consensus.cc:740] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34f6aa0a43bf458abdc1aeda11998edb, State: Initialized, Role: FOLLOWER
I20260630 12:34:23.311059  2175 consensus_queue.cc:260] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "34f6aa0a43bf458abdc1aeda11998edb" member_type: VOTER }
I20260630 12:34:23.311532  2175 raft_consensus.cc:399] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:23.311758  2175 raft_consensus.cc:493] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:23.312032  2175 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:23.316550  2175 raft_consensus.cc:515] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "34f6aa0a43bf458abdc1aeda11998edb" member_type: VOTER }
I20260630 12:34:23.317025  2175 leader_election.cc:304] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [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: 34f6aa0a43bf458abdc1aeda11998edb; no voters: 
I20260630 12:34:23.318089  2175 leader_election.cc:290] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:23.318442  2178 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:23.319919  2178 raft_consensus.cc:697] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 1 LEADER]: Becoming Leader. State: Replica: 34f6aa0a43bf458abdc1aeda11998edb, State: Running, Role: LEADER
I20260630 12:34:23.320672  2178 consensus_queue.cc:237] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [LEADER]: Queue going to LEADER mode. State: All 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: "34f6aa0a43bf458abdc1aeda11998edb" member_type: VOTER }
I20260630 12:34:23.321178  2175 sys_catalog.cc:565] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:23.323433  2179 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "34f6aa0a43bf458abdc1aeda11998edb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "34f6aa0a43bf458abdc1aeda11998edb" member_type: VOTER } }
I20260630 12:34:23.323664  2180 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 34f6aa0a43bf458abdc1aeda11998edb. Latest consensus state: current_term: 1 leader_uuid: "34f6aa0a43bf458abdc1aeda11998edb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "34f6aa0a43bf458abdc1aeda11998edb" member_type: VOTER } }
I20260630 12:34:23.323992  2179 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.324118  2180 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.332814  2183 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:23.341045  2183 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:23.341957   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:23.350143  2183 catalog_manager.cc:1383] Generated new cluster ID: 0f22fee0d8b8490f8f17d9d47c453557
I20260630 12:34:23.350497  2183 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:23.370914  2183 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:23.372231  2183 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:23.388010  2183 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb: Generated new TSK 0
I20260630 12:34:23.388760  2183 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:23.408401   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.414613  2196 instance_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.414743  2197 instance_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.416494  2199 instance_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.417407   480 server_base.cc:1061] running on GCE node
I20260630 12:34:23.418200   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.418429   480 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.418604   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822863418588 us; error 0 us; skew 500 ppm
I20260630 12:34:23.419227   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.421391   480 webserver.cc:533] Webserver started at http://127.0.120.1:34295/ using document root <none> and password file <none>
I20260630 12:34:23.421871   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.422079   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.422344   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.423573   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "0e4f9da108c2428f8614b3b71d7b0244"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-80h9"
I20260630 12:34:23.428154   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:34:23.431787  2204 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.432583   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:34:23.432914   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "0e4f9da108c2428f8614b3b71d7b0244"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-80h9"
I20260630 12:34:23.433252   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-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.470847   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.472062   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.473510   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.475857   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.476078   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.476320   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.476507   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.516752   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:40213
I20260630 12:34:23.516884  2266 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:40213 every 8 connection(s)
I20260630 12:34:23.521637   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.529171  2271 instance_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.529748  2272 instance_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.533032   480 server_base.cc:1061] running on GCE node
W20260630 12:34:23.534667  2275 instance_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.535245  2267 heartbeater.cc:344] Connected to a master server at 127.0.120.62:39139
I20260630 12:34:23.535607  2267 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.535785   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.536119   480 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.536324   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822863536306 us; error 0 us; skew 500 ppm
I20260630 12:34:23.536442  2267 heartbeater.cc:507] Master 127.0.120.62:39139 requested a full tablet report, sending...
I20260630 12:34:23.536916   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.538748  2140 ts_manager.cc:194] Registered new tserver with Master: 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1:40213)
I20260630 12:34:23.539677   480 webserver.cc:533] Webserver started at http://127.0.120.2:42117/ using document root <none> and password file <none>
I20260630 12:34:23.540307   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.540544   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.540843   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.541194  2140 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52972
I20260630 12:34:23.542315   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "a8abe7f6ec9649c08755e59a1a22f303"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-80h9"
I20260630 12:34:23.546676   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:34:23.550053  2279 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.550877   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:23.551298   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "a8abe7f6ec9649c08755e59a1a22f303"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-80h9"
I20260630 12:34:23.551573   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-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.578505   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.579681   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.581104   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.583334   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.583527   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.583815   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.583977   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.623601   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:33817
I20260630 12:34:23.623723  2341 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:33817 every 8 connection(s)
I20260630 12:34:23.628477   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.635067  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:23.635628  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
W20260630 12:34:23.638789  2349 instance_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.638993   480 server_base.cc:1061] running on GCE node
I20260630 12:34:23.640365   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:34:23.640523  2342 heartbeater.cc:344] Connected to a master server at 127.0.120.62:39139
W20260630 12:34:23.640631   480 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.640947   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822863640927 us; error 0 us; skew 500 ppm
I20260630 12:34:23.641000  2342 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.641743   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.641971  2342 heartbeater.cc:507] Master 127.0.120.62:39139 requested a full tablet report, sending...
I20260630 12:34:23.644258  2140 ts_manager.cc:194] Registered new tserver with Master: a8abe7f6ec9649c08755e59a1a22f303 (127.0.120.2:33817)
I20260630 12:34:23.644757   480 webserver.cc:533] Webserver started at http://127.0.120.3:43831/ using document root <none> and password file <none>
I20260630 12:34:23.645267   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.645457   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.645743   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.645720  2140 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52982
I20260630 12:34:23.647325   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "92aae9fadb50492bacc174843eb47fbd"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-80h9"
I20260630 12:34:23.651731   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:34:23.654781  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:23.655568   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:23.655874   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "92aae9fadb50492bacc174843eb47fbd"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-80h9"
I20260630 12:34:23.656111   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-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.674099   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.675475   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.676978   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.679243   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.679508   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.679761   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.679937   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.723412   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:40435
I20260630 12:34:23.723474  2415 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:40435 every 8 connection(s)
I20260630 12:34:23.737819  2416 heartbeater.cc:344] Connected to a master server at 127.0.120.62:39139
I20260630 12:34:23.738217  2416 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.738950  2416 heartbeater.cc:507] Master 127.0.120.62:39139 requested a full tablet report, sending...
I20260630 12:34:23.741046  2140 ts_manager.cc:194] Registered new tserver with Master: 92aae9fadb50492bacc174843eb47fbd (127.0.120.3:40435)
I20260630 12:34:23.741669   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014737879s
I20260630 12:34:23.742439  2140 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52994
I20260630 12:34:24.543962  2267 heartbeater.cc:499] Master 127.0.120.62:39139 was elected leader, sending a full tablet report...
I20260630 12:34:24.648365  2342 heartbeater.cc:499] Master 127.0.120.62:39139 was elected leader, sending a full tablet report...
I20260630 12:34:24.745231  2416 heartbeater.cc:499] Master 127.0.120.62:39139 was elected leader, sending a full tablet report...
I20260630 12:34:24.796571  2140 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53002:
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:24.798672  2140 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:24.859952  2307 tablet_service.cc:1511] Processing CreateTablet for tablet bd2ea68acb2c4a909214c4f938260a9b (DEFAULT_TABLE table=test-workload [id=c8f1bfcc8a1c461f934c7b92e81f5b91]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:24.860266  2306 tablet_service.cc:1511] Processing CreateTablet for tablet 5d3e9681d2434a6aa1b6dfbe5743aaaa (DEFAULT_TABLE table=test-workload [id=c8f1bfcc8a1c461f934c7b92e81f5b91]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:24.860852  2232 tablet_service.cc:1511] Processing CreateTablet for tablet bd2ea68acb2c4a909214c4f938260a9b (DEFAULT_TABLE table=test-workload [id=c8f1bfcc8a1c461f934c7b92e81f5b91]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:24.861510  2307 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd2ea68acb2c4a909214c4f938260a9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:24.862110  2306 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d3e9681d2434a6aa1b6dfbe5743aaaa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:24.862174  2232 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd2ea68acb2c4a909214c4f938260a9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:24.864288  2381 tablet_service.cc:1511] Processing CreateTablet for tablet bd2ea68acb2c4a909214c4f938260a9b (DEFAULT_TABLE table=test-workload [id=c8f1bfcc8a1c461f934c7b92e81f5b91]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:24.865631  2381 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd2ea68acb2c4a909214c4f938260a9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:24.868124  2231 tablet_service.cc:1511] Processing CreateTablet for tablet 5d3e9681d2434a6aa1b6dfbe5743aaaa (DEFAULT_TABLE table=test-workload [id=c8f1bfcc8a1c461f934c7b92e81f5b91]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:24.868238  2380 tablet_service.cc:1511] Processing CreateTablet for tablet 5d3e9681d2434a6aa1b6dfbe5743aaaa (DEFAULT_TABLE table=test-workload [id=c8f1bfcc8a1c461f934c7b92e81f5b91]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:24.869391  2231 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d3e9681d2434a6aa1b6dfbe5743aaaa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:24.869498  2380 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d3e9681d2434a6aa1b6dfbe5743aaaa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:24.886035  2436 tablet_bootstrap.cc:492] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303: Bootstrap starting.
I20260630 12:34:24.894428  2436 tablet_bootstrap.cc:654] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:24.900525  2438 tablet_bootstrap.cc:492] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244: Bootstrap starting.
I20260630 12:34:24.903410  2437 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd: Bootstrap starting.
I20260630 12:34:24.909057  2438 tablet_bootstrap.cc:654] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:24.909400  2436 tablet_bootstrap.cc:492] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303: No bootstrap required, opened a new log
I20260630 12:34:24.909853  2436 ts_tablet_manager.cc:1403] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.013s
I20260630 12:34:24.910493  2437 tablet_bootstrap.cc:654] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:24.912057  2436 raft_consensus.cc:359] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.912863  2436 raft_consensus.cc:385] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:24.913208  2436 raft_consensus.cc:740] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8abe7f6ec9649c08755e59a1a22f303, State: Initialized, Role: FOLLOWER
I20260630 12:34:24.914167  2436 consensus_queue.cc:260] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.915092  2438 tablet_bootstrap.cc:492] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244: No bootstrap required, opened a new log
I20260630 12:34:24.915817  2438 ts_tablet_manager.cc:1403] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.002s
I20260630 12:34:24.918768  2438 raft_consensus.cc:359] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.919545  2438 raft_consensus.cc:385] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:24.919898  2438 raft_consensus.cc:740] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0e4f9da108c2428f8614b3b71d7b0244, State: Initialized, Role: FOLLOWER
I20260630 12:34:24.920158  2436 ts_tablet_manager.cc:1434] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.005s
I20260630 12:34:24.920130  2437 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd: No bootstrap required, opened a new log
I20260630 12:34:24.921011  2437 ts_tablet_manager.cc:1403] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260630 12:34:24.920899  2438 consensus_queue.cc:260] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.921422  2436 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303: Bootstrap starting.
I20260630 12:34:24.924450  2437 raft_consensus.cc:359] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.925496  2437 raft_consensus.cc:385] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:24.925910  2437 raft_consensus.cc:740] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92aae9fadb50492bacc174843eb47fbd, State: Initialized, Role: FOLLOWER
I20260630 12:34:24.926819  2437 consensus_queue.cc:260] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.928375  2436 tablet_bootstrap.cc:654] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:24.931401  2438 ts_tablet_manager.cc:1434] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.006s
I20260630 12:34:24.935324  2438 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: Bootstrap starting.
I20260630 12:34:24.940299  2436 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303: No bootstrap required, opened a new log
I20260630 12:34:24.940848  2436 ts_tablet_manager.cc:1403] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260630 12:34:24.943717  2436 raft_consensus.cc:359] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.944484  2436 raft_consensus.cc:385] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:24.944828  2436 raft_consensus.cc:740] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8abe7f6ec9649c08755e59a1a22f303, State: Initialized, Role: FOLLOWER
I20260630 12:34:24.945374  2438 tablet_bootstrap.cc:654] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:24.945770  2436 consensus_queue.cc:260] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.948007  2436 ts_tablet_manager.cc:1434] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:34:24.949676  2437 ts_tablet_manager.cc:1434] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd: Time spent starting tablet: real 0.028s	user 0.008s	sys 0.019s
I20260630 12:34:24.950709  2437 tablet_bootstrap.cc:492] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd: Bootstrap starting.
I20260630 12:34:24.953437  2438 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: No bootstrap required, opened a new log
I20260630 12:34:24.954072  2438 ts_tablet_manager.cc:1403] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.004s
I20260630 12:34:24.956687  2437 tablet_bootstrap.cc:654] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:24.956837  2438 raft_consensus.cc:359] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.957700  2438 raft_consensus.cc:385] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:24.958041  2438 raft_consensus.cc:740] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0e4f9da108c2428f8614b3b71d7b0244, State: Initialized, Role: FOLLOWER
I20260630 12:34:24.959064  2438 consensus_queue.cc:260] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.964407  2438 ts_tablet_manager.cc:1434] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:34:24.966715  2437 tablet_bootstrap.cc:492] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd: No bootstrap required, opened a new log
I20260630 12:34:24.967264  2437 ts_tablet_manager.cc:1403] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.009s
I20260630 12:34:24.969491  2437 raft_consensus.cc:359] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.970047  2437 raft_consensus.cc:385] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:24.970312  2437 raft_consensus.cc:740] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92aae9fadb50492bacc174843eb47fbd, State: Initialized, Role: FOLLOWER
I20260630 12:34:24.970975  2437 consensus_queue.cc:260] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:24.972764  2437 ts_tablet_manager.cc:1434] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.001s
I20260630 12:34:25.068135  2444 raft_consensus.cc:493] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.068570  2444 raft_consensus.cc:515] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:25.070652  2444 leader_election.cc:290] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8abe7f6ec9649c08755e59a1a22f303 (127.0.120.2:33817), 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1:40213)
I20260630 12:34:25.075523  2442 raft_consensus.cc:493] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.076143  2442 raft_consensus.cc:515] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:25.080317  2442 leader_election.cc:290] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1:40213), 92aae9fadb50492bacc174843eb47fbd (127.0.120.3:40435)
I20260630 12:34:25.083563  2317 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd2ea68acb2c4a909214c4f938260a9b" candidate_uuid: "92aae9fadb50492bacc174843eb47fbd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8abe7f6ec9649c08755e59a1a22f303" is_pre_election: true
I20260630 12:34:25.084328  2317 raft_consensus.cc:2468] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92aae9fadb50492bacc174843eb47fbd in term 0.
I20260630 12:34:25.085846  2357 leader_election.cc:304] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 92aae9fadb50492bacc174843eb47fbd, a8abe7f6ec9649c08755e59a1a22f303; no voters: 
I20260630 12:34:25.086701  2444 raft_consensus.cc:2804] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:25.087087  2444 raft_consensus.cc:493] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:25.087308  2242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd2ea68acb2c4a909214c4f938260a9b" candidate_uuid: "92aae9fadb50492bacc174843eb47fbd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0e4f9da108c2428f8614b3b71d7b0244" is_pre_election: true
I20260630 12:34:25.087667  2444 raft_consensus.cc:3060] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.088143  2242 raft_consensus.cc:2468] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 92aae9fadb50492bacc174843eb47fbd in term 0.
I20260630 12:34:25.095448  2242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d3e9681d2434a6aa1b6dfbe5743aaaa" candidate_uuid: "a8abe7f6ec9649c08755e59a1a22f303" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0e4f9da108c2428f8614b3b71d7b0244" is_pre_election: true
I20260630 12:34:25.095232  2444 raft_consensus.cc:515] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:25.096151  2242 raft_consensus.cc:2468] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8abe7f6ec9649c08755e59a1a22f303 in term 0.
I20260630 12:34:25.097373  2282 leader_election.cc:304] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0e4f9da108c2428f8614b3b71d7b0244, a8abe7f6ec9649c08755e59a1a22f303; no voters: 
I20260630 12:34:25.098253  2442 raft_consensus.cc:2804] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:25.098170  2391 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d3e9681d2434a6aa1b6dfbe5743aaaa" candidate_uuid: "a8abe7f6ec9649c08755e59a1a22f303" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92aae9fadb50492bacc174843eb47fbd" is_pre_election: true
I20260630 12:34:25.098707  2442 raft_consensus.cc:493] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:25.098742  2317 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd2ea68acb2c4a909214c4f938260a9b" candidate_uuid: "92aae9fadb50492bacc174843eb47fbd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8abe7f6ec9649c08755e59a1a22f303"
I20260630 12:34:25.098897  2391 raft_consensus.cc:2468] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8abe7f6ec9649c08755e59a1a22f303 in term 0.
I20260630 12:34:25.099280  2442 raft_consensus.cc:3060] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.099426  2317 raft_consensus.cc:3060] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.100049  2444 leader_election.cc:290] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [CANDIDATE]: Term 1 election: Requested vote from peers a8abe7f6ec9649c08755e59a1a22f303 (127.0.120.2:33817), 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1:40213)
I20260630 12:34:25.103356  2242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd2ea68acb2c4a909214c4f938260a9b" candidate_uuid: "92aae9fadb50492bacc174843eb47fbd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0e4f9da108c2428f8614b3b71d7b0244"
I20260630 12:34:25.103837  2242 raft_consensus.cc:3060] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.106252  2317 raft_consensus.cc:2468] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92aae9fadb50492bacc174843eb47fbd in term 1.
I20260630 12:34:25.107440  2357 leader_election.cc:304] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 92aae9fadb50492bacc174843eb47fbd, a8abe7f6ec9649c08755e59a1a22f303; no voters: 
I20260630 12:34:25.107386  2442 raft_consensus.cc:515] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:25.108374  2444 raft_consensus.cc:2804] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.110342  2241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d3e9681d2434a6aa1b6dfbe5743aaaa" candidate_uuid: "a8abe7f6ec9649c08755e59a1a22f303" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0e4f9da108c2428f8614b3b71d7b0244"
I20260630 12:34:25.110492  2391 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d3e9681d2434a6aa1b6dfbe5743aaaa" candidate_uuid: "a8abe7f6ec9649c08755e59a1a22f303" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "92aae9fadb50492bacc174843eb47fbd"
I20260630 12:34:25.110589  2242 raft_consensus.cc:2468] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 92aae9fadb50492bacc174843eb47fbd in term 1.
I20260630 12:34:25.111037  2391 raft_consensus.cc:3060] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.111001  2241 raft_consensus.cc:3060] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.115108  2442 leader_election.cc:290] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [CANDIDATE]: Term 1 election: Requested vote from peers 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1:40213), 92aae9fadb50492bacc174843eb47fbd (127.0.120.3:40435)
I20260630 12:34:25.115985  2444 raft_consensus.cc:697] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 1 LEADER]: Becoming Leader. State: Replica: 92aae9fadb50492bacc174843eb47fbd, State: Running, Role: LEADER
I20260630 12:34:25.116921  2391 raft_consensus.cc:2468] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8abe7f6ec9649c08755e59a1a22f303 in term 1.
I20260630 12:34:25.116904  2444 consensus_queue.cc:237] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:25.118220  2280 leader_election.cc:304] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 92aae9fadb50492bacc174843eb47fbd, a8abe7f6ec9649c08755e59a1a22f303; no voters: 
I20260630 12:34:25.118952  2442 raft_consensus.cc:2804] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.120361  2241 raft_consensus.cc:2468] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8abe7f6ec9649c08755e59a1a22f303 in term 1.
I20260630 12:34:25.122926  2442 raft_consensus.cc:697] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 1 LEADER]: Becoming Leader. State: Replica: a8abe7f6ec9649c08755e59a1a22f303, State: Running, Role: LEADER
I20260630 12:34:25.123678  2442 consensus_queue.cc:237] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } }
I20260630 12:34:25.126816  2139 catalog_manager.cc:5697] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd reported cstate change: term changed from 0 to 1, leader changed from <none> to 92aae9fadb50492bacc174843eb47fbd (127.0.120.3). New cstate: current_term: 1 leader_uuid: "92aae9fadb50492bacc174843eb47fbd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.131541  2140 catalog_manager.cc:5697] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 reported cstate change: term changed from 0 to 1, leader changed from <none> to a8abe7f6ec9649c08755e59a1a22f303 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "a8abe7f6ec9649c08755e59a1a22f303" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:25.341239  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:25.343255  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:25.343623  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:25.545485  2444 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:25.557896  2460 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:25.680863  2442 consensus_queue.cc:1048] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:25.692266  2465 consensus_queue.cc:1048] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:27.344705  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:27.346974  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:27.347523  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:34:28.121363  2263 debug-util.cc:398] Leaking SignalData structure 0x7b0800181820 after lost signal to thread 483
W20260630 12:34:28.122239  2263 debug-util.cc:398] Leaking SignalData structure 0x7b0800078460 after lost signal to thread 2174
W20260630 12:34:28.123330  2263 debug-util.cc:398] Leaking SignalData structure 0x7b080020a400 after lost signal to thread 2266
W20260630 12:34:28.124234  2263 debug-util.cc:398] Leaking SignalData structure 0x7b08001fd7a0 after lost signal to thread 2341
W20260630 12:34:28.125095  2263 debug-util.cc:398] Leaking SignalData structure 0x7b08000a77a0 after lost signal to thread 2415
I20260630 12:34:29.349036  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:29.352731  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:29.353340  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:31.354314  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:31.356333  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:31.356705  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:33.357728  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:33.359674  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:33.360054  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:35.360982  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:35.362982  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:35.363382  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:35.369720   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:35.377516  2478 instance_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:35.377460  2477 instance_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:35.381245   480 server_base.cc:1061] running on GCE node
W20260630 12:34:35.381608  2480 instance_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:35.382869   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:35.383132   480 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:35.383285   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822875383274 us; error 0 us; skew 500 ppm
I20260630 12:34:35.383754   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:35.386427   480 webserver.cc:533] Webserver started at http://127.0.120.4:37075/ using document root <none> and password file <none>
I20260630 12:34:35.387096   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:35.387358   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:35.387686   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:35.389328   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "e0323db1891a4355b747c57d980cb358"
format_stamp: "Formatted at 2026-06-30 12:34:35 on dist-test-slave-80h9"
I20260630 12:34:35.394625   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:35.398252  2485 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:35.399142   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:35.399463   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "e0323db1891a4355b747c57d980cb358"
format_stamp: "Formatted at 2026-06-30 12:34:35 on dist-test-slave-80h9"
I20260630 12:34:35.399763   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-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:35.418756   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:35.420112   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:35.421608   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:35.424170   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:35.424409   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:35.424662   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:35.424863   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:35.466250   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:42197
I20260630 12:34:35.466346  2547 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:42197 every 8 connection(s)
I20260630 12:34:35.481891  2548 heartbeater.cc:344] Connected to a master server at 127.0.120.62:39139
I20260630 12:34:35.482282  2548 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:35.483070  2548 heartbeater.cc:507] Master 127.0.120.62:39139 requested a full tablet report, sending...
I20260630 12:34:35.485172  2139 ts_manager.cc:194] Registered new tserver with Master: e0323db1891a4355b747c57d980cb358 (127.0.120.4:42197)
I20260630 12:34:35.486831  2139 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58672
I20260630 12:34:36.411338  2391 consensus_queue.cc:237] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [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: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: true } }
I20260630 12:34:36.420363  2241 raft_consensus.cc:1275] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Refusing update from remote peer 92aae9fadb50492bacc174843eb47fbd: 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.421451  2317 raft_consensus.cc:1275] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Refusing update from remote peer 92aae9fadb50492bacc174843eb47fbd: 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.422785  2472 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } 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.424158  2557 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 }, 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.437304  2317 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e0323db1891a4355b747c57d980cb358 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: true } } }
I20260630 12:34:36.434810  2557 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e0323db1891a4355b747c57d980cb358 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: true } } }
W20260630 12:34:36.443091  2354 consensus_peers.cc:597] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd -> Peer e0323db1891a4355b747c57d980cb358 (127.0.120.4:42197): Couldn't send request to peer e0323db1891a4355b747c57d980cb358. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bd2ea68acb2c4a909214c4f938260a9b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.444773  2241 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER e0323db1891a4355b747c57d980cb358 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: true } } }
I20260630 12:34:36.457857  2139 catalog_manager.cc:5697] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd reported cstate change: config changed from index -1 to 2, NON_VOTER e0323db1891a4355b747c57d980cb358 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "92aae9fadb50492bacc174843eb47fbd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:36.489537  2548 heartbeater.cc:499] Master 127.0.120.62:39139 was elected leader, sending a full tablet report...
I20260630 12:34:36.904958  2568 ts_tablet_manager.cc:933] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: Initiating tablet copy from peer 92aae9fadb50492bacc174843eb47fbd (127.0.120.3:40435)
I20260630 12:34:36.906891  2568 tablet_copy_client.cc:323] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:40435
I20260630 12:34:36.917052  2401 tablet_copy_service.cc:140] P 92aae9fadb50492bacc174843eb47fbd: Received BeginTabletCopySession request for tablet bd2ea68acb2c4a909214c4f938260a9b from peer e0323db1891a4355b747c57d980cb358 ({username='slave'} at 127.0.0.1:41182)
I20260630 12:34:36.917546  2401 tablet_copy_service.cc:161] P 92aae9fadb50492bacc174843eb47fbd: Beginning new tablet copy session on tablet bd2ea68acb2c4a909214c4f938260a9b from peer e0323db1891a4355b747c57d980cb358 at {username='slave'} at 127.0.0.1:41182: session id = e0323db1891a4355b747c57d980cb358-bd2ea68acb2c4a909214c4f938260a9b
I20260630 12:34:36.925045  2401 tablet_copy_source_session.cc:215] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:36.927986  2568 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd2ea68acb2c4a909214c4f938260a9b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:36.938433  2568 tablet_copy_client.cc:806] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:36.939160  2568 tablet_copy_client.cc:670] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:36.942926  2568 tablet_copy_client.cc:538] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:36.948833  2568 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: Bootstrap starting.
I20260630 12:34:36.963817  2568 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: 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:36.964556  2568 tablet_bootstrap.cc:492] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: Bootstrap complete.
I20260630 12:34:36.965131  2568 ts_tablet_manager.cc:1403] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.001s
I20260630 12:34:36.967446  2568 raft_consensus.cc:359] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: true } }
I20260630 12:34:36.968068  2568 raft_consensus.cc:740] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: e0323db1891a4355b747c57d980cb358, State: Initialized, Role: LEARNER
I20260630 12:34:36.968606  2568 consensus_queue.cc:260] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [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: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: true } }
I20260630 12:34:36.971154  2568 ts_tablet_manager.cc:1434] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:34:36.972855  2401 tablet_copy_service.cc:342] P 92aae9fadb50492bacc174843eb47fbd: Request end of tablet copy session e0323db1891a4355b747c57d980cb358-bd2ea68acb2c4a909214c4f938260a9b received from {username='slave'} at 127.0.0.1:41182
I20260630 12:34:36.973369  2401 tablet_copy_service.cc:434] P 92aae9fadb50492bacc174843eb47fbd: ending tablet copy session e0323db1891a4355b747c57d980cb358-bd2ea68acb2c4a909214c4f938260a9b on tablet bd2ea68acb2c4a909214c4f938260a9b with peer e0323db1891a4355b747c57d980cb358
I20260630 12:34:37.364523  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:37.366741  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:37.367244  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:37.379192  2523 raft_consensus.cc:1217] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:37.892051  2573 raft_consensus.cc:1064] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd: attempting to promote NON_VOTER e0323db1891a4355b747c57d980cb358 to VOTER
I20260630 12:34:37.894145  2573 consensus_queue.cc:237] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [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: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } }
I20260630 12:34:37.900596  2523 raft_consensus.cc:1275] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 LEARNER]: Refusing update from remote peer 92aae9fadb50492bacc174843eb47fbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:37.901728  2241 raft_consensus.cc:1275] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Refusing update from remote peer 92aae9fadb50492bacc174843eb47fbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:37.902871  2575 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } 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:34:37.904078  2577 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } 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:34:37.908550  2317 raft_consensus.cc:1275] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Refusing update from remote peer 92aae9fadb50492bacc174843eb47fbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:37.910140  2575 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:37.921241  2578 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e0323db1891a4355b747c57d980cb358 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } } }
I20260630 12:34:37.922844  2241 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e0323db1891a4355b747c57d980cb358 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } } }
I20260630 12:34:37.925524  2522 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e0323db1891a4355b747c57d980cb358 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } } }
I20260630 12:34:37.934275  2317 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, e0323db1891a4355b747c57d980cb358 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } } }
I20260630 12:34:37.941972  2140 catalog_manager.cc:5697] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd reported cstate change: config changed from index 2 to 3, e0323db1891a4355b747c57d980cb358 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "92aae9fadb50492bacc174843eb47fbd" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0e4f9da108c2428f8614b3b71d7b0244" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40213 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:37.968763  2391 consensus_queue.cc:237] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [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: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } }
I20260630 12:34:37.974195  2522 raft_consensus.cc:1275] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 FOLLOWER]: Refusing update from remote peer 92aae9fadb50492bacc174843eb47fbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:37.975503  2317 raft_consensus.cc:1275] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Refusing update from remote peer 92aae9fadb50492bacc174843eb47fbd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:37.975895  2578 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } 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:34:37.977211  2575 consensus_queue.cc:1048] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:37.983273  2578 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } } }
I20260630 12:34:37.985302  2522 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } } }
I20260630 12:34:37.985558  2317 raft_consensus.cc:2955] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } } }
I20260630 12:34:37.993736  2124 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet bd2ea68acb2c4a909214c4f938260a9b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:37.999472  2137 catalog_manager.cc:5697] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 reported cstate change: config changed from index 3 to 4, VOTER 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "92aae9fadb50492bacc174843eb47fbd" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a8abe7f6ec9649c08755e59a1a22f303" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 33817 } } peers { permanent_uuid: "92aae9fadb50492bacc174843eb47fbd" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40435 } } peers { permanent_uuid: "e0323db1891a4355b747c57d980cb358" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42197 } attrs { promote: false } } }
I20260630 12:34:38.010888  2231 tablet_service.cc:1558] Processing DeleteTablet for tablet bd2ea68acb2c4a909214c4f938260a9b with delete_type TABLET_DATA_TOMBSTONED (TS 0e4f9da108c2428f8614b3b71d7b0244 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:43496
I20260630 12:34:38.013417  2588 tablet_replica.cc:333] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: stopping tablet replica
I20260630 12:34:38.014086  2588 raft_consensus.cc:2243] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:38.014667  2588 raft_consensus.cc:2272] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:38.017560  2588 ts_tablet_manager.cc:1916] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:38.027810  2588 ts_tablet_manager.cc:1929] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:34:38.028194  2588 log.cc:1199] T bd2ea68acb2c4a909214c4f938260a9b P 0e4f9da108c2428f8614b3b71d7b0244: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822836191499-480-0/minicluster-data/ts-0-root/wals/bd2ea68acb2c4a909214c4f938260a9b
I20260630 12:34:38.029711  2126 catalog_manager.cc:5028] TS 0e4f9da108c2428f8614b3b71d7b0244 (127.0.120.1:40213): tablet bd2ea68acb2c4a909214c4f938260a9b (table test-workload [id=c8f1bfcc8a1c461f934c7b92e81f5b91]) successfully deleted
I20260630 12:34:39.368527  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:39.370867  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:39.371244  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:41.372166  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:41.374110  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:41.374444  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:43.375466  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:43.377942  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:43.378386  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:45.379524  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:45.381522  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:45.381928  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:47.382951  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:47.385200  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:47.385596  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:49.386878  2193 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:49.389478  2193 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:49.389943  2193 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:50.081521   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:34:50.118360   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:50.119215   480 tablet_replica.cc:333] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244: stopping tablet replica
I20260630 12:34:50.119695   480 raft_consensus.cc:2243] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:50.120234   480 raft_consensus.cc:2272] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 0e4f9da108c2428f8614b3b71d7b0244 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.160996   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:34:50.175334   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:34:50.206470   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:50.207415   480 tablet_replica.cc:333] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303: stopping tablet replica
I20260630 12:34:50.208030   480 raft_consensus.cc:2243] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:50.208652   480 raft_consensus.cc:2272] T bd2ea68acb2c4a909214c4f938260a9b P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.210984   480 tablet_replica.cc:333] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303: stopping tablet replica
I20260630 12:34:50.211532   480 raft_consensus.cc:2243] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:50.212400   480 raft_consensus.cc:2272] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P a8abe7f6ec9649c08755e59a1a22f303 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.234669   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
W20260630 12:34:50.247710  2357 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.2:33817: connect: Connection refused (error 111) [suppressed 8 similar messages]
I20260630 12:34:50.249647   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
W20260630 12:34:50.252992  2357 consensus_peers.cc:597] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd -> Peer a8abe7f6ec9649c08755e59a1a22f303 (127.0.120.2:33817): Couldn't send request to peer a8abe7f6ec9649c08755e59a1a22f303. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.2:33817: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:50.280898   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:50.281677   480 tablet_replica.cc:333] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd: stopping tablet replica
I20260630 12:34:50.282279   480 raft_consensus.cc:2243] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:50.282771   480 raft_consensus.cc:2272] T 5d3e9681d2434a6aa1b6dfbe5743aaaa P 92aae9fadb50492bacc174843eb47fbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.285071   480 tablet_replica.cc:333] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd: stopping tablet replica
I20260630 12:34:50.285537   480 raft_consensus.cc:2243] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:50.286460   480 raft_consensus.cc:2272] T bd2ea68acb2c4a909214c4f938260a9b P 92aae9fadb50492bacc174843eb47fbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.308095   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:34:50.320518   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:34:50.341636   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:50.342342   480 tablet_replica.cc:333] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358: stopping tablet replica
I20260630 12:34:50.342904   480 raft_consensus.cc:2243] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:50.343725   480 raft_consensus.cc:2272] T bd2ea68acb2c4a909214c4f938260a9b P e0323db1891a4355b747c57d980cb358 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.362744   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:34:50.374344   480 master.cc:562] Master@127.0.120.62:39139 shutting down...
I20260630 12:34:50.397825   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:50.398424   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.398717   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 34f6aa0a43bf458abdc1aeda11998edb: stopping tablet replica
I20260630 12:34:50.418366   480 master.cc:584] Master@127.0.120.62:39139 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (27296 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:34:50.457609   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:37175
I20260630 12:34:50.458750   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:50.464609  2597 instance_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:50.464818  2598 instance_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:50.465574  2600 instance_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:50.467097   480 server_base.cc:1061] running on GCE node
I20260630 12:34:50.468338   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:50.468532   480 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:50.468766   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822890468728 us; error 0 us; skew 500 ppm
I20260630 12:34:50.469362   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:50.472167   480 webserver.cc:533] Webserver started at http://127.0.120.62:43237/ using document root <none> and password file <none>
I20260630 12:34:50.472719   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:50.472950   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:50.473290   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:50.474732   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "1944c63f882647e8a5b2eaed693d2e3c"
format_stamp: "Formatted at 2026-06-30 12:34:50 on dist-test-slave-80h9"
I20260630 12:34:50.480129   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260630 12:34:50.483559  2605 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:50.484305   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:50.484608   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "1944c63f882647e8a5b2eaed693d2e3c"
format_stamp: "Formatted at 2026-06-30 12:34:50 on dist-test-slave-80h9"
I20260630 12:34:50.484886   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822836191499-480-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:50.512924   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:50.514210   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:50.553184   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:37175
I20260630 12:34:50.553282  2656 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:37175 every 8 connection(s)
I20260630 12:34:50.557531  2657 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:50.568595  2657 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c: Bootstrap starting.
I20260630 12:34:50.573320  2657 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:50.577651  2657 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c: No bootstrap required, opened a new log
I20260630 12:34:50.579913  2657 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1944c63f882647e8a5b2eaed693d2e3c" member_type: VOTER }
I20260630 12:34:50.580390  2657 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:50.580565  2657 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1944c63f882647e8a5b2eaed693d2e3c, State: Initialized, Role: FOLLOWER
I20260630 12:34:50.581182  2657 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1944c63f882647e8a5b2eaed693d2e3c" member_type: VOTER }
I20260630 12:34:50.581604  2657 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:50.581797  2657 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:50.582013  2657 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:50.586467  2657 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1944c63f882647e8a5b2eaed693d2e3c" member_type: VOTER }
I20260630 12:34:50.587006  2657 leader_election.cc:304] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [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: 1944c63f882647e8a5b2eaed693d2e3c; no voters: 
I20260630 12:34:50.588176  2657 leader_election.cc:290] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:50.588631  2660 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:50.589962  2660 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 1 LEADER]: Becoming Leader. State: Replica: 1944c63f882647e8a5b2eaed693d2e3c, State: Running, Role: LEADER
I20260630 12:34:50.590668  2660 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [LEADER]: Queue going to LEADER mode. State: All 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: "1944c63f882647e8a5b2eaed693d2e3c" member_type: VOTER }
I20260630 12:34:50.591198  2657 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:50.596148  2662 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1944c63f882647e8a5b2eaed693d2e3c. Latest consensus state: current_term: 1 leader_uuid: "1944c63f882647e8a5b2eaed693d2e3c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1944c63f882647e8a5b2eaed693d2e3c" member_type: VOTER } }
I20260630 12:34:50.596505  2661 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1944c63f882647e8a5b2eaed693d2e3c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1944c63f882647e8a5b2eaed693d2e3c" member_type: VOTER } }
I20260630 12:34:50.596954  2662 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:50.597198  2661 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:50.601130  2668 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:50.609253  2668 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:50.610270   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:50.618391  2668 catalog_manager.cc:1383] Generated new cluster ID: 26f4f63c99be4de7b351ece10d9cf8fe
I20260630 12:34:50.618743  2668 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:50.635166  2668 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:50.636454  2668 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:50.649911  2668 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c: Generated new TSK 0
I20260630 12:34:50.650521  2668 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:50.675716   480 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.00022232s
I20260630 12:35:02.771776   480 master.cc:562] Master@127.0.120.62:37175 shutting down...
I20260630 12:35:02.804311   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:02.805140   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:02.805495   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1944c63f882647e8a5b2eaed693d2e3c: stopping tablet replica
I20260630 12:35:02.825776   480 master.cc:584] Master@127.0.120.62:37175 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12402 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:35:02.861508   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:36667
I20260630 12:35:02.862758   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:02.870113  2680 instance_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:02.870251  2681 instance_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:02.872267  2683 instance_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:02.877660   480 server_base.cc:1061] running on GCE node
I20260630 12:35:02.878659   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:02.878888   480 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:02.879114   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822902879096 us; error 0 us; skew 500 ppm
I20260630 12:35:02.879649   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:02.882670   480 webserver.cc:533] Webserver started at http://127.0.120.62:32933/ using document root <none> and password file <none>
I20260630 12:35:02.883478   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:02.883735   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:02.884130   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:02.885624   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "9c0a5d5536bc439ca22b880da4763513"
format_stamp: "Formatted at 2026-06-30 12:35:02 on dist-test-slave-80h9"
I20260630 12:35:02.890974   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:35:02.894806  2688 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:02.895888   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:35:02.896270   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "9c0a5d5536bc439ca22b880da4763513"
format_stamp: "Formatted at 2026-06-30 12:35:02 on dist-test-slave-80h9"
I20260630 12:35:02.896595   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-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:02.908928   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:02.910251   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:02.951107   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:36667
I20260630 12:35:02.951282  2739 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:36667 every 8 connection(s)
I20260630 12:35:02.955402  2740 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:02.965929  2740 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513: Bootstrap starting.
I20260630 12:35:02.970536  2740 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:02.974783  2740 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513: No bootstrap required, opened a new log
I20260630 12:35:02.976994  2740 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c0a5d5536bc439ca22b880da4763513" member_type: VOTER }
I20260630 12:35:02.977445  2740 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:02.977626  2740 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c0a5d5536bc439ca22b880da4763513, State: Initialized, Role: FOLLOWER
I20260630 12:35:02.978129  2740 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9c0a5d5536bc439ca22b880da4763513" member_type: VOTER }
I20260630 12:35:02.978542  2740 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:02.978737  2740 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:02.978966  2740 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:02.983353  2740 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c0a5d5536bc439ca22b880da4763513" member_type: VOTER }
I20260630 12:35:02.983831  2740 leader_election.cc:304] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [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: 9c0a5d5536bc439ca22b880da4763513; no voters: 
I20260630 12:35:02.985020  2740 leader_election.cc:290] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:02.985532  2743 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:02.986845  2743 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 1 LEADER]: Becoming Leader. State: Replica: 9c0a5d5536bc439ca22b880da4763513, State: Running, Role: LEADER
I20260630 12:35:02.987641  2743 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [LEADER]: Queue going to LEADER mode. State: All 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: "9c0a5d5536bc439ca22b880da4763513" member_type: VOTER }
I20260630 12:35:02.988078  2740 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:02.990854  2745 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9c0a5d5536bc439ca22b880da4763513. Latest consensus state: current_term: 1 leader_uuid: "9c0a5d5536bc439ca22b880da4763513" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c0a5d5536bc439ca22b880da4763513" member_type: VOTER } }
I20260630 12:35:02.990780  2744 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9c0a5d5536bc439ca22b880da4763513" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c0a5d5536bc439ca22b880da4763513" member_type: VOTER } }
I20260630 12:35:02.991569  2744 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:02.991535  2745 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:02.997880  2748 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:03.003206  2748 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:03.005316   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:03.012563  2748 catalog_manager.cc:1383] Generated new cluster ID: a416c62d6d12468494bd87939c9121b1
I20260630 12:35:03.012879  2748 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:03.037932  2748 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:03.039438  2748 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:03.055382  2748 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513: Generated new TSK 0
I20260630 12:35:03.056021  2748 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:03.071841   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.078445  2761 instance_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:03.079164  2762 instance_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:03.086625  2764 instance_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:03.086725   480 server_base.cc:1061] running on GCE node
I20260630 12:35:03.087960   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:03.088191   480 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:03.088312   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822903088301 us; error 0 us; skew 500 ppm
I20260630 12:35:03.088732   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.091212   480 webserver.cc:533] Webserver started at http://127.0.120.1:41693/ using document root <none> and password file <none>
I20260630 12:35:03.091621   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.091801   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.092032   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.093298   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "016768198a2d42738fcb19d3e4997f89"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-80h9"
I20260630 12:35:03.097798   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:03.101557  2769 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:03.102295   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:03.102604   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "016768198a2d42738fcb19d3e4997f89"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-80h9"
I20260630 12:35:03.102855   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-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:03.119871   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.121141   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.122612   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:03.125487   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:03.125705   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.125964   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:03.126148   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.169785   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:35625
I20260630 12:35:03.169907  2831 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:35625 every 8 connection(s)
I20260630 12:35:03.174935   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.182698  2836 instance_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:03.184921  2837 instance_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:03.186849  2839 instance_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:03.187666   480 server_base.cc:1061] running on GCE node
I20260630 12:35:03.188665   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:03.188944   480 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:03.189139   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822903189121 us; error 0 us; skew 500 ppm
I20260630 12:35:03.189750   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.190644  2832 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36667
I20260630 12:35:03.190984  2832 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:03.191761  2832 heartbeater.cc:507] Master 127.0.120.62:36667 requested a full tablet report, sending...
I20260630 12:35:03.192520   480 webserver.cc:533] Webserver started at http://127.0.120.2:39623/ using document root <none> and password file <none>
I20260630 12:35:03.193004   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.193212   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.193504   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.194428  2705 ts_manager.cc:194] Registered new tserver with Master: 016768198a2d42738fcb19d3e4997f89 (127.0.120.1:35625)
I20260630 12:35:03.195185   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "131ec2bfd15841d0ad1ced1d4ee344e1"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-80h9"
I20260630 12:35:03.197057  2705 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41394
I20260630 12:35:03.201248   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:35:03.205500  2844 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:03.206591   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:35:03.206920   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "131ec2bfd15841d0ad1ced1d4ee344e1"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-80h9"
I20260630 12:35:03.207267   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-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:03.246883   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.248163   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.249579   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:03.251915   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:03.252100   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.252401   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:03.252562   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.293780   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:40139
I20260630 12:35:03.293871  2906 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:40139 every 8 connection(s)
I20260630 12:35:03.298484   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.305464  2910 instance_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:03.306620  2911 instance_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:03.309671  2913 instance_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:03.310591   480 server_base.cc:1061] running on GCE node
I20260630 12:35:03.311666   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:03.311686  2907 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36667
W20260630 12:35:03.311995   480 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:03.312204  2907 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:03.312227   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822903312212 us; error 0 us; skew 500 ppm
I20260630 12:35:03.312973   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.313040  2907 heartbeater.cc:507] Master 127.0.120.62:36667 requested a full tablet report, sending...
I20260630 12:35:03.315426  2705 ts_manager.cc:194] Registered new tserver with Master: 131ec2bfd15841d0ad1ced1d4ee344e1 (127.0.120.2:40139)
I20260630 12:35:03.315862   480 webserver.cc:533] Webserver started at http://127.0.120.3:35867/ using document root <none> and password file <none>
I20260630 12:35:03.316367   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.316581   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.316850   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.316965  2705 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41400
I20260630 12:35:03.318297   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "caa7eeaa172c407995e1cdea98c5f1b6"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-80h9"
I20260630 12:35:03.322685   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:03.326321  2918 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:03.327170   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:03.327548   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "caa7eeaa172c407995e1cdea98c5f1b6"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-80h9"
I20260630 12:35:03.327909   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822836191499-480-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:03.355284   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.356609   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.358099   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:03.360489   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:03.360716   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.360952   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:03.361123   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.407685   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:44251
I20260630 12:35:03.407784  2980 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:44251 every 8 connection(s)
I20260630 12:35:03.421736  2981 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36667
I20260630 12:35:03.422129  2981 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:03.423127  2981 heartbeater.cc:507] Master 127.0.120.62:36667 requested a full tablet report, sending...
I20260630 12:35:03.425755  2705 ts_manager.cc:194] Registered new tserver with Master: caa7eeaa172c407995e1cdea98c5f1b6 (127.0.120.3:44251)
I20260630 12:35:03.425959   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014922458s
I20260630 12:35:03.427309  2705 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41408
I20260630 12:35:04.200366  2832 heartbeater.cc:499] Master 127.0.120.62:36667 was elected leader, sending a full tablet report...
I20260630 12:35:04.319581  2907 heartbeater.cc:499] Master 127.0.120.62:36667 was elected leader, sending a full tablet report...
I20260630 12:35:04.430037  2981 heartbeater.cc:499] Master 127.0.120.62:36667 was elected leader, sending a full tablet report...
I20260630 12:35:05.005200  2758 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:07.006245  2758 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:09.008296  2758 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:11.009680  2758 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:13.010609  2758 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:15.011570  2758 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:15.523144   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:35:15.555795   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:15.573730   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:35:15.584465   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:35:15.604526   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:15.620842   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:35:15.630766   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:35:15.650308   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:15.666381   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:35:15.675642   480 master.cc:562] Master@127.0.120.62:36667 shutting down...
I20260630 12:35:15.703899   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:15.704715   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:15.705054   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9c0a5d5536bc439ca22b880da4763513: stopping tablet replica
I20260630 12:35:15.723929   480 master.cc:584] Master@127.0.120.62:36667 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12895 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:35:15.758232   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:41137
I20260630 12:35:15.759447   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:15.765516  2987 instance_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:15.765601  2986 instance_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:15.766515  2989 instance_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:15.767532   480 server_base.cc:1061] running on GCE node
I20260630 12:35:15.768496   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:15.768676   480 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:15.768867   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822915768851 us; error 0 us; skew 500 ppm
I20260630 12:35:15.769456   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:15.771986   480 webserver.cc:533] Webserver started at http://127.0.120.62:40771/ using document root <none> and password file <none>
I20260630 12:35:15.772496   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:15.772684   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:15.772976   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:15.774154   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "9086844cd839442ab424dbe44faa01a2"
format_stamp: "Formatted at 2026-06-30 12:35:15 on dist-test-slave-80h9"
I20260630 12:35:15.778700   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:15.782150  2994 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:15.782877   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:15.783270   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "9086844cd839442ab424dbe44faa01a2"
format_stamp: "Formatted at 2026-06-30 12:35:15 on dist-test-slave-80h9"
I20260630 12:35:15.783540   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-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:15.801043   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:15.802328   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:15.842270   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:41137
I20260630 12:35:15.842365  3045 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:41137 every 8 connection(s)
I20260630 12:35:15.846522  3046 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:15.857486  3046 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2: Bootstrap starting.
I20260630 12:35:15.862262  3046 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:15.866628  3046 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2: No bootstrap required, opened a new log
I20260630 12:35:15.868858  3046 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9086844cd839442ab424dbe44faa01a2" member_type: VOTER }
I20260630 12:35:15.869302  3046 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:15.869493  3046 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9086844cd839442ab424dbe44faa01a2, State: Initialized, Role: FOLLOWER
I20260630 12:35:15.870100  3046 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9086844cd839442ab424dbe44faa01a2" member_type: VOTER }
I20260630 12:35:15.870575  3046 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:15.870770  3046 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:15.870990  3046 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:15.876004  3046 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9086844cd839442ab424dbe44faa01a2" member_type: VOTER }
I20260630 12:35:15.876525  3046 leader_election.cc:304] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [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: 9086844cd839442ab424dbe44faa01a2; no voters: 
I20260630 12:35:15.877653  3046 leader_election.cc:290] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:15.878094  3049 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:15.879504  3049 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 1 LEADER]: Becoming Leader. State: Replica: 9086844cd839442ab424dbe44faa01a2, State: Running, Role: LEADER
I20260630 12:35:15.880239  3049 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [LEADER]: Queue going to LEADER mode. State: All 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: "9086844cd839442ab424dbe44faa01a2" member_type: VOTER }
I20260630 12:35:15.880880  3046 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:15.883278  3050 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9086844cd839442ab424dbe44faa01a2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9086844cd839442ab424dbe44faa01a2" member_type: VOTER } }
I20260630 12:35:15.884011  3050 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:15.883291  3051 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9086844cd839442ab424dbe44faa01a2. Latest consensus state: current_term: 1 leader_uuid: "9086844cd839442ab424dbe44faa01a2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9086844cd839442ab424dbe44faa01a2" member_type: VOTER } }
I20260630 12:35:15.885164  3051 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:15.888316  3054 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:15.896778  3054 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:15.897761   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:15.906221  3054 catalog_manager.cc:1383] Generated new cluster ID: 4f57eb62a1ab4e9d8c0f5677a0228172
I20260630 12:35:15.906554  3054 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:15.925673  3054 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:15.927141  3054 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:15.939123  3054 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2: Generated new TSK 0
I20260630 12:35:15.939752  3054 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:15.964202   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:15.970405  3067 instance_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:15.971627  3068 instance_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:15.973413  3070 instance_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:15.973563   480 server_base.cc:1061] running on GCE node
I20260630 12:35:15.974560   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:15.974752   480 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:15.974874   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822915974863 us; error 0 us; skew 500 ppm
I20260630 12:35:15.975369   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:15.977720   480 webserver.cc:533] Webserver started at http://127.0.120.1:34813/ using document root <none> and password file <none>
I20260630 12:35:15.978158   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:15.978312   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:15.978556   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:15.979686   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "b5e132bc23454b4681b1f84ceefeb9e0"
format_stamp: "Formatted at 2026-06-30 12:35:15 on dist-test-slave-80h9"
I20260630 12:35:15.984465   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:15.987840  3075 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:15.988752   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:15.989006   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "b5e132bc23454b4681b1f84ceefeb9e0"
format_stamp: "Formatted at 2026-06-30 12:35:15 on dist-test-slave-80h9"
I20260630 12:35:15.989261   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-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:16.011238   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:16.012564   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:16.014240   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:16.016678   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:16.016876   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.017167   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:16.017330   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.060527   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:36407
I20260630 12:35:16.060648  3137 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:36407 every 8 connection(s)
I20260630 12:35:16.065578   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:16.072484  3142 instance_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:16.073908  3143 instance_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:16.077991   480 server_base.cc:1061] running on GCE node
W20260630 12:35:16.079397  3145 instance_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:16.079566  3138 heartbeater.cc:344] Connected to a master server at 127.0.120.62:41137
I20260630 12:35:16.080024  3138 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:16.080422   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:16.080652   480 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:16.080830   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822916080796 us; error 0 us; skew 500 ppm
I20260630 12:35:16.080879  3138 heartbeater.cc:507] Master 127.0.120.62:41137 requested a full tablet report, sending...
I20260630 12:35:16.081470   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:16.083390  3011 ts_manager.cc:194] Registered new tserver with Master: b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407)
I20260630 12:35:16.084409   480 webserver.cc:533] Webserver started at http://127.0.120.2:39549/ using document root <none> and password file <none>
I20260630 12:35:16.085057   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:16.085307   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:16.085618   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:16.086018  3011 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46408
I20260630 12:35:16.087294   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "c3534ebe755e41c392027ca9208bc7d5"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-80h9"
I20260630 12:35:16.091941   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:35:16.095454  3150 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:16.096360   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:35:16.096724   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "c3534ebe755e41c392027ca9208bc7d5"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-80h9"
I20260630 12:35:16.097043   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-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:16.120724   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:16.121930   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:16.123528   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:16.125854   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:16.126032   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.126323   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:16.126607   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.169492   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:34859
I20260630 12:35:16.169603  3212 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:34859 every 8 connection(s)
I20260630 12:35:16.174557   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:16.182310  3216 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:16.184382  3217 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:16.186110   480 server_base.cc:1061] running on GCE node
W20260630 12:35:16.186206  3219 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:16.187548   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:16.187821   480 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:16.188014   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822916187979 us; error 0 us; skew 500 ppm
I20260630 12:35:16.188531   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:16.189020  3213 heartbeater.cc:344] Connected to a master server at 127.0.120.62:41137
I20260630 12:35:16.189457  3213 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:16.190356  3213 heartbeater.cc:507] Master 127.0.120.62:41137 requested a full tablet report, sending...
I20260630 12:35:16.191578   480 webserver.cc:533] Webserver started at http://127.0.120.3:45153/ using document root <none> and password file <none>
I20260630 12:35:16.192251   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:16.192423   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:16.192740   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:16.192749  3011 ts_manager.cc:194] Registered new tserver with Master: c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2:34859)
I20260630 12:35:16.194010   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "c54874dae8314841b4b76713460420d5"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-80h9"
I20260630 12:35:16.194279  3011 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46420
I20260630 12:35:16.198688   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.007s
I20260630 12:35:16.202241  3224 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:16.203079   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:16.203375   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "c54874dae8314841b4b76713460420d5"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-80h9"
I20260630 12:35:16.203689   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822836191499-480-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:16.212630   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:16.213784   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:16.215258   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:16.217370   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:16.217607   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.217833   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:16.218004   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.258093   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:42655
I20260630 12:35:16.258222  3286 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:42655 every 8 connection(s)
I20260630 12:35:16.273284  3287 heartbeater.cc:344] Connected to a master server at 127.0.120.62:41137
I20260630 12:35:16.273746  3287 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:16.274444  3287 heartbeater.cc:507] Master 127.0.120.62:41137 requested a full tablet report, sending...
I20260630 12:35:16.276687  3011 ts_manager.cc:194] Registered new tserver with Master: c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:16.277173   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015779376s
I20260630 12:35:16.278223  3011 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46424
I20260630 12:35:17.088770  3138 heartbeater.cc:499] Master 127.0.120.62:41137 was elected leader, sending a full tablet report...
I20260630 12:35:17.196797  3213 heartbeater.cc:499] Master 127.0.120.62:41137 was elected leader, sending a full tablet report...
I20260630 12:35:17.281488  3287 heartbeater.cc:499] Master 127.0.120.62:41137 was elected leader, sending a full tablet report...
I20260630 12:35:17.334900  3011 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46434:
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:17.337639  3011 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:17.405751  3178 tablet_service.cc:1511] Processing CreateTablet for tablet 255a99a63728463993e6cfb4b5832121 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:17.407462  3178 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 255a99a63728463993e6cfb4b5832121. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.407136  3175 tablet_service.cc:1511] Processing CreateTablet for tablet 93fec1363a2a4ed19ebed36720a3d3cd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:17.408584  3175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93fec1363a2a4ed19ebed36720a3d3cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.408311  3103 tablet_service.cc:1511] Processing CreateTablet for tablet 255a99a63728463993e6cfb4b5832121 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:17.409843  3103 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 255a99a63728463993e6cfb4b5832121. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.409664  3177 tablet_service.cc:1511] Processing CreateTablet for tablet 945b56eafaed4f649a8db60bc0de1772 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:17.411278  3177 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 945b56eafaed4f649a8db60bc0de1772. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.411912  3102 tablet_service.cc:1511] Processing CreateTablet for tablet 945b56eafaed4f649a8db60bc0de1772 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:17.413236  3102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 945b56eafaed4f649a8db60bc0de1772. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.416159  3176 tablet_service.cc:1511] Processing CreateTablet for tablet 4b2356604d114ff9832350420f3c4eff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:17.417704  3176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b2356604d114ff9832350420f3c4eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.417331  3100 tablet_service.cc:1511] Processing CreateTablet for tablet 93fec1363a2a4ed19ebed36720a3d3cd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:17.418807  3100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93fec1363a2a4ed19ebed36720a3d3cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.420959  3252 tablet_service.cc:1511] Processing CreateTablet for tablet 255a99a63728463993e6cfb4b5832121 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:17.422052  3249 tablet_service.cc:1511] Processing CreateTablet for tablet 93fec1363a2a4ed19ebed36720a3d3cd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:17.422681  3252 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 255a99a63728463993e6cfb4b5832121. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.423275  3250 tablet_service.cc:1511] Processing CreateTablet for tablet 4b2356604d114ff9832350420f3c4eff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:17.422089  3251 tablet_service.cc:1511] Processing CreateTablet for tablet 945b56eafaed4f649a8db60bc0de1772 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:17.423733  3249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93fec1363a2a4ed19ebed36720a3d3cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.425559  3251 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 945b56eafaed4f649a8db60bc0de1772. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.426573  3250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b2356604d114ff9832350420f3c4eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.416190  3101 tablet_service.cc:1511] Processing CreateTablet for tablet 4b2356604d114ff9832350420f3c4eff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=c04e27244a4a4c8dbd529529aad4f51c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:17.428380  3101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b2356604d114ff9832350420f3c4eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:17.504523  3307 tablet_bootstrap.cc:492] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5: Bootstrap starting.
I20260630 12:35:17.518087  3307 tablet_bootstrap.cc:654] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.521117  3309 tablet_bootstrap.cc:492] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5: Bootstrap starting.
I20260630 12:35:17.527060  3307 tablet_bootstrap.cc:492] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5: No bootstrap required, opened a new log
I20260630 12:35:17.527661  3307 ts_tablet_manager.cc:1403] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.000s
I20260630 12:35:17.529250  3309 tablet_bootstrap.cc:654] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.530815  3307 raft_consensus.cc:359] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.531678  3307 raft_consensus.cc:385] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.532051  3307 raft_consensus.cc:740] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3534ebe755e41c392027ca9208bc7d5, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.534947  3307 consensus_queue.cc:260] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.535746  3308 tablet_bootstrap.cc:492] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0: Bootstrap starting.
I20260630 12:35:17.536513  3309 tablet_bootstrap.cc:492] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5: No bootstrap required, opened a new log
I20260630 12:35:17.537040  3309 ts_tablet_manager.cc:1403] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260630 12:35:17.540055  3309 raft_consensus.cc:359] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.540714  3307 ts_tablet_manager.cc:1434] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.003s
I20260630 12:35:17.542234  3307 tablet_bootstrap.cc:492] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5: Bootstrap starting.
I20260630 12:35:17.542678  3312 raft_consensus.cc:493] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:17.543279  3312 raft_consensus.cc:515] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.544373  3308 tablet_bootstrap.cc:654] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.548911  3307 tablet_bootstrap.cc:654] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.554951  3312 leader_election.cc:290] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:17.541337  3309 raft_consensus.cc:385] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.560659  3309 raft_consensus.cc:740] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c54874dae8314841b4b76713460420d5, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.562728  3309 consensus_queue.cc:260] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.587628  3309 ts_tablet_manager.cc:1434] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5: Time spent starting tablet: real 0.050s	user 0.012s	sys 0.000s
I20260630 12:35:17.589336  3309 tablet_bootstrap.cc:492] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5: Bootstrap starting.
I20260630 12:35:17.599215  3309 tablet_bootstrap.cc:654] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.614487  3318 raft_consensus.cc:493] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:17.615267  3318 raft_consensus.cc:515] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.644371  3318 leader_election.cc:290] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407), c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2:34859)
I20260630 12:35:17.648814  3308 tablet_bootstrap.cc:492] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0: No bootstrap required, opened a new log
I20260630 12:35:17.649351  3308 ts_tablet_manager.cc:1403] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0: Time spent bootstrapping tablet: real 0.114s	user 0.037s	sys 0.071s
I20260630 12:35:17.649714  3307 tablet_bootstrap.cc:492] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5: No bootstrap required, opened a new log
I20260630 12:35:17.659304  3307 ts_tablet_manager.cc:1403] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5: Time spent bootstrapping tablet: real 0.117s	user 0.041s	sys 0.064s
I20260630 12:35:17.660972  3308 raft_consensus.cc:359] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.661772  3308 raft_consensus.cc:385] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.662091  3308 raft_consensus.cc:740] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5e132bc23454b4681b1f84ceefeb9e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.662453  3307 raft_consensus.cc:359] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.663228  3307 raft_consensus.cc:385] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.662987  3308 consensus_queue.cc:260] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.663093  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93fec1363a2a4ed19ebed36720a3d3cd" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5" is_pre_election: true
I20260630 12:35:17.663719  3307 raft_consensus.cc:740] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3534ebe755e41c392027ca9208bc7d5, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.664237  3262 raft_consensus.cc:2468] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 0.
I20260630 12:35:17.664610  3307 consensus_queue.cc:260] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.666049  3151 leader_election.cc:304] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c3534ebe755e41c392027ca9208bc7d5, c54874dae8314841b4b76713460420d5; no voters: 
I20260630 12:35:17.666899  3312 raft_consensus.cc:2804] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:17.667259  3312 raft_consensus.cc:493] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:17.667584  3312 raft_consensus.cc:3060] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.673959  3307 ts_tablet_manager.cc:1434] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
W20260630 12:35:17.675230  3214 tablet.cc:2406] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:35:17.675199  3312 raft_consensus.cc:515] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.679634  3307 tablet_bootstrap.cc:492] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5: Bootstrap starting.
I20260630 12:35:17.680171  3312 leader_election.cc:290] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 election: Requested vote from peers b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:17.681452  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93fec1363a2a4ed19ebed36720a3d3cd" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5"
I20260630 12:35:17.682067  3262 raft_consensus.cc:3060] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.689083  3308 ts_tablet_manager.cc:1434] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0: Time spent starting tablet: real 0.031s	user 0.015s	sys 0.014s
I20260630 12:35:17.690021  3307 tablet_bootstrap.cc:654] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.690222  3308 tablet_bootstrap.cc:492] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0: Bootstrap starting.
I20260630 12:35:17.695600  3113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93fec1363a2a4ed19ebed36720a3d3cd" candidate_uuid: "c54874dae8314841b4b76713460420d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" is_pre_election: true
I20260630 12:35:17.695884  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93fec1363a2a4ed19ebed36720a3d3cd" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" is_pre_election: true
I20260630 12:35:17.697482  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93fec1363a2a4ed19ebed36720a3d3cd" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5e132bc23454b4681b1f84ceefeb9e0"
I20260630 12:35:17.698331  3308 tablet_bootstrap.cc:654] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0: Neither blocks nor log segments found. Creating new log.
W20260630 12:35:17.698910  3153 leader_election.cc:343] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:35:17.700148  3153 leader_election.cc:343] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:35:17.701216  3227 leader_election.cc:343] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:17.690851  3262 raft_consensus.cc:2468] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 1.
I20260630 12:35:17.702706  3151 leader_election.cc:304] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [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: c3534ebe755e41c392027ca9208bc7d5, c54874dae8314841b4b76713460420d5; no voters: b5e132bc23454b4681b1f84ceefeb9e0
I20260630 12:35:17.704061  3312 raft_consensus.cc:2804] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:17.704908  3312 raft_consensus.cc:697] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 1 LEADER]: Becoming Leader. State: Replica: c3534ebe755e41c392027ca9208bc7d5, State: Running, Role: LEADER
I20260630 12:35:17.705789  3312 consensus_queue.cc:237] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.712312  3308 tablet_bootstrap.cc:492] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0: No bootstrap required, opened a new log
I20260630 12:35:17.713063  3308 ts_tablet_manager.cc:1403] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.007s
I20260630 12:35:17.717473  3308 raft_consensus.cc:359] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.718663  3308 raft_consensus.cc:385] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.719277  3308 raft_consensus.cc:740] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5e132bc23454b4681b1f84ceefeb9e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.720194  3308 consensus_queue.cc:260] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.721885  3307 tablet_bootstrap.cc:492] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5: No bootstrap required, opened a new log
I20260630 12:35:17.722023  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93fec1363a2a4ed19ebed36720a3d3cd" candidate_uuid: "c54874dae8314841b4b76713460420d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3534ebe755e41c392027ca9208bc7d5" is_pre_election: true
I20260630 12:35:17.722455  3307 ts_tablet_manager.cc:1403] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5: Time spent bootstrapping tablet: real 0.043s	user 0.015s	sys 0.021s
I20260630 12:35:17.723065  3308 ts_tablet_manager.cc:1434] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:35:17.724002  3308 tablet_bootstrap.cc:492] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0: Bootstrap starting.
I20260630 12:35:17.725418  3307 raft_consensus.cc:359] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.726118  3307 raft_consensus.cc:385] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.726200  3228 leader_election.cc:304] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [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: c54874dae8314841b4b76713460420d5; no voters: b5e132bc23454b4681b1f84ceefeb9e0, c3534ebe755e41c392027ca9208bc7d5
I20260630 12:35:17.726611  3307 raft_consensus.cc:740] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3534ebe755e41c392027ca9208bc7d5, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.727531  3318 raft_consensus.cc:2749] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:17.727466  3307 consensus_queue.cc:260] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.728565  3309 tablet_bootstrap.cc:492] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5: No bootstrap required, opened a new log
I20260630 12:35:17.729185  3309 ts_tablet_manager.cc:1403] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5: Time spent bootstrapping tablet: real 0.140s	user 0.044s	sys 0.046s
I20260630 12:35:17.730434  3307 ts_tablet_manager.cc:1434] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:35:17.730983  3308 tablet_bootstrap.cc:654] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.731487  3307 tablet_bootstrap.cc:492] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5: Bootstrap starting.
I20260630 12:35:17.734823  3010 catalog_manager.cc:5697] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 reported cstate change: term changed from 0 to 1, leader changed from <none> to c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "c3534ebe755e41c392027ca9208bc7d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:17.736847  3308 tablet_bootstrap.cc:492] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0: No bootstrap required, opened a new log
I20260630 12:35:17.737267  3307 tablet_bootstrap.cc:654] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.737370  3308 ts_tablet_manager.cc:1403] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0: Time spent bootstrapping tablet: real 0.014s	user 0.003s	sys 0.008s
I20260630 12:35:17.738093  3323 raft_consensus.cc:493] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:17.738569  3323 raft_consensus.cc:515] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.745390  3307 tablet_bootstrap.cc:492] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5: No bootstrap required, opened a new log
I20260630 12:35:17.745899  3307 ts_tablet_manager.cc:1403] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.004s
I20260630 12:35:17.751168  3323 leader_election.cc:290] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2:34859), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:17.754276  3309 raft_consensus.cc:359] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.755125  3307 raft_consensus.cc:359] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.755426  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "255a99a63728463993e6cfb4b5832121" candidate_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5" is_pre_election: true
I20260630 12:35:17.755852  3307 raft_consensus.cc:385] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.756207  3307 raft_consensus.cc:740] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3534ebe755e41c392027ca9208bc7d5, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.754695  3308 raft_consensus.cc:359] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.757117  3308 raft_consensus.cc:385] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.757376  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "255a99a63728463993e6cfb4b5832121" candidate_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3534ebe755e41c392027ca9208bc7d5" is_pre_election: true
I20260630 12:35:17.757140  3307 consensus_queue.cc:260] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.757485  3308 raft_consensus.cc:740] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5e132bc23454b4681b1f84ceefeb9e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.758471  3309 raft_consensus.cc:385] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:35:17.757908  3076 leader_election.cc:343] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c54874dae8314841b4b76713460420d5 (127.0.120.3:42655): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:17.759068  3308 consensus_queue.cc:260] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.758853  3309 raft_consensus.cc:740] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c54874dae8314841b4b76713460420d5, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.759342  3188 raft_consensus.cc:2468] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5e132bc23454b4681b1f84ceefeb9e0 in term 0.
I20260630 12:35:17.760850  3307 ts_tablet_manager.cc:1434] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:35:17.761498  3308 ts_tablet_manager.cc:1434] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0: Time spent starting tablet: real 0.024s	user 0.007s	sys 0.000s
I20260630 12:35:17.762576  3308 tablet_bootstrap.cc:492] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0: Bootstrap starting.
I20260630 12:35:17.762522  3309 consensus_queue.cc:260] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.763360  3079 leader_election.cc:304] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [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: b5e132bc23454b4681b1f84ceefeb9e0, c3534ebe755e41c392027ca9208bc7d5; no voters: c54874dae8314841b4b76713460420d5
I20260630 12:35:17.764719  3309 ts_tablet_manager.cc:1434] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5: Time spent starting tablet: real 0.035s	user 0.006s	sys 0.000s
I20260630 12:35:17.765687  3309 tablet_bootstrap.cc:492] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5: Bootstrap starting.
I20260630 12:35:17.769800  3308 tablet_bootstrap.cc:654] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.771915  3323 raft_consensus.cc:2804] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:17.772275  3309 tablet_bootstrap.cc:654] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.772338  3323 raft_consensus.cc:493] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:17.772971  3323 raft_consensus.cc:3060] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.777863  3312 raft_consensus.cc:493] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:17.778573  3312 raft_consensus.cc:515] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.782441  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b2356604d114ff9832350420f3c4eff" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" is_pre_election: true
W20260630 12:35:17.784437  3153 leader_election.cc:343] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:17.785964  3312 leader_election.cc:290] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:17.788960  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b2356604d114ff9832350420f3c4eff" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5" is_pre_election: true
I20260630 12:35:17.789858  3262 raft_consensus.cc:2468] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 0.
I20260630 12:35:17.793422  3151 leader_election.cc:304] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [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: c3534ebe755e41c392027ca9208bc7d5, c54874dae8314841b4b76713460420d5; no voters: b5e132bc23454b4681b1f84ceefeb9e0
I20260630 12:35:17.792847  3323 raft_consensus.cc:515] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.799942  3312 raft_consensus.cc:2804] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:17.799980  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "255a99a63728463993e6cfb4b5832121" candidate_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3534ebe755e41c392027ca9208bc7d5"
I20260630 12:35:17.800750  3312 raft_consensus.cc:493] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:17.801154  3188 raft_consensus.cc:3060] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.801326  3312 raft_consensus.cc:3060] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.813414  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "255a99a63728463993e6cfb4b5832121" candidate_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5"
W20260630 12:35:17.815647  3076 leader_election.cc:343] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c54874dae8314841b4b76713460420d5 (127.0.120.3:42655): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:17.816444  3323 leader_election.cc:290] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [CANDIDATE]: Term 1 election: Requested vote from peers c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2:34859), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:17.818506  3188 raft_consensus.cc:2468] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5e132bc23454b4681b1f84ceefeb9e0 in term 1.
I20260630 12:35:17.822041  3308 tablet_bootstrap.cc:492] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0: No bootstrap required, opened a new log
I20260630 12:35:17.822147  3079 leader_election.cc:304] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [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: b5e132bc23454b4681b1f84ceefeb9e0, c3534ebe755e41c392027ca9208bc7d5; no voters: c54874dae8314841b4b76713460420d5
I20260630 12:35:17.822659  3308 ts_tablet_manager.cc:1403] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0: Time spent bootstrapping tablet: real 0.060s	user 0.023s	sys 0.033s
I20260630 12:35:17.823113  3309 tablet_bootstrap.cc:492] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5: No bootstrap required, opened a new log
I20260630 12:35:17.822685  3312 raft_consensus.cc:515] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.823485  3323 raft_consensus.cc:2804] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:17.823673  3309 ts_tablet_manager.cc:1403] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5: Time spent bootstrapping tablet: real 0.058s	user 0.040s	sys 0.015s
I20260630 12:35:17.825922  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b2356604d114ff9832350420f3c4eff" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5e132bc23454b4681b1f84ceefeb9e0"
I20260630 12:35:17.826326  3308 raft_consensus.cc:359] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.826902  3309 raft_consensus.cc:359] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.827749  3309 raft_consensus.cc:385] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.827951  3312 leader_election.cc:290] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 election: Requested vote from peers b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:17.828500  3309 raft_consensus.cc:740] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c54874dae8314841b4b76713460420d5, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.828776  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b2356604d114ff9832350420f3c4eff" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5"
I20260630 12:35:17.829357  3309 consensus_queue.cc:260] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.829573  3262 raft_consensus.cc:3060] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.827345  3308 raft_consensus.cc:385] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.830165  3308 raft_consensus.cc:740] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5e132bc23454b4681b1f84ceefeb9e0, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.831516  3309 ts_tablet_manager.cc:1434] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:35:17.831223  3308 consensus_queue.cc:260] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.832559  3309 tablet_bootstrap.cc:492] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5: Bootstrap starting.
I20260630 12:35:17.832477  3112 raft_consensus.cc:3060] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.839334  3323 raft_consensus.cc:697] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 LEADER]: Becoming Leader. State: Replica: b5e132bc23454b4681b1f84ceefeb9e0, State: Running, Role: LEADER
I20260630 12:35:17.839867  3309 tablet_bootstrap.cc:654] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:17.840276  3323 consensus_queue.cc:237] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.842221  3112 raft_consensus.cc:2468] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 1.
I20260630 12:35:17.844400  3153 leader_election.cc:304] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b5e132bc23454b4681b1f84ceefeb9e0, c3534ebe755e41c392027ca9208bc7d5; no voters: 
I20260630 12:35:17.846180  3262 raft_consensus.cc:2468] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 1.
I20260630 12:35:17.847059  3312 raft_consensus.cc:2804] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:17.850286  3308 ts_tablet_manager.cc:1434] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0: Time spent starting tablet: real 0.027s	user 0.008s	sys 0.002s
I20260630 12:35:17.850833  3312 raft_consensus.cc:697] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 1 LEADER]: Becoming Leader. State: Replica: c3534ebe755e41c392027ca9208bc7d5, State: Running, Role: LEADER
I20260630 12:35:17.853313  3309 tablet_bootstrap.cc:492] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5: No bootstrap required, opened a new log
I20260630 12:35:17.853760  3309 ts_tablet_manager.cc:1403] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5: Time spent bootstrapping tablet: real 0.021s	user 0.000s	sys 0.018s
I20260630 12:35:17.852002  3312 consensus_queue.cc:237] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.854077  3010 catalog_manager.cc:5697] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 reported cstate change: term changed from 0 to 1, leader changed from <none> to b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:17.856177  3309 raft_consensus.cc:359] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.856734  3309 raft_consensus.cc:385] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:17.857043  3309 raft_consensus.cc:740] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c54874dae8314841b4b76713460420d5, State: Initialized, Role: FOLLOWER
I20260630 12:35:17.857897  3309 consensus_queue.cc:260] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.860072  3309 ts_tablet_manager.cc:1434] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
I20260630 12:35:17.863608  3011 catalog_manager.cc:5697] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 reported cstate change: term changed from 0 to 1, leader changed from <none> to c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "c3534ebe755e41c392027ca9208bc7d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:17.894464  3059 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:17.896895  3064 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
W20260630 12:35:17.898499  3064 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:17.947988  3323 raft_consensus.cc:493] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:17.948585  3323 raft_consensus.cc:515] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:17.950590  3323 leader_election.cc:290] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2:34859), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:17.951781  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93fec1363a2a4ed19ebed36720a3d3cd" candidate_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5" is_pre_election: true
I20260630 12:35:17.951720  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93fec1363a2a4ed19ebed36720a3d3cd" candidate_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3534ebe755e41c392027ca9208bc7d5" is_pre_election: true
I20260630 12:35:17.952680  3262 raft_consensus.cc:2393] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b5e132bc23454b4681b1f84ceefeb9e0 in current term 1: Already voted for candidate c3534ebe755e41c392027ca9208bc7d5 in this term.
I20260630 12:35:17.953686  3076 leader_election.cc:304] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [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: b5e132bc23454b4681b1f84ceefeb9e0; no voters: c3534ebe755e41c392027ca9208bc7d5, c54874dae8314841b4b76713460420d5
I20260630 12:35:17.954401  3323 raft_consensus.cc:3060] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:17.959044  3323 raft_consensus.cc:2749] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:18.102380  3312 consensus_queue.cc:1048] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:18.114436  3339 consensus_queue.cc:1048] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:18.195807  3339 raft_consensus.cc:493] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.196571  3339 raft_consensus.cc:515] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:18.199658  3339 leader_election.cc:290] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:18.200742  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "945b56eafaed4f649a8db60bc0de1772" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5" is_pre_election: true
I20260630 12:35:18.200783  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "945b56eafaed4f649a8db60bc0de1772" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" is_pre_election: true
I20260630 12:35:18.201452  3262 raft_consensus.cc:2468] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 0.
I20260630 12:35:18.202230  3112 raft_consensus.cc:2468] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 0.
I20260630 12:35:18.202899  3151 leader_election.cc:304] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c3534ebe755e41c392027ca9208bc7d5, c54874dae8314841b4b76713460420d5; no voters: 
I20260630 12:35:18.203840  3339 raft_consensus.cc:2804] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:18.204241  3339 raft_consensus.cc:493] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:18.204533  3339 raft_consensus.cc:3060] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.210202  3339 raft_consensus.cc:515] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:18.212313  3339 leader_election.cc:290] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 election: Requested vote from peers b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407), c54874dae8314841b4b76713460420d5 (127.0.120.3:42655)
I20260630 12:35:18.213486  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "945b56eafaed4f649a8db60bc0de1772" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5e132bc23454b4681b1f84ceefeb9e0"
I20260630 12:35:18.213521  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "945b56eafaed4f649a8db60bc0de1772" candidate_uuid: "c3534ebe755e41c392027ca9208bc7d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c54874dae8314841b4b76713460420d5"
I20260630 12:35:18.214506  3262 raft_consensus.cc:3060] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.214483  3112 raft_consensus.cc:3060] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.217478  3318 raft_consensus.cc:493] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.218096  3318 raft_consensus.cc:515] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:18.221966  3113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "255a99a63728463993e6cfb4b5832121" candidate_uuid: "c54874dae8314841b4b76713460420d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" is_pre_election: true
I20260630 12:35:18.222977  3318 leader_election.cc:290] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5e132bc23454b4681b1f84ceefeb9e0 (127.0.120.1:36407), c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2:34859)
I20260630 12:35:18.223366  3262 raft_consensus.cc:2468] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 1.
I20260630 12:35:18.224562  3112 raft_consensus.cc:2468] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3534ebe755e41c392027ca9208bc7d5 in term 1.
I20260630 12:35:18.224561  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "255a99a63728463993e6cfb4b5832121" candidate_uuid: "c54874dae8314841b4b76713460420d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3534ebe755e41c392027ca9208bc7d5" is_pre_election: true
I20260630 12:35:18.224776  3151 leader_election.cc:304] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c3534ebe755e41c392027ca9208bc7d5, c54874dae8314841b4b76713460420d5; no voters: 
I20260630 12:35:18.225678  3188 raft_consensus.cc:2393] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c54874dae8314841b4b76713460420d5 in current term 1: Already voted for candidate b5e132bc23454b4681b1f84ceefeb9e0 in this term.
I20260630 12:35:18.225907  3339 raft_consensus.cc:2804] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.226411  3339 raft_consensus.cc:697] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 1 LEADER]: Becoming Leader. State: Replica: c3534ebe755e41c392027ca9208bc7d5, State: Running, Role: LEADER
I20260630 12:35:18.226904  3228 leader_election.cc:304] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [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: c54874dae8314841b4b76713460420d5; no voters: b5e132bc23454b4681b1f84ceefeb9e0, c3534ebe755e41c392027ca9208bc7d5
I20260630 12:35:18.227780  3318 raft_consensus.cc:3060] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.227312  3339 consensus_queue.cc:237] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } }
I20260630 12:35:18.236145  3011 catalog_manager.cc:5697] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 reported cstate change: term changed from 0 to 1, leader changed from <none> to c3534ebe755e41c392027ca9208bc7d5 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "c3534ebe755e41c392027ca9208bc7d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:18.236869  3318 raft_consensus.cc:2749] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:18.260659  3323 consensus_queue.cc:1048] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3534ebe755e41c392027ca9208bc7d5" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34859 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:18.266018  3339 consensus_queue.cc:1048] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5e132bc23454b4681b1f84ceefeb9e0" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:18.274869  3333 consensus_queue.cc:1048] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:18.281606  3313 consensus_queue.cc:1048] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c54874dae8314841b4b76713460420d5" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 42655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:18.328456   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:35:18.350193   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:18.351425   480 tablet_replica.cc:333] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0: stopping tablet replica
I20260630 12:35:18.352092   480 raft_consensus.cc:2243] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.352778   480 raft_consensus.cc:2272] T 4b2356604d114ff9832350420f3c4eff P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.355896   480 tablet_replica.cc:333] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0: stopping tablet replica
I20260630 12:35:18.356534   480 raft_consensus.cc:2243] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.356953   480 raft_consensus.cc:2272] T 945b56eafaed4f649a8db60bc0de1772 P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.358841   480 tablet_replica.cc:333] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0: stopping tablet replica
I20260630 12:35:18.359599   480 raft_consensus.cc:2243] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.360064   480 raft_consensus.cc:2272] T 93fec1363a2a4ed19ebed36720a3d3cd P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.362607   480 tablet_replica.cc:333] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0: stopping tablet replica
I20260630 12:35:18.363430   480 raft_consensus.cc:2243] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.364599   480 raft_consensus.cc:2272] T 255a99a63728463993e6cfb4b5832121 P b5e132bc23454b4681b1f84ceefeb9e0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.380095   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:35:18.393445   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:35:18.415146   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:18.415879   480 tablet_replica.cc:333] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5: stopping tablet replica
I20260630 12:35:18.416522   480 raft_consensus.cc:2243] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.417182   480 pending_rounds.cc:70] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5: Trying to abort 1 pending ops.
I20260630 12:35:18.417434   480 pending_rounds.cc:77] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442673067732992 op_type: NO_OP noop_request { }
I20260630 12:35:18.417788   480 raft_consensus.cc:2889] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:18.418092   480 raft_consensus.cc:2272] T 945b56eafaed4f649a8db60bc0de1772 P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.420368   480 tablet_replica.cc:333] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5: stopping tablet replica
I20260630 12:35:18.420898   480 raft_consensus.cc:2243] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.421702   480 raft_consensus.cc:2272] T 4b2356604d114ff9832350420f3c4eff P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.423831   480 tablet_replica.cc:333] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5: stopping tablet replica
I20260630 12:35:18.424366   480 raft_consensus.cc:2243] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.424772   480 raft_consensus.cc:2272] T 255a99a63728463993e6cfb4b5832121 P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.427106   480 tablet_replica.cc:333] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5: stopping tablet replica
I20260630 12:35:18.427628   480 raft_consensus.cc:2243] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.428375   480 raft_consensus.cc:2272] T 93fec1363a2a4ed19ebed36720a3d3cd P c3534ebe755e41c392027ca9208bc7d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.440722   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:35:18.451982   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:35:18.469578   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:18.470265   480 tablet_replica.cc:333] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5: stopping tablet replica
I20260630 12:35:18.470805   480 raft_consensus.cc:2243] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.471235   480 raft_consensus.cc:2272] T 945b56eafaed4f649a8db60bc0de1772 P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.472899   480 tablet_replica.cc:333] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5: stopping tablet replica
I20260630 12:35:18.473503   480 raft_consensus.cc:2243] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.473871   480 raft_consensus.cc:2272] T 4b2356604d114ff9832350420f3c4eff P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.476105   480 tablet_replica.cc:333] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5: stopping tablet replica
I20260630 12:35:18.476547   480 raft_consensus.cc:2243] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.476890   480 raft_consensus.cc:2272] T 255a99a63728463993e6cfb4b5832121 P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.479322   480 tablet_replica.cc:333] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5: stopping tablet replica
I20260630 12:35:18.479753   480 raft_consensus.cc:2243] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.480096   480 raft_consensus.cc:2272] T 93fec1363a2a4ed19ebed36720a3d3cd P c54874dae8314841b4b76713460420d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.492672   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:35:18.503964   480 master.cc:562] Master@127.0.120.62:41137 shutting down...
I20260630 12:35:18.519608   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.520159   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.520486   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9086844cd839442ab424dbe44faa01a2: stopping tablet replica
I20260630 12:35:18.538476   480 master.cc:584] Master@127.0.120.62:41137 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2812 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:35:18.570951   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:42285
I20260630 12:35:18.572111   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:18.577440  3349 instance_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:18.578099  3350 instance_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:18.579403  3352 instance_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:18.580778   480 server_base.cc:1061] running on GCE node
I20260630 12:35:18.581743   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:18.581909   480 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:18.582103   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822918582086 us; error 0 us; skew 500 ppm
I20260630 12:35:18.582685   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:18.585479   480 webserver.cc:533] Webserver started at http://127.0.120.62:40145/ using document root <none> and password file <none>
I20260630 12:35:18.586036   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:18.586256   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:18.586572   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:18.587844   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "17e59b353d95447d8eb4b2d729deb931"
format_stamp: "Formatted at 2026-06-30 12:35:18 on dist-test-slave-80h9"
I20260630 12:35:18.592762   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:18.596400  3357 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:18.597297   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:35:18.597607   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "17e59b353d95447d8eb4b2d729deb931"
format_stamp: "Formatted at 2026-06-30 12:35:18 on dist-test-slave-80h9"
I20260630 12:35:18.597904   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-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:18.611049   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:18.612068   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:18.647751   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:42285
I20260630 12:35:18.647846  3408 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:42285 every 8 connection(s)
I20260630 12:35:18.651674  3409 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:18.661932  3409 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931: Bootstrap starting.
I20260630 12:35:18.666185  3409 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.670197  3409 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931: No bootstrap required, opened a new log
I20260630 12:35:18.672231  3409 raft_consensus.cc:359] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e59b353d95447d8eb4b2d729deb931" member_type: VOTER }
I20260630 12:35:18.672636  3409 raft_consensus.cc:385] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.672855  3409 raft_consensus.cc:740] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17e59b353d95447d8eb4b2d729deb931, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.673501  3409 consensus_queue.cc:260] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "17e59b353d95447d8eb4b2d729deb931" member_type: VOTER }
I20260630 12:35:18.674062  3409 raft_consensus.cc:399] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:18.674283  3409 raft_consensus.cc:493] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:18.674508  3409 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.678809  3409 raft_consensus.cc:515] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e59b353d95447d8eb4b2d729deb931" member_type: VOTER }
I20260630 12:35:18.679363  3409 leader_election.cc:304] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [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: 17e59b353d95447d8eb4b2d729deb931; no voters: 
I20260630 12:35:18.680454  3409 leader_election.cc:290] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:18.680766  3412 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.682109  3412 raft_consensus.cc:697] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 1 LEADER]: Becoming Leader. State: Replica: 17e59b353d95447d8eb4b2d729deb931, State: Running, Role: LEADER
I20260630 12:35:18.682675  3412 consensus_queue.cc:237] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [LEADER]: Queue going to LEADER mode. State: All 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: "17e59b353d95447d8eb4b2d729deb931" member_type: VOTER }
I20260630 12:35:18.683396  3409 sys_catalog.cc:565] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:18.685547  3413 sys_catalog.cc:455] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "17e59b353d95447d8eb4b2d729deb931" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e59b353d95447d8eb4b2d729deb931" member_type: VOTER } }
I20260630 12:35:18.685565  3414 sys_catalog.cc:455] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 17e59b353d95447d8eb4b2d729deb931. Latest consensus state: current_term: 1 leader_uuid: "17e59b353d95447d8eb4b2d729deb931" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "17e59b353d95447d8eb4b2d729deb931" member_type: VOTER } }
I20260630 12:35:18.686313  3413 sys_catalog.cc:458] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:18.686317  3414 sys_catalog.cc:458] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:18.691517  3417 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:18.696909  3417 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:18.699234   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:18.706377  3417 catalog_manager.cc:1383] Generated new cluster ID: 61f8241f763f452e866d489770c223a6
I20260630 12:35:18.706709  3417 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:18.732831  3417 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:18.734171  3417 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:18.750252  3417 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931: Generated new TSK 0
I20260630 12:35:18.750919  3417 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:18.766364   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:18.772737  3430 instance_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:18.774137  3431 instance_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:18.781733  3433 instance_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:18.781931   480 server_base.cc:1061] running on GCE node
I20260630 12:35:18.782845   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:18.783104   480 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:18.783284   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822918783258 us; error 0 us; skew 500 ppm
I20260630 12:35:18.783787   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:18.786054   480 webserver.cc:533] Webserver started at http://127.0.120.1:42381/ using document root <none> and password file <none>
I20260630 12:35:18.786520   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:18.786722   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:18.787002   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:18.788115   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "8310b2af81fa4b51a752e0a2d8711f13"
format_stamp: "Formatted at 2026-06-30 12:35:18 on dist-test-slave-80h9"
I20260630 12:35:18.792429   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:18.795861  3438 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:18.796694   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:18.797008   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "8310b2af81fa4b51a752e0a2d8711f13"
format_stamp: "Formatted at 2026-06-30 12:35:18 on dist-test-slave-80h9"
I20260630 12:35:18.797325   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-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:18.821113   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:18.822293   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:18.823837   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:18.826226   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:18.826474   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:18.826709   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:18.826886   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:18.863888   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:33035
I20260630 12:35:18.863991  3500 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:33035 every 8 connection(s)
I20260630 12:35:18.868856   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:18.875672  3505 instance_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:18.876011  3506 instance_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:18.879643  3508 instance_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:18.880374   480 server_base.cc:1061] running on GCE node
I20260630 12:35:18.881081   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:18.881260   480 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:18.881389   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822918881375 us; error 0 us; skew 500 ppm
I20260630 12:35:18.881942   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:18.885057   480 webserver.cc:533] Webserver started at http://127.0.120.2:34769/ using document root <none> and password file <none>
I20260630 12:35:18.885542   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:18.885748   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:18.885978  3501 heartbeater.cc:344] Connected to a master server at 127.0.120.62:42285
I20260630 12:35:18.886068   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:18.886461  3501 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:18.887249  3501 heartbeater.cc:507] Master 127.0.120.62:42285 requested a full tablet report, sending...
I20260630 12:35:18.887585   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "feb6b6f1cdb2481bae271d447174b085"
format_stamp: "Formatted at 2026-06-30 12:35:18 on dist-test-slave-80h9"
I20260630 12:35:18.889331  3374 ts_manager.cc:194] Registered new tserver with Master: 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:18.891110  3374 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50462
I20260630 12:35:18.892580   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:18.896490  3513 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:18.897349   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:35:18.897599   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "feb6b6f1cdb2481bae271d447174b085"
format_stamp: "Formatted at 2026-06-30 12:35:18 on dist-test-slave-80h9"
I20260630 12:35:18.897832   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-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:18.919970   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:18.920971   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:18.922405   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:18.924986   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:18.925163   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:18.925459   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:18.925618   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:18.963493   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:46667
I20260630 12:35:18.963614  3575 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:46667 every 8 connection(s)
I20260630 12:35:18.968271   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:18.975454  3579 instance_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:18.978829  3580 instance_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:18.984423  3583 instance_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:19.002593   480 server_base.cc:1061] running on GCE node
I20260630 12:35:19.005806   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:19.006290   480 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:19.006670   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822919006647 us; error 0 us; skew 500 ppm
I20260630 12:35:19.007766   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:19.008518  3576 heartbeater.cc:344] Connected to a master server at 127.0.120.62:42285
I20260630 12:35:19.009196  3576 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:19.010486  3576 heartbeater.cc:507] Master 127.0.120.62:42285 requested a full tablet report, sending...
I20260630 12:35:19.012082   480 webserver.cc:533] Webserver started at http://127.0.120.3:42089/ using document root <none> and password file <none>
I20260630 12:35:19.012845   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:19.013162   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:19.013665   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:19.013973  3374 ts_manager.cc:194] Registered new tserver with Master: feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:19.015985   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "80fc179ac9984af4ac08de97179bc56a"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-80h9"
I20260630 12:35:19.016639  3374 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50474
I20260630 12:35:19.022351   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260630 12:35:19.026466  3588 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:19.027493   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:35:19.027748   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "80fc179ac9984af4ac08de97179bc56a"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-80h9"
I20260630 12:35:19.028045   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-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:19.058020   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:19.059330   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:19.060902   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:19.063511   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:19.063704   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.064047   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:19.064222   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.109318   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:33265
I20260630 12:35:19.109469  3650 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:33265 every 8 connection(s)
I20260630 12:35:19.125320  3651 heartbeater.cc:344] Connected to a master server at 127.0.120.62:42285
I20260630 12:35:19.125725  3651 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:19.126554  3651 heartbeater.cc:507] Master 127.0.120.62:42285 requested a full tablet report, sending...
I20260630 12:35:19.128659  3374 ts_manager.cc:194] Registered new tserver with Master: 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:19.129315   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016105895s
I20260630 12:35:19.130321  3374 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50476
I20260630 12:35:19.894251  3501 heartbeater.cc:499] Master 127.0.120.62:42285 was elected leader, sending a full tablet report...
I20260630 12:35:20.020418  3576 heartbeater.cc:499] Master 127.0.120.62:42285 was elected leader, sending a full tablet report...
I20260630 12:35:20.133528  3651 heartbeater.cc:499] Master 127.0.120.62:42285 was elected leader, sending a full tablet report...
I20260630 12:35:20.186214  3374 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50492:
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:20.188725  3374 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:20.253778  3541 tablet_service.cc:1511] Processing CreateTablet for tablet 12bad0edd7d349e1a69773a4b67b1442 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.255790  3541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12bad0edd7d349e1a69773a4b67b1442. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.260780  3540 tablet_service.cc:1511] Processing CreateTablet for tablet 459ab1921f174accaef336ee11eb02e9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.261511  3539 tablet_service.cc:1511] Processing CreateTablet for tablet e95ab0e21ced4c4d8b60ccf5aa7df997 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.262410  3540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 459ab1921f174accaef336ee11eb02e9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.263564  3539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e95ab0e21ced4c4d8b60ccf5aa7df997. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.281193  3465 tablet_service.cc:1511] Processing CreateTablet for tablet 459ab1921f174accaef336ee11eb02e9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.281423  3466 tablet_service.cc:1511] Processing CreateTablet for tablet 12bad0edd7d349e1a69773a4b67b1442 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.283270  3464 tablet_service.cc:1511] Processing CreateTablet for tablet e95ab0e21ced4c4d8b60ccf5aa7df997 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.282928  3465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 459ab1921f174accaef336ee11eb02e9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.287086  3464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e95ab0e21ced4c4d8b60ccf5aa7df997. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.289042  3538 tablet_service.cc:1511] Processing CreateTablet for tablet 54ffa957b68c4043a121a705b9d9e5a4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.290059  3615 tablet_service.cc:1511] Processing CreateTablet for tablet 459ab1921f174accaef336ee11eb02e9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.291716  3615 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 459ab1921f174accaef336ee11eb02e9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.291862  3616 tablet_service.cc:1511] Processing CreateTablet for tablet 12bad0edd7d349e1a69773a4b67b1442 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.293263  3616 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12bad0edd7d349e1a69773a4b67b1442. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.296213  3537 tablet_service.cc:1511] Processing CreateTablet for tablet ef6dc4ccca4646d1942bc899da63fe2c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.296494  3461 tablet_service.cc:1511] Processing CreateTablet for tablet e454406247ea4478aa4ab884ef52d1f0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.297797  3461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e454406247ea4478aa4ab884ef52d1f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.298745  3463 tablet_service.cc:1511] Processing CreateTablet for tablet 54ffa957b68c4043a121a705b9d9e5a4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.300225  3463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54ffa957b68c4043a121a705b9d9e5a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.300449  3614 tablet_service.cc:1511] Processing CreateTablet for tablet e95ab0e21ced4c4d8b60ccf5aa7df997 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.301911  3614 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e95ab0e21ced4c4d8b60ccf5aa7df997. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.302122  3536 tablet_service.cc:1511] Processing CreateTablet for tablet e454406247ea4478aa4ab884ef52d1f0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.304411  3462 tablet_service.cc:1511] Processing CreateTablet for tablet ef6dc4ccca4646d1942bc899da63fe2c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.305996  3462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef6dc4ccca4646d1942bc899da63fe2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.307188  3466 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12bad0edd7d349e1a69773a4b67b1442. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.290855  3538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54ffa957b68c4043a121a705b9d9e5a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.308085  3613 tablet_service.cc:1511] Processing CreateTablet for tablet 54ffa957b68c4043a121a705b9d9e5a4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.309890  3613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54ffa957b68c4043a121a705b9d9e5a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.310510  3536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e454406247ea4478aa4ab884ef52d1f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.310909  3535 tablet_service.cc:1511] Processing CreateTablet for tablet f77d2f1989184040b0430c9cc32c9eac (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.312350  3535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f77d2f1989184040b0430c9cc32c9eac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.313920  3537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef6dc4ccca4646d1942bc899da63fe2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.316171  3612 tablet_service.cc:1511] Processing CreateTablet for tablet ef6dc4ccca4646d1942bc899da63fe2c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.317725  3612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef6dc4ccca4646d1942bc899da63fe2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.320135  3611 tablet_service.cc:1511] Processing CreateTablet for tablet e454406247ea4478aa4ab884ef52d1f0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.321863  3611 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e454406247ea4478aa4ab884ef52d1f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.325709  3460 tablet_service.cc:1511] Processing CreateTablet for tablet f77d2f1989184040b0430c9cc32c9eac (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.327251  3460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f77d2f1989184040b0430c9cc32c9eac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.358542  3610 tablet_service.cc:1511] Processing CreateTablet for tablet f77d2f1989184040b0430c9cc32c9eac (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.360167  3610 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f77d2f1989184040b0430c9cc32c9eac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.372458  3671 tablet_bootstrap.cc:492] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:20.388055  3539 tablet_service.cc:1511] Processing CreateTablet for tablet 3c9d82e5f407426aacdf6f0a2436efe3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.389627  3539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c9d82e5f407426aacdf6f0a2436efe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.394851  3459 tablet_service.cc:1511] Processing CreateTablet for tablet 3c9d82e5f407426aacdf6f0a2436efe3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.396435  3459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c9d82e5f407426aacdf6f0a2436efe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.405758  3671 tablet_bootstrap.cc:654] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.411839  3672 tablet_bootstrap.cc:492] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:20.425817  3672 tablet_bootstrap.cc:654] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.444314  3610 tablet_service.cc:1511] Processing CreateTablet for tablet 3c9d82e5f407426aacdf6f0a2436efe3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.447485  3610 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c9d82e5f407426aacdf6f0a2436efe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.448904  3671 tablet_bootstrap.cc:492] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:20.449553  3671 ts_tablet_manager.cc:1403] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.078s	user 0.004s	sys 0.018s
I20260630 12:35:20.452661  3672 tablet_bootstrap.cc:492] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:20.453193  3672 ts_tablet_manager.cc:1403] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.042s	user 0.008s	sys 0.003s
I20260630 12:35:20.453780  3673 tablet_bootstrap.cc:492] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:20.456386  3672 raft_consensus.cc:359] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.457394  3672 raft_consensus.cc:385] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.457711  3672 raft_consensus.cc:740] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.452821  3671 raft_consensus.cc:359] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.458787  3672 consensus_queue.cc:260] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.459808  3671 raft_consensus.cc:385] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.462649  3671 raft_consensus.cc:740] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.463443  3671 consensus_queue.cc:260] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.462356  3673 tablet_bootstrap.cc:654] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.468602  3671 ts_tablet_manager.cc:1434] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.000s
I20260630 12:35:20.470510  3671 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:20.468729  3672 ts_tablet_manager.cc:1434] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.011s
I20260630 12:35:20.473366  3672 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:20.474699  3673 tablet_bootstrap.cc:492] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:20.475322  3673 ts_tablet_manager.cc:1403] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.006s
I20260630 12:35:20.477665  3671 tablet_bootstrap.cc:654] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.478927  3673 raft_consensus.cc:359] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.479867  3672 tablet_bootstrap.cc:654] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.479837  3673 raft_consensus.cc:385] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.481567  3673 raft_consensus.cc:740] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.482738  3673 consensus_queue.cc:260] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.490780  3671 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:20.491694  3671 ts_tablet_manager.cc:1403] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.003s
I20260630 12:35:20.495862  3671 raft_consensus.cc:359] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.499424  3672 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:20.499722  3673 ts_tablet_manager.cc:1434] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.024s	user 0.016s	sys 0.004s
I20260630 12:35:20.499627  3671 raft_consensus.cc:385] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.500144  3672 ts_tablet_manager.cc:1403] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.012s
I20260630 12:35:20.500293  3671 raft_consensus.cc:740] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.500947  3673 tablet_bootstrap.cc:492] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:20.501166  3671 consensus_queue.cc:260] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.503376  3672 raft_consensus.cc:359] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.504175  3672 raft_consensus.cc:385] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.504560  3672 raft_consensus.cc:740] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.505417  3672 consensus_queue.cc:260] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.503859  3671 ts_tablet_manager.cc:1434] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.001s
I20260630 12:35:20.507795  3673 tablet_bootstrap.cc:654] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.507911  3672 ts_tablet_manager.cc:1434] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:35:20.509017  3672 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:20.508060  3671 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:20.515266  3672 tablet_bootstrap.cc:654] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.519955  3671 tablet_bootstrap.cc:654] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.527808  3672 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:20.528610  3672 ts_tablet_manager.cc:1403] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.011s
I20260630 12:35:20.532078  3672 raft_consensus.cc:359] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.532580  3671 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:20.533025  3672 raft_consensus.cc:385] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.533211  3671 ts_tablet_manager.cc:1403] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.004s
I20260630 12:35:20.533475  3672 raft_consensus.cc:740] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.534475  3672 consensus_queue.cc:260] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.536204  3671 raft_consensus.cc:359] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.536770  3672 ts_tablet_manager.cc:1434] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:35:20.536965  3671 raft_consensus.cc:385] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.537307  3671 raft_consensus.cc:740] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.538205  3672 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:20.539179  3671 consensus_queue.cc:260] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.541811  3671 ts_tablet_manager.cc:1434] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:35:20.542867  3671 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:20.545203  3672 tablet_bootstrap.cc:654] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.550731  3673 tablet_bootstrap.cc:492] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:20.551403  3673 ts_tablet_manager.cc:1403] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.051s	user 0.034s	sys 0.015s
I20260630 12:35:20.554987  3673 raft_consensus.cc:359] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.555819  3673 raft_consensus.cc:385] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.556167  3673 raft_consensus.cc:740] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.556730  3671 tablet_bootstrap.cc:654] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.557018  3673 consensus_queue.cc:260] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.558676  3672 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:20.559269  3672 ts_tablet_manager.cc:1403] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.021s	user 0.017s	sys 0.002s
I20260630 12:35:20.560117  3673 ts_tablet_manager.cc:1434] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.005s
I20260630 12:35:20.561139  3673 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:20.562381  3672 raft_consensus.cc:359] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.563156  3672 raft_consensus.cc:385] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.563521  3672 raft_consensus.cc:740] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.564532  3672 consensus_queue.cc:260] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.567159  3672 ts_tablet_manager.cc:1434] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:35:20.567919  3673 tablet_bootstrap.cc:654] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.568395  3672 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:20.576902  3672 tablet_bootstrap.cc:654] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.579432  3677 raft_consensus.cc:493] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.581606  3677 raft_consensus.cc:515] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.585389  3677 leader_election.cc:290] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.580483  3671 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:20.586637  3671 ts_tablet_manager.cc:1403] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.044s	user 0.024s	sys 0.006s
I20260630 12:35:20.589148  3672 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:20.589663  3671 raft_consensus.cc:359] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.590711  3671 raft_consensus.cc:385] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.591094  3671 raft_consensus.cc:740] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.591976  3673 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:20.591878  3671 consensus_queue.cc:260] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.589742  3672 ts_tablet_manager.cc:1403] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.005s
I20260630 12:35:20.594661  3671 ts_tablet_manager.cc:1434] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:35:20.595671  3671 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:20.595749  3672 raft_consensus.cc:359] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.596699  3672 raft_consensus.cc:385] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.597047  3672 raft_consensus.cc:740] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.597844  3672 consensus_queue.cc:260] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.592494  3673 ts_tablet_manager.cc:1403] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.032s	user 0.004s	sys 0.016s
I20260630 12:35:20.602598  3673 raft_consensus.cc:359] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.603372  3673 raft_consensus.cc:385] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.603463  3681 raft_consensus.cc:493] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.603735  3673 raft_consensus.cc:740] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.603955  3681 raft_consensus.cc:515] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.604633  3673 consensus_queue.cc:260] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.609557  3671 tablet_bootstrap.cc:654] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.614974  3681 leader_election.cc:290] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:20.624281  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e95ab0e21ced4c4d8b60ccf5aa7df997" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:20.602937  3672 ts_tablet_manager.cc:1434] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
W20260630 12:35:20.627096  3516 leader_election.cc:343] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.629421  3672 tablet_bootstrap.cc:492] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:20.634089  3626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e95ab0e21ced4c4d8b60ccf5aa7df997" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:20.634817  3626 raft_consensus.cc:2468] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:20.636502  3517 leader_election.cc:304] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [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: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 8310b2af81fa4b51a752e0a2d8711f13
I20260630 12:35:20.637408  3677 raft_consensus.cc:2804] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:20.637779  3677 raft_consensus.cc:493] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.638108  3677 raft_consensus.cc:3060] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.639652  3672 tablet_bootstrap.cc:654] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.644838  3673 ts_tablet_manager.cc:1434] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.045s	user 0.008s	sys 0.014s
I20260630 12:35:20.646281  3673 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:20.653672  3677 raft_consensus.cc:515] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.654834  3673 tablet_bootstrap.cc:654] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.657120  3677 leader_election.cc:290] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.657672  3677 raft_consensus.cc:493] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.657909  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e95ab0e21ced4c4d8b60ccf5aa7df997" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:20.658368  3671 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:20.658169  3677 raft_consensus.cc:515] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.658846  3671 ts_tablet_manager.cc:1403] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.063s	user 0.012s	sys 0.013s
W20260630 12:35:20.659551  3516 leader_election.cc:343] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.660250  3677 leader_election.cc:290] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:20.661413  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bad0edd7d349e1a69773a4b67b1442" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:20.662040  3476 raft_consensus.cc:2468] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:20.661970  3671 raft_consensus.cc:359] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.662194  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef6dc4ccca4646d1942bc899da63fe2c" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:20.662811  3671 raft_consensus.cc:385] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.663178  3475 raft_consensus.cc:2468] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 0.
I20260630 12:35:20.663460  3516 leader_election.cc:304] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:20.663256  3671 raft_consensus.cc:740] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.665378  3591 leader_election.cc:304] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:20.664355  3677 raft_consensus.cc:2804] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:20.667016  3677 raft_consensus.cc:493] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.667356  3691 raft_consensus.cc:2804] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:20.667980  3677 raft_consensus.cc:3060] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.670359  3626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e95ab0e21ced4c4d8b60ccf5aa7df997" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:20.670918  3626 raft_consensus.cc:3060] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.675469  3676 raft_consensus.cc:493] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.675944  3676 raft_consensus.cc:515] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.676777  3677 raft_consensus.cc:515] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.665386  3671 consensus_queue.cc:260] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.679051  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bad0edd7d349e1a69773a4b67b1442" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:20.679477  3671 ts_tablet_manager.cc:1434] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.020s	user 0.002s	sys 0.006s
I20260630 12:35:20.679841  3625 raft_consensus.cc:2468] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:20.680541  3671 tablet_bootstrap.cc:492] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:20.686163  3673 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:20.686743  3673 ts_tablet_manager.cc:1403] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.041s	user 0.020s	sys 0.004s
I20260630 12:35:20.687474  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bad0edd7d349e1a69773a4b67b1442" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:20.687976  3625 raft_consensus.cc:3060] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.689638  3673 raft_consensus.cc:359] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.690397  3673 raft_consensus.cc:385] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.690707  3673 raft_consensus.cc:740] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.668725  3691 raft_consensus.cc:493] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.691901  3691 raft_consensus.cc:3060] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.691529  3673 consensus_queue.cc:260] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.677192  3672 tablet_bootstrap.cc:492] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:20.682724  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef6dc4ccca4646d1942bc899da63fe2c" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:20.696409  3676 leader_election.cc:290] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
W20260630 12:35:20.696545  3422 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:20.697217  3672 ts_tablet_manager.cc:1403] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.068s	user 0.016s	sys 0.014s
I20260630 12:35:20.691473  3671 tablet_bootstrap.cc:654] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.699573  3427 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
W20260630 12:35:20.700714  3427 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:20.701113  3673 ts_tablet_manager.cc:1434] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:35:20.702219  3691 raft_consensus.cc:515] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.703315  3672 raft_consensus.cc:359] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.704360  3672 raft_consensus.cc:385] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.704839  3672 raft_consensus.cc:740] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.683529  3677 leader_election.cc:290] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:20.707006  3672 consensus_queue.cc:260] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.708326  3625 raft_consensus.cc:2468] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
W20260630 12:35:20.713197  3589 leader_election.cc:343] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.708585  3691 leader_election.cc:290] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:20.709059  3673 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:20.714241  3517 leader_election.cc:304] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:20.717092  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef6dc4ccca4646d1942bc899da63fe2c" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:20.718662  3677 raft_consensus.cc:2804] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:20.719228  3677 raft_consensus.cc:697] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:20.720155  3677 consensus_queue.cc:237] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:20.721006  3673 tablet_bootstrap.cc:654] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
W20260630 12:35:20.723841  3589 leader_election.cc:343] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.712061  3672 ts_tablet_manager.cc:1434] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:35:20.712241  3671 tablet_bootstrap.cc:492] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:20.711966  3626 raft_consensus.cc:2468] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:20.725884  3671 ts_tablet_manager.cc:1403] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.046s	user 0.009s	sys 0.005s
I20260630 12:35:20.726089  3517 leader_election.cc:304] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [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: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 8310b2af81fa4b51a752e0a2d8711f13
I20260630 12:35:20.727418  3697 raft_consensus.cc:2804] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:20.729818  3671 raft_consensus.cc:359] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.730671  3671 raft_consensus.cc:385] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.730999  3671 raft_consensus.cc:740] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.731192  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef6dc4ccca4646d1942bc899da63fe2c" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:20.731878  3475 raft_consensus.cc:3060] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.731935  3671 consensus_queue.cc:260] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.734558  3672 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:20.735550  3697 raft_consensus.cc:697] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:20.736346  3697 consensus_queue.cc:237] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.741235  3672 tablet_bootstrap.cc:654] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.741284  3475 raft_consensus.cc:2468] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 1.
I20260630 12:35:20.744529  3671 ts_tablet_manager.cc:1434] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.003s
I20260630 12:35:20.746749  3704 raft_consensus.cc:493] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.753161  3704 raft_consensus.cc:515] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.754016  3671 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:20.757664  3626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:20.757803  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
W20260630 12:35:20.759824  3517 leader_election.cc:343] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.760288  3591 leader_election.cc:304] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [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: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: feb6b6f1cdb2481bae271d447174b085
I20260630 12:35:20.761981  3691 raft_consensus.cc:2804] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:20.762611  3691 raft_consensus.cc:697] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Becoming Leader. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Running, Role: LEADER
I20260630 12:35:20.764103  3691 consensus_queue.cc:237] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.766724  3672 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:20.767313  3672 ts_tablet_manager.cc:1403] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.033s	user 0.008s	sys 0.005s
I20260630 12:35:20.760567  3704 leader_election.cc:290] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.770203  3671 tablet_bootstrap.cc:654] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.770761  3672 raft_consensus.cc:359] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.771924  3672 raft_consensus.cc:385] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.772294  3672 raft_consensus.cc:740] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.772212  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:20.773032  3476 raft_consensus.cc:2468] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:20.774654  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:20.774957  3516 leader_election.cc:304] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [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: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 80fc179ac9984af4ac08de97179bc56a
I20260630 12:35:20.775319  3551 raft_consensus.cc:2468] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:20.776154  3704 raft_consensus.cc:2804] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:20.776522  3704 raft_consensus.cc:493] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.776965  3704 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.777302  3439 leader_election.cc:304] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:20.780978  3676 raft_consensus.cc:2804] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:20.781353  3676 raft_consensus.cc:493] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.781674  3676 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.776487  3672 consensus_queue.cc:260] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.789108  3676 raft_consensus.cc:515] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.791783  3676 leader_election.cc:290] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Requested vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.778367  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bad0edd7d349e1a69773a4b67b1442" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:20.786497  3704 raft_consensus.cc:515] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.802341  3475 raft_consensus.cc:3060] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.793108  3672 ts_tablet_manager.cc:1434] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.001s
I20260630 12:35:20.798452  3697 raft_consensus.cc:493] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.800734  3371 catalog_manager.cc:5697] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a reported cstate change: term changed from 0 to 1, leader changed from <none> to 80fc179ac9984af4ac08de97179bc56a (127.0.120.3). New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:20.804118  3697 raft_consensus.cc:515] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.805450  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:20.806226  3697 leader_election.cc:290] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.806501  3551 raft_consensus.cc:2393] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 8310b2af81fa4b51a752e0a2d8711f13 in current term 1: Already voted for candidate feb6b6f1cdb2481bae271d447174b085 in this term.
W20260630 12:35:20.803424  3442 leader_election.cc:343] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.808138  3672 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:20.809185  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54ffa957b68c4043a121a705b9d9e5a4" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:20.810458  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
W20260630 12:35:20.810828  3517 leader_election.cc:343] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.810587  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:20.811470  3704 leader_election.cc:290] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.811684  3476 raft_consensus.cc:2393] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate feb6b6f1cdb2481bae271d447174b085 in current term 1: Already voted for candidate 8310b2af81fa4b51a752e0a2d8711f13 in this term.
W20260630 12:35:20.812371  3517 leader_election.cc:343] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.814028  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54ffa957b68c4043a121a705b9d9e5a4" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:20.814877  3476 raft_consensus.cc:2468] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:20.817655  3516 leader_election.cc:304] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [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: feb6b6f1cdb2481bae271d447174b085; no voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13
I20260630 12:35:20.820117  3516 leader_election.cc:304] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [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: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 80fc179ac9984af4ac08de97179bc56a
I20260630 12:35:20.821182  3704 raft_consensus.cc:2749] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:20.822407  3704 raft_consensus.cc:2804] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:20.822999  3704 raft_consensus.cc:493] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.823561  3704 raft_consensus.cc:3060] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.829210  3671 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:20.830111  3671 ts_tablet_manager.cc:1403] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.076s	user 0.019s	sys 0.022s
I20260630 12:35:20.829154  3374 catalog_manager.cc:5697] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 1, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:20.830564  3442 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.120.3:33265, user_credentials={real_user=slave}} blocked reactor thread for 50326.6us
I20260630 12:35:20.832407  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:20.833871  3671 raft_consensus.cc:359] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.837801  3475 raft_consensus.cc:2468] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:20.834899  3671 raft_consensus.cc:385] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.839727  3671 raft_consensus.cc:740] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.840292  3672 tablet_bootstrap.cc:654] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.840612  3671 consensus_queue.cc:260] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.843052  3671 ts_tablet_manager.cc:1434] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:35:20.844547  3671 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:20.845362  3673 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:20.845866  3673 ts_tablet_manager.cc:1403] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.137s	user 0.040s	sys 0.065s
W20260630 12:35:20.847563  3442 leader_election.cc:343] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.848266  3442 leader_election.cc:304] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [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: 8310b2af81fa4b51a752e0a2d8711f13; no voters: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085
I20260630 12:35:20.848896  3673 raft_consensus.cc:359] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.849496  3710 raft_consensus.cc:2749] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:20.849715  3673 raft_consensus.cc:385] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.850528  3673 raft_consensus.cc:740] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.850643  3704 raft_consensus.cc:515] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.851403  3673 consensus_queue.cc:260] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.853754  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54ffa957b68c4043a121a705b9d9e5a4" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:20.854059  3673 ts_tablet_manager.cc:1434] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:35:20.854378  3475 raft_consensus.cc:3060] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.855193  3673 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:20.856462  3704 leader_election.cc:290] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.856657  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54ffa957b68c4043a121a705b9d9e5a4" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
W20260630 12:35:20.858537  3517 leader_election.cc:343] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.860086  3671 tablet_bootstrap.cc:654] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.862219  3673 tablet_bootstrap.cc:654] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.864202  3672 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:20.864826  3672 ts_tablet_manager.cc:1403] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.057s	user 0.010s	sys 0.006s
I20260630 12:35:20.864781  3710 raft_consensus.cc:493] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.865432  3710 raft_consensus.cc:515] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.869302  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f77d2f1989184040b0430c9cc32c9eac" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:20.869828  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f77d2f1989184040b0430c9cc32c9eac" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:20.870240  3625 raft_consensus.cc:2468] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:20.870694  3551 raft_consensus.cc:2468] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:20.872000  3442 leader_election.cc:304] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:20.875290  3676 raft_consensus.cc:2804] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:20.875802  3676 raft_consensus.cc:493] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.876217  3676 raft_consensus.cc:3060] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.880146  3710 leader_election.cc:290] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.887276  3672 raft_consensus.cc:359] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.890100  3671 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:20.893993  3671 ts_tablet_manager.cc:1403] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.050s	user 0.017s	sys 0.013s
I20260630 12:35:20.895035  3672 raft_consensus.cc:385] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.895550  3672 raft_consensus.cc:740] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.890096  3676 raft_consensus.cc:515] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.896689  3671 raft_consensus.cc:359] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.897440  3671 raft_consensus.cc:385] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.897790  3671 raft_consensus.cc:740] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.892172  3475 raft_consensus.cc:2468] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:20.899756  3516 leader_election.cc:304] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [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: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 80fc179ac9984af4ac08de97179bc56a
I20260630 12:35:20.899003  3671 consensus_queue.cc:260] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.901250  3704 raft_consensus.cc:2804] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:20.901949  3704 raft_consensus.cc:697] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:20.901597  3371 catalog_manager.cc:5697] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 1, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:20.902161  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f77d2f1989184040b0430c9cc32c9eac" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:20.903054  3551 raft_consensus.cc:3060] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.902782  3704 consensus_queue.cc:237] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.908964  3671 ts_tablet_manager.cc:1434] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260630 12:35:20.911773  3676 leader_election.cc:290] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Requested vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.897661  3672 consensus_queue.cc:260] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.913215  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f77d2f1989184040b0430c9cc32c9eac" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:20.914124  3551 raft_consensus.cc:2468] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 1.
I20260630 12:35:20.915184  3625 raft_consensus.cc:3060] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.916078  3439 leader_election.cc:304] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:20.916334  3672 ts_tablet_manager.cc:1434] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.032s	user 0.007s	sys 0.000s
I20260630 12:35:20.917117  3710 raft_consensus.cc:2804] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:20.917605  3710 raft_consensus.cc:697] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Becoming Leader. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Running, Role: LEADER
I20260630 12:35:20.918530  3710 consensus_queue.cc:237] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.919163  3704 raft_consensus.cc:493] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.919693  3704 raft_consensus.cc:515] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.922067  3625 raft_consensus.cc:2468] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 1.
I20260630 12:35:20.922984  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef6dc4ccca4646d1942bc899da63fe2c" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:20.923889  3475 raft_consensus.cc:2393] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate feb6b6f1cdb2481bae271d447174b085 in current term 1: Already voted for candidate 80fc179ac9984af4ac08de97179bc56a in this term.
I20260630 12:35:20.924597  3704 leader_election.cc:290] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.925550  3673 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:20.926081  3673 ts_tablet_manager.cc:1403] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.071s	user 0.031s	sys 0.022s
I20260630 12:35:20.929260  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef6dc4ccca4646d1942bc899da63fe2c" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:20.929045  3673 raft_consensus.cc:359] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.931064  3673 raft_consensus.cc:385] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.930289  3371 catalog_manager.cc:5697] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 1, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:20.931352  3673 raft_consensus.cc:740] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.931300  3517 leader_election.cc:304] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [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: feb6b6f1cdb2481bae271d447174b085; no voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13
I20260630 12:35:20.932312  3673 consensus_queue.cc:260] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.932768  3704 raft_consensus.cc:3060] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.934497  3673 ts_tablet_manager.cc:1434] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.000s
I20260630 12:35:20.935565  3673 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:20.940616  3673 tablet_bootstrap.cc:654] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.940943  3704 raft_consensus.cc:2749] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:20.953647  3673 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:20.954216  3673 ts_tablet_manager.cc:1403] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.011s
I20260630 12:35:20.953269  3371 catalog_manager.cc:5697] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:20.957334  3673 raft_consensus.cc:359] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.957918  3673 raft_consensus.cc:385] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.958256  3673 raft_consensus.cc:740] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.958632  3691 raft_consensus.cc:493] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.959255  3691 raft_consensus.cc:515] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.959188  3673 consensus_queue.cc:260] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.962123  3673 ts_tablet_manager.cc:1434] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:35:20.963340  3710 raft_consensus.cc:493] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.963379  3673 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:20.963728  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54ffa957b68c4043a121a705b9d9e5a4" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:20.963932  3710 raft_consensus.cc:515] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.964532  3475 raft_consensus.cc:2393] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 80fc179ac9984af4ac08de97179bc56a in current term 1: Already voted for candidate feb6b6f1cdb2481bae271d447174b085 in this term.
I20260630 12:35:20.964396  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54ffa957b68c4043a121a705b9d9e5a4" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:20.965879  3710 leader_election.cc:290] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:20.967407  3591 leader_election.cc:304] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [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: 80fc179ac9984af4ac08de97179bc56a; no voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085
I20260630 12:35:20.968463  3681 raft_consensus.cc:3060] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.968927  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e95ab0e21ced4c4d8b60ccf5aa7df997" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:20.969694  3625 raft_consensus.cc:2393] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8310b2af81fa4b51a752e0a2d8711f13 in current term 1: Already voted for candidate feb6b6f1cdb2481bae271d447174b085 in this term.
I20260630 12:35:20.971127  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e95ab0e21ced4c4d8b60ccf5aa7df997" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:20.971784  3673 tablet_bootstrap.cc:654] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.972836  3691 leader_election.cc:290] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:20.975896  3442 leader_election.cc:304] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [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: 8310b2af81fa4b51a752e0a2d8711f13; no voters: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085
I20260630 12:35:20.977905  3710 raft_consensus.cc:3060] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.980191  3681 raft_consensus.cc:2749] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:20.981416  3673 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:20.981894  3673 ts_tablet_manager.cc:1403] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.008s
I20260630 12:35:20.984524  3673 raft_consensus.cc:359] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.985244  3673 raft_consensus.cc:385] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.985522  3673 raft_consensus.cc:740] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.985538  3710 raft_consensus.cc:2749] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:20.986392  3673 consensus_queue.cc:260] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:20.987890  3673 ts_tablet_manager.cc:1434] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.004s
I20260630 12:35:21.077589  3681 raft_consensus.cc:493] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.078104  3681 raft_consensus.cc:515] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:21.080246  3681 leader_election.cc:290] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:21.081341  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e454406247ea4478aa4ab884ef52d1f0" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:21.081346  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e454406247ea4478aa4ab884ef52d1f0" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:21.082242  3551 raft_consensus.cc:2468] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 0.
I20260630 12:35:21.082237  3475 raft_consensus.cc:2468] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 0.
I20260630 12:35:21.083575  3591 leader_election.cc:304] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:21.084308  3681 raft_consensus.cc:2804] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.084628  3681 raft_consensus.cc:493] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.084982  3681 raft_consensus.cc:3060] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.090638  3681 raft_consensus.cc:515] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:21.092480  3681 leader_election.cc:290] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:21.093456  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e454406247ea4478aa4ab884ef52d1f0" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:21.093499  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e454406247ea4478aa4ab884ef52d1f0" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:21.094276  3475 raft_consensus.cc:3060] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.094345  3551 raft_consensus.cc:3060] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.097877  3681 raft_consensus.cc:493] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.098403  3681 raft_consensus.cc:515] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:21.099452  3551 raft_consensus.cc:2468] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 1.
I20260630 12:35:21.100241  3475 raft_consensus.cc:2468] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 1.
I20260630 12:35:21.100714  3589 leader_election.cc:304] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:21.100961  3681 leader_election.cc:290] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:21.101547  3681 raft_consensus.cc:2804] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.102034  3681 raft_consensus.cc:697] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Becoming Leader. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Running, Role: LEADER
I20260630 12:35:21.102100  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:21.102573  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:21.103134  3475 raft_consensus.cc:2393] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 80fc179ac9984af4ac08de97179bc56a in current term 1: Already voted for candidate 8310b2af81fa4b51a752e0a2d8711f13 in this term.
I20260630 12:35:21.103336  3551 raft_consensus.cc:2393] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 80fc179ac9984af4ac08de97179bc56a in current term 1: Already voted for candidate feb6b6f1cdb2481bae271d447174b085 in this term.
I20260630 12:35:21.102985  3681 consensus_queue.cc:237] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:21.104307  3589 leader_election.cc:304] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [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: 80fc179ac9984af4ac08de97179bc56a; no voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085
I20260630 12:35:21.105000  3691 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.111825  3691 raft_consensus.cc:2749] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:21.112221  3374 catalog_manager.cc:5697] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a reported cstate change: term changed from 0 to 1, leader changed from <none> to 80fc179ac9984af4ac08de97179bc56a (127.0.120.3). New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:21.146927  3704 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.158628  3704 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.243108  3704 consensus_queue.cc:1048] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.253841  3677 consensus_queue.cc:1048] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.298476  3691 consensus_queue.cc:1048] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.308130  3710 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.311434  3681 consensus_queue.cc:1048] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.325747  3676 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.351868  3677 raft_consensus.cc:493] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.352437  3677 raft_consensus.cc:515] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:21.354313  3677 leader_election.cc:290] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:21.355176  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c9d82e5f407426aacdf6f0a2436efe3" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:21.355417  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c9d82e5f407426aacdf6f0a2436efe3" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:21.355772  3475 raft_consensus.cc:2468] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:21.356033  3625 raft_consensus.cc:2468] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:21.356913  3516 leader_election.cc:304] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:21.357631  3677 raft_consensus.cc:2804] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.357980  3677 raft_consensus.cc:493] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.358213  3677 raft_consensus.cc:3060] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.362963  3677 raft_consensus.cc:515] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:21.364705  3677 leader_election.cc:290] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:21.365664  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c9d82e5f407426aacdf6f0a2436efe3" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:21.365736  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c9d82e5f407426aacdf6f0a2436efe3" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:21.366456  3475 raft_consensus.cc:3060] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.366487  3625 raft_consensus.cc:3060] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.373584  3625 raft_consensus.cc:2468] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:21.373584  3475 raft_consensus.cc:2468] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:21.375008  3517 leader_election.cc:304] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:21.375914  3677 raft_consensus.cc:2804] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.376487  3677 raft_consensus.cc:697] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:21.377295  3677 consensus_queue.cc:237] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:21.385679  3373 catalog_manager.cc:5697] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 1, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:21.421828  3677 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.432312  3697 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.551550  3681 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.562223  3691 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:35:21.699864  3422 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:21.951892  3704 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.965580  3697 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:22.701785  3427 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
W20260630 12:35:22.702785  3422 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
W20260630 12:35:22.703634  3427 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:22.830060  3677 raft_consensus.cc:493] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.830734  3677 raft_consensus.cc:515] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:22.832674  3677 leader_election.cc:290] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:22.833688  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:22.833714  3626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:22.834630  3476 raft_consensus.cc:2468] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:22.834671  3626 raft_consensus.cc:2468] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:22.836248  3517 leader_election.cc:304] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [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: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:22.837009  3677 raft_consensus.cc:2804] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:35:22.837416  3677 raft_consensus.cc:493] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.837869  3677 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:22.843115  3677 raft_consensus.cc:515] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:22.845022  3677 leader_election.cc:290] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 2 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:22.845974  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:22.846136  3626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:22.846478  3476 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:22.846809  3626 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:22.852200  3476 raft_consensus.cc:2468] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 2.
I20260630 12:35:22.853086  3626 raft_consensus.cc:2468] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 2.
I20260630 12:35:22.853322  3516 leader_election.cc:304] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [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: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:22.854161  3677 raft_consensus.cc:2804] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:22.854666  3677 raft_consensus.cc:697] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 2 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:22.855571  3677 consensus_queue.cc:237] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER 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: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:22.862735  3374 catalog_manager.cc:5697] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 2, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 2 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:22.927369   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:22.934708  3749 instance_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:22.935913  3750 instance_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:22.939487  3752 instance_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:22.940011   480 server_base.cc:1061] running on GCE node
I20260630 12:35:22.941388   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:22.941612   480 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:22.941834   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822922941815 us; error 0 us; skew 500 ppm
I20260630 12:35:22.942430   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:22.949002   480 webserver.cc:533] Webserver started at http://127.0.120.4:39661/ using document root <none> and password file <none>
I20260630 12:35:22.949563   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:22.949785   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:22.950076   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:22.951225   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "76a169ba447e4c068dffd2e902ba5f73"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-80h9"
I20260630 12:35:22.957698   480 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.003s	sys 0.002s
I20260630 12:35:22.963853  3757 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:22.964927   480 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:35:22.965353   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "76a169ba447e4c068dffd2e902ba5f73"
format_stamp: "Formatted at 2026-06-30 12:35:22 on dist-test-slave-80h9"
I20260630 12:35:22.965728   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-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:22.987843   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:22.989670   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:22.991765   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:22.995824   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:22.996189   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:22.996557   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:22.996809   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:23.044488   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:34235
I20260630 12:35:23.044551  3820 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:34235 every 8 connection(s)
I20260630 12:35:23.052147  3374 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:50492:
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:23.063274  3821 heartbeater.cc:344] Connected to a master server at 127.0.120.62:42285
I20260630 12:35:23.063714  3821 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:23.064544  3821 heartbeater.cc:507] Master 127.0.120.62:42285 requested a full tablet report, sending...
I20260630 12:35:23.066844  3373 ts_manager.cc:194] Registered new tserver with Master: 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235)
I20260630 12:35:23.068696  3373 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33484
W20260630 12:35:23.072855  3374 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4b3f256c095f49ba9d9cc4e03b068091 has no consensus state
W20260630 12:35:23.074065  3374 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bf95d9131cb64a768fe80c4a9c2d9a5c has no consensus state
W20260630 12:35:23.075429  3374 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ba9ac8ba6977488ea227c96a887817ac has no consensus state
W20260630 12:35:23.076618  3374 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b8d8b2434a1c42459524df05a18acef8 has no consensus state
W20260630 12:35:23.077951  3374 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5894bf08119f48438d05e6be026a9795 has no consensus state
W20260630 12:35:23.079178  3374 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f6206db1961d408a99a2f7a176897505 has no consensus state
W20260630 12:35:23.080504  3374 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 40550d06054c4a3990fd166144efa9e4 has no consensus state
W20260630 12:35:23.081700  3374 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e37c5a77caf0412998e976f6aeafffae has no consensus state
I20260630 12:35:23.103719  3459 tablet_service.cc:1511] Processing CreateTablet for tablet 4b3f256c095f49ba9d9cc4e03b068091 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.105039  3459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b3f256c095f49ba9d9cc4e03b068091. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:35:23.107282  3360 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet 40550d06054c4a3990fd166144efa9e4 (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 40550d06054c4a3990fd166144efa9e4 consensus state has no leader
I20260630 12:35:23.107676  3538 tablet_service.cc:1511] Processing CreateTablet for tablet 4b3f256c095f49ba9d9cc4e03b068091 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.109642  3538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b3f256c095f49ba9d9cc4e03b068091. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.121274  3461 tablet_service.cc:1511] Processing CreateTablet for tablet bf95d9131cb64a768fe80c4a9c2d9a5c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.123266  3461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf95d9131cb64a768fe80c4a9c2d9a5c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.145992  3610 tablet_service.cc:1511] Processing CreateTablet for tablet bf95d9131cb64a768fe80c4a9c2d9a5c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.147636  3610 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf95d9131cb64a768fe80c4a9c2d9a5c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.147634  3539 tablet_service.cc:1511] Processing CreateTablet for tablet ba9ac8ba6977488ea227c96a887817ac (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.149200  3539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba9ac8ba6977488ea227c96a887817ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.152806  3536 tablet_service.cc:1511] Processing CreateTablet for tablet b8d8b2434a1c42459524df05a18acef8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.156208  3460 tablet_service.cc:1511] Processing CreateTablet for tablet b8d8b2434a1c42459524df05a18acef8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.157505  3460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8d8b2434a1c42459524df05a18acef8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.157804  3536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8d8b2434a1c42459524df05a18acef8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.157474  3614 tablet_service.cc:1511] Processing CreateTablet for tablet ba9ac8ba6977488ea227c96a887817ac (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.159085  3614 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba9ac8ba6977488ea227c96a887817ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.161828  3464 tablet_service.cc:1511] Processing CreateTablet for tablet 5894bf08119f48438d05e6be026a9795 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.163331  3464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5894bf08119f48438d05e6be026a9795. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.175042  3615 tablet_service.cc:1511] Processing CreateTablet for tablet 5894bf08119f48438d05e6be026a9795 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.176641  3615 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5894bf08119f48438d05e6be026a9795. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.176983  3535 tablet_service.cc:1511] Processing CreateTablet for tablet f6206db1961d408a99a2f7a176897505 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.178435  3535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6206db1961d408a99a2f7a176897505. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.186896  3613 tablet_service.cc:1511] Processing CreateTablet for tablet f6206db1961d408a99a2f7a176897505 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.188580  3613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6206db1961d408a99a2f7a176897505. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.208427  3827 tablet_bootstrap.cc:492] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:23.217366  3786 tablet_service.cc:1511] Processing CreateTablet for tablet 4b3f256c095f49ba9d9cc4e03b068091 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.219735  3786 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b3f256c095f49ba9d9cc4e03b068091. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.223809  3827 tablet_bootstrap.cc:654] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.228520  3829 tablet_bootstrap.cc:492] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:23.228478  3785 tablet_service.cc:1511] Processing CreateTablet for tablet bf95d9131cb64a768fe80c4a9c2d9a5c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.230296  3785 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf95d9131cb64a768fe80c4a9c2d9a5c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.231773  3827 tablet_bootstrap.cc:492] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:23.232311  3827 ts_tablet_manager.cc:1403] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.024s	user 0.009s	sys 0.004s
I20260630 12:35:23.235275  3827 raft_consensus.cc:359] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.236053  3827 raft_consensus.cc:385] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.236338  3827 raft_consensus.cc:740] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.236632  3829 tablet_bootstrap.cc:654] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.237085  3827 consensus_queue.cc:260] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.239534  3827 ts_tablet_manager.cc:1434] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:23.241056  3827 tablet_bootstrap.cc:492] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:23.243688  3784 tablet_service.cc:1511] Processing CreateTablet for tablet ba9ac8ba6977488ea227c96a887817ac (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.245826  3784 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba9ac8ba6977488ea227c96a887817ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.247339  3827 tablet_bootstrap.cc:654] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.248589  3829 tablet_bootstrap.cc:492] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:23.249145  3829 ts_tablet_manager.cc:1403] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.021s	user 0.017s	sys 0.000s
I20260630 12:35:23.252475  3829 raft_consensus.cc:359] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.253341  3829 raft_consensus.cc:385] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.253041  3783 tablet_service.cc:1511] Processing CreateTablet for tablet b8d8b2434a1c42459524df05a18acef8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.253561  3626 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260630 12:35:23.255539  3783 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8d8b2434a1c42459524df05a18acef8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.261230  3782 tablet_service.cc:1511] Processing CreateTablet for tablet 5894bf08119f48438d05e6be026a9795 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.262835  3782 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5894bf08119f48438d05e6be026a9795. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.263465  3697 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.253708  3829 raft_consensus.cc:740] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.269368  3829 consensus_queue.cc:260] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.272795  3829 ts_tablet_manager.cc:1434] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.023s	user 0.010s	sys 0.000s
I20260630 12:35:23.283476  3827 tablet_bootstrap.cc:492] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:23.284335  3827 ts_tablet_manager.cc:1403] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.043s	user 0.022s	sys 0.019s
I20260630 12:35:23.289038  3827 raft_consensus.cc:359] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.294346  3781 tablet_service.cc:1511] Processing CreateTablet for tablet f6206db1961d408a99a2f7a176897505 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.296525  3781 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6206db1961d408a99a2f7a176897505. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.302577  3535 tablet_service.cc:1511] Processing CreateTablet for tablet 40550d06054c4a3990fd166144efa9e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.304302  3535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40550d06054c4a3990fd166144efa9e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.308398  3780 tablet_service.cc:1511] Processing CreateTablet for tablet 40550d06054c4a3990fd166144efa9e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.309906  3780 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40550d06054c4a3990fd166144efa9e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.310319  3829 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:23.304328  3828 tablet_bootstrap.cc:492] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:23.317459  3829 tablet_bootstrap.cc:654] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.294392  3827 raft_consensus.cc:385] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.324977  3827 raft_consensus.cc:740] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.326494  3459 tablet_service.cc:1511] Processing CreateTablet for tablet 40550d06054c4a3990fd166144efa9e4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.331607  3459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40550d06054c4a3990fd166144efa9e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.333283  3779 tablet_service.cc:1511] Processing CreateTablet for tablet e37c5a77caf0412998e976f6aeafffae (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.334832  3779 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e37c5a77caf0412998e976f6aeafffae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.343905  3827 consensus_queue.cc:260] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.346673  3827 ts_tablet_manager.cc:1434] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.062s	user 0.004s	sys 0.005s
I20260630 12:35:23.347951  3827 tablet_bootstrap.cc:492] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:23.354470  3827 tablet_bootstrap.cc:654] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.354933  3677 raft_consensus.cc:493] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.360225  3464 tablet_service.cc:1511] Processing CreateTablet for tablet e37c5a77caf0412998e976f6aeafffae (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.371270  3464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e37c5a77caf0412998e976f6aeafffae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.374636  3835 tablet_bootstrap.cc:492] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:23.375571  3829 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:23.376075  3829 ts_tablet_manager.cc:1403] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.066s	user 0.021s	sys 0.031s
I20260630 12:35:23.360764  3613 tablet_service.cc:1511] Processing CreateTablet for tablet e37c5a77caf0412998e976f6aeafffae (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:23.377352  3613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e37c5a77caf0412998e976f6aeafffae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.380183  3829 raft_consensus.cc:359] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.381002  3829 raft_consensus.cc:385] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.381328  3829 raft_consensus.cc:740] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.386886  3829 consensus_queue.cc:260] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.390334  3829 ts_tablet_manager.cc:1434] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:35:23.368741  3828 tablet_bootstrap.cc:654] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.369813  3677 raft_consensus.cc:515] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.393510  3677 leader_election.cc:290] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235)
I20260630 12:35:23.397693  3829 tablet_bootstrap.cc:492] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:23.399245  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b3f256c095f49ba9d9cc4e03b068091" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:23.401423  3475 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
W20260630 12:35:23.404031  3516 leader_election.cc:343] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.413506  3827 tablet_bootstrap.cc:492] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:23.414039  3827 ts_tablet_manager.cc:1403] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.066s	user 0.004s	sys 0.010s
I20260630 12:35:23.416044  3836 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.007s
I20260630 12:35:23.417024  3827 raft_consensus.cc:359] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.417750  3827 raft_consensus.cc:385] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.419549  3827 raft_consensus.cc:740] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.426419  3827 consensus_queue.cc:260] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.428861  3827 ts_tablet_manager.cc:1434] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260630 12:35:23.429930  3827 tablet_bootstrap.cc:492] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:23.430895  3829 tablet_bootstrap.cc:654] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.447378  3828 tablet_bootstrap.cc:492] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:23.448091  3828 ts_tablet_manager.cc:1403] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.144s	user 0.012s	sys 0.007s
I20260630 12:35:23.449203  3835 tablet_bootstrap.cc:654] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.460942  3828 raft_consensus.cc:359] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.461810  3828 raft_consensus.cc:385] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.462247  3828 raft_consensus.cc:740] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.466399  3828 consensus_queue.cc:260] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.469638  3828 ts_tablet_manager.cc:1434] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260630 12:35:23.471089  3828 tablet_bootstrap.cc:492] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:23.471191  3827 tablet_bootstrap.cc:654] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.485167  3835 tablet_bootstrap.cc:492] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73: No bootstrap required, opened a new log
I20260630 12:35:23.486637  3835 ts_tablet_manager.cc:1403] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.112s	user 0.018s	sys 0.011s
I20260630 12:35:23.488165  3796 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b3f256c095f49ba9d9cc4e03b068091" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
W20260630 12:35:23.489776  3517 leader_election.cc:343] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.490425  3517 leader_election.cc:304] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [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: feb6b6f1cdb2481bae271d447174b085; no voters: 76a169ba447e4c068dffd2e902ba5f73, 8310b2af81fa4b51a752e0a2d8711f13
I20260630 12:35:23.490646  3835 raft_consensus.cc:359] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.491528  3835 raft_consensus.cc:385] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.491885  3835 raft_consensus.cc:740] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.491969  3836 raft_consensus.cc:2749] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:23.493471  3829 tablet_bootstrap.cc:492] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:23.492933  3835 consensus_queue.cc:260] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.494067  3829 ts_tablet_manager.cc:1403] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.099s	user 0.014s	sys 0.004s
I20260630 12:35:23.498926  3828 tablet_bootstrap.cc:654] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.499259  3829 raft_consensus.cc:359] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.500561  3829 raft_consensus.cc:385] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.501000  3829 raft_consensus.cc:740] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.502245  3829 consensus_queue.cc:260] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.505918  3829 ts_tablet_manager.cc:1434] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.003s
I20260630 12:35:23.507462  3829 tablet_bootstrap.cc:492] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:23.508900  3828 tablet_bootstrap.cc:492] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:23.509426  3828 ts_tablet_manager.cc:1403] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.039s	user 0.015s	sys 0.004s
I20260630 12:35:23.512442  3828 raft_consensus.cc:359] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.513360  3828 raft_consensus.cc:385] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.513746  3828 raft_consensus.cc:740] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.516842  3828 consensus_queue.cc:260] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.519564  3828 ts_tablet_manager.cc:1434] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.004s
I20260630 12:35:23.520546  3828 tablet_bootstrap.cc:492] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:23.528086  3827 tablet_bootstrap.cc:492] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:23.528131  3829 tablet_bootstrap.cc:654] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.529105  3821 heartbeater.cc:499] Master 127.0.120.62:42285 was elected leader, sending a full tablet report...
I20260630 12:35:23.529768  3835 ts_tablet_manager.cc:1434] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.043s	user 0.018s	sys 0.018s
I20260630 12:35:23.530906  3835 tablet_bootstrap.cc:492] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:23.528650  3827 ts_tablet_manager.cc:1403] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.099s	user 0.014s	sys 0.007s
I20260630 12:35:23.537021  3836 raft_consensus.cc:493] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.537551  3836 raft_consensus.cc:515] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.539114  3828 tablet_bootstrap.cc:654] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.540779  3796 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8d8b2434a1c42459524df05a18acef8" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
I20260630 12:35:23.541229  3836 leader_election.cc:290] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.542444  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8d8b2434a1c42459524df05a18acef8" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:23.543170  3475 raft_consensus.cc:2468] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:23.545224  3516 leader_election.cc:304] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
W20260630 12:35:23.546162  3517 leader_election.cc:343] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.547052  3836 raft_consensus.cc:2804] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:23.548271  3836 raft_consensus.cc:493] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:23.552103  3835 tablet_bootstrap.cc:654] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.548611  3827 raft_consensus.cc:359] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.548606  3836 raft_consensus.cc:3060] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.558408  3374 catalog_manager.cc:6242] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931: range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882] alter complete (version 0)
I20260630 12:35:23.559039  3827 raft_consensus.cc:385] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.562709  3827 raft_consensus.cc:740] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.568205  3836 raft_consensus.cc:515] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.569420  3828 tablet_bootstrap.cc:492] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:23.569921  3828 ts_tablet_manager.cc:1403] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.050s	user 0.009s	sys 0.015s
I20260630 12:35:23.571309  3827 consensus_queue.cc:260] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.572005  3796 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8d8b2434a1c42459524df05a18acef8" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
I20260630 12:35:23.572731  3828 raft_consensus.cc:359] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.573469  3828 raft_consensus.cc:385] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.573752  3828 raft_consensus.cc:740] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
W20260630 12:35:23.574106  3517 leader_election.cc:343] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.574538  3828 consensus_queue.cc:260] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.576259  3827 ts_tablet_manager.cc:1434] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.039s	user 0.004s	sys 0.004s
I20260630 12:35:23.576388  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8d8b2434a1c42459524df05a18acef8" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:23.576903  3828 ts_tablet_manager.cc:1434] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:35:23.576983  3475 raft_consensus.cc:3060] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.577284  3827 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:23.578024  3828 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:23.584273  3828 tablet_bootstrap.cc:654] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.584369  3827 tablet_bootstrap.cc:654] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.584252  3475 raft_consensus.cc:2468] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:23.586014  3516 leader_election.cc:304] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [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: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:23.587008  3677 raft_consensus.cc:2804] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:23.587524  3677 raft_consensus.cc:697] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:23.588311  3677 consensus_queue.cc:237] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.592898  3836 leader_election.cc:290] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.574100  3829 tablet_bootstrap.cc:492] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:23.594274  3829 ts_tablet_manager.cc:1403] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.087s	user 0.012s	sys 0.015s
I20260630 12:35:23.596678  3828 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:23.597491  3829 raft_consensus.cc:359] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.598377  3829 raft_consensus.cc:385] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.598735  3829 raft_consensus.cc:740] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.599901  3829 consensus_queue.cc:260] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.601167  3835 tablet_bootstrap.cc:492] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73: No bootstrap required, opened a new log
I20260630 12:35:23.601675  3835 ts_tablet_manager.cc:1403] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.071s	user 0.013s	sys 0.005s
I20260630 12:35:23.602813  3829 ts_tablet_manager.cc:1434] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:35:23.603929  3829 tablet_bootstrap.cc:492] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:23.604645  3835 raft_consensus.cc:359] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.605363  3835 raft_consensus.cc:385] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.605675  3835 raft_consensus.cc:740] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.605512  3371 catalog_manager.cc:5697] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 1, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.606756  3835 consensus_queue.cc:260] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.609735  3836 raft_consensus.cc:493] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.610430  3836 raft_consensus.cc:515] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.613063  3836 leader_election.cc:290] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265), 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235)
I20260630 12:35:23.614360  3796 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6206db1961d408a99a2f7a176897505" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
I20260630 12:35:23.616416  3626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6206db1961d408a99a2f7a176897505" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:23.617043  3626 raft_consensus.cc:2468] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:23.618587  3517 leader_election.cc:304] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:23.619407  3836 raft_consensus.cc:2804] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:35:23.619532  3517 leader_election.cc:343] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.619837  3836 raft_consensus.cc:493] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:23.620215  3836 raft_consensus.cc:3060] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.620926  3835 ts_tablet_manager.cc:1434] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:35:23.597332  3828 ts_tablet_manager.cc:1403] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.008s
I20260630 12:35:23.628634  3836 raft_consensus.cc:515] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.629386  3835 tablet_bootstrap.cc:492] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:23.631546  3626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6206db1961d408a99a2f7a176897505" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:23.632184  3626 raft_consensus.cc:3060] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.634498  3828 raft_consensus.cc:359] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.636281  3828 raft_consensus.cc:385] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.636570  3677 raft_consensus.cc:493] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.637537  3836 leader_election.cc:290] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265), 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235)
I20260630 12:35:23.646720  3677 raft_consensus.cc:515] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.648721  3677 leader_election.cc:290] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:23.638140  3796 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6206db1961d408a99a2f7a176897505" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
I20260630 12:35:23.649915  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:23.641815  3626 raft_consensus.cc:2468] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:23.650372  3795 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
I20260630 12:35:23.650839  3625 raft_consensus.cc:2468] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:23.645987  3835 tablet_bootstrap.cc:654] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73: Neither blocks nor log segments found. Creating new log.
W20260630 12:35:23.650137  3517 leader_election.cc:343] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.639376  3827 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085: No bootstrap required, opened a new log
I20260630 12:35:23.642859  3829 tablet_bootstrap.cc:654] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.651921  3827 ts_tablet_manager.cc:1403] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.075s	user 0.027s	sys 0.016s
I20260630 12:35:23.651978  3517 leader_election.cc:304] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [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: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:23.652856  3677 raft_consensus.cc:2804] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:23.653229  3517 leader_election.cc:304] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:23.653348  3677 raft_consensus.cc:697] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:23.654369  3677 consensus_queue.cc:237] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.656181  3827 raft_consensus.cc:359] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.656901  3827 raft_consensus.cc:385] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.657223  3827 raft_consensus.cc:740] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.658046  3827 consensus_queue.cc:260] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.660950  3827 ts_tablet_manager.cc:1434] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:35:23.661938  3856 raft_consensus.cc:493] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.662427  3856 raft_consensus.cc:515] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.646706  3828 raft_consensus.cc:740] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.665105  3828 consensus_queue.cc:260] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.667694  3759 raft_consensus.cc:493] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.667484  3828 ts_tablet_manager.cc:1434] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.042s	user 0.007s	sys 0.000s
W20260630 12:35:23.668388  3517 leader_election.cc:343] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.668171  3759 raft_consensus.cc:515] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.669437  3836 raft_consensus.cc:2804] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:23.669584  3828 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
I20260630 12:35:23.669838  3836 raft_consensus.cc:493] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:23.670215  3836 raft_consensus.cc:3060] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.671823  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b3f256c095f49ba9d9cc4e03b068091" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:23.672459  3551 raft_consensus.cc:2468] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:23.670224  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5894bf08119f48438d05e6be026a9795" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:23.673842  3475 raft_consensus.cc:2468] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 0.
I20260630 12:35:23.673985  3439 leader_election.cc:304] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:23.679296  3856 leader_election.cc:290] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.679337  3759 leader_election.cc:290] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:23.694463  3591 leader_election.cc:304] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:23.696290  3856 raft_consensus.cc:2804] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:23.696815  3856 raft_consensus.cc:493] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:23.692116  3759 raft_consensus.cc:2804] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:23.697237  3856 raft_consensus.cc:3060] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.707459  3829 tablet_bootstrap.cc:492] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a: No bootstrap required, opened a new log
I20260630 12:35:23.710469  3829 ts_tablet_manager.cc:1403] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.107s	user 0.020s	sys 0.015s
I20260630 12:35:23.703974  3759 raft_consensus.cc:493] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:23.709026  3828 tablet_bootstrap.cc:654] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.714031  3759 raft_consensus.cc:3060] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.730399  3374 catalog_manager.cc:5697] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 1, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:23.736491  3836 raft_consensus.cc:515] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.739492  3795 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
W20260630 12:35:23.740938  3517 leader_election.cc:343] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:35:23.743440  3422 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:23.744187  3829 raft_consensus.cc:359] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.745306  3829 raft_consensus.cc:385] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.745755  3829 raft_consensus.cc:740] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.746698  3829 consensus_queue.cc:260] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
W20260630 12:35:23.733530  3589 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:46667, user_credentials={real_user=slave}} blocked reactor thread for 88879.3us
I20260630 12:35:23.747251  3860 raft_consensus.cc:493] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.750186  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:23.750854  3625 raft_consensus.cc:3060] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.750682  3860 raft_consensus.cc:515] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.752802  3759 raft_consensus.cc:515] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.753672  3860 leader_election.cc:290] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:23.755764  3759 leader_election.cc:290] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Requested vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:23.755633  3836 leader_election.cc:290] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:23.756167  3626 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf95d9131cb64a768fe80c4a9c2d9a5c" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:23.756434  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b3f256c095f49ba9d9cc4e03b068091" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:23.756935  3551 raft_consensus.cc:3060] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.756947  3626 raft_consensus.cc:2468] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:23.760108  3442 leader_election.cc:304] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:23.761147  3759 raft_consensus.cc:2804] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:23.761499  3759 raft_consensus.cc:493] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:23.761826  3759 raft_consensus.cc:3060] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.762235  3625 raft_consensus.cc:2468] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:23.767544  3829 ts_tablet_manager.cc:1434] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.057s	user 0.007s	sys 0.003s
I20260630 12:35:23.768669  3517 leader_election.cc:304] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [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: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085; no voters: 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:23.770637  3677 raft_consensus.cc:2804] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:23.771306  3677 raft_consensus.cc:697] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:23.772045  3759 raft_consensus.cc:515] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.772393  3677 consensus_queue.cc:237] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.774155  3759 leader_election.cc:290] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Requested vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:23.768692  3551 raft_consensus.cc:2468] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 1.
I20260630 12:35:23.778146  3439 leader_election.cc:304] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:23.778509  3856 raft_consensus.cc:515] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.785343  3856 leader_election.cc:290] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 election: Requested vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.787194  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5894bf08119f48438d05e6be026a9795" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:23.787743  3475 raft_consensus.cc:3060] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.781515  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf95d9131cb64a768fe80c4a9c2d9a5c" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:23.789420  3625 raft_consensus.cc:3060] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.796501  3625 raft_consensus.cc:2468] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 1.
I20260630 12:35:23.796636  3795 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b3f256c095f49ba9d9cc4e03b068091" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
I20260630 12:35:23.797523  3828 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:23.797686  3795 raft_consensus.cc:2468] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:23.798076  3828 ts_tablet_manager.cc:1403] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.129s	user 0.023s	sys 0.010s
I20260630 12:35:23.798082  3442 leader_election.cc:304] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:23.782349  3759 raft_consensus.cc:2804] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:23.799643  3860 raft_consensus.cc:2804] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:23.798959  3796 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf95d9131cb64a768fe80c4a9c2d9a5c" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
I20260630 12:35:23.800760  3794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b3f256c095f49ba9d9cc4e03b068091" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
I20260630 12:35:23.802547  3796 raft_consensus.cc:2468] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:23.802907  3794 raft_consensus.cc:3060] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.796501  3475 raft_consensus.cc:2468] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 1.
I20260630 12:35:23.810127  3793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf95d9131cb64a768fe80c4a9c2d9a5c" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
I20260630 12:35:23.812378  3793 raft_consensus.cc:3060] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.812541  3759 raft_consensus.cc:697] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Becoming Leader. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Running, Role: LEADER
I20260630 12:35:23.814906  3591 leader_election.cc:304] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:23.816689  3828 raft_consensus.cc:359] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.816758  3759 consensus_queue.cc:237] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.817644  3828 raft_consensus.cc:385] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.818095  3828 raft_consensus.cc:740] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.815418  3860 raft_consensus.cc:697] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Becoming Leader. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Running, Role: LEADER
I20260630 12:35:23.820281  3856 raft_consensus.cc:2804] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:23.820557  3861 raft_consensus.cc:493] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.820927  3856 raft_consensus.cc:697] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Becoming Leader. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Running, Role: LEADER
I20260630 12:35:23.821161  3861 raft_consensus.cc:515] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.822158  3856 consensus_queue.cc:237] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.823750  3793 raft_consensus.cc:2468] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 1.
I20260630 12:35:23.825029  3861 leader_election.cc:290] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.825673  3835 tablet_bootstrap.cc:492] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73: No bootstrap required, opened a new log
I20260630 12:35:23.826527  3835 ts_tablet_manager.cc:1403] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.200s	user 0.020s	sys 0.010s
I20260630 12:35:23.827174  3374 catalog_manager.cc:5697] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 1, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:23.827955  3794 raft_consensus.cc:2468] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 1.
I20260630 12:35:23.819998  3860 consensus_queue.cc:237] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.832003  3796 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5894bf08119f48438d05e6be026a9795" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
I20260630 12:35:23.832676  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e37c5a77caf0412998e976f6aeafffae" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
W20260630 12:35:23.833829  3592 leader_election.cc:343] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:35:23.833892  3591 leader_election.cc:343] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.834049  3793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e37c5a77caf0412998e976f6aeafffae" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
W20260630 12:35:23.835628  3592 leader_election.cc:343] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.836088  3592 leader_election.cc:304] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [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: 80fc179ac9984af4ac08de97179bc56a; no voters: 76a169ba447e4c068dffd2e902ba5f73, 8310b2af81fa4b51a752e0a2d8711f13
I20260630 12:35:23.837174  3828 consensus_queue.cc:260] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.837652  3861 raft_consensus.cc:2749] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:23.839717  3828 ts_tablet_manager.cc:1434] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.041s	user 0.008s	sys 0.004s
I20260630 12:35:23.840541  3794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5894bf08119f48438d05e6be026a9795" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
I20260630 12:35:23.840785  3828 tablet_bootstrap.cc:492] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13: Bootstrap starting.
W20260630 12:35:23.841832  3592 leader_election.cc:343] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:23.842748  3835 raft_consensus.cc:359] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.843538  3835 raft_consensus.cc:385] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.843892  3835 raft_consensus.cc:740] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.844997  3835 consensus_queue.cc:260] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.848373  3828 tablet_bootstrap.cc:654] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.853683  3835 ts_tablet_manager.cc:1434] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.027s	user 0.004s	sys 0.004s
I20260630 12:35:23.855063  3835 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:23.858147  3371 catalog_manager.cc:5697] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a reported cstate change: term changed from 0 to 1, leader changed from <none> to 80fc179ac9984af4ac08de97179bc56a (127.0.120.3). New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.867375  3374 catalog_manager.cc:5697] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.875674  3828 tablet_bootstrap.cc:492] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13: No bootstrap required, opened a new log
I20260630 12:35:23.876269  3828 ts_tablet_manager.cc:1403] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13: Time spent bootstrapping tablet: real 0.036s	user 0.026s	sys 0.005s
I20260630 12:35:23.879140  3828 raft_consensus.cc:359] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.879889  3828 raft_consensus.cc:385] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.880183  3828 raft_consensus.cc:740] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.881106  3835 tablet_bootstrap.cc:654] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.880894  3828 consensus_queue.cc:260] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:23.883378  3828 ts_tablet_manager.cc:1434] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:23.886018  3835 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: No bootstrap required, opened a new log
I20260630 12:35:23.886469  3835 ts_tablet_manager.cc:1403] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.032s	user 0.004s	sys 0.007s
I20260630 12:35:23.887216  3374 catalog_manager.cc:5697] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.888720  3835 raft_consensus.cc:359] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.889272  3835 raft_consensus.cc:385] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.889549  3835 raft_consensus.cc:740] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.890288  3835 consensus_queue.cc:260] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.892494  3835 ts_tablet_manager.cc:1434] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.003s
I20260630 12:35:23.893292  3835 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:23.899768  3835 tablet_bootstrap.cc:654] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.905459  3835 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: No bootstrap required, opened a new log
I20260630 12:35:23.905918  3835 ts_tablet_manager.cc:1403] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.001s
I20260630 12:35:23.908041  3835 raft_consensus.cc:359] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.908560  3835 raft_consensus.cc:385] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.908773  3835 raft_consensus.cc:740] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.909350  3835 consensus_queue.cc:260] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.911404  3835 ts_tablet_manager.cc:1434] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.003s
I20260630 12:35:23.912761  3835 tablet_bootstrap.cc:492] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:23.913151  3848 raft_consensus.cc:493] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.913652  3848 raft_consensus.cc:515] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.918421  3835 tablet_bootstrap.cc:654] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.921061  3848 leader_election.cc:290] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.934971  3697 raft_consensus.cc:493] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.935633  3697 raft_consensus.cc:515] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.937942  3697 leader_election.cc:290] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.939306  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40550d06054c4a3990fd166144efa9e4" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:23.940032  3475 raft_consensus.cc:2468] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:23.941809  3794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40550d06054c4a3990fd166144efa9e4" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
I20260630 12:35:23.942497  3794 raft_consensus.cc:2468] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 0.
I20260630 12:35:23.942389  3516 leader_election.cc:304] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:23.945164  3677 raft_consensus.cc:2804] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:23.945708  3677 raft_consensus.cc:493] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:23.946113  3677 raft_consensus.cc:3060] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.948742  3835 tablet_bootstrap.cc:492] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73: No bootstrap required, opened a new log
I20260630 12:35:23.949321  3835 ts_tablet_manager.cc:1403] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.037s	user 0.010s	sys 0.005s
I20260630 12:35:23.949754  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40550d06054c4a3990fd166144efa9e4" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:23.950562  3476 raft_consensus.cc:2468] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 0.
I20260630 12:35:23.952077  3761 leader_election.cc:304] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 76a169ba447e4c068dffd2e902ba5f73, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:23.952579  3835 raft_consensus.cc:359] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.952966  3848 raft_consensus.cc:2804] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:23.953344  3835 raft_consensus.cc:385] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.953402  3848 raft_consensus.cc:493] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:23.953773  3835 raft_consensus.cc:740] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.953922  3848 raft_consensus.cc:3060] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.954569  3835 consensus_queue.cc:260] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.959198  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40550d06054c4a3990fd166144efa9e4" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:23.960544  3677 raft_consensus.cc:515] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.961112  3848 raft_consensus.cc:515] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.961784  3835 ts_tablet_manager.cc:1434] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.001s
I20260630 12:35:23.962644  3551 raft_consensus.cc:2393] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 76a169ba447e4c068dffd2e902ba5f73 in current term 1: Already voted for candidate feb6b6f1cdb2481bae271d447174b085 in this term.
I20260630 12:35:23.962769  3835 tablet_bootstrap.cc:492] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:23.963958  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40550d06054c4a3990fd166144efa9e4" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:23.964550  3475 raft_consensus.cc:3060] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.964514  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40550d06054c4a3990fd166144efa9e4" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:23.965597  3550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40550d06054c4a3990fd166144efa9e4" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:23.966653  3848 leader_election.cc:290] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 1 election: Requested vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.968987  3758 leader_election.cc:304] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [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: 76a169ba447e4c068dffd2e902ba5f73; no voters: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085
I20260630 12:35:23.969703  3848 raft_consensus.cc:2749] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:23.972110  3835 tablet_bootstrap.cc:654] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.971889  3794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40550d06054c4a3990fd166144efa9e4" candidate_uuid: "feb6b6f1cdb2481bae271d447174b085" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
I20260630 12:35:23.972805  3794 raft_consensus.cc:2393] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate feb6b6f1cdb2481bae271d447174b085 in current term 1: Already voted for candidate 76a169ba447e4c068dffd2e902ba5f73 in this term.
I20260630 12:35:23.973538  3677 leader_election.cc:290] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [CANDIDATE]: Term 1 election: Requested vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:23.974440  3475 raft_consensus.cc:2468] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate feb6b6f1cdb2481bae271d447174b085 in term 1.
I20260630 12:35:23.975621  3516 leader_election.cc:304] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [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: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:23.976572  3677 raft_consensus.cc:2804] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:23.977100  3677 raft_consensus.cc:697] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Leader. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:23.977821  3677 consensus_queue.cc:237] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:23.978430  3835 tablet_bootstrap.cc:492] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73: No bootstrap required, opened a new log
I20260630 12:35:23.978804  3835 ts_tablet_manager.cc:1403] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.002s
I20260630 12:35:23.981570  3835 raft_consensus.cc:359] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.982357  3835 raft_consensus.cc:385] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:23.982661  3835 raft_consensus.cc:740] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: FOLLOWER
I20260630 12:35:23.983448  3835 consensus_queue.cc:260] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:23.985309  3835 ts_tablet_manager.cc:1434] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:35:23.986276  3835 tablet_bootstrap.cc:492] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:23.992545  3835 tablet_bootstrap.cc:654] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:23.997174  3373 catalog_manager.cc:5697] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: term changed from 0 to 1, leader changed from <none> to feb6b6f1cdb2481bae271d447174b085 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:24.003216  3835 tablet_bootstrap.cc:492] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73: No bootstrap required, opened a new log
I20260630 12:35:24.003649  3835 ts_tablet_manager.cc:1403] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.012s
I20260630 12:35:24.005493  3835 raft_consensus.cc:359] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:24.005976  3835 raft_consensus.cc:385] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:24.006268  3835 raft_consensus.cc:740] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: FOLLOWER
I20260630 12:35:24.006910  3835 consensus_queue.cc:260] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:24.008823  3835 ts_tablet_manager.cc:1434] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:24.036034  3794 raft_consensus.cc:3060] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:24.041993  3677 consensus_queue.cc:1048] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.047008  3793 raft_consensus.cc:3060] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:24.056360  3677 consensus_queue.cc:1048] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.056658  3836 consensus_queue.cc:1048] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.078255  3836 consensus_queue.cc:1048] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.145424  3880 raft_consensus.cc:493] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:24.145936  3880 raft_consensus.cc:515] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:24.148100  3880 leader_election.cc:290] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:24.149307  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "feb6b6f1cdb2481bae271d447174b085" is_pre_election: true
I20260630 12:35:24.158190  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:24.158814  3625 raft_consensus.cc:2393] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 76a169ba447e4c068dffd2e902ba5f73 in current term 1: Already voted for candidate feb6b6f1cdb2481bae271d447174b085 in this term.
I20260630 12:35:24.159907  3762 leader_election.cc:304] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [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: 76a169ba447e4c068dffd2e902ba5f73; no voters: 80fc179ac9984af4ac08de97179bc56a, feb6b6f1cdb2481bae271d447174b085
I20260630 12:35:24.160583  3880 raft_consensus.cc:3060] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:24.165917  3880 raft_consensus.cc:2749] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:24.167989  3836 consensus_queue.cc:1048] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.180574  3836 consensus_queue.cc:1048] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.225423  3860 raft_consensus.cc:493] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:24.225945  3860 raft_consensus.cc:515] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:24.227521  3860 leader_election.cc:290] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:24.228350  3794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e37c5a77caf0412998e976f6aeafffae" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73" is_pre_election: true
I20260630 12:35:24.228716  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e37c5a77caf0412998e976f6aeafffae" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:24.229017  3794 raft_consensus.cc:2468] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:24.229338  3625 raft_consensus.cc:2468] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 0.
I20260630 12:35:24.230098  3442 leader_election.cc:304] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 76a169ba447e4c068dffd2e902ba5f73, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:24.230963  3860 raft_consensus.cc:2804] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:24.231338  3860 raft_consensus.cc:493] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:24.231695  3860 raft_consensus.cc:3060] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:24.236151  3860 raft_consensus.cc:515] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:24.237838  3860 leader_election.cc:290] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Requested vote from peers 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:24.238669  3794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e37c5a77caf0412998e976f6aeafffae" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
I20260630 12:35:24.239066  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e37c5a77caf0412998e976f6aeafffae" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:24.239291  3794 raft_consensus.cc:3060] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:24.239645  3625 raft_consensus.cc:3060] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:24.244781  3860 consensus_queue.cc:1048] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.245421  3794 raft_consensus.cc:2468] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 1.
I20260630 12:35:24.246603  3442 leader_election.cc:304] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 76a169ba447e4c068dffd2e902ba5f73, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:24.246539  3625 raft_consensus.cc:2468] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 1.
I20260630 12:35:24.247769  3860 raft_consensus.cc:2804] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:24.248363  3860 raft_consensus.cc:697] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Becoming Leader. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Running, Role: LEADER
I20260630 12:35:24.249352  3860 consensus_queue.cc:237] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:24.259416  3867 consensus_queue.cc:1048] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.260095  3371 catalog_manager.cc:5697] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:24.280628  3867 consensus_queue.cc:1048] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.292322  3759 consensus_queue.cc:1048] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.317154  3880 raft_consensus.cc:493] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:24.317734  3880 raft_consensus.cc:515] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:24.319937  3880 leader_election.cc:290] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:24.320729  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5894bf08119f48438d05e6be026a9795" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80fc179ac9984af4ac08de97179bc56a" is_pre_election: true
I20260630 12:35:24.321048  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5894bf08119f48438d05e6be026a9795" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13" is_pre_election: true
I20260630 12:35:24.321794  3476 raft_consensus.cc:2393] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 76a169ba447e4c068dffd2e902ba5f73 in current term 1: Already voted for candidate 80fc179ac9984af4ac08de97179bc56a in this term.
I20260630 12:35:24.322697  3761 leader_election.cc:304] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [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: 76a169ba447e4c068dffd2e902ba5f73; no voters: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13
I20260630 12:35:24.323364  3880 raft_consensus.cc:3060] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:24.328281  3880 raft_consensus.cc:2749] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:24.330096  3856 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.341801  3861 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.563108  3836 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.575050  3697 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.704540  3427 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:24.710837  3860 consensus_queue.cc:1048] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:24.730959  3759 consensus_queue.cc:1048] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:24.743325  3551 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "12bad0edd7d349e1a69773a4b67b1442"
dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
mode: GRACEFUL
new_leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
 from {username='slave'} at 127.0.0.1:47970
I20260630 12:35:24.744127  3551 raft_consensus.cc:606] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Received request to transfer leadership to TS 8310b2af81fa4b51a752e0a2d8711f13
I20260630 12:35:24.749240  3551 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9"
dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
mode: GRACEFUL
new_leader_uuid: "80fc179ac9984af4ac08de97179bc56a"
 from {username='slave'} at 127.0.0.1:47970
I20260630 12:35:24.749890  3551 raft_consensus.cc:606] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 2 LEADER]: Received request to transfer leadership to TS 80fc179ac9984af4ac08de97179bc56a
I20260630 12:35:24.752839  3551 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b8d8b2434a1c42459524df05a18acef8"
dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
mode: GRACEFUL
new_leader_uuid: "76a169ba447e4c068dffd2e902ba5f73"
 from {username='slave'} at 127.0.0.1:47970
I20260630 12:35:24.753487  3551 raft_consensus.cc:606] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Received request to transfer leadership to TS 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:24.756448  3551 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac"
dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
mode: GRACEFUL
new_leader_uuid: "76a169ba447e4c068dffd2e902ba5f73"
 from {username='slave'} at 127.0.0.1:47970
I20260630 12:35:24.757031  3551 raft_consensus.cc:606] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Received request to transfer leadership to TS 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:24.759807  3551 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "f6206db1961d408a99a2f7a176897505"
dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
mode: GRACEFUL
new_leader_uuid: "76a169ba447e4c068dffd2e902ba5f73"
 from {username='slave'} at 127.0.0.1:47970
I20260630 12:35:24.760489  3551 raft_consensus.cc:606] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Received request to transfer leadership to TS 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:24.761854  3427 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 5
I20260630 12:35:24.762775  3427 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:24.790961  3697 raft_consensus.cc:993] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085: : Instructing follower 76a169ba447e4c068dffd2e902ba5f73 to start an election
I20260630 12:35:24.791530  3838 raft_consensus.cc:1081] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Signalling peer 76a169ba447e4c068dffd2e902ba5f73 to start an election
I20260630 12:35:24.792610  3551 consensus_queue.cc:237] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:24.793377  3794 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac"
dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
 from {username='slave'} at 127.0.0.1:59532
I20260630 12:35:24.794206  3794 raft_consensus.cc:493] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:24.794706  3794 raft_consensus.cc:3060] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:24.801718  3794 raft_consensus.cc:515] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:24.804854  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:24.805464  3625 raft_consensus.cc:3060] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:24.805985  3794 leader_election.cc:290] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 2 election: Requested vote from peers 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:24.807602  3626 raft_consensus.cc:1275] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:24.808059  3550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba9ac8ba6977488ea227c96a887817ac" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:24.808578  3550 raft_consensus.cc:3055] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:24.808899  3550 raft_consensus.cc:740] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:24.809209  3838 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:24.809747  3550 consensus_queue.cc:260] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
W20260630 12:35:24.810448  3517 consensus_peers.cc:597] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 -> Peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Couldn't send request to peer 76a169ba447e4c068dffd2e902ba5f73. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3c9d82e5f407426aacdf6f0a2436efe3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:24.811115  3550 raft_consensus.cc:3060] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:24.811691  3475 raft_consensus.cc:1275] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:24.813407  3838 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } 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:24.815789  3625 raft_consensus.cc:2468] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 2.
I20260630 12:35:24.817997  3762 leader_election.cc:304] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [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: 76a169ba447e4c068dffd2e902ba5f73, 80fc179ac9984af4ac08de97179bc56a; no voters: 
I20260630 12:35:24.818828  3880 raft_consensus.cc:2804] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:24.833421  3550 raft_consensus.cc:2468] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 2.
I20260630 12:35:24.838496  3880 raft_consensus.cc:697] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEADER]: Becoming Leader. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Running, Role: LEADER
I20260630 12:35:24.839334  3880 consensus_queue.cc:237] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:24.847895  3373 catalog_manager.cc:5697] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 reported cstate change: term changed from 1 to 2, leader changed from feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) to 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4). New cstate: current_term: 2 leader_uuid: "76a169ba447e4c068dffd2e902ba5f73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:24.851051  3836 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:24.857291  3476 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:24.865456  3626 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:24.867096  3371 catalog_manager.cc:5697] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:24.896953  3476 consensus_queue.cc:237] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [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: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
W20260630 12:35:24.904068  3442 consensus_peers.cc:597] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 -> Peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Couldn't send request to peer 76a169ba447e4c068dffd2e902ba5f73. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f77d2f1989184040b0430c9cc32c9eac. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:24.904299  3626 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:24.904874  3551 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:24.905777  3868 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:24.906644  3759 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } 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:24.915728  3867 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:24.920275  3626 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:24.923185  3551 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
W20260630 12:35:24.935292  3422 auto_rebalancer.cc:639] Failed to schedule move for tablet 12bad0edd7d349e1a69773a4b67b1442: Remote error: Service unavailable: leader transfer in progress
I20260630 12:35:24.931624  3374 catalog_manager.cc:5697] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:24.939530  3422 auto_rebalancer.cc:639] Failed to schedule move for tablet 459ab1921f174accaef336ee11eb02e9: Remote error: Service unavailable: leader transfer in progress
I20260630 12:35:25.028733  3677 raft_consensus.cc:993] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: : Instructing follower 80fc179ac9984af4ac08de97179bc56a to start an election
I20260630 12:35:25.029245  3836 raft_consensus.cc:1081] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 2 LEADER]: Signalling peer 80fc179ac9984af4ac08de97179bc56a to start an election
I20260630 12:35:25.031193  3626 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9"
dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
 from {username='slave'} at 127.0.0.1:51294
I20260630 12:35:25.031833  3626 raft_consensus.cc:493] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:25.032236  3626 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:25.033694  3836 raft_consensus.cc:993] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085: : Instructing follower 76a169ba447e4c068dffd2e902ba5f73 to start an election
I20260630 12:35:25.034178  3677 raft_consensus.cc:1081] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Signalling peer 76a169ba447e4c068dffd2e902ba5f73 to start an election
I20260630 12:35:25.035694  3793 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "f6206db1961d408a99a2f7a176897505"
dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
 from {username='slave'} at 127.0.0.1:59532
I20260630 12:35:25.036218  3793 raft_consensus.cc:493] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:25.036578  3793 raft_consensus.cc:3060] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.040047  3626 raft_consensus.cc:515] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:25.041513  3793 raft_consensus.cc:515] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:25.043462  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 3 candidate_status { last_received { term: 2 index: 1 } } ignore_live_leader: true dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:25.043664  3793 leader_election.cc:290] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 2 election: Requested vote from peers 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:25.044103  3476 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:25.045549  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6206db1961d408a99a2f7a176897505" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:25.046131  3625 raft_consensus.cc:3060] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.047991  3551 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6206db1961d408a99a2f7a176897505" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:25.048656  3551 raft_consensus.cc:3055] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:25.048995  3551 raft_consensus.cc:740] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:25.049860  3551 consensus_queue.cc:260] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [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: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:25.051261  3551 raft_consensus.cc:3060] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.051786  3626 leader_election.cc:290] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [CANDIDATE]: Term 3 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:25.052879  3476 raft_consensus.cc:2468] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 3.
I20260630 12:35:25.052913  3625 raft_consensus.cc:2468] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 2.
I20260630 12:35:25.054930  3591 leader_election.cc:304] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [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: 80fc179ac9984af4ac08de97179bc56a, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:25.056031  3861 raft_consensus.cc:2804] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:35:25.056582  3762 leader_election.cc:304] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [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: 76a169ba447e4c068dffd2e902ba5f73, 80fc179ac9984af4ac08de97179bc56a; no voters: 
I20260630 12:35:25.057540  3880 raft_consensus.cc:2804] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:25.056716  3861 raft_consensus.cc:697] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 3 LEADER]: Becoming Leader. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Running, Role: LEADER
I20260630 12:35:25.058030  3880 raft_consensus.cc:697] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEADER]: Becoming Leader. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Running, Role: LEADER
I20260630 12:35:25.058822  3880 consensus_queue.cc:237] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [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: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } }
I20260630 12:35:25.058631  3861 consensus_queue.cc:237] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:25.063931  3550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "459ab1921f174accaef336ee11eb02e9" candidate_uuid: "80fc179ac9984af4ac08de97179bc56a" candidate_term: 3 candidate_status { last_received { term: 2 index: 1 } } ignore_live_leader: true dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:25.064787  3550 raft_consensus.cc:3055] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:35:25.065171  3550 raft_consensus.cc:740] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:25.066016  3550 consensus_queue.cc:260] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 1, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } }
I20260630 12:35:25.067534  3550 raft_consensus.cc:3060] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:25.071465  3677 raft_consensus.cc:993] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085: : Instructing follower 76a169ba447e4c068dffd2e902ba5f73 to start an election
I20260630 12:35:25.070475  3371 catalog_manager.cc:5697] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 reported cstate change: term changed from 1 to 2, leader changed from feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) to 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4). New cstate: current_term: 2 leader_uuid: "76a169ba447e4c068dffd2e902ba5f73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:25.071952  3677 raft_consensus.cc:1081] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Signalling peer 76a169ba447e4c068dffd2e902ba5f73 to start an election
I20260630 12:35:25.074110  3551 raft_consensus.cc:2468] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 2.
I20260630 12:35:25.077800  3550 raft_consensus.cc:2468] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80fc179ac9984af4ac08de97179bc56a in term 3.
I20260630 12:35:25.079641  3793 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b8d8b2434a1c42459524df05a18acef8"
dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
 from {username='slave'} at 127.0.0.1:59532
I20260630 12:35:25.080277  3793 raft_consensus.cc:493] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:25.080725  3793 raft_consensus.cc:3060] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.088440  3793 raft_consensus.cc:515] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:25.088304  3372 catalog_manager.cc:5697] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a reported cstate change: term changed from 2 to 3, leader changed from feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) to 80fc179ac9984af4ac08de97179bc56a (127.0.120.3). New cstate: current_term: 3 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:25.091536  3550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8d8b2434a1c42459524df05a18acef8" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:25.091517  3793 leader_election.cc:290] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 2 election: Requested vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:25.091727  3476 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8d8b2434a1c42459524df05a18acef8" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:25.092381  3550 raft_consensus.cc:3055] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:25.092533  3476 raft_consensus.cc:3060] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.092770  3550 raft_consensus.cc:740] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:25.093631  3550 consensus_queue.cc:260] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:25.094693  3550 raft_consensus.cc:3060] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.100747  3476 raft_consensus.cc:2468] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 2.
I20260630 12:35:25.101974  3761 leader_election.cc:304] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [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: 76a169ba447e4c068dffd2e902ba5f73, 8310b2af81fa4b51a752e0a2d8711f13; no voters: 
I20260630 12:35:25.102788  3880 raft_consensus.cc:2804] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:25.103375  3880 raft_consensus.cc:697] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEADER]: Becoming Leader. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Running, Role: LEADER
I20260630 12:35:25.104136  3880 consensus_queue.cc:237] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:25.107834  3550 raft_consensus.cc:2468] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 2.
I20260630 12:35:25.112540  3372 catalog_manager.cc:5697] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 reported cstate change: term changed from 1 to 2, leader changed from feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) to 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4). New cstate: current_term: 2 leader_uuid: "76a169ba447e4c068dffd2e902ba5f73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:25.223721  3836 raft_consensus.cc:993] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085: : Instructing follower 8310b2af81fa4b51a752e0a2d8711f13 to start an election
I20260630 12:35:25.224278  3677 raft_consensus.cc:1081] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Signalling peer 8310b2af81fa4b51a752e0a2d8711f13 to start an election
I20260630 12:35:25.225930  3476 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "12bad0edd7d349e1a69773a4b67b1442"
dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
 from {username='slave'} at 127.0.0.1:39696
I20260630 12:35:25.226500  3476 raft_consensus.cc:493] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:25.226842  3476 raft_consensus.cc:3060] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.232548  3476 raft_consensus.cc:515] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:25.234470  3476 leader_election.cc:290] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [CANDIDATE]: Term 2 election: Requested vote from peers feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:25.235319  3550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bad0edd7d349e1a69773a4b67b1442" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "feb6b6f1cdb2481bae271d447174b085"
I20260630 12:35:25.236025  3550 raft_consensus.cc:3055] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:25.235774  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bad0edd7d349e1a69773a4b67b1442" candidate_uuid: "8310b2af81fa4b51a752e0a2d8711f13" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:25.237282  3550 raft_consensus.cc:740] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Running, Role: LEADER
I20260630 12:35:25.237535  3625 raft_consensus.cc:3060] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.238209  3550 consensus_queue.cc:260] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:25.239300  3550 raft_consensus.cc:3060] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.244330  3625 raft_consensus.cc:2468] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 2.
I20260630 12:35:25.244544  3550 raft_consensus.cc:2468] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8310b2af81fa4b51a752e0a2d8711f13 in term 2.
I20260630 12:35:25.245906  3439 leader_election.cc:304] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [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: 8310b2af81fa4b51a752e0a2d8711f13, feb6b6f1cdb2481bae271d447174b085; no voters: 
I20260630 12:35:25.246726  3867 raft_consensus.cc:2804] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:25.247248  3867 raft_consensus.cc:697] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 LEADER]: Becoming Leader. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Running, Role: LEADER
I20260630 12:35:25.248032  3867 consensus_queue.cc:237] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } }
I20260630 12:35:25.257455  3372 catalog_manager.cc:5697] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: term changed from 1 to 2, leader changed from feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) to 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1). New cstate: current_term: 2 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:25.318226  3550 raft_consensus.cc:1275] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Refusing update from remote peer 76a169ba447e4c068dffd2e902ba5f73: 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:25.319696  3880 consensus_queue.cc:1048] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.336090  3625 raft_consensus.cc:1275] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Refusing update from remote peer 76a169ba447e4c068dffd2e902ba5f73: 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:25.337940  3880 consensus_queue.cc:1048] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.361766  3930 ts_tablet_manager.cc:933] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: Initiating tablet copy from peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:25.363466  3930 tablet_copy_client.cc:323] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:46667
I20260630 12:35:25.365283  3561 tablet_copy_service.cc:140] P feb6b6f1cdb2481bae271d447174b085: Received BeginTabletCopySession request for tablet 3c9d82e5f407426aacdf6f0a2436efe3 from peer 76a169ba447e4c068dffd2e902ba5f73 ({username='slave'} at 127.0.0.1:47964)
I20260630 12:35:25.365842  3561 tablet_copy_service.cc:161] P feb6b6f1cdb2481bae271d447174b085: Beginning new tablet copy session on tablet 3c9d82e5f407426aacdf6f0a2436efe3 from peer 76a169ba447e4c068dffd2e902ba5f73 at {username='slave'} at 127.0.0.1:47964: session id = 76a169ba447e4c068dffd2e902ba5f73-3c9d82e5f407426aacdf6f0a2436efe3
I20260630 12:35:25.374246  3561 tablet_copy_source_session.cc:215] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:25.377490  3930 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c9d82e5f407426aacdf6f0a2436efe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:25.381299  3932 ts_tablet_manager.cc:933] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: Initiating tablet copy from peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:25.383510  3932 tablet_copy_client.cc:323] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:33035
I20260630 12:35:25.385690  3486 tablet_copy_service.cc:140] P 8310b2af81fa4b51a752e0a2d8711f13: Received BeginTabletCopySession request for tablet f77d2f1989184040b0430c9cc32c9eac from peer 76a169ba447e4c068dffd2e902ba5f73 ({username='slave'} at 127.0.0.1:59184)
I20260630 12:35:25.386225  3486 tablet_copy_service.cc:161] P 8310b2af81fa4b51a752e0a2d8711f13: Beginning new tablet copy session on tablet f77d2f1989184040b0430c9cc32c9eac from peer 76a169ba447e4c068dffd2e902ba5f73 at {username='slave'} at 127.0.0.1:59184: session id = 76a169ba447e4c068dffd2e902ba5f73-f77d2f1989184040b0430c9cc32c9eac
I20260630 12:35:25.393038  3486 tablet_copy_source_session.cc:215] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:25.393772  3930 tablet_copy_client.cc:806] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:25.394475  3930 tablet_copy_client.cc:670] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:25.399600  3932 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f77d2f1989184040b0430c9cc32c9eac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:25.399958  3930 tablet_copy_client.cc:538] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:25.416626  3930 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:25.422739  3932 tablet_copy_client.cc:806] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:25.423345  3932 tablet_copy_client.cc:670] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:25.426990  3932 tablet_copy_client.cc:538] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:25.436597  3932 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:25.438472  3930 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: 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:25.439486  3930 tablet_bootstrap.cc:492] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap complete.
I20260630 12:35:25.440271  3930 ts_tablet_manager.cc:1403] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.024s	user 0.017s	sys 0.005s
I20260630 12:35:25.443217  3930 raft_consensus.cc:359] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:25.444054  3930 raft_consensus.cc:740] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: LEARNER
I20260630 12:35:25.444706  3930 consensus_queue.cc:260] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:25.454226  3930 ts_tablet_manager.cc:1434] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260630 12:35:25.459810  3932 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: 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:25.460427  3561 tablet_copy_service.cc:342] P feb6b6f1cdb2481bae271d447174b085: Request end of tablet copy session 76a169ba447e4c068dffd2e902ba5f73-3c9d82e5f407426aacdf6f0a2436efe3 received from {username='slave'} at 127.0.0.1:47964
I20260630 12:35:25.460893  3561 tablet_copy_service.cc:434] P feb6b6f1cdb2481bae271d447174b085: ending tablet copy session 76a169ba447e4c068dffd2e902ba5f73-3c9d82e5f407426aacdf6f0a2436efe3 on tablet 3c9d82e5f407426aacdf6f0a2436efe3 with peer 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:25.461436  3932 tablet_bootstrap.cc:492] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap complete.
I20260630 12:35:25.462558  3932 ts_tablet_manager.cc:1403] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.026s	user 0.016s	sys 0.007s
I20260630 12:35:25.465648  3932 raft_consensus.cc:359] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:25.466554  3932 raft_consensus.cc:740] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: LEARNER
I20260630 12:35:25.467250  3932 consensus_queue.cc:260] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [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: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:25.469784  3932 ts_tablet_manager.cc:1434] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:35:25.471587  3486 tablet_copy_service.cc:342] P 8310b2af81fa4b51a752e0a2d8711f13: Request end of tablet copy session 76a169ba447e4c068dffd2e902ba5f73-f77d2f1989184040b0430c9cc32c9eac received from {username='slave'} at 127.0.0.1:59184
I20260630 12:35:25.472090  3486 tablet_copy_service.cc:434] P 8310b2af81fa4b51a752e0a2d8711f13: ending tablet copy session 76a169ba447e4c068dffd2e902ba5f73-f77d2f1989184040b0430c9cc32c9eac on tablet f77d2f1989184040b0430c9cc32c9eac with peer 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:25.595235  3476 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:35:25.596782  3861 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.610275  3550 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 3 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:35:25.612725  3861 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:25.616755  3551 raft_consensus.cc:1275] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Refusing update from remote peer 76a169ba447e4c068dffd2e902ba5f73: 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:25.618350  3880 consensus_queue.cc:1048] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.632158  3549 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:25.634296  3759 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.652405  3476 raft_consensus.cc:1275] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Refusing update from remote peer 76a169ba447e4c068dffd2e902ba5f73: 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:25.654582  3943 consensus_queue.cc:1048] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:25.660177  3625 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:25.665239  3867 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.675482  3626 raft_consensus.cc:1275] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Refusing update from remote peer 76a169ba447e4c068dffd2e902ba5f73: 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:25.678573  3943 consensus_queue.cc:1048] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.684569  3549 raft_consensus.cc:1275] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Refusing update from remote peer 76a169ba447e4c068dffd2e902ba5f73: 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:25.686444  3943 consensus_queue.cc:1048] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.758553  3793 raft_consensus.cc:1217] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:25.851372  3793 raft_consensus.cc:1217] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:26.265551  3867 raft_consensus.cc:1064] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: attempting to promote NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 to VOTER
I20260630 12:35:26.268050  3867 consensus_queue.cc:237] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [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: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:26.275820  3625 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:26.276571  3793 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:26.277804  3549 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:26.277933  3868 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:26.279197  3867 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:26.279898  3759 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } 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:26.296130  3759 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.298525  3625 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.298976  3549 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.310060  3793 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.314352  3372 catalog_manager.cc:5697] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.337877  3475 consensus_queue.cc:237] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [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: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:26.342996  3793 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:26.343995  3625 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:26.345398  3867 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:26.346838  3759 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:26.352881  3867 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.356139  3625 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.357954  3793 raft_consensus.cc:2955] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.363049  3360 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f77d2f1989184040b0430c9cc32c9eac with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:26.368141  3371 catalog_manager.cc:5697] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: config changed from index 3 to 4, VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) evicted. New cstate: current_term: 1 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:26.380560  3535 tablet_service.cc:1558] Processing DeleteTablet for tablet f77d2f1989184040b0430c9cc32c9eac with delete_type TABLET_DATA_TOMBSTONED (TS feb6b6f1cdb2481bae271d447174b085 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:56116
I20260630 12:35:26.382511  3959 tablet_replica.cc:333] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:26.383504  3959 raft_consensus.cc:2243] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:26.384266  3959 raft_consensus.cc:2272] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:26.387072  3959 ts_tablet_manager.cc:1916] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:26.399534  3959 ts_tablet_manager.cc:1929] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:26.399904  3959 log.cc:1199] T f77d2f1989184040b0430c9cc32c9eac P feb6b6f1cdb2481bae271d447174b085: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-1-root/wals/f77d2f1989184040b0430c9cc32c9eac
I20260630 12:35:26.401332  3358 catalog_manager.cc:5028] TS feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667): tablet f77d2f1989184040b0430c9cc32c9eac (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]) successfully deleted
I20260630 12:35:26.432868  3836 raft_consensus.cc:1064] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085: attempting to promote NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 to VOTER
I20260630 12:35:26.434721  3836 consensus_queue.cc:237] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:26.440510  3793 raft_consensus.cc:1275] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:26.447088  3962 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:26.450477  3475 raft_consensus.cc:1275] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:26.450577  3625 raft_consensus.cc:1275] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:26.452143  3960 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } 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:26.453114  3962 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:26.462579  3963 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.464143  3625 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.465101  3475 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.475323  3793 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.487322  3374 catalog_manager.cc:5697] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a reported cstate change: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.507825  3549 consensus_queue.cc:237] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:26.514606  3625 raft_consensus.cc:1275] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:26.514609  3793 raft_consensus.cc:1275] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:26.516251  3836 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:26.517163  3963 consensus_queue.cc:1048] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:26.524221  3836 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.528126  3625 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.530050  3793 raft_consensus.cc:2955] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:26.534528  3358 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3c9d82e5f407426aacdf6f0a2436efe3 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:26.539741  3371 catalog_manager.cc:5697] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index 3 to 4, VOTER 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:26.552119  3464 tablet_service.cc:1558] Processing DeleteTablet for tablet 3c9d82e5f407426aacdf6f0a2436efe3 with delete_type TABLET_DATA_TOMBSTONED (TS 8310b2af81fa4b51a752e0a2d8711f13 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39686
I20260630 12:35:26.554292  3967 tablet_replica.cc:333] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:26.555217  3967 raft_consensus.cc:2243] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:26.555958  3967 raft_consensus.cc:2272] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:26.558826  3967 ts_tablet_manager.cc:1916] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:26.569547  3967 ts_tablet_manager.cc:1929] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:26.569844  3967 log.cc:1199] T 3c9d82e5f407426aacdf6f0a2436efe3 P 8310b2af81fa4b51a752e0a2d8711f13: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-0-root/wals/3c9d82e5f407426aacdf6f0a2436efe3
I20260630 12:35:26.571262  3360 catalog_manager.cc:5028] TS 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): tablet 3c9d82e5f407426aacdf6f0a2436efe3 (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]) successfully deleted
I20260630 12:35:26.764038  3427 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:26.787782  3475 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "f77d2f1989184040b0430c9cc32c9eac"
dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
mode: GRACEFUL
new_leader_uuid: "76a169ba447e4c068dffd2e902ba5f73"
 from {username='slave'} at 127.0.0.1:59208
I20260630 12:35:26.788280  3475 raft_consensus.cc:606] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Received request to transfer leadership to TS 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:26.789346  3427 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:26.789991  3427 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:26.923832  3970 raft_consensus.cc:993] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: : Instructing follower 76a169ba447e4c068dffd2e902ba5f73 to start an election
I20260630 12:35:26.924533  3759 raft_consensus.cc:1081] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Signalling peer 76a169ba447e4c068dffd2e902ba5f73 to start an election
I20260630 12:35:26.926162  3793 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "f77d2f1989184040b0430c9cc32c9eac"
dest_uuid: "76a169ba447e4c068dffd2e902ba5f73"
 from {username='slave'} at 127.0.0.1:59554
I20260630 12:35:26.926924  3793 raft_consensus.cc:493] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:26.927374  3793 raft_consensus.cc:3060] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:26.932331  3793 raft_consensus.cc:515] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:26.934055  3793 leader_election.cc:290] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [CANDIDATE]: Term 2 election: Requested vote from peers 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035), 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:26.934842  3475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f77d2f1989184040b0430c9cc32c9eac" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "8310b2af81fa4b51a752e0a2d8711f13"
I20260630 12:35:26.935081  3625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f77d2f1989184040b0430c9cc32c9eac" candidate_uuid: "76a169ba447e4c068dffd2e902ba5f73" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "80fc179ac9984af4ac08de97179bc56a"
I20260630 12:35:26.935472  3475 raft_consensus.cc:3055] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:26.935627  3625 raft_consensus.cc:3060] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:26.935822  3475 raft_consensus.cc:740] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 8310b2af81fa4b51a752e0a2d8711f13, State: Running, Role: LEADER
I20260630 12:35:26.936570  3475 consensus_queue.cc:260] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:26.937510  3475 raft_consensus.cc:3060] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:26.940721  3625 raft_consensus.cc:2468] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 2.
I20260630 12:35:26.941854  3762 leader_election.cc:304] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [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: 76a169ba447e4c068dffd2e902ba5f73, 80fc179ac9984af4ac08de97179bc56a; no voters: 
I20260630 12:35:26.942242  3475 raft_consensus.cc:2468] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76a169ba447e4c068dffd2e902ba5f73 in term 2.
I20260630 12:35:26.942728  3912 raft_consensus.cc:2804] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:26.943733  3912 raft_consensus.cc:697] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEADER]: Becoming Leader. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Running, Role: LEADER
I20260630 12:35:26.944536  3912 consensus_queue.cc:237] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:26.950835  3373 catalog_manager.cc:5697] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 reported cstate change: term changed from 1 to 2, leader changed from 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) to 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4). New cstate: current_term: 2 leader_uuid: "76a169ba447e4c068dffd2e902ba5f73" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:27.434621  3626 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Refusing update from remote peer 76a169ba447e4c068dffd2e902ba5f73: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:27.436007  3912 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:27.449205  3475 raft_consensus.cc:1275] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Refusing update from remote peer 76a169ba447e4c068dffd2e902ba5f73: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:27.450670  3974 consensus_queue.cc:1048] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:27.573153  3549 consensus_queue.cc:237] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
W20260630 12:35:27.579569  3517 consensus_peers.cc:597] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 -> Peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Couldn't send request to peer 76a169ba447e4c068dffd2e902ba5f73. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 54ffa957b68c4043a121a705b9d9e5a4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:27.580296  3626 raft_consensus.cc:1275] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:27.581617  3475 raft_consensus.cc:1275] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:27.581530  3836 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } 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:27.582960  3980 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:27.591666  3626 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.589682  3836 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.592810  3475 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.605298  3372 catalog_manager.cc:5697] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a reported cstate change: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.627151  3626 consensus_queue.cc:237] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [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: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:27.635739  3475 raft_consensus.cc:1275] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:27.635757  3549 raft_consensus.cc:1275] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:27.635903  3592 consensus_peers.cc:597] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a -> Peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Couldn't send request to peer 76a169ba447e4c068dffd2e902ba5f73. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e454406247ea4478aa4ab884ef52d1f0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:27.637509  3861 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:27.638923  3990 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } 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:27.645349  3861 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.647362  3549 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.648645  3475 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.658692  3550 consensus_queue.cc:237] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: NON_VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: true } }
I20260630 12:35:27.661684  3373 catalog_manager.cc:5697] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index -1 to 2, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.673448  3475 raft_consensus.cc:1275] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:27.673758  3793 raft_consensus.cc:1275] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:27.675530  3980 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:35:27.676440  3517 consensus_peers.cc:597] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 -> Peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): Couldn't send request to peer 80fc179ac9984af4ac08de97179bc56a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 40550d06054c4a3990fd166144efa9e4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:27.676882  3983 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:27.684849  3980 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: NON_VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: true } } }
I20260630 12:35:27.686594  3475 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: NON_VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: true } } }
I20260630 12:35:27.688395  3793 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: NON_VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: true } } }
I20260630 12:35:27.697139  3372 catalog_manager.cc:5697] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index -1 to 2, NON_VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) added. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: NON_VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:27.697949  3475 consensus_queue.cc:237] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:27.705493  3550 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:27.705868  3626 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:27.707324  3759 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:35:27.708828  3442 consensus_peers.cc:597] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 -> Peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Couldn't send request to peer 76a169ba447e4c068dffd2e902ba5f73. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 12bad0edd7d349e1a69773a4b67b1442. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:27.709614  3759 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.002s
I20260630 12:35:27.716243  3994 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.719184  3550 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:27.728662  3371 catalog_manager.cc:5697] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: config changed from index -1 to 3, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New cstate: current_term: 2 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:27.737344  3626 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:28.041554  4003 ts_tablet_manager.cc:933] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: Initiating tablet copy from peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:28.043321  4003 tablet_copy_client.cc:323] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:33265
I20260630 12:35:28.044963  3636 tablet_copy_service.cc:140] P 80fc179ac9984af4ac08de97179bc56a: Received BeginTabletCopySession request for tablet e454406247ea4478aa4ab884ef52d1f0 from peer 76a169ba447e4c068dffd2e902ba5f73 ({username='slave'} at 127.0.0.1:34548)
I20260630 12:35:28.045542  3636 tablet_copy_service.cc:161] P 80fc179ac9984af4ac08de97179bc56a: Beginning new tablet copy session on tablet e454406247ea4478aa4ab884ef52d1f0 from peer 76a169ba447e4c068dffd2e902ba5f73 at {username='slave'} at 127.0.0.1:34548: session id = 76a169ba447e4c068dffd2e902ba5f73-e454406247ea4478aa4ab884ef52d1f0
I20260630 12:35:28.053305  3636 tablet_copy_source_session.cc:215] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:28.056351  4003 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e454406247ea4478aa4ab884ef52d1f0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:28.068535  4003 tablet_copy_client.cc:806] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:28.069181  4003 tablet_copy_client.cc:670] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:28.076063  4005 ts_tablet_manager.cc:933] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: Initiating tablet copy from peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:28.076248  4003 tablet_copy_client.cc:538] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:28.078274  4005 tablet_copy_client.cc:323] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:46667
I20260630 12:35:28.080163  3561 tablet_copy_service.cc:140] P feb6b6f1cdb2481bae271d447174b085: Received BeginTabletCopySession request for tablet 40550d06054c4a3990fd166144efa9e4 from peer 80fc179ac9984af4ac08de97179bc56a ({username='slave'} at 127.0.0.1:56130)
I20260630 12:35:28.080705  3561 tablet_copy_service.cc:161] P feb6b6f1cdb2481bae271d447174b085: Beginning new tablet copy session on tablet 40550d06054c4a3990fd166144efa9e4 from peer 80fc179ac9984af4ac08de97179bc56a at {username='slave'} at 127.0.0.1:56130: session id = 80fc179ac9984af4ac08de97179bc56a-40550d06054c4a3990fd166144efa9e4
I20260630 12:35:28.083997  4003 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:28.088110  3561 tablet_copy_source_session.cc:215] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:28.091327  4005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40550d06054c4a3990fd166144efa9e4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:28.104065  4003 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: 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:28.105372  4003 tablet_bootstrap.cc:492] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap complete.
I20260630 12:35:28.106094  4003 ts_tablet_manager.cc:1403] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.004s
I20260630 12:35:28.108183  4005 tablet_copy_client.cc:806] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:28.108774  4005 tablet_copy_client.cc:670] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:28.109051  4003 raft_consensus.cc:359] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:28.109965  4003 raft_consensus.cc:740] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: LEARNER
I20260630 12:35:28.111116  4003 consensus_queue.cc:260] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [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: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:28.113351  4003 ts_tablet_manager.cc:1434] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:35:28.119486  3636 tablet_copy_service.cc:342] P 80fc179ac9984af4ac08de97179bc56a: Request end of tablet copy session 76a169ba447e4c068dffd2e902ba5f73-e454406247ea4478aa4ab884ef52d1f0 received from {username='slave'} at 127.0.0.1:34548
I20260630 12:35:28.119941  4005 tablet_copy_client.cc:538] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:28.119941  3636 tablet_copy_service.cc:434] P 80fc179ac9984af4ac08de97179bc56a: ending tablet copy session 76a169ba447e4c068dffd2e902ba5f73-e454406247ea4478aa4ab884ef52d1f0 on tablet e454406247ea4478aa4ab884ef52d1f0 with peer 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:28.128363  4003 ts_tablet_manager.cc:933] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: Initiating tablet copy from peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667)
I20260630 12:35:28.132638  4005 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap starting.
I20260630 12:35:28.137723  4003 tablet_copy_client.cc:323] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:46667
I20260630 12:35:28.139859  3561 tablet_copy_service.cc:140] P feb6b6f1cdb2481bae271d447174b085: Received BeginTabletCopySession request for tablet 54ffa957b68c4043a121a705b9d9e5a4 from peer 76a169ba447e4c068dffd2e902ba5f73 ({username='slave'} at 127.0.0.1:47964)
I20260630 12:35:28.140379  3561 tablet_copy_service.cc:161] P feb6b6f1cdb2481bae271d447174b085: Beginning new tablet copy session on tablet 54ffa957b68c4043a121a705b9d9e5a4 from peer 76a169ba447e4c068dffd2e902ba5f73 at {username='slave'} at 127.0.0.1:47964: session id = 76a169ba447e4c068dffd2e902ba5f73-54ffa957b68c4043a121a705b9d9e5a4
I20260630 12:35:28.147722  3561 tablet_copy_source_session.cc:215] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:28.150281  4003 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54ffa957b68c4043a121a705b9d9e5a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:28.158875  4005 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: 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:28.159886  4008 ts_tablet_manager.cc:933] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: Initiating tablet copy from peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035)
I20260630 12:35:28.166095  4005 tablet_bootstrap.cc:492] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: Bootstrap complete.
I20260630 12:35:28.166922  4005 ts_tablet_manager.cc:1403] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: Time spent bootstrapping tablet: real 0.035s	user 0.017s	sys 0.007s
I20260630 12:35:28.167904  4008 tablet_copy_client.cc:323] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:33035
I20260630 12:35:28.169097  4003 tablet_copy_client.cc:806] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:28.169775  4003 tablet_copy_client.cc:670] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:28.170235  3486 tablet_copy_service.cc:140] P 8310b2af81fa4b51a752e0a2d8711f13: Received BeginTabletCopySession request for tablet 12bad0edd7d349e1a69773a4b67b1442 from peer 76a169ba447e4c068dffd2e902ba5f73 ({username='slave'} at 127.0.0.1:59184)
I20260630 12:35:28.170789  3486 tablet_copy_service.cc:161] P 8310b2af81fa4b51a752e0a2d8711f13: Beginning new tablet copy session on tablet 12bad0edd7d349e1a69773a4b67b1442 from peer 76a169ba447e4c068dffd2e902ba5f73 at {username='slave'} at 127.0.0.1:59184: session id = 76a169ba447e4c068dffd2e902ba5f73-12bad0edd7d349e1a69773a4b67b1442
I20260630 12:35:28.173341  4003 tablet_copy_client.cc:538] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:28.178397  3486 tablet_copy_source_session.cc:215] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:28.179786  4003 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:28.180155  4005 raft_consensus.cc:359] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: NON_VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: true } }
I20260630 12:35:28.181095  4005 raft_consensus.cc:740] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 80fc179ac9984af4ac08de97179bc56a, State: Initialized, Role: LEARNER
I20260630 12:35:28.181694  4008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12bad0edd7d349e1a69773a4b67b1442. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:28.181810  4005 consensus_queue.cc:260] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: NON_VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: true } }
I20260630 12:35:28.188827  4005 ts_tablet_manager.cc:1434] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.000s
I20260630 12:35:28.190653  3561 tablet_copy_service.cc:342] P feb6b6f1cdb2481bae271d447174b085: Request end of tablet copy session 80fc179ac9984af4ac08de97179bc56a-40550d06054c4a3990fd166144efa9e4 received from {username='slave'} at 127.0.0.1:56130
I20260630 12:35:28.191116  3561 tablet_copy_service.cc:434] P feb6b6f1cdb2481bae271d447174b085: ending tablet copy session 80fc179ac9984af4ac08de97179bc56a-40550d06054c4a3990fd166144efa9e4 on tablet 40550d06054c4a3990fd166144efa9e4 with peer 80fc179ac9984af4ac08de97179bc56a
I20260630 12:35:28.200541  4008 tablet_copy_client.cc:806] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:28.201284  4008 tablet_copy_client.cc:670] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:28.205641  4008 tablet_copy_client.cc:538] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:28.210101  4003 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: 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:28.211189  4003 tablet_bootstrap.cc:492] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap complete.
I20260630 12:35:28.211865  4003 ts_tablet_manager.cc:1403] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.032s	user 0.021s	sys 0.002s
I20260630 12:35:28.215126  4008 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:28.214856  4003 raft_consensus.cc:359] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:28.215734  4003 raft_consensus.cc:740] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: LEARNER
I20260630 12:35:28.216415  4003 consensus_queue.cc:260] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:28.219002  4003 ts_tablet_manager.cc:1434] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:35:28.221074  3561 tablet_copy_service.cc:342] P feb6b6f1cdb2481bae271d447174b085: Request end of tablet copy session 76a169ba447e4c068dffd2e902ba5f73-54ffa957b68c4043a121a705b9d9e5a4 received from {username='slave'} at 127.0.0.1:47964
I20260630 12:35:28.221519  3561 tablet_copy_service.cc:434] P feb6b6f1cdb2481bae271d447174b085: ending tablet copy session 76a169ba447e4c068dffd2e902ba5f73-54ffa957b68c4043a121a705b9d9e5a4 on tablet 54ffa957b68c4043a121a705b9d9e5a4 with peer 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:28.236210  4008 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: 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:28.236974  4008 tablet_bootstrap.cc:492] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap complete.
I20260630 12:35:28.237715  4008 ts_tablet_manager.cc:1403] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.023s	user 0.024s	sys 0.000s
I20260630 12:35:28.240108  4008 raft_consensus.cc:359] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:28.240749  4008 raft_consensus.cc:740] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: LEARNER
I20260630 12:35:28.241254  4008 consensus_queue.cc:260] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:28.244374  4008 ts_tablet_manager.cc:1434] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:35:28.246389  3486 tablet_copy_service.cc:342] P 8310b2af81fa4b51a752e0a2d8711f13: Request end of tablet copy session 76a169ba447e4c068dffd2e902ba5f73-12bad0edd7d349e1a69773a4b67b1442 received from {username='slave'} at 127.0.0.1:59184
I20260630 12:35:28.246845  3486 tablet_copy_service.cc:434] P 8310b2af81fa4b51a752e0a2d8711f13: ending tablet copy session 76a169ba447e4c068dffd2e902ba5f73-12bad0edd7d349e1a69773a4b67b1442 on tablet 12bad0edd7d349e1a69773a4b67b1442 with peer 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:28.466838  3626 raft_consensus.cc:1217] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:28.610210  3793 raft_consensus.cc:1217] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:28.690944  3794 raft_consensus.cc:1217] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:28.748237  3794 raft_consensus.cc:1217] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:35:28.791149  3427 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:28.807989  3427 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:35:28.808620  3427 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:28.881917  3983 raft_consensus.cc:1064] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085: attempting to promote NON_VOTER 80fc179ac9984af4ac08de97179bc56a to VOTER
I20260630 12:35:28.884658  3983 consensus_queue.cc:237] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } }
I20260630 12:35:28.891860  3626 raft_consensus.cc:1275] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEARNER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:28.891990  3475 raft_consensus.cc:1275] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:28.892622  3794 raft_consensus.cc:1275] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:28.893448  4019 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } 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:28.894652  4017 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:28.895505  3983 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:28.918871  4017 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } } }
I20260630 12:35:28.923765  3794 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } } }
I20260630 12:35:28.927785  3475 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } } }
I20260630 12:35:28.934082  3626 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } } }
I20260630 12:35:28.936820  3371 catalog_manager.cc:5697] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index 2 to 3, 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:28.961645  3549 consensus_queue.cc:237] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } }
I20260630 12:35:28.968997  3626 raft_consensus.cc:1275] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:28.970628  4017 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } 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:28.976902  3475 raft_consensus.cc:1275] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:28.979179  4016 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } } }
I20260630 12:35:28.980487  3626 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } } }
I20260630 12:35:28.984939  4017 consensus_queue.cc:1048] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.992144  3358 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 40550d06054c4a3990fd166144efa9e4 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:28.996217  3374 catalog_manager.cc:5697] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a reported cstate change: config changed from index 3 to 4, VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) evicted. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } } }
I20260630 12:35:28.996510  3475 raft_consensus.cc:2955] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { promote: false } } }
I20260630 12:35:29.010068  3779 tablet_service.cc:1558] Processing DeleteTablet for tablet 40550d06054c4a3990fd166144efa9e4 with delete_type TABLET_DATA_TOMBSTONED (TS 76a169ba447e4c068dffd2e902ba5f73 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:59522
I20260630 12:35:29.012136  4030 tablet_replica.cc:333] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:29.012848  4030 raft_consensus.cc:2243] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:29.013361  4030 raft_consensus.cc:2272] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:29.016485  4030 ts_tablet_manager.cc:1916] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:29.037794  4030 ts_tablet_manager.cc:1929] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:29.038231  4030 log.cc:1199] T 40550d06054c4a3990fd166144efa9e4 P 76a169ba447e4c068dffd2e902ba5f73: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-3-root/wals/40550d06054c4a3990fd166144efa9e4
I20260630 12:35:29.064755  3361 catalog_manager.cc:5028] TS 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): tablet 40550d06054c4a3990fd166144efa9e4 (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]) successfully deleted
I20260630 12:35:29.113085  4017 raft_consensus.cc:1064] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085: attempting to promote NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 to VOTER
I20260630 12:35:29.116283  4017 consensus_queue.cc:237] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:29.126272  3794 raft_consensus.cc:1275] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:29.126376  3626 raft_consensus.cc:1275] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:29.129025  4016 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:29.129386  3475 raft_consensus.cc:1275] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:29.130626  4017 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } 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:29.131841  4019 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:29.162747  4016 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.165052  3793 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.166399  3626 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.175884  4035 raft_consensus.cc:1064] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a: attempting to promote NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 to VOTER
I20260630 12:35:29.184996  4035 consensus_queue.cc:237] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [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: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:29.187851  3372 catalog_manager.cc:5697] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a reported cstate change: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.190297  3475 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.197953  3978 raft_consensus.cc:1064] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13: attempting to promote NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 to VOTER
I20260630 12:35:29.202699  3978 consensus_queue.cc:237] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:29.219360  3549 raft_consensus.cc:1275] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:29.223434  3793 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEARNER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:29.223074  4014 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.003s
I20260630 12:35:29.228269  3626 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:29.230926  4020 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:29.231490  3549 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:29.234871  4020 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:29.244195  3978 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:29.253640  3551 consensus_queue.cc:237] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:29.255206  3796 raft_consensus.cc:1275] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 LEARNER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:29.256903  3475 raft_consensus.cc:1275] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:29.256955  4035 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:29.258762  4014 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } 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:29.269810  3794 raft_consensus.cc:1275] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:29.292831  4016 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:29.319504  3476 raft_consensus.cc:1275] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer feb6b6f1cdb2481bae271d447174b085: 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:29.325778  4016 consensus_queue.cc:1048] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:29.327463  4014 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.329025  3551 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.336673  4015 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.338811  4019 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.340412  3475 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.344985  3794 raft_consensus.cc:2955] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.350181  3358 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 54ffa957b68c4043a121a705b9d9e5a4 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:29.349563  3793 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.356351  3371 catalog_manager.cc:5697] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index 3 to 4, VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) evicted. New cstate: current_term: 1 leader_uuid: "feb6b6f1cdb2481bae271d447174b085" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:29.365087  3796 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.367702  3373 catalog_manager.cc:5697] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 reported cstate change: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.372256  3549 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.381379  3475 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.394104  3613 tablet_service.cc:1558] Processing DeleteTablet for tablet 54ffa957b68c4043a121a705b9d9e5a4 with delete_type TABLET_DATA_TOMBSTONED (TS 80fc179ac9984af4ac08de97179bc56a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:51286
I20260630 12:35:29.391983  3625 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } attrs { replace: true } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.397469  3372 catalog_manager.cc:5697] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a reported cstate change: config changed from index 2 to 3, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:29.418314  4046 tablet_replica.cc:333] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:29.419613  4046 raft_consensus.cc:2243] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:29.420514  4046 raft_consensus.cc:2272] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:29.424690  4046 ts_tablet_manager.cc:1916] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:29.436162  3625 consensus_queue.cc:237] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:29.438580  3475 consensus_queue.cc:237] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [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: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:29.445523  3796 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:29.445524  3551 raft_consensus.cc:1275] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Refusing update from remote peer 8310b2af81fa4b51a752e0a2d8711f13: 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:29.447330  4015 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:29.451283  3796 raft_consensus.cc:1275] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:29.452214  3551 raft_consensus.cc:1275] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:29.449774  4015 consensus_queue.cc:1048] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:29.452746  4046 ts_tablet_manager.cc:1929] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:29.453286  4046 log.cc:1199] T 54ffa957b68c4043a121a705b9d9e5a4 P 80fc179ac9984af4ac08de97179bc56a: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-2-root/wals/54ffa957b68c4043a121a705b9d9e5a4
I20260630 12:35:29.453871  4035 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:29.455928  4035 consensus_queue.cc:1048] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:29.458907  3361 catalog_manager.cc:5028] TS 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): tablet 54ffa957b68c4043a121a705b9d9e5a4 (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]) successfully deleted
I20260630 12:35:29.461369  4015 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.464250  4039 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.465741  3794 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.467388  3793 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.472761  3549 raft_consensus.cc:2955] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.474689  3551 raft_consensus.cc:2955] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.486438  3372 catalog_manager.cc:5697] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 reported cstate change: config changed from index 3 to 4, VOTER 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:29.491320  3361 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e454406247ea4478aa4ab884ef52d1f0 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:29.495615  3360 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 12bad0edd7d349e1a69773a4b67b1442 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:29.503944  3371 catalog_manager.cc:5697] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: config changed from index 4 to 5, VOTER 80fc179ac9984af4ac08de97179bc56a (127.0.120.3) evicted. New cstate: current_term: 2 leader_uuid: "8310b2af81fa4b51a752e0a2d8711f13" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:29.506088  3464 tablet_service.cc:1558] Processing DeleteTablet for tablet e454406247ea4478aa4ab884ef52d1f0 with delete_type TABLET_DATA_TOMBSTONED (TS 8310b2af81fa4b51a752e0a2d8711f13 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:39686
I20260630 12:35:29.509608  4047 tablet_replica.cc:333] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:29.512782  4047 raft_consensus.cc:2243] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:29.513695  4047 raft_consensus.cc:2272] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:29.518391  3613 tablet_service.cc:1558] Processing DeleteTablet for tablet 12bad0edd7d349e1a69773a4b67b1442 with delete_type TABLET_DATA_TOMBSTONED (TS 80fc179ac9984af4ac08de97179bc56a not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:51286
I20260630 12:35:29.518565  4047 ts_tablet_manager.cc:1916] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:29.519372  4046 tablet_replica.cc:333] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:29.520361  4046 raft_consensus.cc:2243] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:29.521160  4046 raft_consensus.cc:2272] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:29.527418  4046 ts_tablet_manager.cc:1916] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:29.536052  4047 ts_tablet_manager.cc:1929] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:29.536546  4047 log.cc:1199] T e454406247ea4478aa4ab884ef52d1f0 P 8310b2af81fa4b51a752e0a2d8711f13: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-0-root/wals/e454406247ea4478aa4ab884ef52d1f0
I20260630 12:35:29.538504  3360 catalog_manager.cc:5028] TS 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): tablet e454406247ea4478aa4ab884ef52d1f0 (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]) successfully deleted
I20260630 12:35:29.542922  4046 ts_tablet_manager.cc:1929] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:35:29.543397  4046 log.cc:1199] T 12bad0edd7d349e1a69773a4b67b1442 P 80fc179ac9984af4ac08de97179bc56a: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-2-root/wals/12bad0edd7d349e1a69773a4b67b1442
I20260630 12:35:29.544870  3361 catalog_manager.cc:5028] TS 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265): tablet 12bad0edd7d349e1a69773a4b67b1442 (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]) successfully deleted
I20260630 12:35:30.542235  3625 consensus_queue.cc:237] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: NON_VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: true } }
I20260630 12:35:30.548302  3793 raft_consensus.cc:1275] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:30.548800  3475 raft_consensus.cc:1275] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:30.549484  3589 consensus_peers.cc:597] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a -> Peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667): Couldn't send request to peer feb6b6f1cdb2481bae271d447174b085. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5894bf08119f48438d05e6be026a9795. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:30.550926  4050 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:30.551805  4014 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:30.560360  4049 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: NON_VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: true } } }
I20260630 12:35:30.562052  3475 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: NON_VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: true } } }
I20260630 12:35:30.562496  3793 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: NON_VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: true } } }
I20260630 12:35:30.572516  3371 catalog_manager.cc:5697] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: config changed from index -1 to 2, NON_VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) added. New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: NON_VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: true } } }
I20260630 12:35:30.575798  3625 consensus_queue.cc:237] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:30.582170  3549 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 3 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:35:30.583595  4049 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } 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:30.586848  3592 consensus_peers.cc:597] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a -> Peer 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): Couldn't send request to peer 76a169ba447e4c068dffd2e902ba5f73. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 459ab1921f174accaef336ee11eb02e9. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:30.588619  3475 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:35:30.589986  4014 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:30.598414  4049 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:30.601529  3551 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:30.605695  3475 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:30.615123  3372 catalog_manager.cc:5697] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index -1 to 3, NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) added. New cstate: current_term: 3 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } } }
I20260630 12:35:30.810011  3427 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:30.827790  3427 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:35:30.828637  3427 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:31.029129  4060 ts_tablet_manager.cc:933] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: Initiating tablet copy from peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:31.031669  4060 tablet_copy_client.cc:323] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:33265
I20260630 12:35:31.033600  3636 tablet_copy_service.cc:140] P 80fc179ac9984af4ac08de97179bc56a: Received BeginTabletCopySession request for tablet 459ab1921f174accaef336ee11eb02e9 from peer 76a169ba447e4c068dffd2e902ba5f73 ({username='slave'} at 127.0.0.1:34548)
I20260630 12:35:31.034194  3636 tablet_copy_service.cc:161] P 80fc179ac9984af4ac08de97179bc56a: Beginning new tablet copy session on tablet 459ab1921f174accaef336ee11eb02e9 from peer 76a169ba447e4c068dffd2e902ba5f73 at {username='slave'} at 127.0.0.1:34548: session id = 76a169ba447e4c068dffd2e902ba5f73-459ab1921f174accaef336ee11eb02e9
I20260630 12:35:31.042249  3636 tablet_copy_source_session.cc:215] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:31.045461  4060 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 459ab1921f174accaef336ee11eb02e9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:31.056192  4060 tablet_copy_client.cc:806] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:31.056818  4060 tablet_copy_client.cc:670] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:31.060788  4060 tablet_copy_client.cc:538] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:31.070029  4060 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap starting.
I20260630 12:35:31.087478  4063 ts_tablet_manager.cc:933] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: Initiating tablet copy from peer 80fc179ac9984af4ac08de97179bc56a (127.0.120.3:33265)
I20260630 12:35:31.089305  4063 tablet_copy_client.cc:323] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:33265
I20260630 12:35:31.090706  3636 tablet_copy_service.cc:140] P 80fc179ac9984af4ac08de97179bc56a: Received BeginTabletCopySession request for tablet 5894bf08119f48438d05e6be026a9795 from peer feb6b6f1cdb2481bae271d447174b085 ({username='slave'} at 127.0.0.1:51294)
I20260630 12:35:31.091156  3636 tablet_copy_service.cc:161] P 80fc179ac9984af4ac08de97179bc56a: Beginning new tablet copy session on tablet 5894bf08119f48438d05e6be026a9795 from peer feb6b6f1cdb2481bae271d447174b085 at {username='slave'} at 127.0.0.1:51294: session id = feb6b6f1cdb2481bae271d447174b085-5894bf08119f48438d05e6be026a9795
I20260630 12:35:31.092772  4060 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: 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:31.093691  4060 tablet_bootstrap.cc:492] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: Bootstrap complete.
I20260630 12:35:31.094354  4060 ts_tablet_manager.cc:1403] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: Time spent bootstrapping tablet: real 0.025s	user 0.018s	sys 0.004s
I20260630 12:35:31.096336  3636 tablet_copy_source_session.cc:215] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:31.097525  4060 raft_consensus.cc:359] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:31.098354  4060 raft_consensus.cc:740] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 76a169ba447e4c068dffd2e902ba5f73, State: Initialized, Role: LEARNER
I20260630 12:35:31.099319  4063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5894bf08119f48438d05e6be026a9795. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:31.099224  4060 consensus_queue.cc:260] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: true } }
I20260630 12:35:31.101900  4060 ts_tablet_manager.cc:1434] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:31.104326  3636 tablet_copy_service.cc:342] P 80fc179ac9984af4ac08de97179bc56a: Request end of tablet copy session 76a169ba447e4c068dffd2e902ba5f73-459ab1921f174accaef336ee11eb02e9 received from {username='slave'} at 127.0.0.1:34548
I20260630 12:35:31.104910  3636 tablet_copy_service.cc:434] P 80fc179ac9984af4ac08de97179bc56a: ending tablet copy session 76a169ba447e4c068dffd2e902ba5f73-459ab1921f174accaef336ee11eb02e9 on tablet 459ab1921f174accaef336ee11eb02e9 with peer 76a169ba447e4c068dffd2e902ba5f73
I20260630 12:35:31.115231  4063 tablet_copy_client.cc:806] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:31.115851  4063 tablet_copy_client.cc:670] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:31.118935  4063 tablet_copy_client.cc:538] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:31.125576  4063 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: Bootstrap starting.
I20260630 12:35:31.140333  4063 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: 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:31.141021  4063 tablet_bootstrap.cc:492] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: Bootstrap complete.
I20260630 12:35:31.141556  4063 ts_tablet_manager.cc:1403] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.007s
I20260630 12:35:31.143976  4063 raft_consensus.cc:359] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: NON_VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: true } }
I20260630 12:35:31.144807  4063 raft_consensus.cc:740] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: feb6b6f1cdb2481bae271d447174b085, State: Initialized, Role: LEARNER
I20260630 12:35:31.145306  4063 consensus_queue.cc:260] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: NON_VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: true } }
I20260630 12:35:31.148392  4063 ts_tablet_manager.cc:1434] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.005s
I20260630 12:35:31.149963  3636 tablet_copy_service.cc:342] P 80fc179ac9984af4ac08de97179bc56a: Request end of tablet copy session feb6b6f1cdb2481bae271d447174b085-5894bf08119f48438d05e6be026a9795 received from {username='slave'} at 127.0.0.1:51294
I20260630 12:35:31.150390  3636 tablet_copy_service.cc:434] P 80fc179ac9984af4ac08de97179bc56a: ending tablet copy session feb6b6f1cdb2481bae271d447174b085-5894bf08119f48438d05e6be026a9795 on tablet 5894bf08119f48438d05e6be026a9795 with peer feb6b6f1cdb2481bae271d447174b085
I20260630 12:35:31.485738  3793 raft_consensus.cc:1217] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:35:31.682590  3551 raft_consensus.cc:1217] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:31.956671  4067 raft_consensus.cc:1064] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a: attempting to promote NON_VOTER 76a169ba447e4c068dffd2e902ba5f73 to VOTER
I20260630 12:35:31.959309  4067 consensus_queue.cc:237] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:31.970986  3793 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 LEARNER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:31.970997  3549 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 3 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:31.972328  3476 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:35:31.973104  4049 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:31.974027  4067 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } 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:31.974857  4068 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:32.000252  4067 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.002969  3549 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.010758  3476 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.013406  3793 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.029150  3374 catalog_manager.cc:5697] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 reported cstate change: config changed from index 3 to 4, 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.061661  3626 consensus_queue.cc:237] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } }
I20260630 12:35:32.066563  3793 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:35:32.066730  3476 raft_consensus.cc:1275] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:35:32.068451  4076 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:32.069690  4075 consensus_queue.cc:1048] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:32.078564  4049 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.081539  3793 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.082850  3476 raft_consensus.cc:2955] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.089625  3361 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 459ab1921f174accaef336ee11eb02e9 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:32.095894  3371 catalog_manager.cc:5697] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 reported cstate change: config changed from index 4 to 5, VOTER feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) evicted. New cstate: current_term: 3 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { promote: false } } }
I20260630 12:35:32.107542  3535 tablet_service.cc:1558] Processing DeleteTablet for tablet 459ab1921f174accaef336ee11eb02e9 with delete_type TABLET_DATA_TOMBSTONED (TS feb6b6f1cdb2481bae271d447174b085 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:56116
I20260630 12:35:32.109555  4067 raft_consensus.cc:1064] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a: attempting to promote NON_VOTER feb6b6f1cdb2481bae271d447174b085 to VOTER
I20260630 12:35:32.112120  4081 tablet_replica.cc:333] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:32.112416  4067 consensus_queue.cc:237] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [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: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } }
I20260630 12:35:32.113147  4081 raft_consensus.cc:2243] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:32.113795  4081 raft_consensus.cc:2272] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:32.117580  4081 ts_tablet_manager.cc:1916] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:32.126910  3476 raft_consensus.cc:1275] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:32.127040  3549 raft_consensus.cc:1275] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEARNER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:32.128827  4075 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } 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:32.131179  4049 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:32.132730  4081 ts_tablet_manager.cc:1929] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:35:32.133496  4081 log.cc:1199] T 459ab1921f174accaef336ee11eb02e9 P feb6b6f1cdb2481bae271d447174b085: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-1-root/wals/459ab1921f174accaef336ee11eb02e9
I20260630 12:35:32.135324  3358 catalog_manager.cc:5028] TS feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667): tablet 459ab1921f174accaef336ee11eb02e9 (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]) successfully deleted
I20260630 12:35:32.139707  3793 raft_consensus.cc:1275] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:32.140923  4049 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } 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:32.147437  4067 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.149497  3549 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.153192  3793 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.158713  3476 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.168722  3371 catalog_manager.cc:5697] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 reported cstate change: config changed from index 2 to 3, feb6b6f1cdb2481bae271d447174b085 (127.0.120.2) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76a169ba447e4c068dffd2e902ba5f73" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34235 } attrs { replace: true } } peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.185748  3626 consensus_queue.cc:237] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [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: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } }
I20260630 12:35:32.193027  3549 raft_consensus.cc:1275] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:32.193028  3476 raft_consensus.cc:1275] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Refusing update from remote peer 80fc179ac9984af4ac08de97179bc56a: 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:32.195035  4067 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } 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:32.195987  4076 consensus_queue.cc:1048] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:32.203863  4076 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.209511  3549 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.213022  3475 raft_consensus.cc:2955] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.218453  3361 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 5894bf08119f48438d05e6be026a9795 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:32.224613  3370 catalog_manager.cc:5697] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 reported cstate change: config changed from index 3 to 4, VOTER 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4) evicted. New cstate: current_term: 1 leader_uuid: "80fc179ac9984af4ac08de97179bc56a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "80fc179ac9984af4ac08de97179bc56a" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33265 } } peers { permanent_uuid: "8310b2af81fa4b51a752e0a2d8711f13" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33035 } } peers { permanent_uuid: "feb6b6f1cdb2481bae271d447174b085" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46667 } attrs { promote: false } } }
I20260630 12:35:32.237885  3779 tablet_service.cc:1558] Processing DeleteTablet for tablet 5894bf08119f48438d05e6be026a9795 with delete_type TABLET_DATA_TOMBSTONED (TS 76a169ba447e4c068dffd2e902ba5f73 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:59522
I20260630 12:35:32.240232  4086 tablet_replica.cc:333] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:32.241236  4086 raft_consensus.cc:2243] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:32.242002  4086 raft_consensus.cc:2272] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:32.245288  4086 ts_tablet_manager.cc:1916] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:32.256748  4086 ts_tablet_manager.cc:1929] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:32.257090  4086 log.cc:1199] T 5894bf08119f48438d05e6be026a9795 P 76a169ba447e4c068dffd2e902ba5f73: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822836191499-480-0/minicluster-data/ts-3-root/wals/5894bf08119f48438d05e6be026a9795
I20260630 12:35:32.258605  3361 catalog_manager.cc:5028] TS 76a169ba447e4c068dffd2e902ba5f73 (127.0.120.4:34235): tablet 5894bf08119f48438d05e6be026a9795 (table range_aware_rebalance_new_range [id=023f5bb0c3a64c218de931b6e743d882]) successfully deleted
I20260630 12:35:32.829947  3427 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:32.842159  3427 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:35:32.842720  3427 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:33.077055   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:35:33.116972   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:33.117744   480 tablet_replica.cc:333] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.118345   480 raft_consensus.cc:2243] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.118852   480 raft_consensus.cc:2272] T 40550d06054c4a3990fd166144efa9e4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.121434   480 tablet_replica.cc:333] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.122162   480 raft_consensus.cc:2243] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.122843   480 raft_consensus.cc:2272] T 5894bf08119f48438d05e6be026a9795 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.125787   480 tablet_replica.cc:333] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.126305   480 raft_consensus.cc:2243] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.126734   480 raft_consensus.cc:2272] T b8d8b2434a1c42459524df05a18acef8 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.128536   480 tablet_replica.cc:333] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.129046   480 raft_consensus.cc:2243] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.129804   480 raft_consensus.cc:2272] T bf95d9131cb64a768fe80c4a9c2d9a5c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.132143   480 tablet_replica.cc:333] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.132647   480 raft_consensus.cc:2243] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.133499   480 raft_consensus.cc:2272] T 4b3f256c095f49ba9d9cc4e03b068091 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.135403   480 tablet_replica.cc:333] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.135893   480 raft_consensus.cc:2243] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.136240   480 raft_consensus.cc:2272] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.138013   480 tablet_replica.cc:333] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.138482   480 raft_consensus.cc:2243] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.138846   480 raft_consensus.cc:2272] T 459ab1921f174accaef336ee11eb02e9 P 8310b2af81fa4b51a752e0a2d8711f13 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.140645   480 tablet_replica.cc:333] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.141127   480 raft_consensus.cc:2243] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.141732   480 raft_consensus.cc:2272] T 12bad0edd7d349e1a69773a4b67b1442 P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.143424   480 tablet_replica.cc:333] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.143862   480 raft_consensus.cc:2243] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.144382   480 raft_consensus.cc:2272] T 54ffa957b68c4043a121a705b9d9e5a4 P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.146031   480 tablet_replica.cc:333] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.146507   480 raft_consensus.cc:2243] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.146867   480 raft_consensus.cc:2272] T f77d2f1989184040b0430c9cc32c9eac P 8310b2af81fa4b51a752e0a2d8711f13 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.148542   480 tablet_replica.cc:333] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.148933   480 raft_consensus.cc:2243] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.149573   480 raft_consensus.cc:2272] T e37c5a77caf0412998e976f6aeafffae P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.151150   480 tablet_replica.cc:333] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13: stopping tablet replica
I20260630 12:35:33.151649   480 raft_consensus.cc:2243] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.151999   480 raft_consensus.cc:2272] T ef6dc4ccca4646d1942bc899da63fe2c P 8310b2af81fa4b51a752e0a2d8711f13 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.187855   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:35:33.219395   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
W20260630 12:35:33.258668  3761 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:33035: connect: Connection refused (error 111)
I20260630 12:35:33.262058   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:33.263326   480 tablet_replica.cc:333] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
W20260630 12:35:33.264225  3761 consensus_peers.cc:597] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 -> Peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): Couldn't send request to peer 8310b2af81fa4b51a752e0a2d8711f13. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:33035: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:33.264237   480 raft_consensus.cc:2243] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.265064   480 raft_consensus.cc:2272] T 5894bf08119f48438d05e6be026a9795 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.266772   480 tablet_replica.cc:333] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.267374   480 raft_consensus.cc:2243] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.268036   480 raft_consensus.cc:2272] T 40550d06054c4a3990fd166144efa9e4 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.270728   480 tablet_replica.cc:333] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.271576   480 raft_consensus.cc:2243] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.272123   480 raft_consensus.cc:2272] T 4b3f256c095f49ba9d9cc4e03b068091 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.275094   480 tablet_replica.cc:333] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
W20260630 12:35:33.275512  3761 consensus_peers.cc:597] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 -> Peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): Couldn't send request to peer 8310b2af81fa4b51a752e0a2d8711f13. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:33035: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:33.275854   480 raft_consensus.cc:2243] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Raft consensus shutting down.
W20260630 12:35:33.276137  3591 consensus_peers.cc:597] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a -> Peer 8310b2af81fa4b51a752e0a2d8711f13 (127.0.120.1:33035): Couldn't send request to peer 8310b2af81fa4b51a752e0a2d8711f13. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:33035: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:33.276379   480 raft_consensus.cc:2272] T f6206db1961d408a99a2f7a176897505 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.278297   480 tablet_replica.cc:333] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.278843   480 raft_consensus.cc:2243] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.279265   480 raft_consensus.cc:2272] T ba9ac8ba6977488ea227c96a887817ac P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.280983   480 tablet_replica.cc:333] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.281719   480 raft_consensus.cc:2243] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.282567   480 raft_consensus.cc:2272] T e454406247ea4478aa4ab884ef52d1f0 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.284373   480 tablet_replica.cc:333] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.284996   480 raft_consensus.cc:2243] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.285389   480 raft_consensus.cc:2272] T ef6dc4ccca4646d1942bc899da63fe2c P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.287178   480 tablet_replica.cc:333] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.287663   480 raft_consensus.cc:2243] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.288151   480 raft_consensus.cc:2272] T 12bad0edd7d349e1a69773a4b67b1442 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.289904   480 tablet_replica.cc:333] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.290431   480 raft_consensus.cc:2243] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.291147   480 raft_consensus.cc:2272] T 54ffa957b68c4043a121a705b9d9e5a4 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.292773   480 tablet_replica.cc:333] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.293258   480 raft_consensus.cc:2243] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.293658   480 raft_consensus.cc:2272] T b8d8b2434a1c42459524df05a18acef8 P feb6b6f1cdb2481bae271d447174b085 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.295413   480 tablet_replica.cc:333] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.295841   480 raft_consensus.cc:2243] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.296622   480 raft_consensus.cc:2272] T 3c9d82e5f407426aacdf6f0a2436efe3 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.298385   480 tablet_replica.cc:333] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085: stopping tablet replica
I20260630 12:35:33.298830   480 raft_consensus.cc:2243] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.299757   480 raft_consensus.cc:2272] T e95ab0e21ced4c4d8b60ccf5aa7df997 P feb6b6f1cdb2481bae271d447174b085 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.334179   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:35:33.359457   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
W20260630 12:35:33.385651  3758 consensus_peers.cc:597] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 -> Peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667): Couldn't send request to peer feb6b6f1cdb2481bae271d447174b085. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.2:46667: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:33.385854   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:33.386653   480 tablet_replica.cc:333] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.387282   480 raft_consensus.cc:2243] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.387773   480 raft_consensus.cc:2272] T 40550d06054c4a3990fd166144efa9e4 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.389554   480 tablet_replica.cc:333] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.390130   480 raft_consensus.cc:2243] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.390565   480 raft_consensus.cc:2272] T bf95d9131cb64a768fe80c4a9c2d9a5c P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.392400   480 tablet_replica.cc:333] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.392927   480 raft_consensus.cc:2243] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.393365   480 raft_consensus.cc:2272] T f6206db1961d408a99a2f7a176897505 P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.395254   480 tablet_replica.cc:333] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.395771   480 raft_consensus.cc:2243] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.396183   480 raft_consensus.cc:2272] T ba9ac8ba6977488ea227c96a887817ac P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.397923   480 tablet_replica.cc:333] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.398413   480 raft_consensus.cc:2243] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.399199   480 raft_consensus.cc:2272] T e454406247ea4478aa4ab884ef52d1f0 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.401012   480 tablet_replica.cc:333] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.401448   480 raft_consensus.cc:2243] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.402117   480 raft_consensus.cc:2272] T 459ab1921f174accaef336ee11eb02e9 P 80fc179ac9984af4ac08de97179bc56a [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.403877   480 tablet_replica.cc:333] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.404306   480 raft_consensus.cc:2243] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.405032   480 raft_consensus.cc:2272] T 5894bf08119f48438d05e6be026a9795 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.407110   480 tablet_replica.cc:333] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.407639   480 raft_consensus.cc:2243] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.408182   480 raft_consensus.cc:2272] T f77d2f1989184040b0430c9cc32c9eac P 80fc179ac9984af4ac08de97179bc56a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.409933   480 tablet_replica.cc:333] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.410431   480 raft_consensus.cc:2243] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.410820   480 raft_consensus.cc:2272] T e37c5a77caf0412998e976f6aeafffae P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.412451   480 tablet_replica.cc:333] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.412948   480 raft_consensus.cc:2243] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.413645   480 raft_consensus.cc:2272] T ef6dc4ccca4646d1942bc899da63fe2c P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.415666   480 tablet_replica.cc:333] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.416134   480 raft_consensus.cc:2243] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.416697   480 raft_consensus.cc:2272] T 3c9d82e5f407426aacdf6f0a2436efe3 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.418541   480 tablet_replica.cc:333] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a: stopping tablet replica
I20260630 12:35:33.418998   480 raft_consensus.cc:2243] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus shutting down.
W20260630 12:35:33.419116  3758 consensus_peers.cc:597] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 -> Peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667): Couldn't send request to peer feb6b6f1cdb2481bae271d447174b085. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.2:46667: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:33.419533   480 raft_consensus.cc:2272] T e95ab0e21ced4c4d8b60ccf5aa7df997 P 80fc179ac9984af4ac08de97179bc56a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.452152   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:35:33.480579   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
W20260630 12:35:33.487851  3758 consensus_peers.cc:597] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 -> Peer feb6b6f1cdb2481bae271d447174b085 (127.0.120.2:46667): Couldn't send request to peer feb6b6f1cdb2481bae271d447174b085. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.2:46667: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:33.510027   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:33.510776   480 tablet_replica.cc:333] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.511412   480 raft_consensus.cc:2243] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.511961   480 raft_consensus.cc:2272] T 459ab1921f174accaef336ee11eb02e9 P 76a169ba447e4c068dffd2e902ba5f73 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.513705   480 tablet_replica.cc:333] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.514228   480 raft_consensus.cc:2243] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.514701   480 raft_consensus.cc:2272] T 12bad0edd7d349e1a69773a4b67b1442 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.516302   480 tablet_replica.cc:333] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.516788   480 raft_consensus.cc:2243] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.517269   480 raft_consensus.cc:2272] T 54ffa957b68c4043a121a705b9d9e5a4 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.518824   480 tablet_replica.cc:333] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.519335   480 raft_consensus.cc:2243] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.520087   480 raft_consensus.cc:2272] T ba9ac8ba6977488ea227c96a887817ac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.521795   480 tablet_replica.cc:333] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.522294   480 raft_consensus.cc:2243] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.523152   480 raft_consensus.cc:2272] T f6206db1961d408a99a2f7a176897505 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.524837   480 tablet_replica.cc:333] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.525388   480 raft_consensus.cc:2243] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.526078   480 raft_consensus.cc:2272] T f77d2f1989184040b0430c9cc32c9eac P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.527820   480 tablet_replica.cc:333] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.528301   480 raft_consensus.cc:2243] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.528810   480 raft_consensus.cc:2272] T 3c9d82e5f407426aacdf6f0a2436efe3 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.530459   480 tablet_replica.cc:333] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.530933   480 raft_consensus.cc:2243] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.531355   480 raft_consensus.cc:2272] T e37c5a77caf0412998e976f6aeafffae P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.533051   480 tablet_replica.cc:333] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.533553   480 raft_consensus.cc:2243] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.534318   480 raft_consensus.cc:2272] T b8d8b2434a1c42459524df05a18acef8 P 76a169ba447e4c068dffd2e902ba5f73 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.535960   480 tablet_replica.cc:333] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.536443   480 raft_consensus.cc:2243] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.536831   480 raft_consensus.cc:2272] T bf95d9131cb64a768fe80c4a9c2d9a5c P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.538498   480 tablet_replica.cc:333] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.538921   480 raft_consensus.cc:2243] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.539427   480 raft_consensus.cc:2272] T e454406247ea4478aa4ab884ef52d1f0 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.540964   480 tablet_replica.cc:333] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73: stopping tablet replica
I20260630 12:35:33.541399   480 raft_consensus.cc:2243] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:33.541760   480 raft_consensus.cc:2272] T 4b3f256c095f49ba9d9cc4e03b068091 P 76a169ba447e4c068dffd2e902ba5f73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.573773   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:35:33.598393   480 master.cc:562] Master@127.0.120.62:42285 shutting down...
I20260630 12:35:33.622010   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:33.622486   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:33.622747   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 17e59b353d95447d8eb4b2d729deb931: stopping tablet replica
I20260630 12:35:33.642733   480 master.cc:584] Master@127.0.120.62:42285 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (15126 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:35:33.695299   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:34545
I20260630 12:35:33.696403   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:33.702934  4093 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:33.703265  4092 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:33.704612  4095 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:33.705358   480 server_base.cc:1061] running on GCE node
I20260630 12:35:33.706398   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:33.706578   480 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:33.706696   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822933706684 us; error 0 us; skew 500 ppm
I20260630 12:35:33.707240   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:33.709689   480 webserver.cc:533] Webserver started at http://127.0.120.62:35885/ using document root <none> and password file <none>
I20260630 12:35:33.710214   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:33.710415   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:33.710707   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:33.712145   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "fb36c97db5ca4d04933ad5d25734ae0a"
format_stamp: "Formatted at 2026-06-30 12:35:33 on dist-test-slave-80h9"
I20260630 12:35:33.716789   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:33.720288  4100 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:33.721051   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:35:33.721325   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "fb36c97db5ca4d04933ad5d25734ae0a"
format_stamp: "Formatted at 2026-06-30 12:35:33 on dist-test-slave-80h9"
I20260630 12:35:33.721621   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-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:33.738317   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:33.739588   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:33.782131   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:34545
I20260630 12:35:33.782342  4151 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:34545 every 8 connection(s)
I20260630 12:35:33.786015  4152 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:33.796096  4152 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a: Bootstrap starting.
I20260630 12:35:33.800889  4152 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:33.805004  4152 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a: No bootstrap required, opened a new log
I20260630 12:35:33.807123  4152 raft_consensus.cc:359] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fb36c97db5ca4d04933ad5d25734ae0a" member_type: VOTER }
I20260630 12:35:33.807495  4152 raft_consensus.cc:385] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:33.807668  4152 raft_consensus.cc:740] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fb36c97db5ca4d04933ad5d25734ae0a, State: Initialized, Role: FOLLOWER
I20260630 12:35:33.808137  4152 consensus_queue.cc:260] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "fb36c97db5ca4d04933ad5d25734ae0a" member_type: VOTER }
I20260630 12:35:33.808530  4152 raft_consensus.cc:399] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:33.808718  4152 raft_consensus.cc:493] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:33.808935  4152 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:33.813400  4152 raft_consensus.cc:515] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fb36c97db5ca4d04933ad5d25734ae0a" member_type: VOTER }
I20260630 12:35:33.813884  4152 leader_election.cc:304] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [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: fb36c97db5ca4d04933ad5d25734ae0a; no voters: 
I20260630 12:35:33.814965  4152 leader_election.cc:290] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:33.815336  4155 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:33.816630  4155 raft_consensus.cc:697] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 1 LEADER]: Becoming Leader. State: Replica: fb36c97db5ca4d04933ad5d25734ae0a, State: Running, Role: LEADER
I20260630 12:35:33.817262  4155 consensus_queue.cc:237] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [LEADER]: Queue going to LEADER mode. State: All 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: "fb36c97db5ca4d04933ad5d25734ae0a" member_type: VOTER }
I20260630 12:35:33.817867  4152 sys_catalog.cc:565] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:33.821506  4156 sys_catalog.cc:455] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "fb36c97db5ca4d04933ad5d25734ae0a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fb36c97db5ca4d04933ad5d25734ae0a" member_type: VOTER } }
I20260630 12:35:33.821491  4157 sys_catalog.cc:455] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [sys.catalog]: SysCatalogTable state changed. Reason: New leader fb36c97db5ca4d04933ad5d25734ae0a. Latest consensus state: current_term: 1 leader_uuid: "fb36c97db5ca4d04933ad5d25734ae0a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fb36c97db5ca4d04933ad5d25734ae0a" member_type: VOTER } }
I20260630 12:35:33.822512  4157 sys_catalog.cc:458] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:33.823239  4156 sys_catalog.cc:458] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:33.830302  4162 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:33.835638  4162 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:33.836740   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:33.844463  4162 catalog_manager.cc:1383] Generated new cluster ID: c2063345d3f342c0ac443c4bd0da1e73
I20260630 12:35:33.844787  4162 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:33.860438  4162 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:33.861661  4162 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:33.874467  4162 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a: Generated new TSK 0
I20260630 12:35:33.875098  4162 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:33.903826   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:33.909816  4173 instance_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:33.910758  4174 instance_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:33.913229   480 server_base.cc:1061] running on GCE node
W20260630 12:35:33.913166  4176 instance_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:33.914541   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:33.914764   480 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:33.914973   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822933914953 us; error 0 us; skew 500 ppm
I20260630 12:35:33.915575   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:33.917840   480 webserver.cc:533] Webserver started at http://127.0.120.1:39213/ using document root <none> and password file <none>
I20260630 12:35:33.918313   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:33.918511   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:33.918785   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:33.919919   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "dd32248aa3df4edc8fb97c8e363b79f5"
format_stamp: "Formatted at 2026-06-30 12:35:33 on dist-test-slave-80h9"
I20260630 12:35:33.924353   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:33.927544  4181 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:33.928416   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:33.928719   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "dd32248aa3df4edc8fb97c8e363b79f5"
format_stamp: "Formatted at 2026-06-30 12:35:33 on dist-test-slave-80h9"
I20260630 12:35:33.929030   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-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:33.960747   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:33.961932   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:33.963420   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:33.965794   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:33.966037   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:33.966274   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:33.966464   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:34.006623   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:40129
I20260630 12:35:34.006738  4243 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:40129 every 8 connection(s)
I20260630 12:35:34.011667   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:34.019279  4248 instance_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:34.020264  4249 instance_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:34.021898  4251 instance_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:34.022433   480 server_base.cc:1061] running on GCE node
I20260630 12:35:34.023782   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:34.024041   480 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:34.024228   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822934024211 us; error 0 us; skew 500 ppm
I20260630 12:35:34.024873   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:34.025933  4244 heartbeater.cc:344] Connected to a master server at 127.0.120.62:34545
I20260630 12:35:34.026345  4244 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:34.027238  4244 heartbeater.cc:507] Master 127.0.120.62:34545 requested a full tablet report, sending...
I20260630 12:35:34.027621   480 webserver.cc:533] Webserver started at http://127.0.120.2:39999/ using document root <none> and password file <none>
I20260630 12:35:34.028301   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:34.028515   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:34.028832   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:34.029613  4117 ts_manager.cc:194] Registered new tserver with Master: dd32248aa3df4edc8fb97c8e363b79f5 (127.0.120.1:40129)
I20260630 12:35:34.029959   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "7c0fed3f3e4f43ae801624de9ea809f0"
format_stamp: "Formatted at 2026-06-30 12:35:34 on dist-test-slave-80h9"
I20260630 12:35:34.031774  4117 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33134
I20260630 12:35:34.035059   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:35:34.038305  4256 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:34.039132   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:34.039422   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "7c0fed3f3e4f43ae801624de9ea809f0"
format_stamp: "Formatted at 2026-06-30 12:35:34 on dist-test-slave-80h9"
I20260630 12:35:34.039710   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-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:34.057727   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:34.058992   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:34.060472   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:34.062732   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:34.062917   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:34.063210   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:34.063372   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:34.101753   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:36307
I20260630 12:35:34.101854  4318 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:36307 every 8 connection(s)
I20260630 12:35:34.106622   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:34.113777  4322 instance_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:34.115477  4323 instance_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:34.117786   480 server_base.cc:1061] running on GCE node
W20260630 12:35:34.118767  4325 instance_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:34.119721  4319 heartbeater.cc:344] Connected to a master server at 127.0.120.62:34545
I20260630 12:35:34.119889   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:34.120111  4319 heartbeater.cc:461] Registering TS with master...
W20260630 12:35:34.120208   480 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:34.120505   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822934120487 us; error 0 us; skew 500 ppm
I20260630 12:35:34.120998  4319 heartbeater.cc:507] Master 127.0.120.62:34545 requested a full tablet report, sending...
I20260630 12:35:34.121070   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:34.123214  4117 ts_manager.cc:194] Registered new tserver with Master: 7c0fed3f3e4f43ae801624de9ea809f0 (127.0.120.2:36307)
I20260630 12:35:34.124552  4117 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33148
I20260630 12:35:34.125650   480 webserver.cc:533] Webserver started at http://127.0.120.3:37059/ using document root <none> and password file <none>
I20260630 12:35:34.126163   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:34.126353   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:34.126617   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:34.127810   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "7f01bf6ac9f14d70958adba4f755b3d8"
format_stamp: "Formatted at 2026-06-30 12:35:34 on dist-test-slave-80h9"
I20260630 12:35:34.132385   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:34.135845  4330 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:34.136677   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:34.136986   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "7f01bf6ac9f14d70958adba4f755b3d8"
format_stamp: "Formatted at 2026-06-30 12:35:34 on dist-test-slave-80h9"
I20260630 12:35:34.137262   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-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:34.159722   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:34.161369   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:34.162997   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:34.165311   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:34.165553   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:34.165786   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:34.165954   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:34.207283   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:39183
I20260630 12:35:34.207397  4392 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:39183 every 8 connection(s)
I20260630 12:35:34.212014   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:34.219094  4396 instance_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:34.222335  4397 instance_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:34.225091   480 server_base.cc:1061] running on GCE node
W20260630 12:35:34.226814  4399 instance_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:34.227239  4393 heartbeater.cc:344] Connected to a master server at 127.0.120.62:34545
I20260630 12:35:34.227712  4393 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:34.227933   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:34.228214   480 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:34.228380   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822934228363 us; error 0 us; skew 500 ppm
I20260630 12:35:34.228588  4393 heartbeater.cc:507] Master 127.0.120.62:34545 requested a full tablet report, sending...
I20260630 12:35:34.228965   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:34.230954  4117 ts_manager.cc:194] Registered new tserver with Master: 7f01bf6ac9f14d70958adba4f755b3d8 (127.0.120.3:39183)
I20260630 12:35:34.231880   480 webserver.cc:533] Webserver started at http://127.0.120.4:34301/ using document root <none> and password file <none>
I20260630 12:35:34.232458   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:34.232463  4117 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33152
I20260630 12:35:34.232921   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:34.233263   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:34.234750   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "12ed49552d884155830ca212f8572c8f"
format_stamp: "Formatted at 2026-06-30 12:35:34 on dist-test-slave-80h9"
I20260630 12:35:34.239550   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:34.243150  4404 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:34.244194   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:35:34.244534   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "12ed49552d884155830ca212f8572c8f"
format_stamp: "Formatted at 2026-06-30 12:35:34 on dist-test-slave-80h9"
I20260630 12:35:34.244829   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822836191499-480-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:34.257892   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:34.259261   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:34.261066   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:34.263583   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:34.263790   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:34.264122   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:34.264298   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:34.305315   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:46537
I20260630 12:35:34.305395  4466 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:46537 every 8 connection(s)
I20260630 12:35:34.319942  4467 heartbeater.cc:344] Connected to a master server at 127.0.120.62:34545
I20260630 12:35:34.320423  4467 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:34.321283  4467 heartbeater.cc:507] Master 127.0.120.62:34545 requested a full tablet report, sending...
I20260630 12:35:34.323503  4117 ts_manager.cc:194] Registered new tserver with Master: 12ed49552d884155830ca212f8572c8f (127.0.120.4:46537)
I20260630 12:35:34.323663   480 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.015031491s
I20260630 12:35:34.325171  4117 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33156
I20260630 12:35:34.879930  4117 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33170:
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:34.929679  4284 tablet_service.cc:1511] Processing CreateTablet for tablet 23b67d1846514868ba1aa102f4ed4350 (DEFAULT_TABLE table=test-workload [id=eaa7e96b6f7d4e059d78006e3073c55f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:34.931075  4284 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23b67d1846514868ba1aa102f4ed4350. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:34.948415  4432 tablet_service.cc:1511] Processing CreateTablet for tablet 23b67d1846514868ba1aa102f4ed4350 (DEFAULT_TABLE table=test-workload [id=eaa7e96b6f7d4e059d78006e3073c55f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:34.949170  4488 tablet_bootstrap.cc:492] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0: Bootstrap starting.
I20260630 12:35:34.949841  4432 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23b67d1846514868ba1aa102f4ed4350. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:34.953613  4209 tablet_service.cc:1511] Processing CreateTablet for tablet 23b67d1846514868ba1aa102f4ed4350 (DEFAULT_TABLE table=test-workload [id=eaa7e96b6f7d4e059d78006e3073c55f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:34.954756  4209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23b67d1846514868ba1aa102f4ed4350. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:34.956300  4488 tablet_bootstrap.cc:654] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:34.967702  4488 tablet_bootstrap.cc:492] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0: No bootstrap required, opened a new log
I20260630 12:35:34.968217  4488 ts_tablet_manager.cc:1403] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0: Time spent bootstrapping tablet: real 0.019s	user 0.018s	sys 0.000s
I20260630 12:35:34.969174  4490 tablet_bootstrap.cc:492] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5: Bootstrap starting.
I20260630 12:35:34.971005  4491 tablet_bootstrap.cc:492] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f: Bootstrap starting.
I20260630 12:35:34.971832  4488 raft_consensus.cc:359] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:34.972455  4488 raft_consensus.cc:385] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:34.972714  4488 raft_consensus.cc:740] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c0fed3f3e4f43ae801624de9ea809f0, State: Initialized, Role: FOLLOWER
I20260630 12:35:34.973393  4488 consensus_queue.cc:260] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:34.976042  4490 tablet_bootstrap.cc:654] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:34.977618  4491 tablet_bootstrap.cc:654] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:34.981297  4319 heartbeater.cc:499] Master 127.0.120.62:34545 was elected leader, sending a full tablet report...
I20260630 12:35:34.982219  4490 tablet_bootstrap.cc:492] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5: No bootstrap required, opened a new log
I20260630 12:35:34.982815  4488 ts_tablet_manager.cc:1434] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0: Time spent starting tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:35:34.982941  4490 ts_tablet_manager.cc:1403] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:35:34.983393  4491 tablet_bootstrap.cc:492] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f: No bootstrap required, opened a new log
I20260630 12:35:34.983968  4491 ts_tablet_manager.cc:1403] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260630 12:35:34.985795  4490 raft_consensus.cc:359] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:34.986711  4490 raft_consensus.cc:385] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:34.986994  4490 raft_consensus.cc:740] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd32248aa3df4edc8fb97c8e363b79f5, State: Initialized, Role: FOLLOWER
I20260630 12:35:34.986850  4491 raft_consensus.cc:359] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:34.987793  4491 raft_consensus.cc:385] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:34.988128  4491 raft_consensus.cc:740] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12ed49552d884155830ca212f8572c8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:34.988730  4491 consensus_queue.cc:260] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:34.989514  4490 consensus_queue.cc:260] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:34.991532  4467 heartbeater.cc:499] Master 127.0.120.62:34545 was elected leader, sending a full tablet report...
I20260630 12:35:34.991664  4491 ts_tablet_manager.cc:1434] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:35:34.996302  4244 heartbeater.cc:499] Master 127.0.120.62:34545 was elected leader, sending a full tablet report...
I20260630 12:35:34.996779  4490 ts_tablet_manager.cc:1434] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5: Time spent starting tablet: real 0.013s	user 0.002s	sys 0.004s
I20260630 12:35:35.026196  4495 raft_consensus.cc:493] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:35.026760  4495 raft_consensus.cc:515] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:35.030452  4495 leader_election.cc:290] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7c0fed3f3e4f43ae801624de9ea809f0 (127.0.120.2:36307), dd32248aa3df4edc8fb97c8e363b79f5 (127.0.120.1:40129)
I20260630 12:35:35.039706  4294 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23b67d1846514868ba1aa102f4ed4350" candidate_uuid: "12ed49552d884155830ca212f8572c8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" is_pre_election: true
I20260630 12:35:35.040544  4294 raft_consensus.cc:2468] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 12ed49552d884155830ca212f8572c8f in term 0.
I20260630 12:35:35.040495  4219 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23b67d1846514868ba1aa102f4ed4350" candidate_uuid: "12ed49552d884155830ca212f8572c8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" is_pre_election: true
I20260630 12:35:35.041426  4219 raft_consensus.cc:2468] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 12ed49552d884155830ca212f8572c8f in term 0.
I20260630 12:35:35.041965  4405 leader_election.cc:304] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12ed49552d884155830ca212f8572c8f, 7c0fed3f3e4f43ae801624de9ea809f0; no voters: 
I20260630 12:35:35.042689  4495 raft_consensus.cc:2804] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:35.042992  4495 raft_consensus.cc:493] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:35.043316  4495 raft_consensus.cc:3060] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:35.048151  4495 raft_consensus.cc:515] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:35.049726  4495 leader_election.cc:290] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [CANDIDATE]: Term 1 election: Requested vote from peers 7c0fed3f3e4f43ae801624de9ea809f0 (127.0.120.2:36307), dd32248aa3df4edc8fb97c8e363b79f5 (127.0.120.1:40129)
I20260630 12:35:35.050805  4294 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23b67d1846514868ba1aa102f4ed4350" candidate_uuid: "12ed49552d884155830ca212f8572c8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c0fed3f3e4f43ae801624de9ea809f0"
I20260630 12:35:35.050908  4219 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23b67d1846514868ba1aa102f4ed4350" candidate_uuid: "12ed49552d884155830ca212f8572c8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd32248aa3df4edc8fb97c8e363b79f5"
I20260630 12:35:35.051664  4219 raft_consensus.cc:3060] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:35.051627  4294 raft_consensus.cc:3060] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:35.059422  4294 raft_consensus.cc:2468] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 12ed49552d884155830ca212f8572c8f in term 1.
I20260630 12:35:35.059425  4219 raft_consensus.cc:2468] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 12ed49552d884155830ca212f8572c8f in term 1.
I20260630 12:35:35.060729  4405 leader_election.cc:304] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 12ed49552d884155830ca212f8572c8f, 7c0fed3f3e4f43ae801624de9ea809f0; no voters: 
I20260630 12:35:35.061511  4495 raft_consensus.cc:2804] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:35.062580  4495 raft_consensus.cc:697] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 1 LEADER]: Becoming Leader. State: Replica: 12ed49552d884155830ca212f8572c8f, State: Running, Role: LEADER
I20260630 12:35:35.063416  4495 consensus_queue.cc:237] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } }
I20260630 12:35:35.070667  4117 catalog_manager.cc:5697] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 12ed49552d884155830ca212f8572c8f (127.0.120.4). New cstate: current_term: 1 leader_uuid: "12ed49552d884155830ca212f8572c8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12ed49552d884155830ca212f8572c8f" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 46537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:35.235796  4393 heartbeater.cc:499] Master 127.0.120.62:34545 was elected leader, sending a full tablet report...
I20260630 12:35:35.539115  4495 consensus_queue.cc:1048] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd32248aa3df4edc8fb97c8e363b79f5" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 40129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:35.552378  4499 consensus_queue.cc:1048] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c0fed3f3e4f43ae801624de9ea809f0" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:35.836740  4170 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:35.838404  4170 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:35.838864  4170 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:37.839994  4170 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:37.841323  4170 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:37.841683  4170 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:39.842919  4170 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:39.844851  4170 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:39.845220  4170 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:41.846298  4170 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:41.847815  4170 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:41.848140  4170 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:43.849143  4170 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:43.850572  4170 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:43.850907  4170 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:45.852101  4170 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:45.853612  4170 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:45.854007  4170 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:46.157060   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:35:46.186228   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:46.186972   480 tablet_replica.cc:333] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5: stopping tablet replica
I20260630 12:35:46.187645   480 raft_consensus.cc:2243] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:46.188198   480 raft_consensus.cc:2272] T 23b67d1846514868ba1aa102f4ed4350 P dd32248aa3df4edc8fb97c8e363b79f5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:46.209728   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:35:46.224674   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:35:46.250396   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:46.251266   480 tablet_replica.cc:333] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0: stopping tablet replica
I20260630 12:35:46.251924   480 raft_consensus.cc:2243] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:46.252617   480 raft_consensus.cc:2272] T 23b67d1846514868ba1aa102f4ed4350 P 7c0fed3f3e4f43ae801624de9ea809f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:46.273965   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:35:46.289227   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:35:46.315654   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:46.332417   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:35:46.341845   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:35:46.364051   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:46.364862   480 tablet_replica.cc:333] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f: stopping tablet replica
I20260630 12:35:46.365361   480 raft_consensus.cc:2243] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:46.366163   480 raft_consensus.cc:2272] T 23b67d1846514868ba1aa102f4ed4350 P 12ed49552d884155830ca212f8572c8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:46.386322   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:35:46.398166   480 master.cc:562] Master@127.0.120.62:34545 shutting down...
I20260630 12:35:46.418713   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:46.419437   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:46.419816   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P fb36c97db5ca4d04933ad5d25734ae0a: stopping tablet replica
I20260630 12:35:46.439656   480 master.cc:584] Master@127.0.120.62:34545 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (12783 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:35:46.479223   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:35113
I20260630 12:35:46.480530   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:46.486343  4513 instance_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:46.487947  4514 instance_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:46.488410  4516 instance_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:46.491255   480 server_base.cc:1061] running on GCE node
I20260630 12:35:46.492259   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:46.492442   480 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:46.492578   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822946492544 us; error 0 us; skew 500 ppm
I20260630 12:35:46.493228   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:46.496061   480 webserver.cc:533] Webserver started at http://127.0.120.62:46739/ using document root <none> and password file <none>
I20260630 12:35:46.496601   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:46.496826   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:46.497121   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:46.498659   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "c249a32033e54850a3b89c8ba684b577"
format_stamp: "Formatted at 2026-06-30 12:35:46 on dist-test-slave-80h9"
I20260630 12:35:46.503716   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:46.507637  4521 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:46.508505   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:35:46.508850   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "c249a32033e54850a3b89c8ba684b577"
format_stamp: "Formatted at 2026-06-30 12:35:46 on dist-test-slave-80h9"
I20260630 12:35:46.509173   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-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:46.567129   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:46.568444   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:46.616453   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:35113
I20260630 12:35:46.616670  4572 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:35113 every 8 connection(s)
I20260630 12:35:46.620919  4573 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:46.632544  4573 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577: Bootstrap starting.
I20260630 12:35:46.637257  4573 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:46.641642  4573 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577: No bootstrap required, opened a new log
I20260630 12:35:46.643801  4573 raft_consensus.cc:359] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c249a32033e54850a3b89c8ba684b577" member_type: VOTER }
I20260630 12:35:46.644248  4573 raft_consensus.cc:385] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:46.644430  4573 raft_consensus.cc:740] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c249a32033e54850a3b89c8ba684b577, State: Initialized, Role: FOLLOWER
I20260630 12:35:46.644941  4573 consensus_queue.cc:260] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c249a32033e54850a3b89c8ba684b577" member_type: VOTER }
I20260630 12:35:46.645444  4573 raft_consensus.cc:399] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:46.645704  4573 raft_consensus.cc:493] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:46.645989  4573 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:46.650542  4573 raft_consensus.cc:515] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c249a32033e54850a3b89c8ba684b577" member_type: VOTER }
I20260630 12:35:46.651010  4573 leader_election.cc:304] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [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: c249a32033e54850a3b89c8ba684b577; no voters: 
I20260630 12:35:46.652087  4573 leader_election.cc:290] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:46.652540  4576 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:46.653939  4576 raft_consensus.cc:697] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 1 LEADER]: Becoming Leader. State: Replica: c249a32033e54850a3b89c8ba684b577, State: Running, Role: LEADER
I20260630 12:35:46.654688  4576 consensus_queue.cc:237] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [LEADER]: Queue going to LEADER mode. State: All 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: "c249a32033e54850a3b89c8ba684b577" member_type: VOTER }
I20260630 12:35:46.655395  4573 sys_catalog.cc:565] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:46.658010  4578 sys_catalog.cc:455] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c249a32033e54850a3b89c8ba684b577. Latest consensus state: current_term: 1 leader_uuid: "c249a32033e54850a3b89c8ba684b577" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c249a32033e54850a3b89c8ba684b577" member_type: VOTER } }
I20260630 12:35:46.658030  4577 sys_catalog.cc:455] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c249a32033e54850a3b89c8ba684b577" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c249a32033e54850a3b89c8ba684b577" member_type: VOTER } }
I20260630 12:35:46.658681  4578 sys_catalog.cc:458] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:46.658882  4577 sys_catalog.cc:458] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:46.669092  4581 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:46.674469  4581 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:46.675712   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:46.684382  4581 catalog_manager.cc:1383] Generated new cluster ID: 6f9ae90402c84f6bb8b3551c8e7f5a36
I20260630 12:35:46.684723  4581 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:46.701591  4581 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:46.703003  4581 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:46.716293  4581 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577: Generated new TSK 0
I20260630 12:35:46.716998  4581 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:46.743625   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:46.750177  4594 instance_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:46.750960  4595 instance_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:46.752945   480 server_base.cc:1061] running on GCE node
W20260630 12:35:46.752902  4597 instance_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:46.754141   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:46.754330   480 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:46.754451   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822946754440 us; error 0 us; skew 500 ppm
I20260630 12:35:46.754889   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:46.757419   480 webserver.cc:533] Webserver started at http://127.0.120.1:37479/ using document root <none> and password file <none>
I20260630 12:35:46.758008   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:46.758193   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:46.758509   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:46.759620   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "3067ec1b8077435f89eae64c00007139"
format_stamp: "Formatted at 2026-06-30 12:35:46 on dist-test-slave-80h9"
I20260630 12:35:46.764797   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:35:46.768425  4602 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:46.769356   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:35:46.769761   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "3067ec1b8077435f89eae64c00007139"
format_stamp: "Formatted at 2026-06-30 12:35:46 on dist-test-slave-80h9"
I20260630 12:35:46.770088   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-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:46.783913   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:46.785143   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:46.786640   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:46.789099   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:46.789348   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:46.789603   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:46.789793   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:46.833897   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:33689
I20260630 12:35:46.834060  4664 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:33689 every 8 connection(s)
I20260630 12:35:46.839114   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:46.848814  4670 instance_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:46.849550  4669 instance_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:46.851490  4672 instance_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:46.852356   480 server_base.cc:1061] running on GCE node
I20260630 12:35:46.853511   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:46.853760   480 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:46.853961   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822946853944 us; error 0 us; skew 500 ppm
I20260630 12:35:46.854226  4665 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35113
I20260630 12:35:46.854609  4665 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:46.854655   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:46.855720  4665 heartbeater.cc:507] Master 127.0.120.62:35113 requested a full tablet report, sending...
I20260630 12:35:46.857766   480 webserver.cc:533] Webserver started at http://127.0.120.2:45299/ using document root <none> and password file <none>
I20260630 12:35:46.858326   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:46.858493   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:46.858559  4538 ts_manager.cc:194] Registered new tserver with Master: 3067ec1b8077435f89eae64c00007139 (127.0.120.1:33689)
I20260630 12:35:46.858896   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:46.860224   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "08fb3e25d519466abec7246f6e9f625a"
format_stamp: "Formatted at 2026-06-30 12:35:46 on dist-test-slave-80h9"
I20260630 12:35:46.860649  4538 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54666
I20260630 12:35:46.865617   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:35:46.869316  4677 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:46.870376   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:35:46.870808   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "08fb3e25d519466abec7246f6e9f625a"
format_stamp: "Formatted at 2026-06-30 12:35:46 on dist-test-slave-80h9"
I20260630 12:35:46.871223   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-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:46.885403   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:46.886726   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:46.888326   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:46.890695   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:46.891182   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:35:46.891520   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:46.891745   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:46.933779   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:40109
I20260630 12:35:46.933888  4739 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:40109 every 8 connection(s)
I20260630 12:35:46.938683   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:46.946890  4743 instance_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:46.948802  4744 instance_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:46.950177   480 server_base.cc:1061] running on GCE node
W20260630 12:35:46.950482  4746 instance_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:46.951381  4740 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35113
I20260630 12:35:46.951560   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:46.951759  4740 heartbeater.cc:461] Registering TS with master...
W20260630 12:35:46.951890   480 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:46.952219   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822946952202 us; error 0 us; skew 500 ppm
I20260630 12:35:46.952716  4740 heartbeater.cc:507] Master 127.0.120.62:35113 requested a full tablet report, sending...
I20260630 12:35:46.952786   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:46.955082  4538 ts_manager.cc:194] Registered new tserver with Master: 08fb3e25d519466abec7246f6e9f625a (127.0.120.2:40109)
I20260630 12:35:46.955557   480 webserver.cc:533] Webserver started at http://127.0.120.3:45913/ using document root <none> and password file <none>
I20260630 12:35:46.956069   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:46.956308   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:46.956671   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:46.956710  4538 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54682
I20260630 12:35:46.958140   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "0eef20da017342aabb05abefb2f19d15"
format_stamp: "Formatted at 2026-06-30 12:35:46 on dist-test-slave-80h9"
I20260630 12:35:46.962822   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:35:46.966452  4751 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:46.967393   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:46.967720   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "0eef20da017342aabb05abefb2f19d15"
format_stamp: "Formatted at 2026-06-30 12:35:46 on dist-test-slave-80h9"
I20260630 12:35:46.968006   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822836191499-480-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:46.982065   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:46.983399   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:46.984894   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:46.987294   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:46.987545   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:46.987788   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:46.987959   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:47.032395   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:41685
I20260630 12:35:47.032512  4813 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:41685 every 8 connection(s)
I20260630 12:35:47.046867  4814 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35113
I20260630 12:35:47.047359  4814 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:47.048280  4814 heartbeater.cc:507] Master 127.0.120.62:35113 requested a full tablet report, sending...
I20260630 12:35:47.050386  4538 ts_manager.cc:194] Registered new tserver with Master: 0eef20da017342aabb05abefb2f19d15 (127.0.120.3:41685)
I20260630 12:35:47.050590   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014804144s
I20260630 12:35:47.051851  4538 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54692
I20260630 12:35:47.863816  4665 heartbeater.cc:499] Master 127.0.120.62:35113 was elected leader, sending a full tablet report...
I20260630 12:35:47.959481  4740 heartbeater.cc:499] Master 127.0.120.62:35113 was elected leader, sending a full tablet report...
I20260630 12:35:48.054769  4814 heartbeater.cc:499] Master 127.0.120.62:35113 was elected leader, sending a full tablet report...
I20260630 12:35:48.125568  4538 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54720:
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:35:48.127959  4538 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:35:48.180163  4630 tablet_service.cc:1511] Processing CreateTablet for tablet a36064920aa84da39a7f5812dc7ecca4 (DEFAULT_TABLE table=test-workload [id=693209343fa34d32b75c7885fe72164e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:48.181700  4630 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a36064920aa84da39a7f5812dc7ecca4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:48.183887  4705 tablet_service.cc:1511] Processing CreateTablet for tablet a36064920aa84da39a7f5812dc7ecca4 (DEFAULT_TABLE table=test-workload [id=693209343fa34d32b75c7885fe72164e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:48.185302  4705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a36064920aa84da39a7f5812dc7ecca4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:48.189904  4779 tablet_service.cc:1511] Processing CreateTablet for tablet a36064920aa84da39a7f5812dc7ecca4 (DEFAULT_TABLE table=test-workload [id=693209343fa34d32b75c7885fe72164e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:48.191335  4779 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a36064920aa84da39a7f5812dc7ecca4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:48.201599  4835 tablet_bootstrap.cc:492] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139: Bootstrap starting.
I20260630 12:35:48.205674  4836 tablet_bootstrap.cc:492] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a: Bootstrap starting.
I20260630 12:35:48.208328  4835 tablet_bootstrap.cc:654] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:48.213654  4837 tablet_bootstrap.cc:492] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15: Bootstrap starting.
I20260630 12:35:48.214387  4836 tablet_bootstrap.cc:654] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:48.217950  4835 tablet_bootstrap.cc:492] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139: No bootstrap required, opened a new log
I20260630 12:35:48.218667  4835 ts_tablet_manager.cc:1403] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139: Time spent bootstrapping tablet: real 0.017s	user 0.016s	sys 0.000s
I20260630 12:35:48.220039  4837 tablet_bootstrap.cc:654] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:48.220508  4836 tablet_bootstrap.cc:492] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a: No bootstrap required, opened a new log
I20260630 12:35:48.221007  4836 ts_tablet_manager.cc:1403] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:35:48.221617  4835 raft_consensus.cc:359] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.222432  4835 raft_consensus.cc:385] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:48.222795  4835 raft_consensus.cc:740] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3067ec1b8077435f89eae64c00007139, State: Initialized, Role: FOLLOWER
I20260630 12:35:48.224020  4836 raft_consensus.cc:359] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.224869  4836 raft_consensus.cc:385] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:48.224550  4835 consensus_queue.cc:260] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.225216  4836 raft_consensus.cc:740] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 08fb3e25d519466abec7246f6e9f625a, State: Initialized, Role: FOLLOWER
I20260630 12:35:48.225560  4841 raft_consensus.cc:493] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:48.226225  4841 raft_consensus.cc:515] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.226346  4836 consensus_queue.cc:260] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.230767  4835 ts_tablet_manager.cc:1434] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.004s
I20260630 12:35:48.231808  4841 leader_election.cc:290] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 08fb3e25d519466abec7246f6e9f625a (127.0.120.2:40109), 0eef20da017342aabb05abefb2f19d15 (127.0.120.3:41685)
I20260630 12:35:48.237648  4837 tablet_bootstrap.cc:492] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15: No bootstrap required, opened a new log
I20260630 12:35:48.238289  4837 ts_tablet_manager.cc:1403] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.004s
I20260630 12:35:48.240731  4836 ts_tablet_manager.cc:1434] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.004s
I20260630 12:35:48.241784  4837 raft_consensus.cc:359] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.242763  4837 raft_consensus.cc:385] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:48.243131  4837 raft_consensus.cc:740] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eef20da017342aabb05abefb2f19d15, State: Initialized, Role: FOLLOWER
I20260630 12:35:48.243920  4837 consensus_queue.cc:260] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.249671  4837 ts_tablet_manager.cc:1434] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15: Time spent starting tablet: real 0.011s	user 0.000s	sys 0.010s
I20260630 12:35:48.249851  4715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a36064920aa84da39a7f5812dc7ecca4" candidate_uuid: "3067ec1b8077435f89eae64c00007139" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08fb3e25d519466abec7246f6e9f625a" is_pre_election: true
I20260630 12:35:48.250751  4715 raft_consensus.cc:2468] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3067ec1b8077435f89eae64c00007139 in term 0.
I20260630 12:35:48.252271  4603 leader_election.cc:304] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 08fb3e25d519466abec7246f6e9f625a, 3067ec1b8077435f89eae64c00007139; no voters: 
I20260630 12:35:48.256234  4842 raft_consensus.cc:2804] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:48.256835  4842 raft_consensus.cc:493] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:48.257206  4842 raft_consensus.cc:3060] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:48.263985  4842 raft_consensus.cc:515] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.266317  4842 leader_election.cc:290] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [CANDIDATE]: Term 1 election: Requested vote from peers 08fb3e25d519466abec7246f6e9f625a (127.0.120.2:40109), 0eef20da017342aabb05abefb2f19d15 (127.0.120.3:41685)
I20260630 12:35:48.267230  4715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a36064920aa84da39a7f5812dc7ecca4" candidate_uuid: "3067ec1b8077435f89eae64c00007139" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08fb3e25d519466abec7246f6e9f625a"
I20260630 12:35:48.267318  4789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a36064920aa84da39a7f5812dc7ecca4" candidate_uuid: "3067ec1b8077435f89eae64c00007139" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eef20da017342aabb05abefb2f19d15" is_pre_election: true
I20260630 12:35:48.267534  4788 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a36064920aa84da39a7f5812dc7ecca4" candidate_uuid: "3067ec1b8077435f89eae64c00007139" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eef20da017342aabb05abefb2f19d15"
I20260630 12:35:48.268042  4715 raft_consensus.cc:3060] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:48.268146  4789 raft_consensus.cc:2468] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3067ec1b8077435f89eae64c00007139 in term 0.
I20260630 12:35:48.274148  4715 raft_consensus.cc:2468] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3067ec1b8077435f89eae64c00007139 in term 1.
I20260630 12:35:48.275326  4603 leader_election.cc:304] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [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: 08fb3e25d519466abec7246f6e9f625a, 3067ec1b8077435f89eae64c00007139; no voters: 0eef20da017342aabb05abefb2f19d15
I20260630 12:35:48.276125  4842 raft_consensus.cc:2804] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:48.276638  4842 raft_consensus.cc:697] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 1 LEADER]: Becoming Leader. State: Replica: 3067ec1b8077435f89eae64c00007139, State: Running, Role: LEADER
I20260630 12:35:48.277261  4842 consensus_queue.cc:237] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } }
I20260630 12:35:48.284646  4537 catalog_manager.cc:5697] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3067ec1b8077435f89eae64c00007139 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "3067ec1b8077435f89eae64c00007139" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3067ec1b8077435f89eae64c00007139" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 33689 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 } health_report { overall_health: UNKNOWN } } }
W20260630 12:35:48.288169  4815 tablet.cc:2406] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:35:48.668736  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:48.672060  4591 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:48.674033  4591 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:48.674444  4591 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:48.732633  4842 consensus_queue.cc:1048] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [LEADER]: Connected to new peer: Peer: permanent_uuid: "08fb3e25d519466abec7246f6e9f625a" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40109 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:48.744939  4789 raft_consensus.cc:3060] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:48.754437  4841 consensus_queue.cc:1048] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eef20da017342aabb05abefb2f19d15" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:49.679610  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:50.675901  4591 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:50.677544  4591 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:50.677940  4591 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:50.688123  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:51.696774  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:52.679003  4591 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:52.680382  4591 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:52.680724  4591 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:52.705463  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:53.714020  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:54.681722  4591 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:54.683259  4591 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:54.683619  4591 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:54.722462  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:55.730885  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:56.684677  4591 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:56.686169  4591 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:56.686563  4591 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:56.739210  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:57.746097  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:58.687695  4591 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:58.689119  4591 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:58.689476  4591 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:58.753197  4586 placement_policy_util.cc:411] tablet a36064920aa84da39a7f5812dc7ecca4: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:59.371167   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:35:59.406023   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:59.406951   480 tablet_replica.cc:333] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139: stopping tablet replica
I20260630 12:35:59.407689   480 raft_consensus.cc:2243] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:59.408924   480 raft_consensus.cc:2272] T a36064920aa84da39a7f5812dc7ecca4 P 3067ec1b8077435f89eae64c00007139 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.431885   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:35:59.446895   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:35:59.475268   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:59.476220   480 tablet_replica.cc:333] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a: stopping tablet replica
I20260630 12:35:59.476883   480 raft_consensus.cc:2243] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.477460   480 raft_consensus.cc:2272] T a36064920aa84da39a7f5812dc7ecca4 P 08fb3e25d519466abec7246f6e9f625a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.498571   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:35:59.511540   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:35:59.534469   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:59.535305   480 tablet_replica.cc:333] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15: stopping tablet replica
I20260630 12:35:59.536015   480 raft_consensus.cc:2243] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:59.536651   480 raft_consensus.cc:2272] T a36064920aa84da39a7f5812dc7ecca4 P 0eef20da017342aabb05abefb2f19d15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.557677   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:35:59.571151   480 master.cc:562] Master@127.0.120.62:35113 shutting down...
I20260630 12:35:59.593814   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:59.594534   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:59.594945   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P c249a32033e54850a3b89c8ba684b577: stopping tablet replica
I20260630 12:35:59.614880   480 master.cc:584] Master@127.0.120.62:35113 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13173 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:35:59.653745   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:40213
I20260630 12:35:59.655356   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:59.661295  4859 instance_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:59.661398  4860 instance_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:59.662675  4862 instance_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:59.665019   480 server_base.cc:1061] running on GCE node
I20260630 12:35:59.665982   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:59.666170   480 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:59.666394   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822959666357 us; error 0 us; skew 500 ppm
I20260630 12:35:59.666946   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:59.669520   480 webserver.cc:533] Webserver started at http://127.0.120.62:41289/ using document root <none> and password file <none>
I20260630 12:35:59.670032   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:59.670271   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:59.670581   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:59.671887   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "f4eb91a7dee9495faca1797f95296f02"
format_stamp: "Formatted at 2026-06-30 12:35:59 on dist-test-slave-80h9"
I20260630 12:35:59.676702   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:35:59.680581  4867 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:59.681533   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:35:59.681787   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "f4eb91a7dee9495faca1797f95296f02"
format_stamp: "Formatted at 2026-06-30 12:35:59 on dist-test-slave-80h9"
I20260630 12:35:59.682080   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-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:59.700953   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:59.702165   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:59.745510   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:40213
I20260630 12:35:59.745782  4918 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:40213 every 8 connection(s)
I20260630 12:35:59.749922  4919 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:59.762306  4919 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02: Bootstrap starting.
I20260630 12:35:59.767117  4919 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:59.771631  4919 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02: No bootstrap required, opened a new log
I20260630 12:35:59.773826  4919 raft_consensus.cc:359] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4eb91a7dee9495faca1797f95296f02" member_type: VOTER }
I20260630 12:35:59.774264  4919 raft_consensus.cc:385] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:59.774447  4919 raft_consensus.cc:740] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4eb91a7dee9495faca1797f95296f02, State: Initialized, Role: FOLLOWER
I20260630 12:35:59.775035  4919 consensus_queue.cc:260] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f4eb91a7dee9495faca1797f95296f02" member_type: VOTER }
I20260630 12:35:59.775522  4919 raft_consensus.cc:399] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:59.775717  4919 raft_consensus.cc:493] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:59.775938  4919 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:59.780855  4919 raft_consensus.cc:515] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4eb91a7dee9495faca1797f95296f02" member_type: VOTER }
I20260630 12:35:59.781353  4919 leader_election.cc:304] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [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: f4eb91a7dee9495faca1797f95296f02; no voters: 
I20260630 12:35:59.782461  4919 leader_election.cc:290] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:59.782892  4922 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:59.784498  4922 raft_consensus.cc:697] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 1 LEADER]: Becoming Leader. State: Replica: f4eb91a7dee9495faca1797f95296f02, State: Running, Role: LEADER
I20260630 12:35:59.785226  4922 consensus_queue.cc:237] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [LEADER]: Queue going to LEADER mode. State: All 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: "f4eb91a7dee9495faca1797f95296f02" member_type: VOTER }
I20260630 12:35:59.785537  4919 sys_catalog.cc:565] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:59.788586  4924 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f4eb91a7dee9495faca1797f95296f02. Latest consensus state: current_term: 1 leader_uuid: "f4eb91a7dee9495faca1797f95296f02" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4eb91a7dee9495faca1797f95296f02" member_type: VOTER } }
I20260630 12:35:59.788535  4923 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f4eb91a7dee9495faca1797f95296f02" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4eb91a7dee9495faca1797f95296f02" member_type: VOTER } }
I20260630 12:35:59.789302  4924 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:59.789361  4923 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:59.795435  4927 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:59.803644  4927 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:59.804804   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:59.813910  4927 catalog_manager.cc:1383] Generated new cluster ID: a25d30e4395e403480882021539d9eba
I20260630 12:35:59.814247  4927 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:59.834733  4927 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:59.836218  4927 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:59.848887  4927 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02: Generated new TSK 0
I20260630 12:35:59.849632  4927 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:59.872057   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:59.878418  4940 instance_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:59.879480  4941 instance_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:59.881115  4943 instance_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:59.882019   480 server_base.cc:1061] running on GCE node
I20260630 12:35:59.883213   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:59.883459   480 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:59.883715   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822959883696 us; error 0 us; skew 500 ppm
I20260630 12:35:59.884411   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:59.887471   480 webserver.cc:533] Webserver started at http://127.0.120.1:35649/ using document root <none> and password file <none>
I20260630 12:35:59.888022   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:59.888190   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:59.888612   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:59.889844   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
format_stamp: "Formatted at 2026-06-30 12:35:59 on dist-test-slave-80h9"
I20260630 12:35:59.894822   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:35:59.898964  4948 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:59.900122   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:35:59.900432   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
format_stamp: "Formatted at 2026-06-30 12:35:59 on dist-test-slave-80h9"
I20260630 12:35:59.900713   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-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:59.920696   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:59.921897   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:59.923544   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:59.925944   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:59.926131   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:59.926433   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:59.926604   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:59.969342   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:39311
I20260630 12:35:59.969581  5010 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:39311 every 8 connection(s)
I20260630 12:35:59.974521   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:59.982983  5015 instance_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:59.984603  5016 instance_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:59.987614   480 server_base.cc:1061] running on GCE node
W20260630 12:35:59.987819  5018 instance_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:59.989128   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:59.989336   480 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:59.989509   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822959989492 us; error 0 us; skew 500 ppm
I20260630 12:35:59.990217   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:59.992272  5011 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40213
I20260630 12:35:59.992640  5011 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:59.993376  5011 heartbeater.cc:507] Master 127.0.120.62:40213 requested a full tablet report, sending...
I20260630 12:35:59.993389   480 webserver.cc:533] Webserver started at http://127.0.120.2:39597/ using document root <none> and password file <none>
I20260630 12:35:59.994176   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:59.994515   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:59.994877   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:59.996250  4884 ts_manager.cc:194] Registered new tserver with Master: 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311)
I20260630 12:35:59.996695   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "f61c53b8c3814c469dcb7f283a395fa8"
format_stamp: "Formatted at 2026-06-30 12:35:59 on dist-test-slave-80h9"
I20260630 12:35:59.998965  4884 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46888
I20260630 12:36:00.003664   480 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:36:00.013363  5023 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:00.015741   480 fs_manager.cc:730] Time spent opening block manager: real 0.010s	user 0.003s	sys 0.005s
I20260630 12:36:00.018251   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "f61c53b8c3814c469dcb7f283a395fa8"
format_stamp: "Formatted at 2026-06-30 12:35:59 on dist-test-slave-80h9"
I20260630 12:36:00.021049   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-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:00.049788   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:00.051299   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:00.053411   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:00.056280   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:00.056607   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:00.056876   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:00.057055   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:00.102348   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:40031
I20260630 12:36:00.102507  5085 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:40031 every 8 connection(s)
I20260630 12:36:00.107821   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:00.115724  5089 instance_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:00.118127  5090 instance_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:00.120045   480 server_base.cc:1061] running on GCE node
I20260630 12:36:00.121349  5086 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40213
I20260630 12:36:00.121766  5086 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:00.121709  5093 instance_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:00.122723  5086 heartbeater.cc:507] Master 127.0.120.62:40213 requested a full tablet report, sending...
I20260630 12:36:00.122882   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:00.123292   480 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:00.123488   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822960123471 us; error 0 us; skew 500 ppm
I20260630 12:36:00.124202   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:00.125114  4884 ts_manager.cc:194] Registered new tserver with Master: f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:00.126554  4884 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46904
I20260630 12:36:00.127179   480 webserver.cc:533] Webserver started at http://127.0.120.3:44783/ using document root <none> and password file <none>
I20260630 12:36:00.127818   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:00.128065   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:00.128332   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:00.129509   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "91a2bbf7c1434c41928014535a3ee608"
format_stamp: "Formatted at 2026-06-30 12:36:00 on dist-test-slave-80h9"
I20260630 12:36:00.134289   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:00.138046  5097 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:00.138993   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:00.139485   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "91a2bbf7c1434c41928014535a3ee608"
format_stamp: "Formatted at 2026-06-30 12:36:00 on dist-test-slave-80h9"
I20260630 12:36:00.139837   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-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:00.171847   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:00.173187   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:00.174842   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:00.177201   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:00.177487   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:00.177727   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:00.177901   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:00.221505   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:39685
I20260630 12:36:00.221652  5159 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:39685 every 8 connection(s)
I20260630 12:36:00.237746  5160 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40213
I20260630 12:36:00.238209  5160 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:00.239089  5160 heartbeater.cc:507] Master 127.0.120.62:40213 requested a full tablet report, sending...
I20260630 12:36:00.241674  4884 ts_manager.cc:194] Registered new tserver with Master: 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:00.242571   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017259024s
I20260630 12:36:00.243151  4884 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46910
I20260630 12:36:01.002265  5011 heartbeater.cc:499] Master 127.0.120.62:40213 was elected leader, sending a full tablet report...
I20260630 12:36:01.129364  5086 heartbeater.cc:499] Master 127.0.120.62:40213 was elected leader, sending a full tablet report...
I20260630 12:36:01.246675  5160 heartbeater.cc:499] Master 127.0.120.62:40213 was elected leader, sending a full tablet report...
I20260630 12:36:01.304284  4884 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46920:
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:01.307680  4884 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:01.391552  5125 tablet_service.cc:1511] Processing CreateTablet for tablet 3c1a1f1885b141329c1026abdbba3acb (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:01.393136  5125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c1a1f1885b141329c1026abdbba3acb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.392872  5124 tablet_service.cc:1511] Processing CreateTablet for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:01.394526  5124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.403460  4976 tablet_service.cc:1511] Processing CreateTablet for tablet 3c1a1f1885b141329c1026abdbba3acb (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:01.405191  4976 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c1a1f1885b141329c1026abdbba3acb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.407008  4975 tablet_service.cc:1511] Processing CreateTablet for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:01.408748  4975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.407009  4972 tablet_service.cc:1511] Processing CreateTablet for tablet 8c7425ef9d00478e856cc98d7e3fea2d (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:01.410809  4972 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c7425ef9d00478e856cc98d7e3fea2d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.413666  5123 tablet_service.cc:1511] Processing CreateTablet for tablet c59b963dbc4943cfba17dffd42772430 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:01.415349  5123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c59b963dbc4943cfba17dffd42772430. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.416499  4973 tablet_service.cc:1511] Processing CreateTablet for tablet a840357ab0264532a46b0036c2885f75 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:01.418123  4973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a840357ab0264532a46b0036c2885f75. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.418633  4974 tablet_service.cc:1511] Processing CreateTablet for tablet c59b963dbc4943cfba17dffd42772430 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:01.420663  5122 tablet_service.cc:1511] Processing CreateTablet for tablet a840357ab0264532a46b0036c2885f75 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:01.422233  5122 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a840357ab0264532a46b0036c2885f75. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.420660  4974 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c59b963dbc4943cfba17dffd42772430. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.424042  5051 tablet_service.cc:1511] Processing CreateTablet for tablet 3c1a1f1885b141329c1026abdbba3acb (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:01.425714  4971 tablet_service.cc:1511] Processing CreateTablet for tablet d0905e33f3424b8ebd1cd3d73f674ff1 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:01.427523  4971 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0905e33f3424b8ebd1cd3d73f674ff1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.425765  5051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c1a1f1885b141329c1026abdbba3acb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.433061  5050 tablet_service.cc:1511] Processing CreateTablet for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:01.434599  5050 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.437202  4970 tablet_service.cc:1511] Processing CreateTablet for tablet 785766847a73445e86dbac320e09607c (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:01.438879  4970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 785766847a73445e86dbac320e09607c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.440454  5049 tablet_service.cc:1511] Processing CreateTablet for tablet c59b963dbc4943cfba17dffd42772430 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:01.441943  5049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c59b963dbc4943cfba17dffd42772430. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.444397  5048 tablet_service.cc:1511] Processing CreateTablet for tablet a840357ab0264532a46b0036c2885f75 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:01.445885  5048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a840357ab0264532a46b0036c2885f75. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.449517  5121 tablet_service.cc:1511] Processing CreateTablet for tablet 8c7425ef9d00478e856cc98d7e3fea2d (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:01.440454  5047 tablet_service.cc:1511] Processing CreateTablet for tablet 8c7425ef9d00478e856cc98d7e3fea2d (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:01.451009  5121 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c7425ef9d00478e856cc98d7e3fea2d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.451813  5047 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c7425ef9d00478e856cc98d7e3fea2d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.457834  5120 tablet_service.cc:1511] Processing CreateTablet for tablet d0905e33f3424b8ebd1cd3d73f674ff1 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:01.460397  5046 tablet_service.cc:1511] Processing CreateTablet for tablet d0905e33f3424b8ebd1cd3d73f674ff1 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:01.461956  5046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0905e33f3424b8ebd1cd3d73f674ff1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.463462  5120 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0905e33f3424b8ebd1cd3d73f674ff1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.487871  5045 tablet_service.cc:1511] Processing CreateTablet for tablet 785766847a73445e86dbac320e09607c (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:01.490465  5045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 785766847a73445e86dbac320e09607c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.510818  5119 tablet_service.cc:1511] Processing CreateTablet for tablet 785766847a73445e86dbac320e09607c (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:01.512534  5119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 785766847a73445e86dbac320e09607c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.524389  5179 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:01.529007  5180 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:01.533257  4970 tablet_service.cc:1511] Processing CreateTablet for tablet 536b319dfbff4b60838784b24f97509a (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:01.534127  5044 tablet_service.cc:1511] Processing CreateTablet for tablet 536b319dfbff4b60838784b24f97509a (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:01.538372  4970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 536b319dfbff4b60838784b24f97509a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.538785  5044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 536b319dfbff4b60838784b24f97509a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.549198  5124 tablet_service.cc:1511] Processing CreateTablet for tablet 536b319dfbff4b60838784b24f97509a (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:01.552439  5124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 536b319dfbff4b60838784b24f97509a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.537195  5179 tablet_bootstrap.cc:654] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.570274  5125 tablet_service.cc:1511] Processing CreateTablet for tablet c3a4d80da985479880543c0a94813213 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:01.574517  5181 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:01.579948  5048 tablet_service.cc:1511] Processing CreateTablet for tablet c3a4d80da985479880543c0a94813213 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:01.581496  5048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3a4d80da985479880543c0a94813213. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.580670  4975 tablet_service.cc:1511] Processing CreateTablet for tablet c3a4d80da985479880543c0a94813213 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:01.581496  5125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3a4d80da985479880543c0a94813213. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.585867  4973 tablet_service.cc:1511] Processing CreateTablet for tablet 2baf92450d1142b5b585f4c1a6c092de (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:01.583480  4975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3a4d80da985479880543c0a94813213. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.591826  4973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2baf92450d1142b5b585f4c1a6c092de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.600036  5181 tablet_bootstrap.cc:654] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.607439  5124 tablet_service.cc:1511] Processing CreateTablet for tablet 2baf92450d1142b5b585f4c1a6c092de (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:01.609543  5124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2baf92450d1142b5b585f4c1a6c092de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.612197  4972 tablet_service.cc:1511] Processing CreateTablet for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:01.613690  4972 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.613396  5051 tablet_service.cc:1511] Processing CreateTablet for tablet 2baf92450d1142b5b585f4c1a6c092de (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:01.614084  5179 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:01.614614  5179 ts_tablet_manager.cc:1403] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.091s	user 0.014s	sys 0.002s
I20260630 12:36:01.614774  5051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2baf92450d1142b5b585f4c1a6c092de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.617794  5179 raft_consensus.cc:359] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.618643  5179 raft_consensus.cc:385] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.609532  5180 tablet_bootstrap.cc:654] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.629876  5046 tablet_service.cc:1511] Processing CreateTablet for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:01.631438  5046 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.636121  5120 tablet_service.cc:1511] Processing CreateTablet for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:01.636725  4970 tablet_service.cc:1511] Processing CreateTablet for tablet f30e5f3e220e4de5bee7f57129269823 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:01.638434  4970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f30e5f3e220e4de5bee7f57129269823. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.639063  5049 tablet_service.cc:1511] Processing CreateTablet for tablet f30e5f3e220e4de5bee7f57129269823 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:01.640467  5049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f30e5f3e220e4de5bee7f57129269823. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.653090  5124 tablet_service.cc:1511] Processing CreateTablet for tablet f30e5f3e220e4de5bee7f57129269823 (DEFAULT_TABLE table=test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:01.654523  5124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f30e5f3e220e4de5bee7f57129269823. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.618948  5179 raft_consensus.cc:740] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.661494  5120 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:01.668473  5179 consensus_queue.cc:260] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.672430  5180 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:01.673125  5180 ts_tablet_manager.cc:1403] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.145s	user 0.006s	sys 0.010s
I20260630 12:36:01.677073  5181 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:01.677578  5181 ts_tablet_manager.cc:1403] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.104s	user 0.013s	sys 0.000s
I20260630 12:36:01.680744  5180 raft_consensus.cc:359] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:01.684069  5181 raft_consensus.cc:359] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.685072  5181 raft_consensus.cc:385] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.685050  5180 raft_consensus.cc:385] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.685624  5181 raft_consensus.cc:740] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.685806  5180 raft_consensus.cc:740] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.686543  5181 consensus_queue.cc:260] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.686848  5180 consensus_queue.cc:260] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:01.692835  5179 ts_tablet_manager.cc:1434] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.078s	user 0.009s	sys 0.000s
I20260630 12:36:01.694360  5179 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:01.694785  5180 ts_tablet_manager.cc:1434] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.003s
I20260630 12:36:01.696889  5180 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:01.706169  5179 tablet_bootstrap.cc:654] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.702841  5180 tablet_bootstrap.cc:654] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.709832  5181 ts_tablet_manager.cc:1434] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.032s	user 0.011s	sys 0.015s
I20260630 12:36:01.711205  5181 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:01.720836  5181 tablet_bootstrap.cc:654] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.736908  5181 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:01.737500  5181 ts_tablet_manager.cc:1403] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.007s
I20260630 12:36:01.737530  5180 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:01.738157  5180 ts_tablet_manager.cc:1403] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.042s	user 0.013s	sys 0.021s
I20260630 12:36:01.738546  5179 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:01.739069  5179 ts_tablet_manager.cc:1403] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.045s	user 0.023s	sys 0.014s
I20260630 12:36:01.740619  5180 raft_consensus.cc:359] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.741245  5180 raft_consensus.cc:385] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.741662  5180 raft_consensus.cc:740] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.741129  5181 raft_consensus.cc:359] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:01.742130  5181 raft_consensus.cc:385] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.742487  5181 raft_consensus.cc:740] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.742627  5179 raft_consensus.cc:359] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.742499  5180 consensus_queue.cc:260] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.743544  5179 raft_consensus.cc:385] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.744028  5179 raft_consensus.cc:740] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.743479  5181 consensus_queue.cc:260] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:01.745018  5179 consensus_queue.cc:260] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.746042  5181 ts_tablet_manager.cc:1434] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.003s
I20260630 12:36:01.747097  5181 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:01.747393  5179 ts_tablet_manager.cc:1434] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260630 12:36:01.751678  5179 tablet_bootstrap.cc:492] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:01.753783  5181 tablet_bootstrap.cc:654] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.757654  5180 ts_tablet_manager.cc:1434] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260630 12:36:01.759140  5179 tablet_bootstrap.cc:654] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.759189  5180 tablet_bootstrap.cc:492] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:01.768898  5180 tablet_bootstrap.cc:654] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.772962  5179 tablet_bootstrap.cc:492] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:01.773581  5179 ts_tablet_manager.cc:1403] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.015s
I20260630 12:36:01.776737  5179 raft_consensus.cc:359] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.777534  5179 raft_consensus.cc:385] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.777853  5179 raft_consensus.cc:740] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.778926  5179 consensus_queue.cc:260] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.783599  5179 ts_tablet_manager.cc:1434] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:36:01.784274  5181 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:01.785005  5179 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:01.785034  5181 ts_tablet_manager.cc:1403] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.038s	user 0.028s	sys 0.007s
I20260630 12:36:01.790174  5181 raft_consensus.cc:359] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.790925  5181 raft_consensus.cc:385] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.791340  5181 raft_consensus.cc:740] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.792308  5181 consensus_queue.cc:260] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.793221  5180 tablet_bootstrap.cc:492] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:01.793936  5180 ts_tablet_manager.cc:1403] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.035s	user 0.015s	sys 0.019s
I20260630 12:36:01.796783  5179 tablet_bootstrap.cc:654] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.797861  5181 ts_tablet_manager.cc:1434] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
W20260630 12:36:01.798667  4932 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:01.799140  5181 tablet_bootstrap.cc:492] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:01.800042  5180 raft_consensus.cc:359] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.801326  5180 raft_consensus.cc:385] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.801841  5180 raft_consensus.cc:740] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.802928  5180 consensus_queue.cc:260] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.806771  5181 tablet_bootstrap.cc:654] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.810171  5180 ts_tablet_manager.cc:1434] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260630 12:36:01.812013  5180 tablet_bootstrap.cc:492] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:01.819146  5181 tablet_bootstrap.cc:492] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:01.819772  5181 ts_tablet_manager.cc:1403] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.021s	user 0.004s	sys 0.015s
I20260630 12:36:01.820804  5180 tablet_bootstrap.cc:654] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.822583  5185 raft_consensus.cc:493] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:01.822350  5181 raft_consensus.cc:359] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.823201  5181 raft_consensus.cc:385] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.823685  5181 raft_consensus.cc:740] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.823168  5185 raft_consensus.cc:515] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.826910  5179 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:01.827742  5179 ts_tablet_manager.cc:1403] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.043s	user 0.021s	sys 0.011s
I20260630 12:36:01.830125  5185 leader_election.cc:290] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:01.832028  5179 raft_consensus.cc:359] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:01.833139  5179 raft_consensus.cc:385] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.833544  5179 raft_consensus.cc:740] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.834542  5179 consensus_queue.cc:260] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:01.837029  5181 consensus_queue.cc:260] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.838109  5180 tablet_bootstrap.cc:492] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:01.838821  5180 ts_tablet_manager.cc:1403] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.027s	user 0.021s	sys 0.004s
I20260630 12:36:01.842188  5180 raft_consensus.cc:359] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.843147  5180 raft_consensus.cc:385] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.843552  5180 raft_consensus.cc:740] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.844483  5180 consensus_queue.cc:260] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.846045  5181 ts_tablet_manager.cc:1434] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.026s	user 0.007s	sys 0.000s
I20260630 12:36:01.846841  5179 ts_tablet_manager.cc:1434] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.004s
I20260630 12:36:01.849233  5180 ts_tablet_manager.cc:1434] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:36:01.850476  5180 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:01.852324  5181 tablet_bootstrap.cc:492] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:01.852262  5179 tablet_bootstrap.cc:492] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:01.856127  5187 raft_consensus.cc:493] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:01.856783  5187 raft_consensus.cc:515] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:01.860097  5180 tablet_bootstrap.cc:654] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.867918  5187 leader_election.cc:290] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685), 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311)
I20260630 12:36:01.891211  5180 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:01.891662  4986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c59b963dbc4943cfba17dffd42772430" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:01.891850  5180 ts_tablet_manager.cc:1403] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.042s	user 0.013s	sys 0.019s
I20260630 12:36:01.893570  5181 tablet_bootstrap.cc:654] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.895435  5180 raft_consensus.cc:359] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.896255  5185 raft_consensus.cc:493] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:01.896596  5180 raft_consensus.cc:385] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.896868  5185 raft_consensus.cc:515] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.899912  5185 leader_election.cc:290] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:01.900216  5179 tablet_bootstrap.cc:654] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.897118  5180 raft_consensus.cc:740] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.903539  5180 consensus_queue.cc:260] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.910727  5061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c59b963dbc4943cfba17dffd42772430" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:01.912365  5061 raft_consensus.cc:2468] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 0.
I20260630 12:36:01.913317  5181 tablet_bootstrap.cc:492] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:01.913918  5181 ts_tablet_manager.cc:1403] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.067s	user 0.012s	sys 0.006s
I20260630 12:36:01.913661  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e73a1dbc9f9e4d9faff3b5c4aaed6cea" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:01.917207  5180 ts_tablet_manager.cc:1434] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.025s	user 0.006s	sys 0.002s
I20260630 12:36:01.917153  5060 raft_consensus.cc:2468] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 0.
I20260630 12:36:01.917450  5135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c1a1f1885b141329c1026abdbba3acb" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
W20260630 12:36:01.917850  5100 leader_election.cc:343] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:01.917564  5181 raft_consensus.cc:359] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.918298  5135 raft_consensus.cc:2468] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:01.918632  5181 raft_consensus.cc:385] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.919260  5181 raft_consensus.cc:740] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.919620  5180 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:01.920264  5181 consensus_queue.cc:260] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.923373  5181 ts_tablet_manager.cc:1434] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.009s	user 0.011s	sys 0.000s
I20260630 12:36:01.924465  5181 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:01.925570  5025 leader_election.cc:304] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:01.926663  5187 raft_consensus.cc:2804] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:01.926987  5187 raft_consensus.cc:493] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:01.927454  5187 raft_consensus.cc:3060] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:01.929563  5179 tablet_bootstrap.cc:492] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:01.930356  5179 ts_tablet_manager.cc:1403] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.078s	user 0.018s	sys 0.001s
I20260630 12:36:01.930868  5099 leader_election.cc:304] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [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: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 3dceda7a82fc47af83a6d0438fc2e85d
I20260630 12:36:01.935577  5185 raft_consensus.cc:2804] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:01.935997  5185 raft_consensus.cc:493] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:01.936488  5180 tablet_bootstrap.cc:654] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.931712  5181 tablet_bootstrap.cc:654] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.936398  5185 raft_consensus.cc:3060] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:01.933801  5179 raft_consensus.cc:359] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.940032  5179 raft_consensus.cc:385] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.940446  5179 raft_consensus.cc:740] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.941239  5179 consensus_queue.cc:260] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.935806  5099 leader_election.cc:304] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
W20260630 12:36:01.945361  5100 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.120.1:39311, user_credentials={real_user=slave}} blocked reactor thread for 44623.5us
I20260630 12:36:01.947868  5187 raft_consensus.cc:515] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:01.949187  5180 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:01.949774  5180 ts_tablet_manager.cc:1403] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.030s	user 0.010s	sys 0.002s
I20260630 12:36:01.949901  4986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e73a1dbc9f9e4d9faff3b5c4aaed6cea" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:01.952028  5135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c1a1f1885b141329c1026abdbba3acb" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:01.952910  5135 raft_consensus.cc:3060] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:01.953183  5180 raft_consensus.cc:359] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.953982  5180 raft_consensus.cc:385] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.954265  5180 raft_consensus.cc:740] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.955264  5187 leader_election.cc:290] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Requested vote from peers 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685), 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311)
I20260630 12:36:01.958261  5181 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:01.958877  5181 ts_tablet_manager.cc:1403] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.035s	user 0.010s	sys 0.005s
I20260630 12:36:01.959312  5209 raft_consensus.cc:2804] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:01.959818  5209 raft_consensus.cc:493] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:01.961012  5209 raft_consensus.cc:3060] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:01.962064  5181 raft_consensus.cc:359] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
W20260630 12:36:01.960520  5100 leader_election.cc:343] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:01.963197  5180 consensus_queue.cc:260] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.965410  4986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c1a1f1885b141329c1026abdbba3acb" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:01.966374  4986 raft_consensus.cc:2468] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:01.968041  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c1a1f1885b141329c1026abdbba3acb" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:01.969069  4985 raft_consensus.cc:3060] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:01.969707  5208 raft_consensus.cc:493] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:01.970288  5208 raft_consensus.cc:515] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.972697  5208 leader_election.cc:290] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:01.962848  5181 raft_consensus.cc:385] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:01.974043  5181 raft_consensus.cc:740] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:01.965636  5180 ts_tablet_manager.cc:1434] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.016s	user 0.002s	sys 0.005s
I20260630 12:36:01.974555  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c7425ef9d00478e856cc98d7e3fea2d" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:01.975039  5179 ts_tablet_manager.cc:1434] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.044s	user 0.013s	sys 0.025s
I20260630 12:36:01.975808  5180 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:01.976130  5179 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
W20260630 12:36:01.979537  5099 leader_election.cc:343] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:01.980682  4986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c7425ef9d00478e856cc98d7e3fea2d" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:01.981482  4986 raft_consensus.cc:2468] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 0.
I20260630 12:36:01.982566  5180 tablet_bootstrap.cc:654] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.982774  5100 leader_election.cc:304] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [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: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: f61c53b8c3814c469dcb7f283a395fa8
I20260630 12:36:01.983536  5179 tablet_bootstrap.cc:654] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:01.984182  5207 raft_consensus.cc:2804] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:01.984622  5207 raft_consensus.cc:493] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:01.984966  5207 raft_consensus.cc:3060] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:01.985762  5209 raft_consensus.cc:515] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.989076  4986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e73a1dbc9f9e4d9faff3b5c4aaed6cea" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
W20260630 12:36:01.990770  5100 leader_election.cc:343] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:01.982890  5181 consensus_queue.cc:260] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:01.992940  5181 ts_tablet_manager.cc:1434] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.034s	user 0.006s	sys 0.000s
I20260630 12:36:01.993142  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e73a1dbc9f9e4d9faff3b5c4aaed6cea" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:01.993763  5060 raft_consensus.cc:3060] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:01.997737  5181 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:02.002681  5209 leader_election.cc:290] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.002317  5060 raft_consensus.cc:2468] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 1.
I20260630 12:36:02.004733  5099 leader_election.cc:304] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [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: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 3dceda7a82fc47af83a6d0438fc2e85d
I20260630 12:36:02.006577  5209 raft_consensus.cc:2804] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.007712  5209 raft_consensus.cc:697] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Becoming Leader. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Running, Role: LEADER
I20260630 12:36:02.008903  5209 consensus_queue.cc:237] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.004762  5207 raft_consensus.cc:515] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.011394  5181 tablet_bootstrap.cc:654] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.014148  4986 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c7425ef9d00478e856cc98d7e3fea2d" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:02.014856  4986 raft_consensus.cc:3060] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.017755  5185 raft_consensus.cc:515] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.020427  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c7425ef9d00478e856cc98d7e3fea2d" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
W20260630 12:36:02.022024  5099 leader_election.cc:343] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.023128  5207 leader_election.cc:290] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.010727  5135 raft_consensus.cc:2468] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 1.
I20260630 12:36:02.035615  5025 leader_election.cc:304] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.038008  5187 raft_consensus.cc:2804] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.040635  5187 raft_consensus.cc:697] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Becoming Leader. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Running, Role: LEADER
I20260630 12:36:02.045173  5180 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:02.045428  5185 leader_election.cc:290] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.040213  4986 raft_consensus.cc:2468] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 1.
I20260630 12:36:02.046027  5180 ts_tablet_manager.cc:1403] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.071s	user 0.009s	sys 0.007s
I20260630 12:36:02.048400  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c59b963dbc4943cfba17dffd42772430" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:02.049206  4984 raft_consensus.cc:3060] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.049714  5181 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:02.050314  5181 ts_tablet_manager.cc:1403] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.053s	user 0.015s	sys 0.011s
I20260630 12:36:02.053725  5181 raft_consensus.cc:359] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.054535  5181 raft_consensus.cc:385] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.046715  5187 consensus_queue.cc:237] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } }
I20260630 12:36:02.056805  4985 raft_consensus.cc:2468] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 1.
I20260630 12:36:02.057334  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c59b963dbc4943cfba17dffd42772430" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:02.051229  5180 raft_consensus.cc:359] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.058003  5060 raft_consensus.cc:3060] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.058210  5180 raft_consensus.cc:385] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.054905  5181 raft_consensus.cc:740] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.058753  5180 raft_consensus.cc:740] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.060353  5181 consensus_queue.cc:260] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.063629  5181 ts_tablet_manager.cc:1434] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.005s
I20260630 12:36:02.065671  5181 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:02.067099  5100 leader_election.cc:304] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [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: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: f61c53b8c3814c469dcb7f283a395fa8
I20260630 12:36:02.068817  5185 raft_consensus.cc:2804] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.069453  5185 raft_consensus.cc:697] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Becoming Leader. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Running, Role: LEADER
I20260630 12:36:02.070386  5185 consensus_queue.cc:237] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.073081  5181 tablet_bootstrap.cc:654] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.082187  4883 catalog_manager.cc:5697] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: term changed from 0 to 1, leader changed from <none> to 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:02.093116  5186 raft_consensus.cc:493] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.090991  5180 consensus_queue.cc:260] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.093693  5186 raft_consensus.cc:515] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.095835  4984 raft_consensus.cc:2468] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 1.
I20260630 12:36:02.103307  5100 leader_election.cc:304] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: 
I20260630 12:36:02.105278  5214 raft_consensus.cc:493] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.100772  5186 leader_election.cc:290] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.092413  5179 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:02.106134  5185 raft_consensus.cc:2804] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.106525  5179 ts_tablet_manager.cc:1403] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.131s	user 0.043s	sys 0.066s
I20260630 12:36:02.107430  5185 raft_consensus.cc:697] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Becoming Leader. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Running, Role: LEADER
I20260630 12:36:02.106108  5214 raft_consensus.cc:515] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.108719  5185 consensus_queue.cc:237] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.109892  5179 raft_consensus.cc:359] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.110762  5179 raft_consensus.cc:385] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.100080  5060 raft_consensus.cc:2468] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 1.
I20260630 12:36:02.113047  5180 ts_tablet_manager.cc:1434] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.066s	user 0.007s	sys 0.003s
I20260630 12:36:02.124049  5179 raft_consensus.cc:740] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.124984  5180 tablet_bootstrap.cc:492] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:02.124933  5179 consensus_queue.cc:260] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.113269  5135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.127542  5179 ts_tablet_manager.cc:1434] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.002s
I20260630 12:36:02.113840  5214 leader_election.cc:290] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
W20260630 12:36:02.128330  5025 leader_election.cc:343] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.114197  4882 catalog_manager.cc:5697] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: term changed from 0 to 1, leader changed from <none> to f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:02.122422  5181 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:02.133773  5181 ts_tablet_manager.cc:1403] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.068s	user 0.020s	sys 0.036s
I20260630 12:36:02.128742  5179 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:02.136978  5181 raft_consensus.cc:359] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.137733  5181 raft_consensus.cc:385] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.138007  5181 raft_consensus.cc:740] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.138767  5181 consensus_queue.cc:260] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.141193  5181 ts_tablet_manager.cc:1434] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:02.141512  5179 tablet_bootstrap.cc:654] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.143245  5181 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:02.158754  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.159435  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.159824  4984 raft_consensus.cc:2468] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:02.160152  5060 raft_consensus.cc:2468] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 0.
I20260630 12:36:02.163053  5026 leader_election.cc:304] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [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: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8; no voters: 91a2bbf7c1434c41928014535a3ee608
I20260630 12:36:02.164738  5214 raft_consensus.cc:2804] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.165293  5214 raft_consensus.cc:493] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.165755  5214 raft_consensus.cc:3060] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.165858  5181 tablet_bootstrap.cc:654] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.167943  5186 raft_consensus.cc:493] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.168432  5186 raft_consensus.cc:515] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.169975  5186 leader_election.cc:290] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.171535  5187 raft_consensus.cc:493] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.172228  5187 raft_consensus.cc:515] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.176826  5187 leader_election.cc:290] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.177870  5135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a840357ab0264532a46b0036c2885f75" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.178828  4950 leader_election.cc:304] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.178948  5135 raft_consensus.cc:2468] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:02.180644  5186 raft_consensus.cc:2804] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.181079  5186 raft_consensus.cc:493] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.181463  5186 raft_consensus.cc:3060] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.181661  5180 tablet_bootstrap.cc:654] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.190487  5134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e73a1dbc9f9e4d9faff3b5c4aaed6cea" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.188831  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a840357ab0264532a46b0036c2885f75" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.193202  4984 raft_consensus.cc:2468] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:02.182987  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e73a1dbc9f9e4d9faff3b5c4aaed6cea" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.195734  5060 raft_consensus.cc:2393] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3dceda7a82fc47af83a6d0438fc2e85d in current term 1: Already voted for candidate 91a2bbf7c1434c41928014535a3ee608 in this term.
I20260630 12:36:02.194880  5135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.183579  5025 leader_election.cc:304] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.198374  5187 raft_consensus.cc:2804] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.198777  5187 raft_consensus.cc:493] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.199170  5187 raft_consensus.cc:3060] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.199774  5179 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:02.200376  5179 ts_tablet_manager.cc:1403] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.072s	user 0.033s	sys 0.031s
I20260630 12:36:02.203586  5179 raft_consensus.cc:359] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.204461  5179 raft_consensus.cc:385] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.204819  5179 raft_consensus.cc:740] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.205790  5179 consensus_queue.cc:260] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.206802  5180 tablet_bootstrap.cc:492] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:02.207573  5180 ts_tablet_manager.cc:1403] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.083s	user 0.011s	sys 0.012s
I20260630 12:36:02.208763  5179 ts_tablet_manager.cc:1434] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:36:02.210068  5179 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:02.211525  5227 raft_consensus.cc:493] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.212608  5187 raft_consensus.cc:515] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.211272  4884 catalog_manager.cc:5697] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: term changed from 0 to 1, leader changed from <none> to 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:02.213114  5180 raft_consensus.cc:359] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.214088  5180 raft_consensus.cc:385] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.212831  5186 raft_consensus.cc:515] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.214536  5180 raft_consensus.cc:740] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.214294  4884 catalog_manager.cc:5697] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: term changed from 0 to 1, leader changed from <none> to 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:02.215888  5180 consensus_queue.cc:260] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.216526  5214 raft_consensus.cc:515] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.213120  4950 leader_election.cc:304] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [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: 3dceda7a82fc47af83a6d0438fc2e85d; no voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8
I20260630 12:36:02.217414  5227 raft_consensus.cc:515] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.219916  5186 leader_election.cc:290] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 election: Requested vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.223861  5181 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:02.223665  5135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a840357ab0264532a46b0036c2885f75" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:02.224916  5214 leader_election.cc:290] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
W20260630 12:36:02.225971  4950 leader_election.cc:343] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.227499  5134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:02.228508  5181 ts_tablet_manager.cc:1403] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.086s	user 0.014s	sys 0.018s
I20260630 12:36:02.228891  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:02.229753  5060 raft_consensus.cc:2393] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3dceda7a82fc47af83a6d0438fc2e85d in current term 1: Already voted for candidate f61c53b8c3814c469dcb7f283a395fa8 in this term.
I20260630 12:36:02.224934  5135 raft_consensus.cc:3060] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.218959  5187 leader_election.cc:290] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.231860  5181 raft_consensus.cc:359] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.232697  5181 raft_consensus.cc:385] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.233019  5181 raft_consensus.cc:740] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
W20260630 12:36:02.233603  5025 leader_election.cc:343] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.233860  5181 consensus_queue.cc:260] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.234722  5227 leader_election.cc:290] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.235194  5186 raft_consensus.cc:3060] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.239686  5179 tablet_bootstrap.cc:654] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.242234  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a840357ab0264532a46b0036c2885f75" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:02.242930  4984 raft_consensus.cc:3060] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.242842  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785766847a73445e86dbac320e09607c" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.244010  4985 raft_consensus.cc:2468] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:02.246035  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:02.247291  4985 raft_consensus.cc:2393] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f61c53b8c3814c469dcb7f283a395fa8 in current term 1: Already voted for candidate 3dceda7a82fc47af83a6d0438fc2e85d in this term.
I20260630 12:36:02.247927  5186 raft_consensus.cc:2749] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:02.239459  5134 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:02.249203  5026 leader_election.cc:304] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.252259  5180 ts_tablet_manager.cc:1434] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.044s	user 0.015s	sys 0.006s
I20260630 12:36:02.252571  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785766847a73445e86dbac320e09607c" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.253469  5180 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:02.253753  5133 raft_consensus.cc:2468] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:02.257498  5026 leader_election.cc:304] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [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: f61c53b8c3814c469dcb7f283a395fa8; no voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608
I20260630 12:36:02.260279  5180 tablet_bootstrap.cc:654] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.250700  5214 raft_consensus.cc:2804] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.267475  5214 raft_consensus.cc:493] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.268038  5214 raft_consensus.cc:3060] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.270269  5227 raft_consensus.cc:2749] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
W20260630 12:36:02.288045  4950 leader_election.cc:343] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.288846  4950 leader_election.cc:304] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [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: 3dceda7a82fc47af83a6d0438fc2e85d; no voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8
I20260630 12:36:02.290475  5186 raft_consensus.cc:493] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.291220  5186 raft_consensus.cc:515] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.294129  5186 leader_election.cc:290] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.301383  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2baf92450d1142b5b585f4c1a6c092de" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.305125  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2baf92450d1142b5b585f4c1a6c092de" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
W20260630 12:36:02.307550  4950 leader_election.cc:343] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:02.308715  4950 leader_election.cc:343] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.309312  4950 leader_election.cc:304] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [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: 3dceda7a82fc47af83a6d0438fc2e85d; no voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8
I20260630 12:36:02.294874  5186 raft_consensus.cc:2749] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:36:02.311767  5186 raft_consensus.cc:2749] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:02.312292  5214 raft_consensus.cc:515] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.317381  5135 raft_consensus.cc:2468] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 1.
I20260630 12:36:02.318243  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785766847a73445e86dbac320e09607c" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:02.319264  5133 raft_consensus.cc:3060] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.319427  5025 leader_election.cc:304] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.323469  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785766847a73445e86dbac320e09607c" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:02.324625  4985 raft_consensus.cc:3060] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.331209  5214 leader_election.cc:290] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.335089  5133 raft_consensus.cc:2468] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 1.
I20260630 12:36:02.339211  4984 raft_consensus.cc:2468] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 1.
I20260630 12:36:02.342790  5025 leader_election.cc:304] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.343760  5179 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:02.344175  5227 raft_consensus.cc:2804] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.344587  5179 ts_tablet_manager.cc:1403] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.135s	user 0.043s	sys 0.064s
I20260630 12:36:02.344933  5227 raft_consensus.cc:697] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Becoming Leader. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Running, Role: LEADER
I20260630 12:36:02.345062  5187 raft_consensus.cc:2804] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.346278  4985 raft_consensus.cc:2468] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 1.
I20260630 12:36:02.345889  5227 consensus_queue.cc:237] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.348048  5179 raft_consensus.cc:359] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.348912  5179 raft_consensus.cc:385] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.349211  5179 raft_consensus.cc:740] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.350138  5179 consensus_queue.cc:260] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.351893  5214 raft_consensus.cc:493] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.352619  5214 raft_consensus.cc:515] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.356984  5214 leader_election.cc:290] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.357542  5179 ts_tablet_manager.cc:1434] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:36:02.359464  5179 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:02.360113  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c7425ef9d00478e856cc98d7e3fea2d" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.360589  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c7425ef9d00478e856cc98d7e3fea2d" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.361301  4985 raft_consensus.cc:2393] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f61c53b8c3814c469dcb7f283a395fa8 in current term 1: Already voted for candidate 91a2bbf7c1434c41928014535a3ee608 in this term.
I20260630 12:36:02.365252  5180 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:02.365326  5179 tablet_bootstrap.cc:654] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.365975  5180 ts_tablet_manager.cc:1403] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.113s	user 0.071s	sys 0.030s
I20260630 12:36:02.370110  5025 leader_election.cc:304] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [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: f61c53b8c3814c469dcb7f283a395fa8; no voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608
I20260630 12:36:02.373943  5228 raft_consensus.cc:3060] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.375221  5181 ts_tablet_manager.cc:1434] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.146s	user 0.013s	sys 0.006s
I20260630 12:36:02.375167  5180 raft_consensus.cc:359] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.376221  5180 raft_consensus.cc:385] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.376509  5180 raft_consensus.cc:740] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.376631  5181 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:02.377305  5180 consensus_queue.cc:260] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.380946  5180 ts_tablet_manager.cc:1434] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:36:02.382149  5180 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:02.373507  5187 raft_consensus.cc:697] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Becoming Leader. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Running, Role: LEADER
I20260630 12:36:02.384013  5181 tablet_bootstrap.cc:654] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.386152  5187 consensus_queue.cc:237] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.387243  5185 raft_consensus.cc:493] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.387952  5185 raft_consensus.cc:515] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.391938  5185 leader_election.cc:290] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.393092  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.393791  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.394330  4985 raft_consensus.cc:2393] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 91a2bbf7c1434c41928014535a3ee608 in current term 1: Already voted for candidate 3dceda7a82fc47af83a6d0438fc2e85d in this term.
I20260630 12:36:02.394619  5060 raft_consensus.cc:2393] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 91a2bbf7c1434c41928014535a3ee608 in current term 1: Already voted for candidate f61c53b8c3814c469dcb7f283a395fa8 in this term.
I20260630 12:36:02.395254  5180 tablet_bootstrap.cc:654] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.396647  5100 leader_election.cc:304] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [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: 91a2bbf7c1434c41928014535a3ee608; no voters: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8
I20260630 12:36:02.397826  5185 raft_consensus.cc:3060] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.405038  5209 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:02.414036  5185 raft_consensus.cc:2749] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:02.419641  5179 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:02.420548  5179 ts_tablet_manager.cc:1403] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.061s	user 0.017s	sys 0.010s
I20260630 12:36:02.424917  5179 raft_consensus.cc:359] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.425961  5179 raft_consensus.cc:385] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.426410  5179 raft_consensus.cc:740] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.428172  5179 consensus_queue.cc:260] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.430047  5228 raft_consensus.cc:2749] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:02.429280  4881 catalog_manager.cc:5697] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: term changed from 0 to 1, leader changed from <none> to f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:02.431641  4881 catalog_manager.cc:5697] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: term changed from 0 to 1, leader changed from <none> to f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:02.444701  5179 ts_tablet_manager.cc:1434] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.024s	user 0.008s	sys 0.000s
I20260630 12:36:02.457981  5181 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:02.458725  5181 ts_tablet_manager.cc:1403] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.082s	user 0.008s	sys 0.003s
I20260630 12:36:02.458966  5208 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:02.461758  5181 raft_consensus.cc:359] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.462622  5181 raft_consensus.cc:385] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.464392  5187 raft_consensus.cc:493] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.462916  5181 raft_consensus.cc:740] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.465161  5187 raft_consensus.cc:515] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.465803  5181 consensus_queue.cc:260] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.467797  5180 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:02.468370  5181 ts_tablet_manager.cc:1434] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:36:02.468245  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3a4d80da985479880543c0a94813213" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.469442  5181 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
W20260630 12:36:02.469861  5026 leader_election.cc:343] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.468336  5180 ts_tablet_manager.cc:1403] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.086s	user 0.036s	sys 0.039s
I20260630 12:36:02.473829  5180 raft_consensus.cc:359] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.474591  5180 raft_consensus.cc:385] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.474871  5180 raft_consensus.cc:740] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.477890  5187 leader_election.cc:290] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.479350  5179 tablet_bootstrap.cc:492] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:02.479574  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3a4d80da985479880543c0a94813213" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.480034  5181 tablet_bootstrap.cc:654] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:02.481493  5025 leader_election.cc:343] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.481968  5025 leader_election.cc:304] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [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: f61c53b8c3814c469dcb7f283a395fa8; no voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608
I20260630 12:36:02.482805  5187 raft_consensus.cc:2749] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:02.487589  5180 consensus_queue.cc:260] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.490342  5180 ts_tablet_manager.cc:1434] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.019s	user 0.002s	sys 0.004s
I20260630 12:36:02.491672  5180 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:02.493716  5179 tablet_bootstrap.cc:654] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.494058  5181 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:02.494545  5181 ts_tablet_manager.cc:1403] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.000s
I20260630 12:36:02.497450  5181 raft_consensus.cc:359] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.498210  5180 tablet_bootstrap.cc:654] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.498206  5181 raft_consensus.cc:385] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.498864  5181 raft_consensus.cc:740] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.499758  5181 consensus_queue.cc:260] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.515283  5181 ts_tablet_manager.cc:1434] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.002s
I20260630 12:36:02.516338  5181 tablet_bootstrap.cc:492] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d: Bootstrap starting.
I20260630 12:36:02.522027  5181 tablet_bootstrap.cc:654] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.527746  5180 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:02.527822  5179 tablet_bootstrap.cc:492] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:02.527880  5181 tablet_bootstrap.cc:492] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d: No bootstrap required, opened a new log
I20260630 12:36:02.528281  5180 ts_tablet_manager.cc:1403] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.037s	user 0.015s	sys 0.020s
I20260630 12:36:02.528504  5179 ts_tablet_manager.cc:1403] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.075s	user 0.020s	sys 0.020s
I20260630 12:36:02.528504  5181 ts_tablet_manager.cc:1403] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent bootstrapping tablet: real 0.012s	user 0.002s	sys 0.009s
I20260630 12:36:02.530484  5180 raft_consensus.cc:359] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.531193  5180 raft_consensus.cc:385] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.531447  5180 raft_consensus.cc:740] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.531484  5179 raft_consensus.cc:359] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.531658  5181 raft_consensus.cc:359] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.532220  5180 consensus_queue.cc:260] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.532230  5179 raft_consensus.cc:385] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.532346  5181 raft_consensus.cc:385] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.532990  5179 raft_consensus.cc:740] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.533051  5181 raft_consensus.cc:740] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.533793  5179 consensus_queue.cc:260] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.534402  5180 ts_tablet_manager.cc:1434] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:36:02.535570  5180 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: Bootstrap starting.
I20260630 12:36:02.535383  5181 consensus_queue.cc:260] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.536000  5179 ts_tablet_manager.cc:1434] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:02.536985  5179 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:02.542441  5180 tablet_bootstrap.cc:654] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.542805  5181 ts_tablet_manager.cc:1434] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.001s
I20260630 12:36:02.542906  5179 tablet_bootstrap.cc:654] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.553745  5231 raft_consensus.cc:493] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.554574  5180 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: No bootstrap required, opened a new log
I20260630 12:36:02.554332  5231 raft_consensus.cc:515] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.555157  5180 ts_tablet_manager.cc:1403] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.004s
I20260630 12:36:02.556635  5231 leader_election.cc:290] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.558399  5180 raft_consensus.cc:359] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.559158  5180 raft_consensus.cc:385] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.559098  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e99bd3fd87c4cb39c88b1bd9b4c909b" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.559573  5180 raft_consensus.cc:740] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.559892  5060 raft_consensus.cc:2468] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 0.
I20260630 12:36:02.560977  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e99bd3fd87c4cb39c88b1bd9b4c909b" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.561195  4950 leader_election.cc:304] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.562076  5231 raft_consensus.cc:2804] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.562436  5231 raft_consensus.cc:493] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.562533  5208 raft_consensus.cc:493] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.562819  5231 raft_consensus.cc:3060] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.563139  5208 raft_consensus.cc:515] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.563486  5179 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:02.563683  5186 raft_consensus.cc:493] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.564294  5179 ts_tablet_manager.cc:1403] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.028s	user 0.016s	sys 0.009s
I20260630 12:36:02.564281  5186 raft_consensus.cc:515] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
W20260630 12:36:02.566211  4950 leader_election.cc:343] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.566545  5186 leader_election.cc:290] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.566365  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536b319dfbff4b60838784b24f97509a" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.567427  4984 raft_consensus.cc:2468] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 0.
I20260630 12:36:02.567790  5179 raft_consensus.cc:359] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.568610  5179 raft_consensus.cc:385] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.568940  5179 raft_consensus.cc:740] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.569300  5208 leader_election.cc:290] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.569703  5061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536b319dfbff4b60838784b24f97509a" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.570315  5179 consensus_queue.cc:260] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.570508  5061 raft_consensus.cc:2468] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 0.
I20260630 12:36:02.571682  5187 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:02.573661  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536b319dfbff4b60838784b24f97509a" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.574595  5179 ts_tablet_manager.cc:1434] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:36:02.569199  5100 leader_election.cc:304] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: 
I20260630 12:36:02.575704  5179 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: Bootstrap starting.
I20260630 12:36:02.574466  5133 raft_consensus.cc:2468] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 0.
I20260630 12:36:02.577551  5208 raft_consensus.cc:2804] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.577872  5231 raft_consensus.cc:515] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.580246  5208 raft_consensus.cc:493] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.580641  5231 leader_election.cc:290] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 election: Requested vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.580763  5208 raft_consensus.cc:3060] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.581346  5231 raft_consensus.cc:493] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.581872  5231 raft_consensus.cc:515] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.582525  5179 tablet_bootstrap.cc:654] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:02.560410  5180 consensus_queue.cc:260] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.584517  5061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e99bd3fd87c4cb39c88b1bd9b4c909b" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:02.585229  5061 raft_consensus.cc:3060] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.588825  5180 ts_tablet_manager.cc:1434] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: Time spent starting tablet: real 0.033s	user 0.006s	sys 0.000s
I20260630 12:36:02.589537  4950 leader_election.cc:304] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: 
I20260630 12:36:02.591048  5186 raft_consensus.cc:2804] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.590981  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e99bd3fd87c4cb39c88b1bd9b4c909b" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:02.591785  5186 raft_consensus.cc:493] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.592249  5186 raft_consensus.cc:3060] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.591045  5231 leader_election.cc:290] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.599779  5209 consensus_queue.cc:1048] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:02.602082  5186 raft_consensus.cc:515] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.604575  5186 leader_election.cc:290] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 election: Requested vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.568944  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536b319dfbff4b60838784b24f97509a" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.605845  5060 raft_consensus.cc:2468] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 0.
I20260630 12:36:02.612365  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3a4d80da985479880543c0a94813213" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.613394  5133 raft_consensus.cc:2468] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 0.
I20260630 12:36:02.613848  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3a4d80da985479880543c0a94813213" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.614785  5060 raft_consensus.cc:2468] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 0.
I20260630 12:36:02.616758  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536b319dfbff4b60838784b24f97509a" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:02.617463  5060 raft_consensus.cc:3060] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.618356  5179 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: No bootstrap required, opened a new log
I20260630 12:36:02.618810  5179 ts_tablet_manager.cc:1403] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: Time spent bootstrapping tablet: real 0.043s	user 0.021s	sys 0.020s
I20260630 12:36:02.621785  5179 raft_consensus.cc:359] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.622519  5179 raft_consensus.cc:385] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:02.622838  5179 raft_consensus.cc:740] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Initialized, Role: FOLLOWER
I20260630 12:36:02.623685  5179 consensus_queue.cc:260] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.626367  5179 ts_tablet_manager.cc:1434] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:02.627876  5208 raft_consensus.cc:515] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.628131  5209 consensus_queue.cc:1048] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:02.633509  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536b319dfbff4b60838784b24f97509a" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:02.634431  4985 raft_consensus.cc:2393] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 91a2bbf7c1434c41928014535a3ee608 in current term 1: Already voted for candidate 3dceda7a82fc47af83a6d0438fc2e85d in this term.
I20260630 12:36:02.634718  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536b319dfbff4b60838784b24f97509a" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:02.635576  5133 raft_consensus.cc:2393] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3dceda7a82fc47af83a6d0438fc2e85d in current term 1: Already voted for candidate 91a2bbf7c1434c41928014535a3ee608 in this term.
W20260630 12:36:02.636919  4950 leader_election.cc:343] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:02.637679  4950 leader_election.cc:304] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: 
I20260630 12:36:02.637987  5058 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536b319dfbff4b60838784b24f97509a" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:02.639815  5099 leader_election.cc:304] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [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: 91a2bbf7c1434c41928014535a3ee608; no voters: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8
I20260630 12:36:02.640751  5209 raft_consensus.cc:2749] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:36:02.641582  5060 raft_consensus.cc:2468] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 1.
I20260630 12:36:02.641659  5208 leader_election.cc:290] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.644757  5061 raft_consensus.cc:2468] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 1.
I20260630 12:36:02.656926  4950 leader_election.cc:304] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [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: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8; no voters: 91a2bbf7c1434c41928014535a3ee608
I20260630 12:36:02.645052  5231 raft_consensus.cc:2804] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.658077  5231 raft_consensus.cc:493] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.658454  5231 raft_consensus.cc:3060] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.652415  5214 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.009s
I20260630 12:36:02.664723  5186 raft_consensus.cc:2804] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.670436  5231 raft_consensus.cc:515] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.671722  5208 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:02.671990  4950 leader_election.cc:304] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [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: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8; no voters: 91a2bbf7c1434c41928014535a3ee608
I20260630 12:36:02.674115  5231 leader_election.cc:290] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 election: Requested vote from peers f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.687652  5185 raft_consensus.cc:493] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.688447  5185 raft_consensus.cc:515] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.692574  4985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2baf92450d1142b5b585f4c1a6c092de" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.693550  4985 raft_consensus.cc:2468] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 0.
I20260630 12:36:02.695411  5100 leader_election.cc:304] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: 
I20260630 12:36:02.696698  5207 raft_consensus.cc:2804] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.696641  5253 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:02.697170  5207 raft_consensus.cc:493] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.697546  5207 raft_consensus.cc:3060] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.701799  5256 raft_consensus.cc:2804] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.703447  5256 raft_consensus.cc:697] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Becoming Leader. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Running, Role: LEADER
I20260630 12:36:02.704344  5256 consensus_queue.cc:237] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.709105  5185 leader_election.cc:290] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.709470  5059 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2baf92450d1142b5b585f4c1a6c092de" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.710422  5059 raft_consensus.cc:2468] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 0.
I20260630 12:36:02.712932  5059 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3a4d80da985479880543c0a94813213" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:02.713768  5059 raft_consensus.cc:3060] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.715126  5186 raft_consensus.cc:697] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Becoming Leader. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Running, Role: LEADER
I20260630 12:36:02.716169  5186 consensus_queue.cc:237] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.729441  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3a4d80da985479880543c0a94813213" candidate_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:02.730167  5133 raft_consensus.cc:3060] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.738960  5133 raft_consensus.cc:2468] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 1.
I20260630 12:36:02.739488  4881 catalog_manager.cc:5697] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: term changed from 0 to 1, leader changed from <none> to 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1). New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:02.740886  4950 leader_election.cc:304] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: 
I20260630 12:36:02.743216  5258 raft_consensus.cc:2804] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.743664  5059 raft_consensus.cc:2468] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3dceda7a82fc47af83a6d0438fc2e85d in term 1.
I20260630 12:36:02.748687  5207 raft_consensus.cc:515] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.752038  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2baf92450d1142b5b585f4c1a6c092de" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:02.752127  5059 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2baf92450d1142b5b585f4c1a6c092de" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:02.752816  4984 raft_consensus.cc:3060] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.752946  5059 raft_consensus.cc:3060] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.754428  5258 raft_consensus.cc:697] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Becoming Leader. State: Replica: 3dceda7a82fc47af83a6d0438fc2e85d, State: Running, Role: LEADER
I20260630 12:36:02.755410  5258 consensus_queue.cc:237] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.759249  4984 raft_consensus.cc:2468] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 1.
I20260630 12:36:02.760237  5207 leader_election.cc:290] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.760689  5059 raft_consensus.cc:2468] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 1.
I20260630 12:36:02.760601  5100 leader_election.cc:304] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: 
I20260630 12:36:02.762041  5207 raft_consensus.cc:2804] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.762545  5207 raft_consensus.cc:697] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Becoming Leader. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Running, Role: LEADER
I20260630 12:36:02.763370  5207 consensus_queue.cc:237] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.763960  5228 consensus_queue.cc:1048] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:02.773865  4881 catalog_manager.cc:5697] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: term changed from 0 to 1, leader changed from <none> to 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1). New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:02.776201  4881 catalog_manager.cc:5697] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: term changed from 0 to 1, leader changed from <none> to 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1). New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:02.776455  4884 catalog_manager.cc:5697] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: term changed from 0 to 1, leader changed from <none> to 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:02.786098  5214 consensus_queue.cc:1048] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:02.791844  5214 raft_consensus.cc:493] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.792382  5214 raft_consensus.cc:515] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.794626  5214 leader_election.cc:290] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.796350  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f30e5f3e220e4de5bee7f57129269823" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608" is_pre_election: true
I20260630 12:36:02.796653  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f30e5f3e220e4de5bee7f57129269823" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.797219  5133 raft_consensus.cc:2468] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:02.797245  4984 raft_consensus.cc:2468] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 0.
I20260630 12:36:02.798520  5025 leader_election.cc:304] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.799988  5214 raft_consensus.cc:2804] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:02.800391  5214 raft_consensus.cc:493] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:02.800750  5214 raft_consensus.cc:3060] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:02.806509  4932 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:02.808343  5214 raft_consensus.cc:515] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.810027  5214 leader_election.cc:290] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:02.810870  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f30e5f3e220e4de5bee7f57129269823" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:02.811232  5133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f30e5f3e220e4de5bee7f57129269823" candidate_uuid: "f61c53b8c3814c469dcb7f283a395fa8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91a2bbf7c1434c41928014535a3ee608"
I20260630 12:36:02.811546  4984 raft_consensus.cc:3060] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.811796  5133 raft_consensus.cc:3060] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.818850  4984 raft_consensus.cc:2468] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 1.
I20260630 12:36:02.818850  5133 raft_consensus.cc:2468] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f61c53b8c3814c469dcb7f283a395fa8 in term 1.
I20260630 12:36:02.820695  5026 leader_election.cc:304] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:02.821547  5214 raft_consensus.cc:2804] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:02.822005  5214 raft_consensus.cc:697] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Becoming Leader. State: Replica: f61c53b8c3814c469dcb7f283a395fa8, State: Running, Role: LEADER
I20260630 12:36:02.822781  5214 consensus_queue.cc:237] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.831122  4881 catalog_manager.cc:5697] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: term changed from 0 to 1, leader changed from <none> to f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:02.893263  5214 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:02.904277  5228 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:02.915463  5209 raft_consensus.cc:493] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:02.916128  5209 raft_consensus.cc:515] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:02.918192  5209 leader_election.cc:290] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:02.918987  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e99bd3fd87c4cb39c88b1bd9b4c909b" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:02.919386  5059 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e99bd3fd87c4cb39c88b1bd9b4c909b" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:02.920311  5059 raft_consensus.cc:2393] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 91a2bbf7c1434c41928014535a3ee608 in current term 1: Already voted for candidate 3dceda7a82fc47af83a6d0438fc2e85d in this term.
I20260630 12:36:02.921499  5099 leader_election.cc:304] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [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: 91a2bbf7c1434c41928014535a3ee608; no voters: 3dceda7a82fc47af83a6d0438fc2e85d, f61c53b8c3814c469dcb7f283a395fa8
I20260630 12:36:02.922334  5209 raft_consensus.cc:3060] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:02.927867  5209 raft_consensus.cc:2749] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:03.155946  5258 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:03.168881  5186 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:03.232582  5186 consensus_queue.cc:1048] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:03.261179  5207 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:03.262995  5256 consensus_queue.cc:1048] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:03.282128  5209 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:03.297145  5256 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:03.313616  5256 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:03.336418  5214 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:03.361001  5214 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:03.811903  4932 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:04.230373  5185 raft_consensus.cc:493] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:04.230875  5185 raft_consensus.cc:515] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:04.232590  5185 leader_election.cc:290] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:04.233739  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8" is_pre_election: true
I20260630 12:36:04.233681  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" is_pre_election: true
I20260630 12:36:04.234579  5060 raft_consensus.cc:2468] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 1.
I20260630 12:36:04.234616  4984 raft_consensus.cc:2468] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 1.
I20260630 12:36:04.236040  5100 leader_election.cc:304] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [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: 3dceda7a82fc47af83a6d0438fc2e85d, 91a2bbf7c1434c41928014535a3ee608; no voters: 
I20260630 12:36:04.236794  5185 raft_consensus.cc:2804] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:04.237116  5185 raft_consensus.cc:493] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:04.237404  5185 raft_consensus.cc:3060] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:04.242434  5185 raft_consensus.cc:515] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:04.244058  5185 leader_election.cc:290] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [CANDIDATE]: Term 2 election: Requested vote from peers 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311), f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:04.245122  5060 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f61c53b8c3814c469dcb7f283a395fa8"
I20260630 12:36:04.245129  4984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d0905e33f3424b8ebd1cd3d73f674ff1" candidate_uuid: "91a2bbf7c1434c41928014535a3ee608" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3dceda7a82fc47af83a6d0438fc2e85d"
I20260630 12:36:04.245754  5060 raft_consensus.cc:3060] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:04.245980  4984 raft_consensus.cc:3060] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:04.252079  5060 raft_consensus.cc:2468] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 2.
I20260630 12:36:04.253144  4984 raft_consensus.cc:2468] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 91a2bbf7c1434c41928014535a3ee608 in term 2.
I20260630 12:36:04.253540  5099 leader_election.cc:304] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [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: 91a2bbf7c1434c41928014535a3ee608, f61c53b8c3814c469dcb7f283a395fa8; no voters: 
I20260630 12:36:04.254457  5185 raft_consensus.cc:2804] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:04.254892  5185 raft_consensus.cc:697] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 2 LEADER]: Becoming Leader. State: Replica: 91a2bbf7c1434c41928014535a3ee608, State: Running, Role: LEADER
I20260630 12:36:04.255716  5185 consensus_queue.cc:237] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER 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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } }
I20260630 12:36:04.264338  4881 catalog_manager.cc:5697] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: term changed from 0 to 2, leader changed from <none> to 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3). New cstate: current_term: 2 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:04.694243  5060 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:04.695711  5185 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:04.720098  4984 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 2 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:04.722020  5185 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:05.261128  5315 log.cc:927] Time spent T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: Append to log took a long time: real 0.059s	user 0.000s	sys 0.000s
W20260630 12:36:05.287957  4950 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:40031, user_credentials={real_user=slave}} blocked reactor thread for 61719.5us
W20260630 12:36:05.390413  5336 log.cc:927] Time spent T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: Append to log took a long time: real 0.086s	user 0.000s	sys 0.001s
W20260630 12:36:05.476775  5026 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.1:39311, user_credentials={real_user=slave}} blocked reactor thread for 79304.1us
W20260630 12:36:05.529070  5333 log.cc:927] Time spent T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608: Append to log took a long time: real 0.053s	user 0.000s	sys 0.001s
W20260630 12:36:05.529685  5348 log.cc:927] Time spent T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d: Append to log took a long time: real 0.056s	user 0.001s	sys 0.000s
W20260630 12:36:05.556959  5342 log.cc:927] Time spent T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8: Append to log took a long time: real 0.138s	user 0.002s	sys 0.000s
W20260630 12:36:05.702728  5352 log.cc:927] Time spent T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: Append to log took a long time: real 0.118s	user 0.002s	sys 0.000s
W20260630 12:36:05.711335  5357 log.cc:927] Time spent T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: Append to log took a long time: real 0.105s	user 0.000s	sys 0.001s
W20260630 12:36:05.768733  5360 log.cc:927] Time spent T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608: Append to log took a long time: real 0.053s	user 0.000s	sys 0.001s
W20260630 12:36:05.779531  5358 log.cc:927] Time spent T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d: Append to log took a long time: real 0.131s	user 0.002s	sys 0.000s
W20260630 12:36:05.916872  5370 log.cc:927] Time spent T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: Append to log took a long time: real 0.107s	user 0.000s	sys 0.001s
W20260630 12:36:05.918732  5369 log.cc:927] Time spent T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: Append to log took a long time: real 0.127s	user 0.000s	sys 0.001s
I20260630 12:36:06.051885  5374 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43240 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=12, attempt_no=0}) took 1044 ms. Trace:
W20260630 12:36:06.061414  5366 log.cc:927] Time spent T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d: Append to log took a long time: real 0.059s	user 0.000s	sys 0.001s
I20260630 12:36:06.080737  5362 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=3, attempt_no=0}) took 1004 ms. Trace:
I20260630 12:36:06.081144  5321 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43240 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=11, attempt_no=0}) took 1074 ms. Trace:
I20260630 12:36:06.098407  5331 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=4, attempt_no=0}) took 1021 ms. Trace:
I20260630 12:36:06.081295  5362 rpcz_store.cc:276] 0630 12:36:05.076325 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.079057 (+  2732us) service_pool.cc:224] Handling call
0630 12:36:05.343815 (+264758us) spinlock_profiling.cc:243] Waited 52.6 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:06.080513 (+736698us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.470056 (+     0us) write_op.cc:183] PREPARE: starting on tablet d0905e33f3424b8ebd1cd3d73f674ff1
0630 12:36:05.470827 (+   771us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.470867 (+    40us) write_op.cc:435] Acquired schema lock
0630 12:36:05.470896 (+    29us) tablet.cc:662] Decoding operations
0630 12:36:05.471701 (+   805us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.471781 (+    80us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.471823 (+    42us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:05.472641 (+   818us) tablet.cc:701] Row locks acquired
0630 12:36:05.472670 (+    29us) write_op.cc:260] PREPARE: finished
0630 12:36:05.472914 (+   244us) write_op.cc:270] Start()
0630 12:36:05.473054 (+   140us) write_op.cc:276] Timestamp: P: 1782822965472853 usec, L: 0
0630 12:36:05.473084 (+    30us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.474576 (+  1492us) log.cc:844] Serialized 562 byte log entry
0630 12:36:05.953037 (+478461us) op_driver.cc:464] REPLICATION: finished
0630 12:36:05.956908 (+  3871us) write_op.cc:301] APPLY: starting
0630 12:36:05.957008 (+   100us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:05.957171 (+   163us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:05.957286 (+   115us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:05.962624 (+  5338us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:05.962832 (+   208us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:05.962880 (+    48us) write_op.cc:312] APPLY: finished
0630 12:36:05.963179 (+   299us) log.cc:844] Serialized 52 byte log entry
0630 12:36:06.005932 (+ 42753us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.021121 (+ 15189us) write_op.cc:454] Released schema lock
0630 12:36:06.037308 (+ 16187us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:06.080393 (+ 43085us) spinlock_profiling.cc:243] Waited 12.2 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c999689ae 00007f3c9997c4fe 00007f3ca0655e51 00007f3c9f0a83ad 00007f3c9f0a7b53 00007f3c9f0abd61 00007f3c9f0abd19 00007f3c9f0abca9 00007f3c9f0abc71 00007f3c9f0aae9d
Metrics: {"spinlock_wait_cycles":120999168,"child_traces":[["op",{"apply.queue_time_us":3677,"num_ops":6,"prepare.queue_time_us":97364,"prepare.run_cpu_time_us":4272,"prepare.run_wall_time_us":9146,"replication_time_us":479831,"spinlock_wait_cycles":28028288}]]}
I20260630 12:36:06.090482  5363 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=2, attempt_no=0}) took 1014 ms. Trace:
I20260630 12:36:06.133790  5382 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:44946 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=28, attempt_no=0}) took 1085 ms. Trace:
I20260630 12:36:06.159969  5341 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:44946 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=17, attempt_no=0}) took 1115 ms. Trace:
I20260630 12:36:06.098922  5331 rpcz_store.cc:276] 0630 12:36:05.077119 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.078135 (+  1016us) service_pool.cc:224] Handling call
0630 12:36:05.222813 (+144678us) spinlock_profiling.cc:243] Waited 52.9 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:06.098154 (+875341us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.480517 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2baf92450d1142b5b585f4c1a6c092de
0630 12:36:05.481033 (+   516us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.481065 (+    32us) write_op.cc:435] Acquired schema lock
0630 12:36:05.481079 (+    14us) tablet.cc:662] Decoding operations
0630 12:36:05.482554 (+  1475us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.483658 (+  1104us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.485383 (+  1725us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:05.546069 (+ 60686us) tablet.cc:701] Row locks acquired
0630 12:36:05.548324 (+  2255us) write_op.cc:260] PREPARE: finished
0630 12:36:05.560175 (+ 11851us) write_op.cc:270] Start()
0630 12:36:05.565315 (+  5140us) write_op.cc:276] Timestamp: P: 1782822965558815 usec, L: 0
0630 12:36:05.565743 (+   428us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.593911 (+ 28168us) log.cc:844] Serialized 475 byte log entry
0630 12:36:05.977462 (+383551us) op_driver.cc:464] REPLICATION: finished
0630 12:36:05.984821 (+  7359us) write_op.cc:301] APPLY: starting
0630 12:36:05.984903 (+    82us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:05.985061 (+   158us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:05.985179 (+   118us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:05.985905 (+   726us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:05.986082 (+   177us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:05.986131 (+    49us) write_op.cc:312] APPLY: finished
0630 12:36:05.986351 (+   220us) log.cc:844] Serialized 40 byte log entry
0630 12:36:05.986572 (+   221us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:05.986670 (+    98us) write_op.cc:454] Released schema lock
0630 12:36:05.986722 (+    52us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:06.098021 (+111299us) spinlock_profiling.cc:243] Waited 57.7 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c999689ae 00007f3c9997c4fe 00007f3ca0655e51 00007f3c9f0a83ad 00007f3c9f0a7b53 00007f3c9f0abd61 00007f3c9f0abd19 00007f3c9f0abca9 00007f3c9f0abc71 00007f3c9f0aae9d
Metrics: {"spinlock_wait_cycles":121724672,"child_traces":[["op",{"apply.queue_time_us":3782,"mutex_wait_us":174,"num_ops":4,"prepare.queue_time_us":197828,"prepare.run_cpu_time_us":4171,"prepare.run_wall_time_us":117715,"replication_time_us":402863,"spinlock_wait_cycles":132722048}]]}
I20260630 12:36:06.176690  5326 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=13, attempt_no=0}) took 1099 ms. Trace:
I20260630 12:36:06.081560  5321 rpcz_store.cc:276] 0630 12:36:05.006773 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.009339 (+  2566us) service_pool.cc:224] Handling call
0630 12:36:06.080937 (+1071598us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.304149 (+     0us) write_op.cc:183] PREPARE: starting on tablet 536b319dfbff4b60838784b24f97509a
0630 12:36:05.362022 (+ 57873us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.362795 (+   773us) write_op.cc:435] Acquired schema lock
0630 12:36:05.362821 (+    26us) tablet.cc:662] Decoding operations
0630 12:36:05.412569 (+ 49748us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.415095 (+  2526us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.417177 (+  2082us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:05.426019 (+  8842us) tablet.cc:701] Row locks acquired
0630 12:36:05.426037 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:36:05.426228 (+   191us) write_op.cc:270] Start()
0630 12:36:05.426328 (+   100us) write_op.cc:276] Timestamp: P: 1782822965426186 usec, L: 0
0630 12:36:05.426349 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.427664 (+  1315us) log.cc:844] Serialized 475 byte log entry
0630 12:36:06.071338 (+643674us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.078730 (+  7392us) write_op.cc:301] APPLY: starting
0630 12:36:06.078824 (+    94us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.078976 (+   152us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.079086 (+   110us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.079769 (+   683us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.079972 (+   203us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.080022 (+    50us) write_op.cc:312] APPLY: finished
0630 12:36:06.080241 (+   219us) log.cc:844] Serialized 40 byte log entry
0630 12:36:06.080429 (+   188us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.080510 (+    81us) write_op.cc:454] Released schema lock
0630 12:36:06.080557 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":3844,"num_ops":4,"prepare.queue_time_us":279099,"prepare.run_cpu_time_us":5047,"prepare.run_wall_time_us":134043,"replication_time_us":644878}]]}
I20260630 12:36:06.188511  5321 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43240 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=47, attempt_no=0}) took 1132 ms. Trace:
I20260630 12:36:06.134297  5382 rpcz_store.cc:276] 0630 12:36:05.048615 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.049629 (+  1014us) service_pool.cc:224] Handling call
0630 12:36:06.133571 (+1083942us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.757910 (+     0us) write_op.cc:183] PREPARE: starting on tablet f30e5f3e220e4de5bee7f57129269823
0630 12:36:05.789534 (+ 31624us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.789570 (+    36us) write_op.cc:435] Acquired schema lock
0630 12:36:05.789583 (+    13us) tablet.cc:662] Decoding operations
0630 12:36:05.789926 (+   343us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.790032 (+   106us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.790065 (+    33us) tablet.cc:685] Acquiring locks for 1 operations
0630 12:36:05.790241 (+   176us) tablet.cc:701] Row locks acquired
0630 12:36:05.791435 (+  1194us) write_op.cc:260] PREPARE: finished
0630 12:36:05.799203 (+  7768us) write_op.cc:270] Start()
0630 12:36:05.799316 (+   113us) write_op.cc:276] Timestamp: P: 1782822965799163 usec, L: 0
0630 12:36:05.799339 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.826722 (+ 27383us) log.cc:844] Serialized 345 byte log entry
0630 12:36:05.951799 (+125077us) spinlock_profiling.cc:243] Waited 19.4 ms on lock 0x7b54003c7420. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9b5da090 00007f3c9b5e76b8 00007f3c9b5e72fa 00007f3c9b66b965 00007f3c9b66be09 00007f3c9f0a6581 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939 00007f3c9f0aa901
0630 12:36:06.014866 (+ 63067us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.123778 (+108912us) write_op.cc:301] APPLY: starting
0630 12:36:06.125396 (+  1618us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.128868 (+  3472us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.128890 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.129364 (+   474us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.129516 (+   152us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.129559 (+    43us) write_op.cc:312] APPLY: finished
0630 12:36:06.132924 (+  3365us) log.cc:844] Serialized 22 byte log entry
0630 12:36:06.133118 (+   194us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.133187 (+    69us) write_op.cc:454] Released schema lock
0630 12:36:06.133224 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":99460,"num_ops":1,"prepare.queue_time_us":682275,"prepare.run_cpu_time_us":7006,"prepare.run_wall_time_us":208710,"replication_time_us":215408,"spinlock_wait_cycles":44684032}]]}
I20260630 12:36:06.221452  5382 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:44946 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=35, attempt_no=0}) took 1172 ms. Trace:
I20260630 12:36:06.201776  5321 rpcz_store.cc:276] 0630 12:36:05.056106 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.081783 (+ 25677us) service_pool.cc:224] Handling call
0630 12:36:06.188443 (+1106660us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.571238 (+     0us) write_op.cc:183] PREPARE: starting on tablet 536b319dfbff4b60838784b24f97509a
0630 12:36:05.610110 (+ 38872us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.610149 (+    39us) write_op.cc:435] Acquired schema lock
0630 12:36:05.610173 (+    24us) tablet.cc:662] Decoding operations
0630 12:36:05.625788 (+ 15615us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.629187 (+  3399us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.631208 (+  2021us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:05.633195 (+  1987us) tablet.cc:701] Row locks acquired
0630 12:36:05.635174 (+  1979us) write_op.cc:260] PREPARE: finished
0630 12:36:05.645285 (+ 10111us) write_op.cc:270] Start()
0630 12:36:05.645392 (+   107us) write_op.cc:276] Timestamp: P: 1782822965645239 usec, L: 0
0630 12:36:05.645522 (+   130us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.646214 (+   692us) log.cc:844] Serialized 388 byte log entry
0630 12:36:06.071931 (+425717us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.186719 (+114788us) write_op.cc:301] APPLY: starting
0630 12:36:06.186793 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.186904 (+   111us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.186987 (+    83us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.187492 (+   505us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.187662 (+   170us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.187706 (+    44us) write_op.cc:312] APPLY: finished
0630 12:36:06.187876 (+   170us) log.cc:844] Serialized 28 byte log entry
0630 12:36:06.188053 (+   177us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.188122 (+    69us) write_op.cc:454] Released schema lock
0630 12:36:06.188157 (+    35us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":114626,"num_ops":2,"prepare.queue_time_us":399007,"prepare.run_cpu_time_us":3856,"prepare.run_wall_time_us":78936,"replication_time_us":426296}]]}
I20260630 12:36:06.052654  5374 rpcz_store.cc:276] 0630 12:36:05.007183 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.011067 (+  3884us) service_pool.cc:224] Handling call
0630 12:36:06.051778 (+1040711us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.083341 (+     0us) write_op.cc:183] PREPARE: starting on tablet c3a4d80da985479880543c0a94813213
0630 12:36:05.089149 (+  5808us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.091240 (+  2091us) write_op.cc:435] Acquired schema lock
0630 12:36:05.091253 (+    13us) tablet.cc:662] Decoding operations
0630 12:36:05.136900 (+ 45647us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.136947 (+    47us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.136985 (+    38us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:05.137268 (+   283us) tablet.cc:701] Row locks acquired
0630 12:36:05.137289 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:05.140225 (+  2936us) write_op.cc:270] Start()
0630 12:36:05.150226 (+ 10001us) write_op.cc:276] Timestamp: P: 1782822965140153 usec, L: 0
0630 12:36:05.153613 (+  3387us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.232835 (+ 79222us) log.cc:844] Serialized 432 byte log entry
0630 12:36:05.337119 (+104284us) spinlock_profiling.cc:243] Waited 19.3 ms on lock 0x7b54005b6654. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9b5d9571 00007f3c9b66be28 00007f3c9f0a6581 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939 00007f3c9f0aa901 00007f3c9f0a9b2d 000000000043f3c4 000000000043f209
0630 12:36:05.764171 (+427052us) op_driver.cc:464] REPLICATION: finished
0630 12:36:05.867304 (+103133us) write_op.cc:301] APPLY: starting
0630 12:36:05.882074 (+ 14770us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:05.898596 (+ 16522us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:05.899439 (+   843us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.003348 (+103909us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.006991 (+  3643us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.007102 (+   111us) write_op.cc:312] APPLY: finished
0630 12:36:06.050971 (+ 43869us) log.cc:844] Serialized 34 byte log entry
0630 12:36:06.051262 (+   291us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.051354 (+    92us) write_op.cc:454] Released schema lock
0630 12:36:06.051402 (+    48us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":82968,"num_ops":3,"prepare.queue_time_us":70565,"prepare.run_cpu_time_us":7528,"prepare.run_wall_time_us":254672,"replication_time_us":607184,"spinlock_wait_cycles":44402944}]]}
W20260630 12:36:06.263825  5383 log.cc:927] Time spent T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8: Append to log took a long time: real 0.060s	user 0.001s	sys 0.000s
I20260630 12:36:06.124862  5363 rpcz_store.cc:276] 0630 12:36:05.075879 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.077313 (+  1434us) service_pool.cc:224] Handling call
0630 12:36:06.090254 (+1012941us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.091133 (+     0us) write_op.cc:183] PREPARE: starting on tablet c59b963dbc4943cfba17dffd42772430
0630 12:36:05.160409 (+ 69276us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.164925 (+  4516us) write_op.cc:435] Acquired schema lock
0630 12:36:05.166469 (+  1544us) tablet.cc:662] Decoding operations
0630 12:36:05.214902 (+ 48433us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.224280 (+  9378us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.225534 (+  1254us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:05.225973 (+   439us) tablet.cc:701] Row locks acquired
0630 12:36:05.225992 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:05.226200 (+   208us) write_op.cc:270] Start()
0630 12:36:05.226332 (+   132us) write_op.cc:276] Timestamp: P: 1782822965226144 usec, L: 0
0630 12:36:05.226359 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.227173 (+   814us) log.cc:844] Serialized 475 byte log entry
0630 12:36:05.426456 (+199283us) spinlock_profiling.cc:243] Waited 881 us on lock 0x7b1800224ec0. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3ca144abf1 00007f3ca1457391 00007f3c984ff24a 00007f3ca1c3c219 00007f3c98587080 00007f3c98581b24 00007f3c98581a95 00007f3c9b5c9b0b 00007f3c9b64eb63 00007f3c9b66be41 00007f3c9f0a6581
0630 12:36:05.999181 (+572725us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.088145 (+ 88964us) write_op.cc:301] APPLY: starting
0630 12:36:06.088217 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.088358 (+   141us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.088377 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.089154 (+   777us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.089306 (+   152us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.089357 (+    51us) write_op.cc:312] APPLY: finished
0630 12:36:06.089582 (+   225us) log.cc:844] Serialized 40 byte log entry
0630 12:36:06.089803 (+   221us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.089884 (+    81us) write_op.cc:454] Released schema lock
0630 12:36:06.089925 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":88771,"mutex_wait_us":167320,"num_ops":4,"prepare.queue_time_us":1100,"prepare.run_cpu_time_us":19099,"prepare.run_wall_time_us":338311,"raft.queue_time_us":178951,"raft.run_cpu_time_us":2551,"raft.run_wall_time_us":13724,"replication_time_us":772709,"spinlock_wait_cycles":2032128,"thread_start_us":16413,"threads_started":1,"wal-append.queue_time_us":42453}]]}
I20260630 12:36:06.224470  5382 rpcz_store.cc:276] 0630 12:36:05.049535 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.055448 (+  5913us) service_pool.cc:224] Handling call
0630 12:36:06.221380 (+1165932us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.388475 (+     0us) write_op.cc:183] PREPARE: starting on tablet 3c1a1f1885b141329c1026abdbba3acb
0630 12:36:05.389231 (+   756us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.389271 (+    40us) write_op.cc:435] Acquired schema lock
0630 12:36:05.389293 (+    22us) tablet.cc:662] Decoding operations
0630 12:36:05.430112 (+ 40819us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.431481 (+  1369us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.432168 (+   687us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:05.453036 (+ 20868us) tablet.cc:701] Row locks acquired
0630 12:36:05.453062 (+    26us) write_op.cc:260] PREPARE: finished
0630 12:36:05.755683 (+302621us) spinlock_profiling.cc:243] Waited 5.13 ms on lock 0x7b340003a5a8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c99967b64 00007f3c9f0a61b5 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939 00007f3c9f0aa901 00007f3c9f0a9b2d 000000000043f3c4 000000000043f209
0630 12:36:05.757856 (+  2173us) write_op.cc:270] Start()
0630 12:36:05.768068 (+ 10212us) write_op.cc:276] Timestamp: P: 1782822965755765 usec, L: 0
0630 12:36:05.768109 (+    41us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.768829 (+   720us) log.cc:844] Serialized 605 byte log entry
0630 12:36:06.094540 (+325711us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.200481 (+105941us) write_op.cc:301] APPLY: starting
0630 12:36:06.200569 (+    88us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.200748 (+   179us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.200770 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.220142 (+ 19372us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.220459 (+   317us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.220502 (+    43us) write_op.cc:312] APPLY: finished
0630 12:36:06.220735 (+   233us) log.cc:844] Serialized 58 byte log entry
0630 12:36:06.220921 (+   186us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.221018 (+    97us) write_op.cc:454] Released schema lock
0630 12:36:06.221063 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":105085,"mutex_wait_us":20860,"num_ops":7,"prepare.queue_time_us":330980,"prepare.run_cpu_time_us":20291,"prepare.run_wall_time_us":380709,"replication_time_us":326315,"spinlock_wait_cycles":11798912}]]}
I20260630 12:36:06.287240  5368 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43240 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=24, attempt_no=0}) took 1226 ms. Trace:
I20260630 12:36:06.181666  5326 rpcz_store.cc:276] 0630 12:36:05.076701 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.077717 (+  1016us) service_pool.cc:224] Handling call
0630 12:36:05.147411 (+ 69694us) spinlock_profiling.cc:243] Waited 1.54 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:05.204150 (+ 56739us) spinlock_profiling.cc:243] Waited 1.51 ms on lock 0x7b5800276098. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9840d841 00007f3c9854d1b1 00007f3c9854d062 00007f3ca1463999 00007f3ca05baee0 00007f3ca06840ab 00007f3ca0684131 00007f3ca0643570 00007f3ca062fa69 00007f3ca062dd62 00007f3c9f70bf84
0630 12:36:05.317287 (+113137us) spinlock_profiling.cc:243] Waited 16.3 ms on lock 0x7b5800276098. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9840d841 00007f3c9854d4dc 00007f3c9854d09b 00007f3ca1463999 00007f3ca05baee0 00007f3ca06840ab 00007f3ca0684131 00007f3ca0643570 00007f3ca062fa69 00007f3ca062dd62 00007f3c9f70bf84
0630 12:36:06.176478 (+859191us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.456198 (+     0us) write_op.cc:183] PREPARE: starting on tablet c59b963dbc4943cfba17dffd42772430
0630 12:36:05.456684 (+   486us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.456714 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:36:05.456726 (+    12us) tablet.cc:662] Decoding operations
0630 12:36:05.457137 (+   411us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.457175 (+    38us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.457202 (+    27us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:05.457452 (+   250us) tablet.cc:701] Row locks acquired
0630 12:36:05.457471 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:05.457625 (+   154us) write_op.cc:270] Start()
0630 12:36:05.457738 (+   113us) write_op.cc:276] Timestamp: P: 1782822965457590 usec, L: 0
0630 12:36:05.457756 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.482870 (+ 25114us) log.cc:844] Serialized 432 byte log entry
0630 12:36:06.000180 (+517310us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.112869 (+112689us) write_op.cc:301] APPLY: starting
0630 12:36:06.112951 (+    82us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.113077 (+   126us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.113175 (+    98us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.150176 (+ 37001us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.164198 (+ 14022us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.166522 (+  2324us) write_op.cc:312] APPLY: finished
0630 12:36:06.174405 (+  7883us) log.cc:844] Serialized 34 byte log entry
0630 12:36:06.176018 (+  1613us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.176098 (+    80us) write_op.cc:454] Released schema lock
0630 12:36:06.176143 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":44401152,"child_traces":[["op",{"apply.queue_time_us":112519,"num_ops":3,"prepare.queue_time_us":134894,"prepare.run_cpu_time_us":2786,"prepare.run_wall_time_us":31565,"replication_time_us":542322}]]}
I20260630 12:36:06.313462  5326 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=32, attempt_no=0}) took 1176 ms. Trace:
I20260630 12:36:06.161274  5341 rpcz_store.cc:276] 0630 12:36:05.044037 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.053652 (+  9615us) service_pool.cc:224] Handling call
0630 12:36:06.159767 (+1106115us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.144777 (+     0us) write_op.cc:183] PREPARE: starting on tablet 3c1a1f1885b141329c1026abdbba3acb
0630 12:36:05.145525 (+   748us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.145579 (+    54us) write_op.cc:435] Acquired schema lock
0630 12:36:05.145604 (+    25us) tablet.cc:662] Decoding operations
0630 12:36:05.146211 (+   607us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.146278 (+    67us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.146317 (+    39us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:05.146933 (+   616us) tablet.cc:701] Row locks acquired
0630 12:36:05.146954 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:05.149690 (+  2736us) write_op.cc:270] Start()
0630 12:36:05.159602 (+  9912us) write_op.cc:276] Timestamp: P: 1782822965147137 usec, L: 0
0630 12:36:05.159625 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.386768 (+227143us) spinlock_profiling.cc:243] Waited 2.55 ms on lock 0x7b5400345ba0. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9b5d9571 00007f3c9b5ed520 00007f3c9b676b42 00007f3c9b66bf67 00007f3c9b66bda4 00007f3c9f0a6581 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939 00007f3c9f0aa901
0630 12:36:05.387842 (+  1074us) log.cc:844] Serialized 475 byte log entry
0630 12:36:06.074182 (+686340us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.120452 (+ 46270us) write_op.cc:301] APPLY: starting
0630 12:36:06.120530 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.135563 (+ 15033us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.137477 (+  1914us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.157699 (+ 20222us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.158760 (+  1061us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.158802 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:06.159116 (+   314us) log.cc:844] Serialized 40 byte log entry
0630 12:36:06.159307 (+   191us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.159389 (+    82us) write_op.cc:454] Released schema lock
0630 12:36:06.159429 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":43246,"num_ops":4,"prepare.queue_time_us":89794,"prepare.run_cpu_time_us":9930,"prepare.run_wall_time_us":243426,"replication_time_us":901685,"spinlock_wait_cycles":5869312}]]}
I20260630 12:36:06.301409  5362 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=22, attempt_no=0}) took 1213 ms. Trace:
I20260630 12:36:06.313843  5326 rpcz_store.cc:276] 0630 12:36:05.137209 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.197397 (+ 60188us) service_pool.cc:224] Handling call
0630 12:36:06.313391 (+1115994us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.599969 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2baf92450d1142b5b585f4c1a6c092de
0630 12:36:05.600299 (+   330us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.600322 (+    23us) write_op.cc:435] Acquired schema lock
0630 12:36:05.600336 (+    14us) tablet.cc:662] Decoding operations
0630 12:36:05.600773 (+   437us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.600804 (+    31us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.600824 (+    20us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:05.608945 (+  8121us) tablet.cc:701] Row locks acquired
0630 12:36:05.609614 (+   669us) write_op.cc:260] PREPARE: finished
0630 12:36:05.629450 (+ 19836us) write_op.cc:270] Start()
0630 12:36:05.641116 (+ 11666us) write_op.cc:276] Timestamp: P: 1782822965628238 usec, L: 0
0630 12:36:05.643632 (+  2516us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.703967 (+ 60335us) log.cc:844] Serialized 519 byte log entry
0630 12:36:06.147615 (+443648us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.310660 (+163045us) write_op.cc:301] APPLY: starting
0630 12:36:06.310734 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.310906 (+   172us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.310994 (+    88us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.312434 (+  1440us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.312559 (+   125us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.312586 (+    27us) write_op.cc:312] APPLY: finished
0630 12:36:06.312732 (+   146us) log.cc:844] Serialized 46 byte log entry
0630 12:36:06.312945 (+   213us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.313031 (+    86us) write_op.cc:454] Released schema lock
0630 12:36:06.313075 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":162863,"num_ops":5,"prepare.queue_time_us":311784,"prepare.run_cpu_time_us":3756,"prepare.run_wall_time_us":107092,"replication_time_us":503856}]]}
I20260630 12:36:06.328876  5326 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=36, attempt_no=0}) took 1158 ms. Trace:
I20260630 12:36:06.287762  5368 rpcz_store.cc:276] 0630 12:36:05.011132 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.014849 (+  3717us) service_pool.cc:224] Handling call
0630 12:36:06.235401 (+1220552us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.428144 (+     0us) write_op.cc:183] PREPARE: starting on tablet 536b319dfbff4b60838784b24f97509a
0630 12:36:05.428626 (+   482us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.428652 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:36:05.428669 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:05.432631 (+  3962us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.433279 (+   648us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.434797 (+  1518us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:05.467666 (+ 32869us) tablet.cc:701] Row locks acquired
0630 12:36:05.467685 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:05.477620 (+  9935us) write_op.cc:270] Start()
0630 12:36:05.482944 (+  5324us) write_op.cc:276] Timestamp: P: 1782822965477291 usec, L: 0
0630 12:36:05.483374 (+   430us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.554115 (+ 70741us) log.cc:844] Serialized 432 byte log entry
0630 12:36:06.071675 (+517560us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.169098 (+ 97423us) write_op.cc:301] APPLY: starting
0630 12:36:06.169177 (+    79us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.169312 (+   135us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.169419 (+   107us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.169924 (+   505us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.170118 (+   194us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.170171 (+    53us) write_op.cc:312] APPLY: finished
0630 12:36:06.171276 (+  1105us) log.cc:844] Serialized 34 byte log entry
0630 12:36:06.203279 (+ 32003us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.213735 (+ 10456us) write_op.cc:454] Released schema lock
0630 12:36:06.214187 (+   452us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":97247,"num_ops":3,"prepare.queue_time_us":412005,"prepare.run_cpu_time_us":4062,"prepare.run_wall_time_us":132384,"replication_time_us":586694}]]}
I20260630 12:36:06.339332  5380 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:44946 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=19, attempt_no=0}) took 1294 ms. Trace:
I20260630 12:36:06.348170  5341 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:44946 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=40, attempt_no=0}) took 1297 ms. Trace:
I20260630 12:36:06.329449  5326 rpcz_store.cc:276] 0630 12:36:05.183899 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.234300 (+ 50401us) service_pool.cc:224] Handling call
0630 12:36:05.584996 (+350696us) spinlock_profiling.cc:243] Waited 13 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:05.669410 (+ 84414us) spinlock_profiling.cc:243] Waited 1.66 ms on lock 0x7b5800276098. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9840d841 00007f3c9854d1b1 00007f3c9854d062 00007f3ca1463999 00007f3ca05baee0 00007f3ca06840ab 00007f3ca0684131 00007f3ca0643570 00007f3ca062fa69 00007f3ca062dd62 00007f3c9f70bf84
0630 12:36:06.328785 (+659375us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.723843 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2baf92450d1142b5b585f4c1a6c092de
0630 12:36:05.776808 (+ 52965us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.777478 (+   670us) write_op.cc:435] Acquired schema lock
0630 12:36:05.778489 (+  1011us) tablet.cc:662] Decoding operations
0630 12:36:05.782552 (+  4063us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.782599 (+    47us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.782632 (+    33us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:05.805942 (+ 23310us) tablet.cc:701] Row locks acquired
0630 12:36:05.806592 (+   650us) write_op.cc:260] PREPARE: finished
0630 12:36:05.817736 (+ 11144us) write_op.cc:270] Start()
0630 12:36:05.826675 (+  8939us) write_op.cc:276] Timestamp: P: 1782822965816380 usec, L: 0
0630 12:36:05.826698 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.835104 (+  8406us) log.cc:844] Serialized 475 byte log entry
0630 12:36:06.147880 (+312776us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.326008 (+178128us) write_op.cc:301] APPLY: starting
0630 12:36:06.326069 (+    61us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.326201 (+   132us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.326312 (+   111us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.327074 (+   762us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.327231 (+   157us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.327276 (+    45us) write_op.cc:312] APPLY: finished
0630 12:36:06.327536 (+   260us) log.cc:844] Serialized 40 byte log entry
0630 12:36:06.328259 (+   723us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.328359 (+   100us) write_op.cc:454] Released schema lock
0630 12:36:06.328439 (+    80us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":33750144,"child_traces":[["op",{"apply.queue_time_us":177959,"mutex_wait_us":61,"num_ops":4,"prepare.queue_time_us":44076,"prepare.run_cpu_time_us":4111,"prepare.run_wall_time_us":117828,"replication_time_us":319963}]]}
I20260630 12:36:06.317508  5362 rpcz_store.cc:276] 0630 12:36:05.086769 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.087824 (+  1055us) service_pool.cc:224] Handling call
0630 12:36:05.152912 (+ 65088us) spinlock_profiling.cc:243] Waited 16.8 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:06.299877 (+1146965us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.556282 (+     0us) write_op.cc:183] PREPARE: starting on tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea
0630 12:36:05.593695 (+ 37413us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.596922 (+  3227us) write_op.cc:435] Acquired schema lock
0630 12:36:05.603272 (+  6350us) tablet.cc:662] Decoding operations
0630 12:36:05.611366 (+  8094us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.611430 (+    64us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.611457 (+    27us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:05.630827 (+ 19370us) tablet.cc:701] Row locks acquired
0630 12:36:05.633072 (+  2245us) write_op.cc:260] PREPARE: finished
0630 12:36:05.645004 (+ 11932us) write_op.cc:270] Start()
0630 12:36:05.647340 (+  2336us) write_op.cc:276] Timestamp: P: 1782822965644006 usec, L: 0
0630 12:36:05.648574 (+  1234us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.691636 (+ 43062us) log.cc:844] Serialized 432 byte log entry
0630 12:36:06.118616 (+426980us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.210775 (+ 92159us) write_op.cc:301] APPLY: starting
0630 12:36:06.210902 (+   127us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.211263 (+   361us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.211395 (+   132us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.212192 (+   797us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.212621 (+   429us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.212716 (+    95us) write_op.cc:312] APPLY: finished
0630 12:36:06.212987 (+   271us) log.cc:844] Serialized 34 byte log entry
0630 12:36:06.235519 (+ 22532us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.249534 (+ 14015us) write_op.cc:454] Released schema lock
0630 12:36:06.256850 (+  7316us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":38727424,"child_traces":[["op",{"apply.queue_time_us":89065,"num_ops":3,"prepare.queue_time_us":349833,"prepare.run_cpu_time_us":5096,"prepare.run_wall_time_us":137115,"replication_time_us":468346}]]}
I20260630 12:36:06.373299  5331 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=33, attempt_no=0}) took 1234 ms. Trace:
I20260630 12:36:06.373878  5331 rpcz_store.cc:276] 0630 12:36:05.150040 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.200687 (+ 50647us) service_pool.cc:224] Handling call
0630 12:36:06.373212 (+1172525us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.692067 (+     0us) write_op.cc:183] PREPARE: starting on tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea
0630 12:36:05.692545 (+   478us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.692571 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:36:05.692589 (+    18us) tablet.cc:662] Decoding operations
0630 12:36:05.693105 (+   516us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.693151 (+    46us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.693182 (+    31us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:05.693574 (+   392us) tablet.cc:701] Row locks acquired
0630 12:36:05.693591 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:36:05.693766 (+   175us) write_op.cc:270] Start()
0630 12:36:05.693908 (+   142us) write_op.cc:276] Timestamp: P: 1782822965693720 usec, L: 0
0630 12:36:05.693930 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.694556 (+   626us) log.cc:844] Serialized 519 byte log entry
0630 12:36:06.118905 (+424349us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.224612 (+105707us) write_op.cc:301] APPLY: starting
0630 12:36:06.328311 (+103699us) spinlock_profiling.cc:243] Waited 3.24 ms on lock 0x7b600018cdc8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9efda161 00007f3c9f14614b 00007f3c9f148774 00007f3c9f0bd6db 00007f3c9efbab93 00007f3c9efbcde8 00007f3c9f0bbe34 00007f3c9f0a797c 00007f3c9f0abd61 00007f3c9f0abd19 00007f3c9f0abca9
0630 12:36:06.328406 (+    95us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.328584 (+   178us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.328606 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.329436 (+   830us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.329643 (+   207us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.329691 (+    48us) write_op.cc:312] APPLY: finished
0630 12:36:06.329914 (+   223us) log.cc:844] Serialized 46 byte log entry
0630 12:36:06.372666 (+ 42752us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.372781 (+   115us) write_op.cc:454] Released schema lock
0630 12:36:06.372833 (+    52us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":96838,"mutex_wait_us":3747,"num_ops":5,"prepare.queue_time_us":418333,"prepare.run_cpu_time_us":2720,"prepare.run_wall_time_us":2720,"replication_time_us":424872,"spinlock_wait_cycles":7454080}]]}
I20260630 12:36:06.339974  5380 rpcz_store.cc:276] 0630 12:36:05.044539 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.047253 (+  2714us) service_pool.cc:224] Handling call
0630 12:36:06.339111 (+1291858us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.165621 (+     0us) write_op.cc:183] PREPARE: starting on tablet 785766847a73445e86dbac320e09607c
0630 12:36:05.221579 (+ 55958us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.221624 (+    45us) write_op.cc:435] Acquired schema lock
0630 12:36:05.221646 (+    22us) tablet.cc:662] Decoding operations
0630 12:36:05.222375 (+   729us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.222440 (+    65us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.222482 (+    42us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:05.268969 (+ 46487us) tablet.cc:701] Row locks acquired
0630 12:36:05.272327 (+  3358us) write_op.cc:260] PREPARE: finished
0630 12:36:05.279984 (+  7657us) write_op.cc:270] Start()
0630 12:36:05.285206 (+  5222us) write_op.cc:276] Timestamp: P: 1782822965278455 usec, L: 0
0630 12:36:05.285236 (+    30us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.307687 (+ 22451us) log.cc:844] Serialized 562 byte log entry
0630 12:36:05.713939 (+406252us) spinlock_profiling.cc:243] Waited 113 ms on lock 0x7b5800059cd0. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9b5da090 00007f3c9b5ca43c 00007f3c9b5d0d53 00007f3c9b5d0cd9 00007f3c9b5d0c69 00007f3c9b5d0c31 00007f3c9b5cfdfd 000000000043f3c4 000000000043f209 00007f3c98584ab5 00007f3c98586e01
0630 12:36:06.170400 (+456461us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.336531 (+166131us) write_op.cc:301] APPLY: starting
0630 12:36:06.336620 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.336798 (+   178us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.336822 (+    24us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.337781 (+   959us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.337984 (+   203us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.338034 (+    50us) write_op.cc:312] APPLY: finished
0630 12:36:06.338268 (+   234us) log.cc:844] Serialized 52 byte log entry
0630 12:36:06.338486 (+   218us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.338583 (+    97us) write_op.cc:454] Released schema lock
0630 12:36:06.338633 (+    50us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":164428,"mutex_wait_us":442,"num_ops":6,"prepare.queue_time_us":105018,"prepare.run_cpu_time_us":5893,"prepare.run_wall_time_us":154214,"raft.queue_time_us":2755,"raft.run_cpu_time_us":16321,"raft.run_wall_time_us":401894,"replication_time_us":879593,"spinlock_wait_cycles":262484352}]]}
I20260630 12:36:06.366381  5363 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=15, attempt_no=0}) took 1288 ms. Trace:
I20260630 12:36:06.348680  5341 rpcz_store.cc:276] 0630 12:36:05.050438 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.050624 (+   186us) service_pool.cc:224] Handling call
0630 12:36:06.348098 (+1297474us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.323520 (+     0us) write_op.cc:183] PREPARE: starting on tablet 785766847a73445e86dbac320e09607c
0630 12:36:05.324030 (+   510us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.324065 (+    35us) write_op.cc:435] Acquired schema lock
0630 12:36:05.324082 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:05.324621 (+   539us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.324665 (+    44us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.324692 (+    27us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:05.327483 (+  2791us) tablet.cc:701] Row locks acquired
0630 12:36:05.327501 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:36:05.330793 (+  3292us) write_op.cc:270] Start()
0630 12:36:05.338013 (+  7220us) write_op.cc:276] Timestamp: P: 1782822965328862 usec, L: 0
0630 12:36:05.338046 (+    33us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.382017 (+ 43971us) log.cc:844] Serialized 432 byte log entry
0630 12:36:05.645500 (+263483us) spinlock_profiling.cc:243] Waited 8.09 ms on lock 0x7b5800059cd0. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9b5da090 00007f3c9b5ca43c 00007f3c9b5d0d53 00007f3c9b5d0cd9 00007f3c9b5d0c69 00007f3c9b5d0c31 00007f3c9b5cfdfd 000000000043f3c4 000000000043f209 00007f3c98584ab5 00007f3c98586e01
0630 12:36:06.182748 (+537248us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.346306 (+163558us) write_op.cc:301] APPLY: starting
0630 12:36:06.346390 (+    84us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.346521 (+   131us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.346543 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.347035 (+   492us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.347211 (+   176us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.347257 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:06.347460 (+   203us) log.cc:844] Serialized 34 byte log entry
0630 12:36:06.347647 (+   187us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.347724 (+    77us) write_op.cc:454] Released schema lock
0630 12:36:06.347762 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":153926,"mutex_wait_us":2964,"num_ops":3,"prepare.queue_time_us":266030,"prepare.run_cpu_time_us":4639,"prepare.run_wall_time_us":75086,"raft.queue_time_us":26324,"raft.run_cpu_time_us":2689,"raft.run_wall_time_us":227119,"replication_time_us":839294,"spinlock_wait_cycles":18614656}]]}
I20260630 12:36:06.379251  5327 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:44946 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=27, attempt_no=0}) took 1330 ms. Trace:
I20260630 12:36:06.383420  5327 rpcz_store.cc:276] 0630 12:36:05.048122 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.051110 (+  2988us) service_pool.cc:224] Handling call
0630 12:36:06.378316 (+1327206us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.402680 (+     0us) write_op.cc:183] PREPARE: starting on tablet 785766847a73445e86dbac320e09607c
0630 12:36:05.403306 (+   626us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.403332 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:36:05.403352 (+    20us) tablet.cc:662] Decoding operations
0630 12:36:05.406598 (+  3246us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.406666 (+    68us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.406696 (+    30us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:05.409657 (+  2961us) tablet.cc:701] Row locks acquired
0630 12:36:05.409676 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:05.409857 (+   181us) write_op.cc:270] Start()
0630 12:36:05.409993 (+   136us) write_op.cc:276] Timestamp: P: 1782822965409816 usec, L: 0
0630 12:36:05.410022 (+    29us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.410727 (+   705us) log.cc:844] Serialized 519 byte log entry
0630 12:36:06.192900 (+782173us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.354073 (+161173us) write_op.cc:301] APPLY: starting
0630 12:36:06.354150 (+    77us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.354297 (+   147us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.354404 (+   107us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.365342 (+ 10938us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.365556 (+   214us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.365608 (+    52us) write_op.cc:312] APPLY: finished
0630 12:36:06.365847 (+   239us) log.cc:844] Serialized 46 byte log entry
0630 12:36:06.377770 (+ 11923us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.377889 (+   119us) write_op.cc:454] Released schema lock
0630 12:36:06.377943 (+    54us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":161002,"mutex_wait_us":1010,"num_ops":5,"prepare.queue_time_us":345495,"prepare.run_cpu_time_us":7689,"prepare.run_wall_time_us":18033,"raft.queue_time_us":24090,"raft.run_cpu_time_us":38,"raft.run_wall_time_us":39,"replication_time_us":782738,"thread_start_us":6938,"threads_started":1}]]}
I20260630 12:36:06.402860  5380 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:44946 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=38, attempt_no=0}) took 1352 ms. Trace:
I20260630 12:36:06.398587  5362 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=8, attempt_no=0}) took 1319 ms. Trace:
I20260630 12:36:06.408315  5331 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=44, attempt_no=0}) took 1177 ms. Trace:
I20260630 12:36:06.379767  5363 rpcz_store.cc:276] 0630 12:36:05.078354 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.078497 (+   143us) service_pool.cc:224] Handling call
0630 12:36:05.233810 (+155313us) spinlock_profiling.cc:243] Waited 12.4 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:05.414467 (+180657us) spinlock_profiling.cc:243] Waited 1.96 ms on lock 0x7b5800276098. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9840d841 00007f3c9854d1b1 00007f3c9854d062 00007f3ca1463999 00007f3ca05baee0 00007f3ca06840ab 00007f3ca0684131 00007f3ca0643570 00007f3ca062fa69 00007f3ca062dd62 00007f3c9f70bf84
0630 12:36:06.366299 (+951832us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.488084 (+     0us) write_op.cc:183] PREPARE: starting on tablet d0905e33f3424b8ebd1cd3d73f674ff1
0630 12:36:05.566698 (+ 78614us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.567868 (+  1170us) write_op.cc:435] Acquired schema lock
0630 12:36:05.568730 (+   862us) tablet.cc:662] Decoding operations
0630 12:36:05.613587 (+ 44857us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.614576 (+   989us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.618548 (+  3972us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:05.689519 (+ 70971us) tablet.cc:701] Row locks acquired
0630 12:36:05.689544 (+    25us) write_op.cc:260] PREPARE: finished
0630 12:36:05.701912 (+ 12368us) write_op.cc:270] Start()
0630 12:36:05.705675 (+  3763us) write_op.cc:276] Timestamp: P: 1782822965700955 usec, L: 0
0630 12:36:05.705708 (+    33us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.744620 (+ 38912us) log.cc:844] Serialized 605 byte log entry
0630 12:36:06.120045 (+375425us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.265391 (+145346us) write_op.cc:301] APPLY: starting
0630 12:36:06.265489 (+    98us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.265681 (+   192us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.265782 (+   101us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.266951 (+  1169us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.267189 (+   238us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.267234 (+    45us) write_op.cc:312] APPLY: finished
0630 12:36:06.267499 (+   265us) log.cc:844] Serialized 58 byte log entry
0630 12:36:06.268379 (+   880us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.268493 (+   114us) write_op.cc:454] Released schema lock
0630 12:36:06.268540 (+    47us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:06.366181 (+ 97641us) spinlock_profiling.cc:243] Waited 30 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c999689ae 00007f3c9997c4fe 00007f3ca0655e51 00007f3c9f0a83ad 00007f3c9f0a7b53 00007f3c9f0abd61 00007f3c9f0abd19 00007f3c9f0abca9 00007f3c9f0abc71 00007f3c9f0aae9d
Metrics: {"spinlock_wait_cycles":32982144,"child_traces":[["op",{"apply.queue_time_us":145144,"mutex_wait_us":2223,"num_ops":7,"prepare.queue_time_us":29782,"prepare.run_cpu_time_us":5447,"prepare.run_wall_time_us":267952,"replication_time_us":412824,"spinlock_wait_cycles":68991872}]]}
I20260630 12:36:06.408799  5362 rpcz_store.cc:276] 0630 12:36:05.078721 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.079533 (+   812us) service_pool.cc:224] Handling call
0630 12:36:05.169450 (+ 89917us) spinlock_profiling.cc:243] Waited 4.77 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:06.398514 (+1229064us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.492936 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8c7425ef9d00478e856cc98d7e3fea2d
0630 12:36:05.568923 (+ 75987us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.572017 (+  3094us) write_op.cc:435] Acquired schema lock
0630 12:36:05.573367 (+  1350us) tablet.cc:662] Decoding operations
0630 12:36:05.609037 (+ 35670us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.610777 (+  1740us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.612205 (+  1428us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:05.633482 (+ 21277us) tablet.cc:701] Row locks acquired
0630 12:36:05.635360 (+  1878us) write_op.cc:260] PREPARE: finished
0630 12:36:05.910619 (+275259us) spinlock_profiling.cc:243] Waited 1.09 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c99967b64 00007f3c9f0a61b5 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939 00007f3c9f0aa901 00007f3c9f0a9b2d 000000000043f3c4 000000000043f209
0630 12:36:05.910788 (+   169us) write_op.cc:270] Start()
0630 12:36:05.912073 (+  1285us) write_op.cc:276] Timestamp: P: 1782822965910733 usec, L: 0
0630 12:36:05.912103 (+    30us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.912851 (+   748us) log.cc:844] Serialized 432 byte log entry
0630 12:36:06.179237 (+266386us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.378896 (+199659us) write_op.cc:301] APPLY: starting
0630 12:36:06.381933 (+  3037us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.392175 (+ 10242us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.393726 (+  1551us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.394330 (+   604us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.394498 (+   168us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.394549 (+    51us) write_op.cc:312] APPLY: finished
0630 12:36:06.394728 (+   179us) log.cc:844] Serialized 34 byte log entry
0630 12:36:06.398029 (+  3301us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.398127 (+    98us) write_op.cc:454] Released schema lock
0630 12:36:06.398171 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":10966912,"child_traces":[["op",{"apply.queue_time_us":199445,"mutex_wait_us":2188,"num_ops":3,"prepare.queue_time_us":264594,"prepare.run_cpu_time_us":6288,"prepare.run_wall_time_us":426053,"replication_time_us":267012,"spinlock_wait_cycles":2513280}]]}
I20260630 12:36:06.410825  5331 rpcz_store.cc:276] 0630 12:36:05.231389 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.288361 (+ 56972us) service_pool.cc:224] Handling call
0630 12:36:05.581109 (+292748us) spinlock_profiling.cc:243] Waited 3.14 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:06.408249 (+827140us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.705627 (+     0us) write_op.cc:183] PREPARE: starting on tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea
0630 12:36:05.756344 (+ 50717us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.757992 (+  1648us) write_op.cc:435] Acquired schema lock
0630 12:36:05.758005 (+    13us) tablet.cc:662] Decoding operations
0630 12:36:05.796096 (+ 38091us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.797198 (+  1102us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.800342 (+  3144us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:05.811475 (+ 11133us) tablet.cc:701] Row locks acquired
0630 12:36:05.811500 (+    25us) write_op.cc:260] PREPARE: finished
0630 12:36:05.879738 (+ 68238us) spinlock_profiling.cc:243] Waited 4.78 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c99967b64 00007f3c9f0a61b5 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939 00007f3c9f0aa901 00007f3c9f0a9b2d 000000000043f3c4 000000000043f209
0630 12:36:05.879882 (+   144us) write_op.cc:270] Start()
0630 12:36:05.880126 (+   244us) write_op.cc:276] Timestamp: P: 1782822965879834 usec, L: 0
0630 12:36:05.880149 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.880865 (+   716us) log.cc:844] Serialized 475 byte log entry
0630 12:36:06.184445 (+303580us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.395659 (+211214us) write_op.cc:301] APPLY: starting
0630 12:36:06.395731 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.395890 (+   159us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.395912 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.396748 (+   836us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.396916 (+   168us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.396972 (+    56us) write_op.cc:312] APPLY: finished
0630 12:36:06.397182 (+   210us) log.cc:844] Serialized 40 byte log entry
0630 12:36:06.407782 (+ 10600us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.407877 (+    95us) write_op.cc:454] Released schema lock
0630 12:36:06.407917 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":7213440,"child_traces":[["op",{"apply.queue_time_us":211023,"num_ops":4,"prepare.queue_time_us":93009,"prepare.run_cpu_time_us":5787,"prepare.run_wall_time_us":178475,"replication_time_us":304157,"spinlock_wait_cycles":10993920}]]}
I20260630 12:36:06.406576  5380 rpcz_store.cc:276] 0630 12:36:05.049977 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.053430 (+  3453us) service_pool.cc:224] Handling call
0630 12:36:06.402328 (+1348898us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.952220 (+     0us) write_op.cc:183] PREPARE: starting on tablet f30e5f3e220e4de5bee7f57129269823
0630 12:36:05.952835 (+   615us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.952872 (+    37us) write_op.cc:435] Acquired schema lock
0630 12:36:05.952888 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:05.953413 (+   525us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.953479 (+    66us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.953512 (+    33us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:05.953894 (+   382us) tablet.cc:701] Row locks acquired
0630 12:36:05.953909 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:36:05.954103 (+   194us) write_op.cc:270] Start()
0630 12:36:05.954607 (+   504us) write_op.cc:276] Timestamp: P: 1782822965954056 usec, L: 0
0630 12:36:05.954630 (+    23us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.955358 (+   728us) log.cc:844] Serialized 475 byte log entry
0630 12:36:06.268782 (+313424us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.381061 (+112279us) write_op.cc:301] APPLY: starting
0630 12:36:06.381142 (+    81us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.381285 (+   143us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.381370 (+    85us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.383115 (+  1745us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.383599 (+   484us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.383670 (+    71us) write_op.cc:312] APPLY: finished
0630 12:36:06.383905 (+   235us) log.cc:844] Serialized 40 byte log entry
0630 12:36:06.384732 (+   827us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.386609 (+  1877us) write_op.cc:454] Released schema lock
0630 12:36:06.386656 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":111980,"num_ops":4,"prepare.queue_time_us":896943,"prepare.run_cpu_time_us":3116,"prepare.run_wall_time_us":3452,"replication_time_us":313968}]]}
I20260630 12:36:06.391896  5326 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=20, attempt_no=0}) took 1312 ms. Trace:
I20260630 12:36:06.420176  5326 rpcz_store.cc:276] 0630 12:36:05.079367 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.079729 (+   362us) service_pool.cc:224] Handling call
0630 12:36:05.138433 (+ 58704us) spinlock_profiling.cc:243] Waited 8.54 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:06.391822 (+1253389us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.913338 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8c7425ef9d00478e856cc98d7e3fea2d
0630 12:36:05.913912 (+   574us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.913946 (+    34us) write_op.cc:435] Acquired schema lock
0630 12:36:05.913975 (+    29us) tablet.cc:662] Decoding operations
0630 12:36:05.932226 (+ 18251us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.932280 (+    54us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.932305 (+    25us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:05.932536 (+   231us) tablet.cc:701] Row locks acquired
0630 12:36:05.932560 (+    24us) write_op.cc:260] PREPARE: finished
0630 12:36:05.932813 (+   253us) write_op.cc:270] Start()
0630 12:36:05.932965 (+   152us) write_op.cc:276] Timestamp: P: 1782822965932746 usec, L: 0
0630 12:36:05.932999 (+    34us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.959428 (+ 26429us) log.cc:844] Serialized 388 byte log entry
0630 12:36:06.179523 (+220095us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.388988 (+209465us) write_op.cc:301] APPLY: starting
0630 12:36:06.389937 (+   949us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.390075 (+   138us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.390215 (+   140us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.390724 (+   509us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.390896 (+   172us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.390944 (+    48us) write_op.cc:312] APPLY: finished
0630 12:36:06.391194 (+   250us) log.cc:844] Serialized 28 byte log entry
0630 12:36:06.391383 (+   189us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.391457 (+    74us) write_op.cc:454] Released schema lock
0630 12:36:06.391495 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":19646208,"child_traces":[["op",{"apply.queue_time_us":209280,"mutex_wait_us":9030,"num_ops":2,"prepare.queue_time_us":690964,"prepare.run_cpu_time_us":3248,"prepare.run_wall_time_us":56631,"replication_time_us":246271}]]}
I20260630 12:36:06.442878  5326 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=31, attempt_no=0}) took 1306 ms. Trace:
I20260630 12:36:06.445242  5363 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=45, attempt_no=0}) took 1213 ms. Trace:
I20260630 12:36:06.443871  5326 rpcz_store.cc:276] 0630 12:36:05.136813 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.223956 (+ 87143us) service_pool.cc:224] Handling call
0630 12:36:05.586863 (+362907us) spinlock_profiling.cc:243] Waited 17.4 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:05.952749 (+365886us) spinlock_profiling.cc:243] Waited 1.75 ms on lock 0x7b5800276098. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c9840d841 00007f3c9854d1b1 00007f3c9854d062 00007f3ca1463999 00007f3ca05baee0 00007f3ca06840ab 00007f3ca0684131 00007f3ca0643570 00007f3ca062fa69 00007f3ca062dd62 00007f3c9f70bf84
0630 12:36:06.442465 (+489716us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.969063 (+     0us) write_op.cc:183] PREPARE: starting on tablet d0905e33f3424b8ebd1cd3d73f674ff1
0630 12:36:05.973113 (+  4050us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.973165 (+    52us) write_op.cc:435] Acquired schema lock
0630 12:36:05.977662 (+  4497us) tablet.cc:662] Decoding operations
0630 12:36:06.015084 (+ 37422us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:06.015134 (+    50us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:06.015167 (+    33us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:06.015571 (+   404us) tablet.cc:701] Row locks acquired
0630 12:36:06.015586 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:36:06.078710 (+ 63124us) spinlock_profiling.cc:243] Waited 21.4 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c99967b64 00007f3c9f0a61b5 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939 00007f3c9f0aa901 00007f3c9f0a9b2d 000000000043f3c4 000000000043f209
0630 12:36:06.078842 (+   132us) write_op.cc:270] Start()
0630 12:36:06.079062 (+   220us) write_op.cc:276] Timestamp: P: 1782822966078801 usec, L: 0
0630 12:36:06.079086 (+    24us) op_driver.cc:348] REPLICATION: starting
0630 12:36:06.079728 (+   642us) log.cc:844] Serialized 475 byte log entry
0630 12:36:06.200028 (+120300us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.438894 (+238866us) write_op.cc:301] APPLY: starting
0630 12:36:06.438977 (+    83us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.439191 (+   214us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.439217 (+    26us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.439929 (+   712us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.440119 (+   190us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.440183 (+    64us) write_op.cc:312] APPLY: finished
0630 12:36:06.440432 (+   249us) log.cc:844] Serialized 40 byte log entry
0630 12:36:06.440701 (+   269us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.440798 (+    97us) write_op.cc:454] Released schema lock
0630 12:36:06.440847 (+    49us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":44076672,"child_traces":[["op",{"apply.queue_time_us":238640,"num_ops":4,"prepare.queue_time_us":5863,"prepare.run_cpu_time_us":4698,"prepare.run_wall_time_us":118445,"replication_time_us":120821,"spinlock_wait_cycles":49263872}]]}
I20260630 12:36:06.445873  5363 rpcz_store.cc:276] 0630 12:36:05.231770 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.282574 (+ 50804us) service_pool.cc:224] Handling call
0630 12:36:06.445153 (+1162579us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.504601 (+     0us) write_op.cc:183] PREPARE: starting on tablet c59b963dbc4943cfba17dffd42772430
0630 12:36:05.575395 (+ 70794us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.578952 (+  3557us) write_op.cc:435] Acquired schema lock
0630 12:36:05.578971 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:05.601251 (+ 22280us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.601296 (+    45us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.601323 (+    27us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:05.601515 (+   192us) tablet.cc:701] Row locks acquired
0630 12:36:05.601530 (+    15us) write_op.cc:260] PREPARE: finished
0630 12:36:05.876930 (+275400us) spinlock_profiling.cc:243] Waited 1.96 ms on lock 0x7b2c00182998. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99f6ba11 00007f3c99f7aa0a 00007f3c99f7a693 00007f3c99f7a631 00007f3c9b6ab902 00007f3c9b6ab6dd 00007f3c9f0a6243 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939
0630 12:36:05.877008 (+    78us) write_op.cc:270] Start()
0630 12:36:05.877256 (+   248us) write_op.cc:276] Timestamp: P: 1782822965603658 usec, L: 0
0630 12:36:05.877283 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:36:05.878068 (+   785us) log.cc:844] Serialized 388 byte log entry
0630 12:36:06.226813 (+348745us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.443347 (+216534us) write_op.cc:301] APPLY: starting
0630 12:36:06.443428 (+    81us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.443534 (+   106us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.443552 (+    18us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.444075 (+   523us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.444238 (+   163us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.444284 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:06.444470 (+   186us) log.cc:844] Serialized 28 byte log entry
0630 12:36:06.444691 (+   221us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.444772 (+    81us) write_op.cc:454] Released schema lock
0630 12:36:06.444811 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":215965,"num_ops":2,"prepare.queue_time_us":148338,"prepare.run_cpu_time_us":7294,"prepare.run_wall_time_us":382702,"replication_time_us":349388,"spinlock_wait_cycles":4499712}]]}
I20260630 12:36:06.451725  5326 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43422 (ReqId={client: 3b82cc85b6dd4d83a7235084949b5d74, seq_no=41, attempt_no=0}) took 1245 ms. Trace:
I20260630 12:36:06.452239  5326 rpcz_store.cc:276] 0630 12:36:05.229118 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:05.231864 (+  2746us) service_pool.cc:224] Handling call
0630 12:36:05.437219 (+205355us) spinlock_profiling.cc:243] Waited 31.1 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c9996718c 00007f3c999ac1d1 00007f3c999af4cf 00007f3c999b0821 00007f3c999b07d9 00007f3c999b0769 00007f3c999b0731 00007f3c999afa2d 000000000043f3c4 000000000043f209
0630 12:36:06.451655 (+1014436us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:05.986354 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8c7425ef9d00478e856cc98d7e3fea2d
0630 12:36:05.987258 (+   904us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:05.987302 (+    44us) write_op.cc:435] Acquired schema lock
0630 12:36:05.987331 (+    29us) tablet.cc:662] Decoding operations
0630 12:36:05.988012 (+   681us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:05.988088 (+    76us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:05.988136 (+    48us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:05.988691 (+   555us) tablet.cc:701] Row locks acquired
0630 12:36:05.988721 (+    30us) write_op.cc:260] PREPARE: finished
0630 12:36:06.079324 (+ 90603us) spinlock_profiling.cc:243] Waited 72.4 ms on lock 0x7b340027f7e8. stack: 00007f3c98552983 00007f3c98552880 00007f3c97ee21d4 000000000042d824 000000000042d7b9 00007f3c99922171 00007f3c99967b64 00007f3c9f0a61b5 00007f3c9f0a5d58 00007f3c9f0aa9f1 00007f3c9f0aa9a9 00007f3c9f0aa939 00007f3c9f0aa901 00007f3c9f0a9b2d 000000000043f3c4 000000000043f209
0630 12:36:06.079451 (+   127us) write_op.cc:270] Start()
0630 12:36:06.079654 (+   203us) write_op.cc:276] Timestamp: P: 1782822966079406 usec, L: 0
0630 12:36:06.079678 (+    24us) op_driver.cc:348] REPLICATION: starting
0630 12:36:06.080300 (+   622us) log.cc:844] Serialized 475 byte log entry
0630 12:36:06.341122 (+260822us) op_driver.cc:464] REPLICATION: finished
0630 12:36:06.448835 (+107713us) write_op.cc:301] APPLY: starting
0630 12:36:06.448913 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:06.449214 (+   301us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:06.449234 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:06.449861 (+   627us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:06.450042 (+   181us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:06.450088 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:06.450334 (+   246us) log.cc:844] Serialized 40 byte log entry
0630 12:36:06.451173 (+   839us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:06.451261 (+    88us) write_op.cc:454] Released schema lock
0630 12:36:06.451302 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":71600512,"child_traces":[["op",{"apply.queue_time_us":106920,"num_ops":4,"prepare.queue_time_us":538986,"prepare.run_cpu_time_us":5995,"prepare.run_wall_time_us":94252,"replication_time_us":261316,"spinlock_wait_cycles":166601472}]]}
W20260630 12:36:06.583683  4950 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.3:39685, user_credentials={real_user=slave}} blocked reactor thread for 80930.3us
W20260630 12:36:06.628719  5313 log.cc:927] Time spent T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: Append to log took a long time: real 0.061s	user 0.001s	sys 0.000s
W20260630 12:36:06.832638  5100 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.1:39311, user_credentials={real_user=slave}} blocked reactor thread for 100407us
W20260630 12:36:06.920147  5099 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:40031, user_credentials={real_user=slave}} blocked reactor thread for 185300us
W20260630 12:36:07.025906  4950 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.3:39685, user_credentials={real_user=slave}} blocked reactor thread for 43699.7us
W20260630 12:36:07.157686  5165 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.120.3:39685, user_credentials={real_user=slave}} blocked reactor thread for 73128.8us
W20260630 12:36:07.284714  5289 meta_cache.cc:1261] Time spent looking up entry by key: real 0.114s	user 0.004s	sys 0.000s
W20260630 12:36:07.409194  5025 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.3:39685, user_credentials={real_user=slave}} blocked reactor thread for 69672.2us
W20260630 12:36:07.438580  5026 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.1:39311, user_credentials={real_user=slave}} blocked reactor thread for 81340.3us
W20260630 12:36:07.661954  5026 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.1:39311, user_credentials={real_user=slave}} blocked reactor thread for 70358.3us
W20260630 12:36:08.263301  5099 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:40031, user_credentials={real_user=slave}} blocked reactor thread for 45847.5us
W20260630 12:36:08.409955  5099 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:40031, user_credentials={real_user=slave}} blocked reactor thread for 70092.8us
W20260630 12:36:08.449643  5100 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.1:39311, user_credentials={real_user=slave}} blocked reactor thread for 90702.6us
W20260630 12:36:08.607534  4950 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.3:39685, user_credentials={real_user=slave}} blocked reactor thread for 49045.3us
W20260630 12:36:08.815550  5100 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.1:39311, user_credentials={real_user=slave}} blocked reactor thread for 48395.7us
W20260630 12:36:08.936844  5099 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:40031, user_credentials={real_user=slave}} blocked reactor thread for 44836.6us
W20260630 12:36:09.083606  4950 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:40031, user_credentials={real_user=slave}} blocked reactor thread for 48808.4us
W20260630 12:36:09.982861  5026 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.1:39311, user_credentials={real_user=slave}} blocked reactor thread for 55697.6us
W20260630 12:36:09.999176  4950 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.3:39685, user_credentials={real_user=slave}} blocked reactor thread for 79566.2us
W20260630 12:36:10.304425  5370 log.cc:927] Time spent T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: Append to log took a long time: real 0.076s	user 0.001s	sys 0.000s
W20260630 12:36:10.492515  5156 debug-util.cc:398] Leaking SignalData structure 0x7b0800185b60 after lost signal to thread 483
W20260630 12:36:10.494342  5156 debug-util.cc:398] Leaking SignalData structure 0x7b08000d4440 after lost signal to thread 4918
W20260630 12:36:10.515700  5156 debug-util.cc:398] Leaking SignalData structure 0x7b08000b7880 after lost signal to thread 5010
W20260630 12:36:10.548115  5156 debug-util.cc:398] Leaking SignalData structure 0x7b080014a580 after lost signal to thread 5085
W20260630 12:36:10.549364  5156 debug-util.cc:398] Leaking SignalData structure 0x7b0800162c20 after lost signal to thread 5159
I20260630 12:36:10.661304   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:10.677802  5467 instance_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.682781  5468 instance_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.693701  5471 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:10.694330   480 server_base.cc:1061] running on GCE node
I20260630 12:36:10.698379   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:10.698904   480 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.699354   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822970699325 us; error 0 us; skew 500 ppm
I20260630 12:36:10.700366   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:10.708628   480 webserver.cc:533] Webserver started at http://127.0.120.4:43663/ using document root <none> and password file <none>
I20260630 12:36:10.709736   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:10.710213   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:10.710842   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:10.713524   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "cd3c6562786148ef9c31128cf3b246da"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-80h9"
I20260630 12:36:10.722504   480 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:36:10.729060  5475 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.730387   480 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:36:10.730974   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "cd3c6562786148ef9c31128cf3b246da"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-80h9"
I20260630 12:36:10.731581   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-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:10.754823   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:10.756999   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:10.759182   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:10.763458   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:10.763890   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:36:10.764294   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:10.764617   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.828467   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:34715
I20260630 12:36:10.828585  5537 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:34715 every 8 connection(s)
I20260630 12:36:10.839502   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:10.863004  5542 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.868031  5543 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:10.871368  5545 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:10.878702  5538 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40213
I20260630 12:36:10.879331  5538 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:10.879951   480 server_base.cc:1061] running on GCE node
I20260630 12:36:10.880482  5538 heartbeater.cc:507] Master 127.0.120.62:40213 requested a full tablet report, sending...
I20260630 12:36:10.881589   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:10.881919   480 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.882177   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822970882155 us; error 0 us; skew 500 ppm
I20260630 12:36:10.883003   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:10.883839  4877 ts_manager.cc:194] Registered new tserver with Master: cd3c6562786148ef9c31128cf3b246da (127.0.120.4:34715)
I20260630 12:36:10.886428  4877 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40870
I20260630 12:36:10.887809   480 webserver.cc:533] Webserver started at http://127.0.120.5:39919/ using document root <none> and password file <none>
I20260630 12:36:10.888540   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:10.888850   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:10.889192   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:10.890913   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-4-root/instance:
uuid: "c48cdefabbd942be9809db6d493b0bd9"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-80h9"
I20260630 12:36:10.897579   480 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:36:10.905061  5550 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.906121   480 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.003s
I20260630 12:36:10.906574   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-4-root
uuid: "c48cdefabbd942be9809db6d493b0bd9"
format_stamp: "Formatted at 2026-06-30 12:36:10 on dist-test-slave-80h9"
I20260630 12:36:10.906988   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-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:10.930919   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:10.932862   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:10.934803   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:10.938560   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:10.938877   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:10.939229   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:10.939464   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:11.020543   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.5:34963
I20260630 12:36:11.020714  5612 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.5:34963 every 8 connection(s)
I20260630 12:36:11.027820   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:11.048214  5616 instance_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:36:11.053845  5613 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40213
I20260630 12:36:11.054560  5613 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:11.055910  5613 heartbeater.cc:507] Master 127.0.120.62:40213 requested a full tablet report, sending...
W20260630 12:36:11.059791  5617 instance_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:11.059908  4877 ts_manager.cc:194] Registered new tserver with Master: c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5:34963)
W20260630 12:36:11.212435  5619 instance_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:11.210287  4877 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40874
I20260630 12:36:11.217715   480 server_base.cc:1061] running on GCE node
I20260630 12:36:11.222913   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:11.223276   480 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:11.223570   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822971223551 us; error 0 us; skew 500 ppm
I20260630 12:36:11.224153   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:11.228418   480 webserver.cc:533] Webserver started at http://127.0.120.6:39383/ using document root <none> and password file <none>
I20260630 12:36:11.228958   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:11.229182   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:11.229461   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:11.230623   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-5-root/instance:
uuid: "3a2864c18be9481298d62d1eb700de81"
format_stamp: "Formatted at 2026-06-30 12:36:11 on dist-test-slave-80h9"
I20260630 12:36:11.235862   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.002s
I20260630 12:36:11.239799  5624 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:11.240888   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:36:11.241251   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-5-root
uuid: "3a2864c18be9481298d62d1eb700de81"
format_stamp: "Formatted at 2026-06-30 12:36:11 on dist-test-slave-80h9"
I20260630 12:36:11.241585   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-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:11.266901   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:11.268431   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:11.270340   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:11.273378   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:11.273669   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:11.273929   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:11.274124   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:11.373224   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.6:35973
I20260630 12:36:11.373257  5686 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.6:35973 every 8 connection(s)
I20260630 12:36:11.422323  5687 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40213
I20260630 12:36:11.422863  5687 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:11.423938  5687 heartbeater.cc:507] Master 127.0.120.62:40213 requested a full tablet report, sending...
I20260630 12:36:11.426416  4877 ts_manager.cc:194] Registered new tserver with Master: 3a2864c18be9481298d62d1eb700de81 (127.0.120.6:35973)
I20260630 12:36:11.428504  4877 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40878
I20260630 12:36:11.433269  5129 consensus_queue.cc:237] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:11.443300  5059 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:11.443578  4982 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:11.448706  5400 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:11.451493  5399 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } 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:11.467617  5400 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.471799  5056 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.479848  4982 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
W20260630 12:36:11.552002  5098 consensus_peers.cc:597] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 -> Peer cd3c6562786148ef9c31128cf3b246da (127.0.120.4:34715): Couldn't send request to peer cd3c6562786148ef9c31128cf3b246da. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2baf92450d1142b5b585f4c1a6c092de. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:11.554042  4877 catalog_manager.cc:5697] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index -1 to 26, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.561226  4982 consensus_queue.cc:237] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:11.585376  5129 raft_consensus.cc:1275] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:11.588655  5446 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260630 12:36:11.589727  5056 raft_consensus.cc:1275] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:11.591969  5446 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260630 12:36:11.600660  5703 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:11.608927  5059 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:11.629405  5129 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
W20260630 12:36:11.639869  4949 consensus_peers.cc:597] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d -> Peer c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5:34963): Couldn't send request to peer c48cdefabbd942be9809db6d493b0bd9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 536b319dfbff4b60838784b24f97509a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:11.668740  4877 catalog_manager.cc:5697] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index -1 to 24, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:11.697579  5059 consensus_queue.cc:237] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 22, Committed index: 22, Last appended: 1.22, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 23 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:11.705592  5129 raft_consensus.cc:1275] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: Log matching property violated. Preceding OpId in replica: term: 1 index: 22. Preceding OpId from leader: term: 1 index: 23. (index mismatch)
I20260630 12:36:11.708887  4982 raft_consensus.cc:1275] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: Log matching property violated. Preceding OpId in replica: term: 1 index: 22. Preceding OpId from leader: term: 1 index: 23. (index mismatch)
I20260630 12:36:11.711068  5705 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 23, Last known committed idx: 22, Time since last communication: 0.001s
I20260630 12:36:11.712325  5440 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 23, Last known committed idx: 22, Time since last communication: 0.001s
W20260630 12:36:11.735373  5024 consensus_peers.cc:597] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 -> Peer cd3c6562786148ef9c31128cf3b246da (127.0.120.4:34715): Couldn't send request to peer cd3c6562786148ef9c31128cf3b246da. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f30e5f3e220e4de5bee7f57129269823. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:11.740092  5440 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.23: config changed from index -1 to 23, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 23 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.741523  4982 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.23: config changed from index -1 to 23, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 23 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.743794  5129 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.23: config changed from index -1 to 23, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 23 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.757321  4877 catalog_manager.cc:5697] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index -1 to 23, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 23 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:11.760948  4982 consensus_queue.cc:237] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
W20260630 12:36:11.775484  4949 consensus_peers.cc:597] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d -> Peer c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5:34963): Couldn't send request to peer c48cdefabbd942be9809db6d493b0bd9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5e99bd3fd87c4cb39c88b1bd9b4c909b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:11.776929  5129 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:11.779206  5703 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:11.779836  5059 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:11.781800  5704 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } 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:11.799897  5703 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:11.801738  5059 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:11.802732  5129 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:11.817066  5056 consensus_queue.cc:237] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:11.817024  4879 catalog_manager.cc:5697] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index -1 to 26, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:11.847641  4982 raft_consensus.cc:1275] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:11.847604  5129 raft_consensus.cc:1275] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260630 12:36:11.847844  5024 consensus_peers.cc:597] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 -> Peer cd3c6562786148ef9c31128cf3b246da (127.0.120.4:34715): Couldn't send request to peer cd3c6562786148ef9c31128cf3b246da. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 785766847a73445e86dbac320e09607c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:11.849795  5440 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } 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:11.851272  5705 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:11.856238  5715 ts_tablet_manager.cc:933] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: Initiating tablet copy from peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:11.865219  5715 tablet_copy_client.cc:323] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:39685
I20260630 12:36:11.873809  5705 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.876751  5129 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.890888  5538 heartbeater.cc:499] Master 127.0.120.62:40213 was elected leader, sending a full tablet report...
I20260630 12:36:11.894946  4982 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.900038  4877 catalog_manager.cc:5697] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index -1 to 26, NON_VOTER cd3c6562786148ef9c31128cf3b246da (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } } }
I20260630 12:36:11.926528  5145 tablet_copy_service.cc:140] P 91a2bbf7c1434c41928014535a3ee608: Received BeginTabletCopySession request for tablet 2baf92450d1142b5b585f4c1a6c092de from peer cd3c6562786148ef9c31128cf3b246da ({username='slave'} at 127.0.0.1:35724)
I20260630 12:36:11.927178  5145 tablet_copy_service.cc:161] P 91a2bbf7c1434c41928014535a3ee608: Beginning new tablet copy session on tablet 2baf92450d1142b5b585f4c1a6c092de from peer cd3c6562786148ef9c31128cf3b246da at {username='slave'} at 127.0.0.1:35724: session id = cd3c6562786148ef9c31128cf3b246da-2baf92450d1142b5b585f4c1a6c092de
I20260630 12:36:11.939612  5145 tablet_copy_source_session.cc:215] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:11.943010  5715 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2baf92450d1142b5b585f4c1a6c092de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:11.959474  5715 tablet_copy_client.cc:806] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:11.960253  5715 tablet_copy_client.cc:670] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:11.964630  5719 tablet_copy_client.cc:1025] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:12.024181  5721 ts_tablet_manager.cc:933] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: Initiating tablet copy from peer 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311)
I20260630 12:36:12.026118  5721 tablet_copy_client.cc:323] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:39311
I20260630 12:36:12.041478  4996 tablet_copy_service.cc:140] P 3dceda7a82fc47af83a6d0438fc2e85d: Received BeginTabletCopySession request for tablet 536b319dfbff4b60838784b24f97509a from peer c48cdefabbd942be9809db6d493b0bd9 ({username='slave'} at 127.0.0.1:59284)
I20260630 12:36:12.042237  4996 tablet_copy_service.cc:161] P 3dceda7a82fc47af83a6d0438fc2e85d: Beginning new tablet copy session on tablet 536b319dfbff4b60838784b24f97509a from peer c48cdefabbd942be9809db6d493b0bd9 at {username='slave'} at 127.0.0.1:59284: session id = c48cdefabbd942be9809db6d493b0bd9-536b319dfbff4b60838784b24f97509a
I20260630 12:36:12.052193  4996 tablet_copy_source_session.cc:215] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:12.055992  5721 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 536b319dfbff4b60838784b24f97509a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:12.073704  5721 tablet_copy_client.cc:806] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:12.074401  5721 tablet_copy_client.cc:670] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:12.079523  5722 tablet_copy_client.cc:1025] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:12.174962  5724 ts_tablet_manager.cc:933] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: Initiating tablet copy from peer f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:12.187495  5724 tablet_copy_client.cc:323] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:40031
I20260630 12:36:12.188500  5726 ts_tablet_manager.cc:933] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: Initiating tablet copy from peer 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311)
I20260630 12:36:12.211159  5071 tablet_copy_service.cc:140] P f61c53b8c3814c469dcb7f283a395fa8: Received BeginTabletCopySession request for tablet f30e5f3e220e4de5bee7f57129269823 from peer cd3c6562786148ef9c31128cf3b246da ({username='slave'} at 127.0.0.1:50696)
I20260630 12:36:12.212183  5071 tablet_copy_service.cc:161] P f61c53b8c3814c469dcb7f283a395fa8: Beginning new tablet copy session on tablet f30e5f3e220e4de5bee7f57129269823 from peer cd3c6562786148ef9c31128cf3b246da at {username='slave'} at 127.0.0.1:50696: session id = cd3c6562786148ef9c31128cf3b246da-f30e5f3e220e4de5bee7f57129269823
I20260630 12:36:12.220422  5613 heartbeater.cc:499] Master 127.0.120.62:40213 was elected leader, sending a full tablet report...
I20260630 12:36:12.234894  5071 tablet_copy_source_session.cc:215] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:12.239487  5724 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f30e5f3e220e4de5bee7f57129269823. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:12.264315  5726 tablet_copy_client.cc:323] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:39311
I20260630 12:36:12.266497  4996 tablet_copy_service.cc:140] P 3dceda7a82fc47af83a6d0438fc2e85d: Received BeginTabletCopySession request for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b from peer c48cdefabbd942be9809db6d493b0bd9 ({username='slave'} at 127.0.0.1:59284)
I20260630 12:36:12.267261  4996 tablet_copy_service.cc:161] P 3dceda7a82fc47af83a6d0438fc2e85d: Beginning new tablet copy session on tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b from peer c48cdefabbd942be9809db6d493b0bd9 at {username='slave'} at 127.0.0.1:59284: session id = c48cdefabbd942be9809db6d493b0bd9-5e99bd3fd87c4cb39c88b1bd9b4c909b
I20260630 12:36:12.277247  4996 tablet_copy_source_session.cc:215] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:12.286437  5726 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:12.282213  5724 tablet_copy_client.cc:806] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:12.297016  5724 tablet_copy_client.cc:670] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:12.304220  5725 tablet_copy_client.cc:1025] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:12.304417  5728 ts_tablet_manager.cc:933] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: Initiating tablet copy from peer f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:12.311537  5728 tablet_copy_client.cc:323] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:40031
I20260630 12:36:12.313803  5071 tablet_copy_service.cc:140] P f61c53b8c3814c469dcb7f283a395fa8: Received BeginTabletCopySession request for tablet 785766847a73445e86dbac320e09607c from peer cd3c6562786148ef9c31128cf3b246da ({username='slave'} at 127.0.0.1:50696)
I20260630 12:36:12.314653  5071 tablet_copy_service.cc:161] P f61c53b8c3814c469dcb7f283a395fa8: Beginning new tablet copy session on tablet 785766847a73445e86dbac320e09607c from peer cd3c6562786148ef9c31128cf3b246da at {username='slave'} at 127.0.0.1:50696: session id = cd3c6562786148ef9c31128cf3b246da-785766847a73445e86dbac320e09607c
I20260630 12:36:12.315346  5726 tablet_copy_client.cc:806] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:12.315968  5726 tablet_copy_client.cc:670] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:12.321343  5727 tablet_copy_client.cc:1025] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:12.323346  5071 tablet_copy_source_session.cc:215] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:12.326129  5728 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 785766847a73445e86dbac320e09607c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:12.339656  5728 tablet_copy_client.cc:806] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:12.340301  5728 tablet_copy_client.cc:670] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:12.344239  5729 tablet_copy_client.cc:1025] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:12.436005  5687 heartbeater.cc:499] Master 127.0.120.62:40213 was elected leader, sending a full tablet report...
I20260630 12:36:13.965673  5715 tablet_copy_client.cc:538] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:13.979235  5715 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: Bootstrap starting.
I20260630 12:36:14.080576  5721 tablet_copy_client.cc:538] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:14.091526  5721 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: Bootstrap starting.
I20260630 12:36:14.168311  5715 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:14.169528  5715 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: Bootstrap complete.
I20260630 12:36:14.170413  5715 ts_tablet_manager.cc:1403] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: Time spent bootstrapping tablet: real 0.192s	user 0.163s	sys 0.028s
I20260630 12:36:14.173555  5715 raft_consensus.cc:359] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:14.174578  5715 raft_consensus.cc:740] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: cd3c6562786148ef9c31128cf3b246da, State: Initialized, Role: LEARNER
I20260630 12:36:14.175370  5715 consensus_queue.cc:260] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:14.184908  5715 ts_tablet_manager.cc:1434] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:36:14.187238  5145 tablet_copy_service.cc:342] P 91a2bbf7c1434c41928014535a3ee608: Request end of tablet copy session cd3c6562786148ef9c31128cf3b246da-2baf92450d1142b5b585f4c1a6c092de received from {username='slave'} at 127.0.0.1:35724
I20260630 12:36:14.187803  5145 tablet_copy_service.cc:434] P 91a2bbf7c1434c41928014535a3ee608: ending tablet copy session cd3c6562786148ef9c31128cf3b246da-2baf92450d1142b5b585f4c1a6c092de on tablet 2baf92450d1142b5b585f4c1a6c092de with peer cd3c6562786148ef9c31128cf3b246da
I20260630 12:36:14.217964  5513 raft_consensus.cc:1217] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:14.305333  5724 tablet_copy_client.cc:538] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:14.316946  5721 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:14.318039  5721 tablet_bootstrap.cc:492] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: Bootstrap complete.
I20260630 12:36:14.318854  5721 ts_tablet_manager.cc:1403] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: Time spent bootstrapping tablet: real 0.228s	user 0.133s	sys 0.028s
I20260630 12:36:14.321771  5721 raft_consensus.cc:359] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:14.322329  5726 tablet_copy_client.cc:538] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:14.322644  5721 raft_consensus.cc:740] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c48cdefabbd942be9809db6d493b0bd9, State: Initialized, Role: LEARNER
I20260630 12:36:14.323349  5721 consensus_queue.cc:260] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:14.325007  5724 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: Bootstrap starting.
I20260630 12:36:14.336683  5721 ts_tablet_manager.cc:1434] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: Time spent starting tablet: real 0.017s	user 0.011s	sys 0.004s
I20260630 12:36:14.339660  5726 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: Bootstrap starting.
I20260630 12:36:14.342319  4996 tablet_copy_service.cc:342] P 3dceda7a82fc47af83a6d0438fc2e85d: Request end of tablet copy session c48cdefabbd942be9809db6d493b0bd9-536b319dfbff4b60838784b24f97509a received from {username='slave'} at 127.0.0.1:59284
I20260630 12:36:14.342969  4996 tablet_copy_service.cc:434] P 3dceda7a82fc47af83a6d0438fc2e85d: ending tablet copy session c48cdefabbd942be9809db6d493b0bd9-536b319dfbff4b60838784b24f97509a on tablet 536b319dfbff4b60838784b24f97509a with peer c48cdefabbd942be9809db6d493b0bd9
I20260630 12:36:14.345201  5728 tablet_copy_client.cc:538] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:14.353322  5588 raft_consensus.cc:1217] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260630 12:36:14.356058  5728 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: Bootstrap starting.
I20260630 12:36:14.569403  5728 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=107 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:14.570554  5728 tablet_bootstrap.cc:492] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: Bootstrap complete.
I20260630 12:36:14.571601  5728 ts_tablet_manager.cc:1403] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: Time spent bootstrapping tablet: real 0.216s	user 0.170s	sys 0.008s
W20260630 12:36:14.574673  5024 consensus_peers.cc:597] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 -> Peer cd3c6562786148ef9c31128cf3b246da (127.0.120.4:34715): Couldn't send request to peer cd3c6562786148ef9c31128cf3b246da. 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:14.574577  5728 raft_consensus.cc:359] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:14.575662  5728 raft_consensus.cc:740] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: cd3c6562786148ef9c31128cf3b246da, State: Initialized, Role: LEARNER
I20260630 12:36:14.576398  5728 consensus_queue.cc:260] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:14.578958  5728 ts_tablet_manager.cc:1434] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
W20260630 12:36:14.582046  5024 consensus_peers.cc:597] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 -> Peer cd3c6562786148ef9c31128cf3b246da (127.0.120.4:34715): Couldn't send request to peer cd3c6562786148ef9c31128cf3b246da. 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:14.592139  5071 tablet_copy_service.cc:342] P f61c53b8c3814c469dcb7f283a395fa8: Request end of tablet copy session cd3c6562786148ef9c31128cf3b246da-785766847a73445e86dbac320e09607c received from {username='slave'} at 127.0.0.1:50696
I20260630 12:36:14.592717  5071 tablet_copy_service.cc:434] P f61c53b8c3814c469dcb7f283a395fa8: ending tablet copy session cd3c6562786148ef9c31128cf3b246da-785766847a73445e86dbac320e09607c on tablet 785766847a73445e86dbac320e09607c with peer cd3c6562786148ef9c31128cf3b246da
I20260630 12:36:14.623237  5724 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: Bootstrap replayed 1/1 log segments. Stats: ops{read=23 overwritten=0 applied=23 ignored=0} inserts{seen=94 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:14.624506  5724 tablet_bootstrap.cc:492] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: Bootstrap complete.
I20260630 12:36:14.625542  5724 ts_tablet_manager.cc:1403] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: Time spent bootstrapping tablet: real 0.301s	user 0.152s	sys 0.022s
I20260630 12:36:14.627313  5726 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: 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:14.628609  5726 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: Bootstrap complete.
I20260630 12:36:14.629570  5726 ts_tablet_manager.cc:1403] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: Time spent bootstrapping tablet: real 0.290s	user 0.167s	sys 0.028s
I20260630 12:36:14.630369  5724 raft_consensus.cc:359] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 23 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:14.631678  5724 raft_consensus.cc:740] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: cd3c6562786148ef9c31128cf3b246da, State: Initialized, Role: LEARNER
I20260630 12:36:14.634756  5726 raft_consensus.cc:359] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:14.635860  5726 raft_consensus.cc:740] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c48cdefabbd942be9809db6d493b0bd9, State: Initialized, Role: LEARNER
I20260630 12:36:14.635396  5724 consensus_queue.cc:260] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 23, Last appended: 1.23, Last appended by leader: 23, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 23 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: true } }
I20260630 12:36:14.636660  5726 consensus_queue.cc:260] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:14.648224  5724 ts_tablet_manager.cc:1434] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: Time spent starting tablet: real 0.022s	user 0.008s	sys 0.000s
I20260630 12:36:14.649174  5726 ts_tablet_manager.cc:1434] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:36:14.655583  5071 tablet_copy_service.cc:342] P f61c53b8c3814c469dcb7f283a395fa8: Request end of tablet copy session cd3c6562786148ef9c31128cf3b246da-f30e5f3e220e4de5bee7f57129269823 received from {username='slave'} at 127.0.0.1:50696
I20260630 12:36:14.656296  5071 tablet_copy_service.cc:434] P f61c53b8c3814c469dcb7f283a395fa8: ending tablet copy session cd3c6562786148ef9c31128cf3b246da-f30e5f3e220e4de5bee7f57129269823 on tablet f30e5f3e220e4de5bee7f57129269823 with peer cd3c6562786148ef9c31128cf3b246da
I20260630 12:36:14.655527  4996 tablet_copy_service.cc:342] P 3dceda7a82fc47af83a6d0438fc2e85d: Request end of tablet copy session c48cdefabbd942be9809db6d493b0bd9-5e99bd3fd87c4cb39c88b1bd9b4c909b received from {username='slave'} at 127.0.0.1:59284
I20260630 12:36:14.657797  4996 tablet_copy_service.cc:434] P 3dceda7a82fc47af83a6d0438fc2e85d: ending tablet copy session c48cdefabbd942be9809db6d493b0bd9-5e99bd3fd87c4cb39c88b1bd9b4c909b on tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b with peer c48cdefabbd942be9809db6d493b0bd9
I20260630 12:36:14.801077  5400 raft_consensus.cc:1064] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: attempting to promote NON_VOTER cd3c6562786148ef9c31128cf3b246da to VOTER
I20260630 12:36:14.803944  5400 consensus_queue.cc:237] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } }
I20260630 12:36:14.812925  5513 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:14.814414  5059 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:14.815284  5742 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } 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:14.816428  5743 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:14.823347  5588 raft_consensus.cc:1217] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:14.826229  4982 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:14.831737  5742 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } 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:14.850678  5742 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:14.853431  4984 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:14.864571  5059 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:14.870409  4879 catalog_manager.cc:5697] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:14.870348  5513 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:14.904682  5129 consensus_queue.cc:237] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [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: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } }
I20260630 12:36:14.911310  5513 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:14.914322  5742 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } 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:14.923527  5059 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:14.923746  5743 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:14.925510  5742 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:14.929121  5512 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:14.934126  5059 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:14.951663  4878 catalog_manager.cc:5697] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index 27 to 28, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:14.963166  5512 raft_consensus.cc:1217] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Deduplicated request from leader. Original: 1.22->[1.23-1.23]   Dedup: 1.23->[]
I20260630 12:36:14.964017  4869 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2baf92450d1142b5b585f4c1a6c092de with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:14.988237  4975 tablet_service.cc:1558] Processing DeleteTablet for tablet 2baf92450d1142b5b585f4c1a6c092de with delete_type TABLET_DATA_TOMBSTONED (TS 3dceda7a82fc47af83a6d0438fc2e85d not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:47444
I20260630 12:36:14.997295  5758 tablet_replica.cc:333] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:15.002569  5753 raft_consensus.cc:1064] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: attempting to promote NON_VOTER c48cdefabbd942be9809db6d493b0bd9 to VOTER
I20260630 12:36:15.005745  5753 consensus_queue.cc:237] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } }
I20260630 12:36:15.007274  5758 raft_consensus.cc:2243] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:15.010432  5758 raft_consensus.cc:2272] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.022128  5758 ts_tablet_manager.cc:1916] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:15.037828  5129 raft_consensus.cc:1275] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.038386  5059 raft_consensus.cc:1275] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.039132  5588 raft_consensus.cc:1275] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.039744  5756 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:36:15.040889  5730 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:36:15.048391  5753 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } 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:15.052958  5758 ts_tablet_manager.cc:1929] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:15.053575  5758 log.cc:1199] T 2baf92450d1142b5b585f4c1a6c092de P 3dceda7a82fc47af83a6d0438fc2e85d: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-0-root/wals/2baf92450d1142b5b585f4c1a6c092de
I20260630 12:36:15.055442  4870 catalog_manager.cc:5028] TS 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311): tablet 2baf92450d1142b5b585f4c1a6c092de (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:15.065194  5730 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.076505  5129 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.078696  4878 catalog_manager.cc:5697] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index 24 to 25, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:15.083197  5059 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.084725  5588 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.127061  4982 consensus_queue.cc:237] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } }
I20260630 12:36:15.136024  5588 raft_consensus.cc:1275] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.137888  5730 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:15.139766  5129 raft_consensus.cc:1275] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.141631  5753 consensus_queue.cc:1048] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:15.147240  5757 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.153009  5588 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.153018  5129 raft_consensus.cc:2955] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.160495  4870 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 536b319dfbff4b60838784b24f97509a with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:15.165628  4882 catalog_manager.cc:5697] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index 25 to 26, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:15.185477  5049 tablet_service.cc:1558] Processing DeleteTablet for tablet 536b319dfbff4b60838784b24f97509a with delete_type TABLET_DATA_TOMBSTONED (TS f61c53b8c3814c469dcb7f283a395fa8 not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:54056
I20260630 12:36:15.198572  5512 raft_consensus.cc:1217] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:15.206738  5763 tablet_replica.cc:333] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:15.208469  5763 raft_consensus.cc:2243] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:15.212472  5763 raft_consensus.cc:2272] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.218487  5763 ts_tablet_manager.cc:1916] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:15.235950  5763 ts_tablet_manager.cc:1929] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260630 12:36:15.236339  5763 log.cc:1199] T 536b319dfbff4b60838784b24f97509a P f61c53b8c3814c469dcb7f283a395fa8: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-1-root/wals/536b319dfbff4b60838784b24f97509a
I20260630 12:36:15.238013  4869 catalog_manager.cc:5028] TS f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031): tablet 536b319dfbff4b60838784b24f97509a (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:15.307806  5753 raft_consensus.cc:1064] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: attempting to promote NON_VOTER c48cdefabbd942be9809db6d493b0bd9 to VOTER
I20260630 12:36:15.311101  5753 consensus_queue.cc:237] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } }
I20260630 12:36:15.318813  5588 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.320616  5129 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.321910  5059 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.322635  5753 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:15.323935  5730 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } 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:15.327162  5757 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } 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:15.356540  5730 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.363941  5588 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.372219  5129 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.366012  5059 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.389964  4882 catalog_manager.cc:5697] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:15.408257  5755 raft_consensus.cc:1064] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8: attempting to promote NON_VOTER cd3c6562786148ef9c31128cf3b246da to VOTER
I20260630 12:36:15.411808  5755 consensus_queue.cc:237] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } }
I20260630 12:36:15.414822  4982 consensus_queue.cc:237] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } }
I20260630 12:36:15.434546  5588 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.436468  5129 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:15.440935  5512 raft_consensus.cc:1275] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.444713  5756 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } 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:15.447189  5756 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:15.458467  5732 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260630 12:36:15.464988  5129 raft_consensus.cc:1275] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.468679  5753 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.479876  5588 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.483268  5732 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260630 12:36:15.498615  5131 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:15.531066  4870 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:15.535346  4879 catalog_manager.cc:5697] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index 27 to 28, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:15.553072  5049 tablet_service.cc:1558] Processing DeleteTablet for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b with delete_type TABLET_DATA_TOMBSTONED (TS f61c53b8c3814c469dcb7f283a395fa8 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:54056
I20260630 12:36:15.554210  5763 tablet_replica.cc:333] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:15.555245  5763 raft_consensus.cc:2243] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:15.556327  5763 raft_consensus.cc:2272] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.573771  5763 ts_tablet_manager.cc:1916] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:15.598543  4982 raft_consensus.cc:1275] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.602792  5769 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260630 12:36:15.607211  5732 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index 23 to 24, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.619834  5512 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index 23 to 24, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.639235  5131 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index 23 to 24, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.647804  4879 catalog_manager.cc:5697] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index 23 to 24, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:15.650524  5763 ts_tablet_manager.cc:1929] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:15.655498  4982 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index 23 to 24, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.669534  5763 log.cc:1199] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P f61c53b8c3814c469dcb7f283a395fa8: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-1-root/wals/5e99bd3fd87c4cb39c88b1bd9b4c909b
I20260630 12:36:15.671584  5059 consensus_queue.cc:237] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 1.24, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } }
I20260630 12:36:15.673591  4869 catalog_manager.cc:5028] TS f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031): tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:15.678287  4982 raft_consensus.cc:1275] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.678681  5512 raft_consensus.cc:1275] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.680226  5755 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:36:15.681129  5769 consensus_queue.cc:1048] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } 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:15.688983  5755 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.694517  4982 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.694327  5513 raft_consensus.cc:2955] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.708381  4882 catalog_manager.cc:5697] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index 24 to 25, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.715855  4869 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f30e5f3e220e4de5bee7f57129269823 with cas_config_opid_index 24: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:15.721819  5120 tablet_service.cc:1558] Processing DeleteTablet for tablet f30e5f3e220e4de5bee7f57129269823 with delete_type TABLET_DATA_TOMBSTONED (TS 91a2bbf7c1434c41928014535a3ee608 not found in new config with opid_index 25) from {username='slave'} at 127.0.0.1:42310
I20260630 12:36:15.729878  5773 tablet_replica.cc:333] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:15.737167  5773 raft_consensus.cc:2243] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:15.738039  5773 raft_consensus.cc:2272] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:15.742790  5773 ts_tablet_manager.cc:1916] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:15.770237  5773 ts_tablet_manager.cc:1929] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.24
I20260630 12:36:15.770870  5773 log.cc:1199] T f30e5f3e220e4de5bee7f57129269823 P 91a2bbf7c1434c41928014535a3ee608: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-2-root/wals/f30e5f3e220e4de5bee7f57129269823
I20260630 12:36:15.773092  4869 catalog_manager.cc:5028] TS 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): tablet f30e5f3e220e4de5bee7f57129269823 (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:15.814435  5755 raft_consensus.cc:1064] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: attempting to promote NON_VOTER cd3c6562786148ef9c31128cf3b246da to VOTER
I20260630 12:36:15.817883  5755 consensus_queue.cc:237] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } }
I20260630 12:36:15.828353  5131 raft_consensus.cc:1275] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.828814  4982 raft_consensus.cc:1275] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.830920  5513 raft_consensus.cc:1275] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 LEARNER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.831293  5755 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } 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:15.833595  5769 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:15.834666  5732 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } 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:15.870232  5769 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.874485  5131 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.882180  4982 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.895552  5513 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.897871  4879 catalog_manager.cc:5697] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index 26 to 27, cd3c6562786148ef9c31128cf3b246da (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.931793  5059 consensus_queue.cc:237] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } }
I20260630 12:36:15.943354  5513 raft_consensus.cc:1275] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.947976  5732 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } 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:15.956750  5769 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:15.961766  4982 raft_consensus.cc:1275] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:15.964449  5755 consensus_queue.cc:1048] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:15.972187  4982 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
W20260630 12:36:16.010273  5024 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.4:34715, user_credentials={real_user=slave}} blocked reactor thread for 54672.3us
I20260630 12:36:16.012733  5513 raft_consensus.cc:2955] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:16.014465  4869 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 785766847a73445e86dbac320e09607c with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:16.022042  4877 catalog_manager.cc:5697] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index 27 to 28, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } }
I20260630 12:36:16.040562  5120 tablet_service.cc:1558] Processing DeleteTablet for tablet 785766847a73445e86dbac320e09607c with delete_type TABLET_DATA_TOMBSTONED (TS 91a2bbf7c1434c41928014535a3ee608 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:42310
I20260630 12:36:16.041908  5773 tablet_replica.cc:333] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:16.042979  5773 raft_consensus.cc:2243] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:16.044086  5773 raft_consensus.cc:2272] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.049983  5773 ts_tablet_manager.cc:1916] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:16.066840  5773 ts_tablet_manager.cc:1929] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:16.067332  5773 log.cc:1199] T 785766847a73445e86dbac320e09607c P 91a2bbf7c1434c41928014535a3ee608: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-2-root/wals/785766847a73445e86dbac320e09607c
I20260630 12:36:16.068706  4869 catalog_manager.cc:5028] TS 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): tablet 785766847a73445e86dbac320e09607c (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:17.070286  5131 consensus_queue.cc:237] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 24, Committed index: 24, Last appended: 2.24, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:17.079880  5059 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 2 index: 24. Preceding OpId from leader: term: 2 index: 25. (index mismatch)
I20260630 12:36:17.080909  4982 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 2 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 2 index: 24. Preceding OpId from leader: term: 2 index: 25. (index mismatch)
I20260630 12:36:17.082230  5400 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260630 12:36:17.084502  5400 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260630 12:36:17.108038  5400 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 2 LEADER]: Committing config change with OpId 2.25: config changed from index -1 to 25, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.110122  4982 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 2 FOLLOWER]: Committing config change with OpId 2.25: config changed from index -1 to 25, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.131317  5059 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Committing config change with OpId 2.25: config changed from index -1 to 25, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
W20260630 12:36:17.139756  5098 consensus_peers.cc:597] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 -> Peer 3a2864c18be9481298d62d1eb700de81 (127.0.120.6:35973): Couldn't send request to peer 3a2864c18be9481298d62d1eb700de81. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d0905e33f3424b8ebd1cd3d73f674ff1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.139000  4878 catalog_manager.cc:5697] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index -1 to 25, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New cstate: current_term: 2 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.143556  5131 consensus_queue.cc:237] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:17.167304  4982 raft_consensus.cc:1275] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260630 12:36:17.168488  5098 consensus_peers.cc:597] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 -> Peer 3a2864c18be9481298d62d1eb700de81 (127.0.120.6:35973): Couldn't send request to peer 3a2864c18be9481298d62d1eb700de81. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e73a1dbc9f9e4d9faff3b5c4aaed6cea. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.166760  5059 raft_consensus.cc:1275] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:17.169332  5786 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:17.170567  5787 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } 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:17.179632  5787 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.185635  5056 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.185936  4982 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.200142  4877 catalog_manager.cc:5697] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index -1 to 26, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.224684  5131 consensus_queue.cc:237] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:17.239634  5056 raft_consensus.cc:1275] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:17.240497  4982 raft_consensus.cc:1275] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260630 12:36:17.241276  5098 consensus_peers.cc:597] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 -> Peer 3a2864c18be9481298d62d1eb700de81 (127.0.120.6:35973): Couldn't send request to peer 3a2864c18be9481298d62d1eb700de81. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8c7425ef9d00478e856cc98d7e3fea2d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.241293  5787 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.002s
I20260630 12:36:17.243835  5400 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } 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:17.252666  5787 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.262691  4984 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.263751  5056 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.268751  5059 consensus_queue.cc:237] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [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: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:17.273041  4877 catalog_manager.cc:5697] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index -1 to 26, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:17.291525  4984 raft_consensus.cc:1275] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:17.305135  5769 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:17.319226  5131 raft_consensus.cc:1275] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:17.327455  5789 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.009s
I20260630 12:36:17.337630  5769 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:17.344290  5131 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
W20260630 12:36:17.348773  5024 consensus_peers.cc:597] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 -> Peer c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5:34963): Couldn't send request to peer c48cdefabbd942be9809db6d493b0bd9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3c1a1f1885b141329c1026abdbba3acb. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.348448  4984 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:17.356103  5129 consensus_queue.cc:237] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [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: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:17.356273  4878 catalog_manager.cc:5697] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index -1 to 26, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:17.389770  5513 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
W20260630 12:36:17.390290  5098 consensus_peers.cc:597] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 -> Peer c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5:34963): Couldn't send request to peer c48cdefabbd942be9809db6d493b0bd9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2baf92450d1142b5b585f4c1a6c092de. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.392539  5400 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:17.393312  5059 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:17.395125  5400 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:17.402400  5787 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:17.404579  5513 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:17.410986  5059 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } } }
I20260630 12:36:17.423172  4984 consensus_queue.cc:237] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:17.422122  4878 catalog_manager.cc:5697] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index 28 to 29, NON_VOTER c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) added. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:17.450865  5129 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:17.452991  5811 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } 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:17.454025  5588 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: 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:17.455915  5779 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
W20260630 12:36:17.470203  4949 consensus_peers.cc:597] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d -> Peer 3a2864c18be9481298d62d1eb700de81 (127.0.120.6:35973): Couldn't send request to peer 3a2864c18be9481298d62d1eb700de81. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5e99bd3fd87c4cb39c88b1bd9b4c909b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:17.479809  5779 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.481808  5129 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.486130  5587 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.500605  4878 catalog_manager.cc:5697] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index 28 to 29, NON_VOTER 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) added. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } } }
I20260630 12:36:17.569427  5816 ts_tablet_manager.cc:933] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: Initiating tablet copy from peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:17.579484  5816 tablet_copy_client.cc:323] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:39685
I20260630 12:36:17.596292  5145 tablet_copy_service.cc:140] P 91a2bbf7c1434c41928014535a3ee608: Received BeginTabletCopySession request for tablet d0905e33f3424b8ebd1cd3d73f674ff1 from peer 3a2864c18be9481298d62d1eb700de81 ({username='slave'} at 127.0.0.1:35726)
I20260630 12:36:17.596910  5145 tablet_copy_service.cc:161] P 91a2bbf7c1434c41928014535a3ee608: Beginning new tablet copy session on tablet d0905e33f3424b8ebd1cd3d73f674ff1 from peer 3a2864c18be9481298d62d1eb700de81 at {username='slave'} at 127.0.0.1:35726: session id = 3a2864c18be9481298d62d1eb700de81-d0905e33f3424b8ebd1cd3d73f674ff1
I20260630 12:36:17.605185  5145 tablet_copy_source_session.cc:215] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:17.608904  5816 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0905e33f3424b8ebd1cd3d73f674ff1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.629645  5816 tablet_copy_client.cc:806] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:17.630478  5816 tablet_copy_client.cc:670] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:17.634892  5817 tablet_copy_client.cc:1025] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:17.739609  5820 ts_tablet_manager.cc:933] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: Initiating tablet copy from peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:17.742638  5820 tablet_copy_client.cc:323] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:39685
I20260630 12:36:17.744771  5145 tablet_copy_service.cc:140] P 91a2bbf7c1434c41928014535a3ee608: Received BeginTabletCopySession request for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea from peer 3a2864c18be9481298d62d1eb700de81 ({username='slave'} at 127.0.0.1:35726)
I20260630 12:36:17.745271  5145 tablet_copy_service.cc:161] P 91a2bbf7c1434c41928014535a3ee608: Beginning new tablet copy session on tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea from peer 3a2864c18be9481298d62d1eb700de81 at {username='slave'} at 127.0.0.1:35726: session id = 3a2864c18be9481298d62d1eb700de81-e73a1dbc9f9e4d9faff3b5c4aaed6cea
I20260630 12:36:17.750818  5145 tablet_copy_source_session.cc:215] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:17.753804  5820 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.766559  5820 tablet_copy_client.cc:806] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:17.767290  5820 tablet_copy_client.cc:670] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:17.770920  5821 tablet_copy_client.cc:1025] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:17.821260  5822 ts_tablet_manager.cc:933] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: Initiating tablet copy from peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:17.823561  5822 tablet_copy_client.cc:323] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:39685
I20260630 12:36:17.825258  5145 tablet_copy_service.cc:140] P 91a2bbf7c1434c41928014535a3ee608: Received BeginTabletCopySession request for tablet 8c7425ef9d00478e856cc98d7e3fea2d from peer 3a2864c18be9481298d62d1eb700de81 ({username='slave'} at 127.0.0.1:35726)
I20260630 12:36:17.825793  5145 tablet_copy_service.cc:161] P 91a2bbf7c1434c41928014535a3ee608: Beginning new tablet copy session on tablet 8c7425ef9d00478e856cc98d7e3fea2d from peer 3a2864c18be9481298d62d1eb700de81 at {username='slave'} at 127.0.0.1:35726: session id = 3a2864c18be9481298d62d1eb700de81-8c7425ef9d00478e856cc98d7e3fea2d
I20260630 12:36:17.833014  5145 tablet_copy_source_session.cc:215] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:17.836517  5822 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c7425ef9d00478e856cc98d7e3fea2d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.847872  5824 ts_tablet_manager.cc:933] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: Initiating tablet copy from peer f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031)
I20260630 12:36:17.857894  5824 tablet_copy_client.cc:323] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:40031
I20260630 12:36:17.866276  5822 tablet_copy_client.cc:806] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:17.867005  5822 tablet_copy_client.cc:670] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:17.873564  5823 tablet_copy_client.cc:1025] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:17.892637  5071 tablet_copy_service.cc:140] P f61c53b8c3814c469dcb7f283a395fa8: Received BeginTabletCopySession request for tablet 3c1a1f1885b141329c1026abdbba3acb from peer c48cdefabbd942be9809db6d493b0bd9 ({username='slave'} at 127.0.0.1:50698)
I20260630 12:36:17.893290  5071 tablet_copy_service.cc:161] P f61c53b8c3814c469dcb7f283a395fa8: Beginning new tablet copy session on tablet 3c1a1f1885b141329c1026abdbba3acb from peer c48cdefabbd942be9809db6d493b0bd9 at {username='slave'} at 127.0.0.1:50698: session id = c48cdefabbd942be9809db6d493b0bd9-3c1a1f1885b141329c1026abdbba3acb
I20260630 12:36:17.899552  5071 tablet_copy_source_session.cc:215] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:17.905745  5824 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c1a1f1885b141329c1026abdbba3acb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.928318  5824 tablet_copy_client.cc:806] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:17.929843  5824 tablet_copy_client.cc:670] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:17.935423  5825 tablet_copy_client.cc:1025] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:17.938097  5829 ts_tablet_manager.cc:933] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: Initiating tablet copy from peer 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685)
I20260630 12:36:17.955307  5829 tablet_copy_client.cc:323] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:39685
I20260630 12:36:17.967720  5145 tablet_copy_service.cc:140] P 91a2bbf7c1434c41928014535a3ee608: Received BeginTabletCopySession request for tablet 2baf92450d1142b5b585f4c1a6c092de from peer c48cdefabbd942be9809db6d493b0bd9 ({username='slave'} at 127.0.0.1:35734)
I20260630 12:36:17.968353  5145 tablet_copy_service.cc:161] P 91a2bbf7c1434c41928014535a3ee608: Beginning new tablet copy session on tablet 2baf92450d1142b5b585f4c1a6c092de from peer c48cdefabbd942be9809db6d493b0bd9 at {username='slave'} at 127.0.0.1:35734: session id = c48cdefabbd942be9809db6d493b0bd9-2baf92450d1142b5b585f4c1a6c092de
I20260630 12:36:17.974677  5145 tablet_copy_source_session.cc:215] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:17.977855  5829 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2baf92450d1142b5b585f4c1a6c092de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.992627  5829 tablet_copy_client.cc:806] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:17.993414  5829 tablet_copy_client.cc:670] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:17.998378  5830 tablet_copy_client.cc:1025] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:18.045746  5831 ts_tablet_manager.cc:933] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: Initiating tablet copy from peer 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311)
I20260630 12:36:18.053092  5831 tablet_copy_client.cc:323] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:39311
I20260630 12:36:18.067137  4996 tablet_copy_service.cc:140] P 3dceda7a82fc47af83a6d0438fc2e85d: Received BeginTabletCopySession request for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b from peer 3a2864c18be9481298d62d1eb700de81 ({username='slave'} at 127.0.0.1:59288)
I20260630 12:36:18.067693  4996 tablet_copy_service.cc:161] P 3dceda7a82fc47af83a6d0438fc2e85d: Beginning new tablet copy session on tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b from peer 3a2864c18be9481298d62d1eb700de81 at {username='slave'} at 127.0.0.1:59288: session id = 3a2864c18be9481298d62d1eb700de81-5e99bd3fd87c4cb39c88b1bd9b4c909b
I20260630 12:36:18.074811  4996 tablet_copy_source_session.cc:215] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:18.077659  5831 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:18.092357  5831 tablet_copy_client.cc:806] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:18.093070  5831 tablet_copy_client.cc:670] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:18.097503  5832 tablet_copy_client.cc:1025] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:19.821081  5816 tablet_copy_client.cc:538] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:19.832233  5816 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: Bootstrap starting.
W20260630 12:36:19.886400  5098 consensus_peers.cc:597] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 -> Peer 3a2864c18be9481298d62d1eb700de81 (127.0.120.6:35973): Couldn't send request to peer 3a2864c18be9481298d62d1eb700de81. 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:19.940078  5820 tablet_copy_client.cc:538] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:19.953219  5820 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: Bootstrap starting.
I20260630 12:36:19.967500  5816 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=103 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:19.969015  5816 tablet_bootstrap.cc:492] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: Bootstrap complete.
I20260630 12:36:19.970460  5816 ts_tablet_manager.cc:1403] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: Time spent bootstrapping tablet: real 0.139s	user 0.116s	sys 0.020s
I20260630 12:36:19.974623  5816 raft_consensus.cc:359] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:19.975888  5816 raft_consensus.cc:740] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 3a2864c18be9481298d62d1eb700de81, State: Initialized, Role: LEARNER
I20260630 12:36:19.976514  5816 consensus_queue.cc:260] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 25, Last appended: 2.25, Last appended by leader: 25, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:19.981489  5816 ts_tablet_manager.cc:1434] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:36:19.987171  5145 tablet_copy_service.cc:342] P 91a2bbf7c1434c41928014535a3ee608: Request end of tablet copy session 3a2864c18be9481298d62d1eb700de81-d0905e33f3424b8ebd1cd3d73f674ff1 received from {username='slave'} at 127.0.0.1:35726
I20260630 12:36:19.987950  5145 tablet_copy_service.cc:434] P 91a2bbf7c1434c41928014535a3ee608: ending tablet copy session 3a2864c18be9481298d62d1eb700de81-d0905e33f3424b8ebd1cd3d73f674ff1 on tablet d0905e33f3424b8ebd1cd3d73f674ff1 with peer 3a2864c18be9481298d62d1eb700de81
I20260630 12:36:19.990108  5822 tablet_copy_client.cc:538] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:20.004877  5822 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: Bootstrap starting.
I20260630 12:36:20.128191  5824 tablet_copy_client.cc:538] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:20.134589  5820 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=93 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:20.135792  5820 tablet_bootstrap.cc:492] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: Bootstrap complete.
I20260630 12:36:20.136675  5820 ts_tablet_manager.cc:1403] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: Time spent bootstrapping tablet: real 0.184s	user 0.145s	sys 0.027s
I20260630 12:36:20.140158  5820 raft_consensus.cc:359] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:20.141148  5820 raft_consensus.cc:740] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3a2864c18be9481298d62d1eb700de81, State: Initialized, Role: LEARNER
I20260630 12:36:20.141965  5820 consensus_queue.cc:260] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:20.144279  5820 ts_tablet_manager.cc:1434] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:20.146289  5145 tablet_copy_service.cc:342] P 91a2bbf7c1434c41928014535a3ee608: Request end of tablet copy session 3a2864c18be9481298d62d1eb700de81-e73a1dbc9f9e4d9faff3b5c4aaed6cea received from {username='slave'} at 127.0.0.1:35726
I20260630 12:36:20.146814  5145 tablet_copy_service.cc:434] P 91a2bbf7c1434c41928014535a3ee608: ending tablet copy session 3a2864c18be9481298d62d1eb700de81-e73a1dbc9f9e4d9faff3b5c4aaed6cea on tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea with peer 3a2864c18be9481298d62d1eb700de81
I20260630 12:36:20.150435  5824 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: Bootstrap starting.
I20260630 12:36:20.171931  5822 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=96 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:20.173252  5822 tablet_bootstrap.cc:492] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: Bootstrap complete.
I20260630 12:36:20.174072  5822 ts_tablet_manager.cc:1403] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: Time spent bootstrapping tablet: real 0.169s	user 0.139s	sys 0.016s
I20260630 12:36:20.177223  5822 raft_consensus.cc:359] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:20.178177  5822 raft_consensus.cc:740] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3a2864c18be9481298d62d1eb700de81, State: Initialized, Role: LEARNER
I20260630 12:36:20.178995  5822 consensus_queue.cc:260] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:20.181216  5822 ts_tablet_manager.cc:1434] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260630 12:36:20.184445  5145 tablet_copy_service.cc:342] P 91a2bbf7c1434c41928014535a3ee608: Request end of tablet copy session 3a2864c18be9481298d62d1eb700de81-8c7425ef9d00478e856cc98d7e3fea2d received from {username='slave'} at 127.0.0.1:35726
I20260630 12:36:20.185153  5145 tablet_copy_service.cc:434] P 91a2bbf7c1434c41928014535a3ee608: ending tablet copy session 3a2864c18be9481298d62d1eb700de81-8c7425ef9d00478e856cc98d7e3fea2d on tablet 8c7425ef9d00478e856cc98d7e3fea2d with peer 3a2864c18be9481298d62d1eb700de81
I20260630 12:36:20.192997  5829 tablet_copy_client.cc:538] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:36:20.198042  5156 debug-util.cc:398] Leaking SignalData structure 0x7b08000bbfc0 after lost signal to thread 483
W20260630 12:36:20.199899  5156 debug-util.cc:398] Leaking SignalData structure 0x7b0800063720 after lost signal to thread 4918
W20260630 12:36:20.201814  5156 debug-util.cc:398] Leaking SignalData structure 0x7b08000b7ec0 after lost signal to thread 5010
W20260630 12:36:20.203732  5156 debug-util.cc:398] Leaking SignalData structure 0x7b0800099ac0 after lost signal to thread 5085
W20260630 12:36:20.205588  5156 debug-util.cc:398] Leaking SignalData structure 0x7b08001b8460 after lost signal to thread 5159
I20260630 12:36:20.206753  5829 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: Bootstrap starting.
W20260630 12:36:20.207417  5156 debug-util.cc:398] Leaking SignalData structure 0x7b08001659c0 after lost signal to thread 5537
W20260630 12:36:20.213896  5156 debug-util.cc:398] Leaking SignalData structure 0x7b0800238640 after lost signal to thread 5612
W20260630 12:36:20.216241  5156 debug-util.cc:398] Leaking SignalData structure 0x7b0800033f60 after lost signal to thread 5686
I20260630 12:36:20.252161  5831 tablet_copy_client.cc:538] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:20.276901  5831 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: Bootstrap starting.
I20260630 12:36:20.336971  5662 raft_consensus.cc:1217] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:20.395673  5829 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:20.396881  5829 tablet_bootstrap.cc:492] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: Bootstrap complete.
I20260630 12:36:20.397749  5829 ts_tablet_manager.cc:1403] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: Time spent bootstrapping tablet: real 0.191s	user 0.156s	sys 0.032s
I20260630 12:36:20.407047  5829 raft_consensus.cc:359] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:20.408037  5829 raft_consensus.cc:740] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c48cdefabbd942be9809db6d493b0bd9, State: Initialized, Role: LEARNER
I20260630 12:36:20.408743  5829 consensus_queue.cc:260] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [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: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:20.429533  5662 raft_consensus.cc:1217] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.24->[2.25-2.25]   Dedup: 2.25->[]
I20260630 12:36:20.432224  5829 ts_tablet_manager.cc:1434] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: Time spent starting tablet: real 0.034s	user 0.009s	sys 0.011s
I20260630 12:36:20.441599  5145 tablet_copy_service.cc:342] P 91a2bbf7c1434c41928014535a3ee608: Request end of tablet copy session c48cdefabbd942be9809db6d493b0bd9-2baf92450d1142b5b585f4c1a6c092de received from {username='slave'} at 127.0.0.1:35734
I20260630 12:36:20.442127  5145 tablet_copy_service.cc:434] P 91a2bbf7c1434c41928014535a3ee608: ending tablet copy session c48cdefabbd942be9809db6d493b0bd9-2baf92450d1142b5b585f4c1a6c092de on tablet 2baf92450d1142b5b585f4c1a6c092de with peer c48cdefabbd942be9809db6d493b0bd9
I20260630 12:36:20.449726  5662 raft_consensus.cc:1217] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:20.454584  5824 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=110 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
W20260630 12:36:20.466958  5024 consensus_peers.cc:597] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 -> Peer c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5:34963): Couldn't send request to peer c48cdefabbd942be9809db6d493b0bd9. 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:20.468116  5824 tablet_bootstrap.cc:492] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: Bootstrap complete.
I20260630 12:36:20.468952  5824 ts_tablet_manager.cc:1403] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: Time spent bootstrapping tablet: real 0.327s	user 0.168s	sys 0.021s
I20260630 12:36:20.472028  5824 raft_consensus.cc:359] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:20.483465  5824 raft_consensus.cc:740] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c48cdefabbd942be9809db6d493b0bd9, State: Initialized, Role: LEARNER
I20260630 12:36:20.484231  5824 consensus_queue.cc:260] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [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: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: NON_VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: true } }
I20260630 12:36:20.487453  5824 ts_tablet_manager.cc:1434] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:36:20.494259  5071 tablet_copy_service.cc:342] P f61c53b8c3814c469dcb7f283a395fa8: Request end of tablet copy session c48cdefabbd942be9809db6d493b0bd9-3c1a1f1885b141329c1026abdbba3acb received from {username='slave'} at 127.0.0.1:50698
I20260630 12:36:20.494921  5071 tablet_copy_service.cc:434] P f61c53b8c3814c469dcb7f283a395fa8: ending tablet copy session c48cdefabbd942be9809db6d493b0bd9-3c1a1f1885b141329c1026abdbba3acb on tablet 3c1a1f1885b141329c1026abdbba3acb with peer c48cdefabbd942be9809db6d493b0bd9
I20260630 12:36:20.521209  5587 raft_consensus.cc:1217] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.28->[1.29-1.29]   Dedup: 1.29->[]
I20260630 12:36:20.595440  5831 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: 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:20.596690  5831 tablet_bootstrap.cc:492] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: Bootstrap complete.
I20260630 12:36:20.597517  5831 ts_tablet_manager.cc:1403] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: Time spent bootstrapping tablet: real 0.321s	user 0.179s	sys 0.030s
I20260630 12:36:20.600715  5831 raft_consensus.cc:359] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:20.601706  5831 raft_consensus.cc:740] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3a2864c18be9481298d62d1eb700de81, State: Initialized, Role: LEARNER
W20260630 12:36:20.602319  4949 consensus_peers.cc:597] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d -> Peer 3a2864c18be9481298d62d1eb700de81 (127.0.120.6:35973): Couldn't send request to peer 3a2864c18be9481298d62d1eb700de81. 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:20.602510  5831 consensus_queue.cc:260] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: NON_VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: true } }
I20260630 12:36:20.607510  5831 ts_tablet_manager.cc:1434] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:36:20.610066  4996 tablet_copy_service.cc:342] P 3dceda7a82fc47af83a6d0438fc2e85d: Request end of tablet copy session 3a2864c18be9481298d62d1eb700de81-5e99bd3fd87c4cb39c88b1bd9b4c909b received from {username='slave'} at 127.0.0.1:59288
I20260630 12:36:20.610680  4996 tablet_copy_service.cc:434] P 3dceda7a82fc47af83a6d0438fc2e85d: ending tablet copy session 3a2864c18be9481298d62d1eb700de81-5e99bd3fd87c4cb39c88b1bd9b4c909b on tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b with peer 3a2864c18be9481298d62d1eb700de81
I20260630 12:36:20.848776  5786 raft_consensus.cc:1064] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608: attempting to promote NON_VOTER 3a2864c18be9481298d62d1eb700de81 to VOTER
I20260630 12:36:20.852445  5786 consensus_queue.cc:237] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } }
I20260630 12:36:20.861007  5059 raft_consensus.cc:1275] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:20.862761  5662 raft_consensus.cc:1275] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:20.864027  4984 raft_consensus.cc:1275] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:20.864706  5786 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } 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:20.865849  5854 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } 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:20.867100  5844 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:20.897694  5854 raft_consensus.cc:1064] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608: attempting to promote NON_VOTER 3a2864c18be9481298d62d1eb700de81 to VOTER
I20260630 12:36:20.903498  5854 consensus_queue.cc:237] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 25, Committed index: 25, Last appended: 2.25, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } }
I20260630 12:36:20.911800  5844 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:20.915906  5056 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:20.921800  5662 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:20.945242  5661 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 LEARNER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 2 index: 25. Preceding OpId from leader: term: 2 index: 26. (index mismatch)
I20260630 12:36:20.946310  5056 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 2 index: 25. Preceding OpId from leader: term: 2 index: 26. (index mismatch)
I20260630 12:36:20.951114  4984 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 2 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 2 index: 25. Preceding OpId from leader: term: 2 index: 26. (index mismatch)
I20260630 12:36:20.951599  5855 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:20.953091  4982 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:20.958909  5855 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260630 12:36:20.962729  5855 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } 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:20.962656  4877 catalog_manager.cc:5697] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:20.990234  5855 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 2 LEADER]: Committing config change with OpId 2.26: config changed from index 25 to 26, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:20.997952  4984 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 2 FOLLOWER]: Committing config change with OpId 2.26: config changed from index 25 to 26, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.010216  5662 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 FOLLOWER]: Committing config change with OpId 2.26: config changed from index 25 to 26, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.023412  5661 raft_consensus.cc:1217] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.28->[1.29-1.29]   Dedup: 1.29->[]
I20260630 12:36:21.028910  5587 raft_consensus.cc:1217] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260630 12:36:21.038002  5854 raft_consensus.cc:1064] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: attempting to promote NON_VOTER 3a2864c18be9481298d62d1eb700de81 to VOTER
I20260630 12:36:21.045182  5854 consensus_queue.cc:237] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } }
I20260630 12:36:21.058761  5056 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Committing config change with OpId 2.26: config changed from index 25 to 26, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.059257  4877 catalog_manager.cc:5697] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 reported cstate change: config changed from index 25 to 26, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } attrs { replace: true } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.075244  5129 consensus_queue.cc:237] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [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: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } }
I20260630 12:36:21.105784  5662 raft_consensus.cc:1275] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:21.109166  4984 raft_consensus.cc:1275] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:21.111388  5056 raft_consensus.cc:1275] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:21.113209  5662 raft_consensus.cc:1275] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:21.113090  5844 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:21.115549  5844 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } 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:21.115753  5872 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } 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:21.129878  5129 consensus_queue.cc:237] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 2.26, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } }
I20260630 12:36:21.131116  5855 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } 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:21.119347  5854 raft_consensus.cc:1064] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: attempting to promote NON_VOTER c48cdefabbd942be9809db6d493b0bd9 to VOTER
I20260630 12:36:21.136245  5854 consensus_queue.cc:237] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } }
I20260630 12:36:21.151474  5872 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.159140  5662 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.171450  5660 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 2 index: 26. Preceding OpId from leader: term: 2 index: 27. (index mismatch)
I20260630 12:36:21.173142  5059 raft_consensus.cc:1275] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:21.173669  5055 raft_consensus.cc:1275] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 2 index: 26. Preceding OpId from leader: term: 2 index: 27. (index mismatch)
I20260630 12:36:21.175092  5786 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } 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:21.190910  5844 consensus_queue.cc:1048] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:21.176088  5855 consensus_queue.cc:1048] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:21.198123  5786 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 2 LEADER]: Committing config change with OpId 2.27: config changed from index 26 to 27, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.217202  5055 raft_consensus.cc:2955] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.201860  5879 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.227363  5056 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.238723  5059 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:21.243722  5872 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:21.247646  5059 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Committing config change with OpId 2.27: config changed from index 26 to 27, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.248437  4881 catalog_manager.cc:5697] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index 27 to 28, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:21.269830  4975 tablet_service.cc:1558] Processing DeleteTablet for tablet 8c7425ef9d00478e856cc98d7e3fea2d with delete_type TABLET_DATA_TOMBSTONED (TS 3dceda7a82fc47af83a6d0438fc2e85d not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:47444
I20260630 12:36:21.269080  4878 catalog_manager.cc:5697] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 reported cstate change: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.284168  5881 tablet_replica.cc:333] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:21.285809  5881 raft_consensus.cc:2243] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.286769  5881 raft_consensus.cc:2272] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.286664  4982 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
W20260630 12:36:21.272050  5098 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.6:35973, user_credentials={real_user=slave}} blocked reactor thread for 88219.7us
I20260630 12:36:21.294847  5513 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:21.297505  4869 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8c7425ef9d00478e856cc98d7e3fea2d with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:21.298627  4869 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d0905e33f3424b8ebd1cd3d73f674ff1 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:21.302711  5587 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:21.307883  5662 raft_consensus.cc:2955] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 FOLLOWER]: Committing config change with OpId 2.27: config changed from index 26 to 27, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.282236  4881 catalog_manager.cc:5697] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index 26 to 27, VOTER 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1) evicted. New cstate: current_term: 2 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:21.318893  5661 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.332018  5881 ts_tablet_manager.cc:1916] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:21.334755  5872 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:21.345024  5786 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:21.352898  5881 ts_tablet_manager.cc:1929] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:21.353694  5881 log.cc:1199] T 8c7425ef9d00478e856cc98d7e3fea2d P 3dceda7a82fc47af83a6d0438fc2e85d: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-0-root/wals/8c7425ef9d00478e856cc98d7e3fea2d
I20260630 12:36:21.360342  4870 catalog_manager.cc:5028] TS 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311): tablet 8c7425ef9d00478e856cc98d7e3fea2d (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:21.373368  4975 tablet_service.cc:1558] Processing DeleteTablet for tablet d0905e33f3424b8ebd1cd3d73f674ff1 with delete_type TABLET_DATA_TOMBSTONED (TS 3dceda7a82fc47af83a6d0438fc2e85d not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:47444
I20260630 12:36:21.375734  5881 tablet_replica.cc:333] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:21.377177  5881 raft_consensus.cc:2243] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.379104  5881 raft_consensus.cc:2272] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.381065  5786 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.390837  5129 consensus_queue.cc:237] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } }
I20260630 12:36:21.394419  5881 ts_tablet_manager.cc:1916] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:21.399780  5661 raft_consensus.cc:1275] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:21.402024  5872 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } 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:21.399819  5513 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.419389  4982 raft_consensus.cc:1275] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: 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:21.416564  5878 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.422358  5588 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.423767  5662 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.428397  5855 consensus_queue.cc:1048] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:21.436156  4982 raft_consensus.cc:2955] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.456818  4881 catalog_manager.cc:5697] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 reported cstate change: config changed from index 27 to 28, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.457384  5061 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.459509  4869 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:21.463805  5881 ts_tablet_manager.cc:1929] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.26
I20260630 12:36:21.466725  5881 log.cc:1199] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3dceda7a82fc47af83a6d0438fc2e85d: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-0-root/wals/d0905e33f3424b8ebd1cd3d73f674ff1
I20260630 12:36:21.468624  4870 catalog_manager.cc:5028] TS 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311): tablet d0905e33f3424b8ebd1cd3d73f674ff1 (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:21.473817  5049 tablet_service.cc:1558] Processing DeleteTablet for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea with delete_type TABLET_DATA_TOMBSTONED (TS f61c53b8c3814c469dcb7f283a395fa8 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:54056
I20260630 12:36:21.476651  4877 catalog_manager.cc:5697] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da reported cstate change: config changed from index 29 to 30, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } attrs { replace: true } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.482132  5886 tablet_replica.cc:333] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:21.483754  5886 raft_consensus.cc:2243] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.484678  5886 raft_consensus.cc:2272] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.495450  5886 ts_tablet_manager.cc:1916] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:21.498692  5129 consensus_queue.cc:237] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 30, Committed index: 30, Last appended: 1.30, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } }
I20260630 12:36:21.505822  5871 raft_consensus.cc:1064] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8: attempting to promote NON_VOTER c48cdefabbd942be9809db6d493b0bd9 to VOTER
I20260630 12:36:21.513384  5871 consensus_queue.cc:237] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [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: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } }
I20260630 12:36:21.522477  5886 ts_tablet_manager.cc:1929] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:21.523180  5886 log.cc:1199] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P f61c53b8c3814c469dcb7f283a395fa8: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-1-root/wals/e73a1dbc9f9e4d9faff3b5c4aaed6cea
I20260630 12:36:21.525447  4869 catalog_manager.cc:5028] TS f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031): tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:21.526433  5588 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
I20260630 12:36:21.526957  5513 raft_consensus.cc:1275] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Refusing update from remote peer 91a2bbf7c1434c41928014535a3ee608: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
I20260630 12:36:21.528723  5872 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 30, Time since last communication: 0.000s
I20260630 12:36:21.530871  5872 consensus_queue.cc:1048] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 30, Time since last communication: 0.005s
I20260630 12:36:21.541144  5844 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Committing config change with OpId 1.31: config changed from index 30 to 31, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.561127  5588 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.554840  5513 raft_consensus.cc:2955] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.566013  4869 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2baf92450d1142b5b585f4c1a6c092de with cas_config_opid_index 30: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:21.570106  4878 catalog_manager.cc:5697] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index 30 to 31, VOTER f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2) evicted. New cstate: current_term: 1 leader_uuid: "91a2bbf7c1434c41928014535a3ee608" committed_config { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cd3c6562786148ef9c31128cf3b246da" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 34715 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:21.581557  5587 raft_consensus.cc:1275] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 LEARNER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:21.592170  5843 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.008s
I20260630 12:36:21.614434  5129 raft_consensus.cc:1275] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:21.615311  5049 tablet_service.cc:1558] Processing DeleteTablet for tablet 2baf92450d1142b5b585f4c1a6c092de with delete_type TABLET_DATA_TOMBSTONED (TS f61c53b8c3814c469dcb7f283a395fa8 not found in new config with opid_index 31) from {username='slave'} at 127.0.0.1:54056
I20260630 12:36:21.616674  5886 tablet_replica.cc:333] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:21.618109  5886 raft_consensus.cc:2243] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.619086  5886 raft_consensus.cc:2272] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.624399  4982 raft_consensus.cc:1275] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:21.631392  5843 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.006s
I20260630 12:36:21.641783  5853 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.005s
I20260630 12:36:21.654325  5886 ts_tablet_manager.cc:1916] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:21.667512  5888 raft_consensus.cc:1064] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: attempting to promote NON_VOTER 3a2864c18be9481298d62d1eb700de81 to VOTER
I20260630 12:36:21.695747  5888 consensus_queue.cc:237] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } }
I20260630 12:36:21.716554  5871 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.721896  5129 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.725402  5587 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.736164  5588 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:21.735661  5662 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 LEARNER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:21.737226  5131 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:21.738940  5861 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:21.742936  5889 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:21.748525  5861 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.007s
I20260630 12:36:21.757706  4881 catalog_manager.cc:5697] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 reported cstate change: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.772174  4982 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, c48cdefabbd942be9809db6d493b0bd9 (127.0.120.5) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.804734  5061 consensus_queue.cc:237] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [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: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } }
I20260630 12:36:21.814383  5587 raft_consensus.cc:1275] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:21.816856  5871 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } 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:21.826082  5886 ts_tablet_manager.cc:1929] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.30
I20260630 12:36:21.830821  5886 log.cc:1199] T 2baf92450d1142b5b585f4c1a6c092de P f61c53b8c3814c469dcb7f283a395fa8: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-1-root/wals/2baf92450d1142b5b585f4c1a6c092de
I20260630 12:36:21.832691  4982 raft_consensus.cc:1275] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Refusing update from remote peer f61c53b8c3814c469dcb7f283a395fa8: 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:21.834385  5843 consensus_queue.cc:1048] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:21.837282  5843 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.840410  5861 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.841259  5587 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.842141  4869 catalog_manager.cc:5028] TS f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031): tablet 2baf92450d1142b5b585f4c1a6c092de (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:21.847594  5129 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.858106  4982 raft_consensus.cc:2955] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.863282  4877 catalog_manager.cc:5697] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d reported cstate change: config changed from index 29 to 30, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:21.859843  5587 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.869774  4869 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3c1a1f1885b141329c1026abdbba3acb with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:21.871279  4881 catalog_manager.cc:5697] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 reported cstate change: config changed from index 27 to 28, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New cstate: current_term: 1 leader_uuid: "f61c53b8c3814c469dcb7f283a395fa8" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "f61c53b8c3814c469dcb7f283a395fa8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40031 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } }
I20260630 12:36:21.872323  5662 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, 3a2864c18be9481298d62d1eb700de81 (127.0.120.6) changed from NON_VOTER to VOTER. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "91a2bbf7c1434c41928014535a3ee608" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 39685 } attrs { replace: true } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.887713  4982 consensus_queue.cc:237] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 30, Committed index: 30, Last appended: 1.30, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } }
I20260630 12:36:21.891954  5120 tablet_service.cc:1558] Processing DeleteTablet for tablet 3c1a1f1885b141329c1026abdbba3acb with delete_type TABLET_DATA_TOMBSTONED (TS 91a2bbf7c1434c41928014535a3ee608 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:42310
I20260630 12:36:21.895757  5662 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
I20260630 12:36:21.897450  5888 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 30, Time since last communication: 0.001s
I20260630 12:36:21.904522  5899 tablet_replica.cc:333] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:21.905097  5587 raft_consensus.cc:1275] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Refusing update from remote peer 3dceda7a82fc47af83a6d0438fc2e85d: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
I20260630 12:36:21.906117  5899 raft_consensus.cc:2243] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.907318  5899 raft_consensus.cc:2272] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.908664  5889 consensus_queue.cc:1048] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 30, Time since last communication: 0.000s
I20260630 12:36:21.908013  5890 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Committing config change with OpId 1.31: config changed from index 30 to 31, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.913049  5661 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.916080  5899 ts_tablet_manager.cc:1916] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:21.919378  5587 raft_consensus.cc:2955] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.929350  4881 catalog_manager.cc:5697] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 reported cstate change: config changed from index 30 to 31, VOTER 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3) evicted. New cstate: current_term: 1 leader_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" committed_config { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "3dceda7a82fc47af83a6d0438fc2e85d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39311 } } peers { permanent_uuid: "c48cdefabbd942be9809db6d493b0bd9" member_type: VOTER last_known_addr { host: "127.0.120.5" port: 34963 } attrs { promote: false } } peers { permanent_uuid: "3a2864c18be9481298d62d1eb700de81" member_type: VOTER last_known_addr { host: "127.0.120.6" port: 35973 } attrs { promote: false } } }
I20260630 12:36:21.940436  4870 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b with cas_config_opid_index 30: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:21.944983  5120 tablet_service.cc:1558] Processing DeleteTablet for tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b with delete_type TABLET_DATA_TOMBSTONED (TS 91a2bbf7c1434c41928014535a3ee608 not found in new config with opid_index 31) from {username='slave'} at 127.0.0.1:42310
I20260630 12:36:21.949456  5899 ts_tablet_manager.cc:1929] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260630 12:36:21.950032  5899 log.cc:1199] T 3c1a1f1885b141329c1026abdbba3acb P 91a2bbf7c1434c41928014535a3ee608: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-2-root/wals/3c1a1f1885b141329c1026abdbba3acb
I20260630 12:36:21.952073  4869 catalog_manager.cc:5028] TS 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): tablet 3c1a1f1885b141329c1026abdbba3acb (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
I20260630 12:36:21.952623  5899 tablet_replica.cc:333] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:21.954576  5899 raft_consensus.cc:2243] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:21.955716  5899 raft_consensus.cc:2272] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:21.961598  5899 ts_tablet_manager.cc:1916] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:21.977077  5899 ts_tablet_manager.cc:1929] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.30
I20260630 12:36:21.977466  5899 log.cc:1199] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 91a2bbf7c1434c41928014535a3ee608: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822836191499-480-0/minicluster-data/ts-2-root/wals/5e99bd3fd87c4cb39c88b1bd9b4c909b
I20260630 12:36:21.978919  4869 catalog_manager.cc:5028] TS 91a2bbf7c1434c41928014535a3ee608 (127.0.120.3:39685): tablet 5e99bd3fd87c4cb39c88b1bd9b4c909b (table test-workload [id=edbbd8d8bdc14bb1a61841f9ad058901]) successfully deleted
W20260630 12:36:22.965063  4932 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table edbbd8d8bdc14bb1a61841f9ad058901: could not find any suitable replica to move from server 91a2bbf7c1434c41928014535a3ee608 to server 3a2864c18be9481298d62d1eb700de81
I20260630 12:36:23.571861   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:36:23.603557   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:23.604518   480 tablet_replica.cc:333] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.605449   480 raft_consensus.cc:2243] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.606650   480 raft_consensus.cc:2272] T c3a4d80da985479880543c0a94813213 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.609180   480 tablet_replica.cc:333] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.609899   480 raft_consensus.cc:2243] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.610685   480 raft_consensus.cc:2272] T a840357ab0264532a46b0036c2885f75 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.613554   480 tablet_replica.cc:333] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.614168   480 raft_consensus.cc:2243] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.614704   480 raft_consensus.cc:2272] T f30e5f3e220e4de5bee7f57129269823 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.617910   480 tablet_replica.cc:333] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.618542   480 raft_consensus.cc:2243] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.619397   480 raft_consensus.cc:2272] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.621711   480 tablet_replica.cc:333] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.622186   480 raft_consensus.cc:2243] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.622959   480 raft_consensus.cc:2272] T 536b319dfbff4b60838784b24f97509a P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.625515   480 tablet_replica.cc:333] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.626152   480 raft_consensus.cc:2243] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.626929   480 raft_consensus.cc:2272] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.629200   480 tablet_replica.cc:333] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.629688   480 raft_consensus.cc:2243] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.630330   480 raft_consensus.cc:2272] T 785766847a73445e86dbac320e09607c P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.632819   480 tablet_replica.cc:333] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.633522   480 raft_consensus.cc:2243] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.634402   480 raft_consensus.cc:2272] T c59b963dbc4943cfba17dffd42772430 P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.637722   480 tablet_replica.cc:333] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d: stopping tablet replica
I20260630 12:36:23.638383   480 raft_consensus.cc:2243] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.639318   480 raft_consensus.cc:2272] T 3c1a1f1885b141329c1026abdbba3acb P 3dceda7a82fc47af83a6d0438fc2e85d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.678208   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:36:23.710036   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
W20260630 12:36:23.711038  5026 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:39311: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:36:23.716535  5026 consensus_peers.cc:597] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 -> Peer 3dceda7a82fc47af83a6d0438fc2e85d (127.0.120.1:39311): Couldn't send request to peer 3dceda7a82fc47af83a6d0438fc2e85d. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:39311: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:23.750545   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:23.751634   480 tablet_replica.cc:333] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:23.752406   480 raft_consensus.cc:2243] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.753443   480 raft_consensus.cc:2272] T a840357ab0264532a46b0036c2885f75 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.756774   480 tablet_replica.cc:333] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:23.757726   480 raft_consensus.cc:2243] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.759262   480 raft_consensus.cc:2272] T f30e5f3e220e4de5bee7f57129269823 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.762209   480 tablet_replica.cc:333] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:23.762861   480 raft_consensus.cc:2243] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.763557   480 raft_consensus.cc:2272] T c3a4d80da985479880543c0a94813213 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.765901   480 tablet_replica.cc:333] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:23.766505   480 raft_consensus.cc:2243] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.767472   480 raft_consensus.cc:2272] T 3c1a1f1885b141329c1026abdbba3acb P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.770026   480 tablet_replica.cc:333] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:23.770684   480 raft_consensus.cc:2243] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.771262   480 raft_consensus.cc:2272] T 8c7425ef9d00478e856cc98d7e3fea2d P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.773636   480 tablet_replica.cc:333] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:23.774185   480 raft_consensus.cc:2243] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.775134   480 raft_consensus.cc:2272] T 785766847a73445e86dbac320e09607c P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.777585   480 tablet_replica.cc:333] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:23.778127   480 raft_consensus.cc:2243] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.778911   480 raft_consensus.cc:2272] T d0905e33f3424b8ebd1cd3d73f674ff1 P f61c53b8c3814c469dcb7f283a395fa8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.781188   480 tablet_replica.cc:333] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8: stopping tablet replica
I20260630 12:36:23.781844   480 raft_consensus.cc:2243] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.782429   480 raft_consensus.cc:2272] T c59b963dbc4943cfba17dffd42772430 P f61c53b8c3814c469dcb7f283a395fa8 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:23.796217  5099 consensus_peers.cc:597] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 -> Peer f61c53b8c3814c469dcb7f283a395fa8 (127.0.120.2:40031): Couldn't send request to peer f61c53b8c3814c469dcb7f283a395fa8. 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:23.821785   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:36:23.851363   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:36:23.888813   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:23.889773   480 tablet_replica.cc:333] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:23.890605   480 raft_consensus.cc:2243] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.891426   480 raft_consensus.cc:2272] T a840357ab0264532a46b0036c2885f75 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.893836   480 tablet_replica.cc:333] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:23.894403   480 raft_consensus.cc:2243] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.895061   480 raft_consensus.cc:2272] T c3a4d80da985479880543c0a94813213 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.897363   480 tablet_replica.cc:333] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:23.897908   480 raft_consensus.cc:2243] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.898734   480 raft_consensus.cc:2272] T 2baf92450d1142b5b585f4c1a6c092de P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.901113   480 tablet_replica.cc:333] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:23.901664   480 raft_consensus.cc:2243] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:23.902281   480 raft_consensus.cc:2272] T 536b319dfbff4b60838784b24f97509a P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.904539   480 tablet_replica.cc:333] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:23.905118   480 raft_consensus.cc:2243] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.905929   480 raft_consensus.cc:2272] T d0905e33f3424b8ebd1cd3d73f674ff1 P 91a2bbf7c1434c41928014535a3ee608 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.908314   480 tablet_replica.cc:333] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:23.908937   480 raft_consensus.cc:2243] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.909741   480 raft_consensus.cc:2272] T 8c7425ef9d00478e856cc98d7e3fea2d P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.912124   480 tablet_replica.cc:333] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:23.912664   480 raft_consensus.cc:2243] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.913491   480 raft_consensus.cc:2272] T c59b963dbc4943cfba17dffd42772430 P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:23.915885   480 tablet_replica.cc:333] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608: stopping tablet replica
I20260630 12:36:23.916414   480 raft_consensus.cc:2243] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:23.917197   480 raft_consensus.cc:2272] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 91a2bbf7c1434c41928014535a3ee608 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:23.985502  4932 auto_rebalancer.cc:639] Failed to schedule move for tablet e73a1dbc9f9e4d9faff3b5c4aaed6cea: Network error: Client connection negotiation failed: client connection to 127.0.120.3:39685: connect: Connection refused (error 111)
W20260630 12:36:23.989894  4932 auto_rebalancer.cc:639] Failed to schedule move for tablet 536b319dfbff4b60838784b24f97509a: Network error: Client connection negotiation failed: client connection to 127.0.120.1:39311: connect: Connection refused (error 111)
W20260630 12:36:23.994004  4932 auto_rebalancer.cc:639] Failed to schedule move for tablet d0905e33f3424b8ebd1cd3d73f674ff1: Network error: Client connection negotiation failed: client connection to 127.0.120.3:39685: connect: Connection refused (error 111)
W20260630 12:36:23.998167  4932 auto_rebalancer.cc:639] Failed to schedule move for tablet c59b963dbc4943cfba17dffd42772430: Network error: Client connection negotiation failed: client connection to 127.0.120.3:39685: connect: Connection refused (error 111)
W20260630 12:36:24.002131  4932 auto_rebalancer.cc:639] Failed to schedule move for tablet a840357ab0264532a46b0036c2885f75: Network error: Client connection negotiation failed: client connection to 127.0.120.2:40031: connect: Connection refused (error 111)
I20260630 12:36:24.006220   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
W20260630 12:36:24.006278  4932 auto_rebalancer.cc:639] Failed to schedule move for tablet 3c1a1f1885b141329c1026abdbba3acb: Network error: Client connection negotiation failed: client connection to 127.0.120.2:40031: connect: Connection refused (error 111)
I20260630 12:36:24.038385   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:36:24.070029   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:24.071192   480 tablet_replica.cc:333] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da: stopping tablet replica
I20260630 12:36:24.071852   480 raft_consensus.cc:2243] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.072360   480 raft_consensus.cc:2272] T 785766847a73445e86dbac320e09607c P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.074738   480 tablet_replica.cc:333] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da: stopping tablet replica
I20260630 12:36:24.075340   480 raft_consensus.cc:2243] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.076094   480 raft_consensus.cc:2272] T f30e5f3e220e4de5bee7f57129269823 P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.078474   480 tablet_replica.cc:333] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da: stopping tablet replica
I20260630 12:36:24.079123   480 raft_consensus.cc:2243] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.079828   480 raft_consensus.cc:2272] T 2baf92450d1142b5b585f4c1a6c092de P cd3c6562786148ef9c31128cf3b246da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.103374   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:36:24.117131   480 tablet_server.cc:179] TabletServer@127.0.120.5:0 shutting down...
I20260630 12:36:24.150990   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:24.151881   480 tablet_replica.cc:333] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9: stopping tablet replica
I20260630 12:36:24.152546   480 raft_consensus.cc:2243] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.153113   480 raft_consensus.cc:2272] T 3c1a1f1885b141329c1026abdbba3acb P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.155247   480 tablet_replica.cc:333] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9: stopping tablet replica
I20260630 12:36:24.155854   480 raft_consensus.cc:2243] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.156337   480 raft_consensus.cc:2272] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.158563   480 tablet_replica.cc:333] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9: stopping tablet replica
I20260630 12:36:24.159179   480 raft_consensus.cc:2243] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.159799   480 raft_consensus.cc:2272] T 2baf92450d1142b5b585f4c1a6c092de P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.161887   480 tablet_replica.cc:333] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9: stopping tablet replica
I20260630 12:36:24.162380   480 raft_consensus.cc:2243] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.162972   480 raft_consensus.cc:2272] T 536b319dfbff4b60838784b24f97509a P c48cdefabbd942be9809db6d493b0bd9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.188469   480 tablet_server.cc:196] TabletServer@127.0.120.5:0 shutdown complete.
I20260630 12:36:24.202797   480 tablet_server.cc:179] TabletServer@127.0.120.6:0 shutting down...
I20260630 12:36:24.225843   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:24.226656   480 tablet_replica.cc:333] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81: stopping tablet replica
I20260630 12:36:24.227344   480 raft_consensus.cc:2243] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.227916   480 raft_consensus.cc:2272] T 5e99bd3fd87c4cb39c88b1bd9b4c909b P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.230042   480 tablet_replica.cc:333] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81: stopping tablet replica
I20260630 12:36:24.230633   480 raft_consensus.cc:2243] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.231227   480 raft_consensus.cc:2272] T 8c7425ef9d00478e856cc98d7e3fea2d P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.233233   480 tablet_replica.cc:333] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81: stopping tablet replica
I20260630 12:36:24.233783   480 raft_consensus.cc:2243] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.234269   480 raft_consensus.cc:2272] T e73a1dbc9f9e4d9faff3b5c4aaed6cea P 3a2864c18be9481298d62d1eb700de81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.236806   480 tablet_replica.cc:333] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81: stopping tablet replica
I20260630 12:36:24.237344   480 raft_consensus.cc:2243] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.237886   480 raft_consensus.cc:2272] T d0905e33f3424b8ebd1cd3d73f674ff1 P 3a2864c18be9481298d62d1eb700de81 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.261834   480 tablet_server.cc:196] TabletServer@127.0.120.6:0 shutdown complete.
I20260630 12:36:24.277118   480 master.cc:562] Master@127.0.120.62:40213 shutting down...
I20260630 12:36:24.305456   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:24.306073   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.306444   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P f4eb91a7dee9495faca1797f95296f02: stopping tablet replica
I20260630 12:36:24.332978   480 master.cc:584] Master@127.0.120.62:40213 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (24737 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:36:24.390913   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:44701
I20260630 12:36:24.392213   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:24.399609  5905 instance_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:24.400094  5906 instance_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:24.401376  5908 instance_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:24.401887   480 server_base.cc:1061] running on GCE node
I20260630 12:36:24.403219   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:24.403406   480 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:24.403589   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822984403573 us; error 0 us; skew 500 ppm
I20260630 12:36:24.404160   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:24.406816   480 webserver.cc:533] Webserver started at http://127.0.120.62:45891/ using document root <none> and password file <none>
I20260630 12:36:24.407796   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:24.407961   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:24.408291   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:24.409452   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "cbafc0b73a06418d9f0223cdf0e292d9"
format_stamp: "Formatted at 2026-06-30 12:36:24 on dist-test-slave-80h9"
I20260630 12:36:24.414299   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:24.418186  5913 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:24.419176   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:24.419480   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "cbafc0b73a06418d9f0223cdf0e292d9"
format_stamp: "Formatted at 2026-06-30 12:36:24 on dist-test-slave-80h9"
I20260630 12:36:24.419867   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-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:24.433775   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:24.435199   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:24.478113   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:44701
I20260630 12:36:24.478271  5964 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:44701 every 8 connection(s)
I20260630 12:36:24.482580  5965 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:24.494566  5965 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9: Bootstrap starting.
I20260630 12:36:24.502856  5965 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:24.509234  5965 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9: No bootstrap required, opened a new log
I20260630 12:36:24.512044  5965 raft_consensus.cc:359] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cbafc0b73a06418d9f0223cdf0e292d9" member_type: VOTER }
I20260630 12:36:24.512487  5965 raft_consensus.cc:385] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:24.512843  5965 raft_consensus.cc:740] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cbafc0b73a06418d9f0223cdf0e292d9, State: Initialized, Role: FOLLOWER
I20260630 12:36:24.513610  5965 consensus_queue.cc:260] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cbafc0b73a06418d9f0223cdf0e292d9" member_type: VOTER }
I20260630 12:36:24.514488  5965 raft_consensus.cc:399] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:24.514842  5965 raft_consensus.cc:493] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:24.515673  5965 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:24.522287  5965 raft_consensus.cc:515] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cbafc0b73a06418d9f0223cdf0e292d9" member_type: VOTER }
I20260630 12:36:24.522902  5965 leader_election.cc:304] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [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: cbafc0b73a06418d9f0223cdf0e292d9; no voters: 
I20260630 12:36:24.524168  5965 leader_election.cc:290] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:24.524573  5968 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:24.526481  5968 raft_consensus.cc:697] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 1 LEADER]: Becoming Leader. State: Replica: cbafc0b73a06418d9f0223cdf0e292d9, State: Running, Role: LEADER
I20260630 12:36:24.527230  5968 consensus_queue.cc:237] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [LEADER]: Queue going to LEADER mode. State: All 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: "cbafc0b73a06418d9f0223cdf0e292d9" member_type: VOTER }
I20260630 12:36:24.527669  5965 sys_catalog.cc:565] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:24.532428  5969 sys_catalog.cc:455] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cbafc0b73a06418d9f0223cdf0e292d9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cbafc0b73a06418d9f0223cdf0e292d9" member_type: VOTER } }
I20260630 12:36:24.533388  5969 sys_catalog.cc:458] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:24.535885  5970 sys_catalog.cc:455] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cbafc0b73a06418d9f0223cdf0e292d9. Latest consensus state: current_term: 1 leader_uuid: "cbafc0b73a06418d9f0223cdf0e292d9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cbafc0b73a06418d9f0223cdf0e292d9" member_type: VOTER } }
I20260630 12:36:24.536810  5970 sys_catalog.cc:458] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:24.544147  5976 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:24.550552  5976 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:24.551753   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:24.561834  5976 catalog_manager.cc:1383] Generated new cluster ID: 8eb6b226dabe49dca8c33802851c63f1
I20260630 12:36:24.562220  5976 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:24.587057  5976 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:24.588519  5976 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:24.603727  5976 catalog_manager.cc:6070] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9: Generated new TSK 0
I20260630 12:36:24.604619  5976 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:24.618777   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:24.625541  5986 instance_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:24.626552  5987 instance_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:24.630054  5989 instance_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:24.630950   480 server_base.cc:1061] running on GCE node
I20260630 12:36:24.632050   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:24.632244   480 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:24.632437   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822984632422 us; error 0 us; skew 500 ppm
I20260630 12:36:24.633049   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:24.636320   480 webserver.cc:533] Webserver started at http://127.0.120.1:36851/ using document root <none> and password file <none>
I20260630 12:36:24.637284   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:24.637475   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:24.637841   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:24.638988   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3"
format_stamp: "Formatted at 2026-06-30 12:36:24 on dist-test-slave-80h9"
I20260630 12:36:24.644376   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:36:24.648423  5994 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:24.649430   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:36:24.649827   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3"
format_stamp: "Formatted at 2026-06-30 12:36:24 on dist-test-slave-80h9"
I20260630 12:36:24.650120   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-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:24.659644   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:24.660842   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:24.662340   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:24.664777   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:24.664966   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:24.665262   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:24.665431   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:24.710489   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:34887
I20260630 12:36:24.710670  6056 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:34887 every 8 connection(s)
I20260630 12:36:24.715999   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:24.723479  6061 instance_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:24.725427  6062 instance_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:24.726438  6064 instance_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:24.730348  6057 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44701
I20260630 12:36:24.730762  6057 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:24.730883   480 server_base.cc:1061] running on GCE node
I20260630 12:36:24.731818  6057 heartbeater.cc:507] Master 127.0.120.62:44701 requested a full tablet report, sending...
I20260630 12:36:24.734138   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:24.734454   480 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:24.734515  5930 ts_manager.cc:194] Registered new tserver with Master: f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887)
I20260630 12:36:24.734747   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822984734718 us; error 0 us; skew 500 ppm
I20260630 12:36:24.735561   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:24.737061  5930 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53462
I20260630 12:36:24.738550   480 webserver.cc:533] Webserver started at http://127.0.120.2:44429/ using document root <none> and password file <none>
I20260630 12:36:24.739250   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:24.739450   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:24.739794   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:24.740926   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "88112c2f966749b4b2ed332613c4eb49"
format_stamp: "Formatted at 2026-06-30 12:36:24 on dist-test-slave-80h9"
I20260630 12:36:24.745601   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:36:24.749470  6069 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:24.750427   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:24.750818   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "88112c2f966749b4b2ed332613c4eb49"
format_stamp: "Formatted at 2026-06-30 12:36:24 on dist-test-slave-80h9"
I20260630 12:36:24.751194   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-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:24.765130   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:24.766332   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:24.767901   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:24.770493   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:24.770721   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:24.771096   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:24.771292   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:24.815423   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:41347
I20260630 12:36:24.815599  6131 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:41347 every 8 connection(s)
I20260630 12:36:24.820722   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:24.829123  6135 instance_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:24.829545  6136 instance_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:24.837474  6138 instance_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:24.837817  6132 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44701
I20260630 12:36:24.838274  6132 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:24.838547   480 server_base.cc:1061] running on GCE node
I20260630 12:36:24.839313  6132 heartbeater.cc:507] Master 127.0.120.62:44701 requested a full tablet report, sending...
I20260630 12:36:24.839677   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:24.839977   480 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:24.840188   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822984840168 us; error 0 us; skew 500 ppm
I20260630 12:36:24.840816   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:24.842137  5930 ts_manager.cc:194] Registered new tserver with Master: 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2:41347)
I20260630 12:36:24.843878   480 webserver.cc:533] Webserver started at http://127.0.120.3:37153/ using document root <none> and password file <none>
I20260630 12:36:24.843904  5930 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53466
I20260630 12:36:24.844537   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:24.844791   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:24.845134   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:24.846338   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "61febdccb8de4640b3c8d83036b6b6a9"
format_stamp: "Formatted at 2026-06-30 12:36:24 on dist-test-slave-80h9"
I20260630 12:36:24.851461   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:36:24.855183  6143 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:24.856230   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:36:24.856634   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "61febdccb8de4640b3c8d83036b6b6a9"
format_stamp: "Formatted at 2026-06-30 12:36:24 on dist-test-slave-80h9"
I20260630 12:36:24.857000   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-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:24.883837   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:24.885133   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:24.886798   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:24.889531   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:24.889819   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:24.890136   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:24.890364   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:24.937968   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:41155
I20260630 12:36:24.938140  6205 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:41155 every 8 connection(s)
I20260630 12:36:24.956264  6206 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44701
I20260630 12:36:24.956774  6206 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:24.957778  6206 heartbeater.cc:507] Master 127.0.120.62:44701 requested a full tablet report, sending...
I20260630 12:36:24.960420  5930 ts_manager.cc:194] Registered new tserver with Master: 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3:41155)
I20260630 12:36:24.961246   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.018292808s
I20260630 12:36:24.962301  5930 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53474
I20260630 12:36:25.740300  6057 heartbeater.cc:499] Master 127.0.120.62:44701 was elected leader, sending a full tablet report...
I20260630 12:36:25.847102  6132 heartbeater.cc:499] Master 127.0.120.62:44701 was elected leader, sending a full tablet report...
I20260630 12:36:25.966207  6206 heartbeater.cc:499] Master 127.0.120.62:44701 was elected leader, sending a full tablet report...
I20260630 12:36:26.026364  5930 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53490:
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:26.028891  5930 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:26.102742  6171 tablet_service.cc:1511] Processing CreateTablet for tablet bd9fd3bac61c44aaaebf25c85b790026 (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:26.103670  6170 tablet_service.cc:1511] Processing CreateTablet for tablet 0f3aac435ec34930967964023684a47b (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:26.104383  6171 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd9fd3bac61c44aaaebf25c85b790026. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.105155  6170 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f3aac435ec34930967964023684a47b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.108299  6169 tablet_service.cc:1511] Processing CreateTablet for tablet 1b3a0070c7c9476fbf656cc67adbab11 (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:26.109902  6169 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b3a0070c7c9476fbf656cc67adbab11. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.110082  6097 tablet_service.cc:1511] Processing CreateTablet for tablet bd9fd3bac61c44aaaebf25c85b790026 (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:26.111743  6097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd9fd3bac61c44aaaebf25c85b790026. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.112006  6022 tablet_service.cc:1511] Processing CreateTablet for tablet bd9fd3bac61c44aaaebf25c85b790026 (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:26.113606  6022 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd9fd3bac61c44aaaebf25c85b790026. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.119169  6021 tablet_service.cc:1511] Processing CreateTablet for tablet 0f3aac435ec34930967964023684a47b (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:26.120848  6021 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f3aac435ec34930967964023684a47b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.123373  6096 tablet_service.cc:1511] Processing CreateTablet for tablet 0f3aac435ec34930967964023684a47b (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:26.124936  6096 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f3aac435ec34930967964023684a47b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.128264  6095 tablet_service.cc:1511] Processing CreateTablet for tablet 1b3a0070c7c9476fbf656cc67adbab11 (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:26.129869  6095 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b3a0070c7c9476fbf656cc67adbab11. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.149708  6020 tablet_service.cc:1511] Processing CreateTablet for tablet 1b3a0070c7c9476fbf656cc67adbab11 (DEFAULT_TABLE table=test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:26.152442  6020 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b3a0070c7c9476fbf656cc67adbab11. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:26.204428  6227 tablet_bootstrap.cc:492] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49: Bootstrap starting.
I20260630 12:36:26.210381  6226 tablet_bootstrap.cc:492] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9: Bootstrap starting.
I20260630 12:36:26.218766  6226 tablet_bootstrap.cc:654] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.224810  6227 tablet_bootstrap.cc:654] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.229197  6228 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3: Bootstrap starting.
I20260630 12:36:26.237689  6226 tablet_bootstrap.cc:492] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9: No bootstrap required, opened a new log
I20260630 12:36:26.238608  6226 ts_tablet_manager.cc:1403] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.013s
I20260630 12:36:26.240870  6228 tablet_bootstrap.cc:654] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.242849  6226 raft_consensus.cc:359] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.243592  6227 tablet_bootstrap.cc:492] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49: No bootstrap required, opened a new log
I20260630 12:36:26.243870  6226 raft_consensus.cc:385] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.244434  6227 ts_tablet_manager.cc:1403] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.011s
I20260630 12:36:26.244413  6226 raft_consensus.cc:740] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61febdccb8de4640b3c8d83036b6b6a9, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.245553  6226 consensus_queue.cc:260] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.247180  6228 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3: No bootstrap required, opened a new log
I20260630 12:36:26.247836  6228 ts_tablet_manager.cc:1403] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.010s
I20260630 12:36:26.247803  6227 raft_consensus.cc:359] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.248611  6226 ts_tablet_manager.cc:1434] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260630 12:36:26.248818  6227 raft_consensus.cc:385] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.249225  6227 raft_consensus.cc:740] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 88112c2f966749b4b2ed332613c4eb49, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.249733  6226 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: Bootstrap starting.
I20260630 12:36:26.249989  6227 consensus_queue.cc:260] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.251379  6228 raft_consensus.cc:359] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.252576  6228 raft_consensus.cc:385] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.253072  6228 raft_consensus.cc:740] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f1f347d4c4144f2f9ef39b0fd4df8bd3, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.254956  6228 consensus_queue.cc:260] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.257195  6226 tablet_bootstrap.cc:654] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.269481  6226 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: No bootstrap required, opened a new log
I20260630 12:36:26.270040  6226 ts_tablet_manager.cc:1403] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: Time spent bootstrapping tablet: real 0.021s	user 0.005s	sys 0.012s
I20260630 12:36:26.272364  6227 ts_tablet_manager.cc:1434] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49: Time spent starting tablet: real 0.027s	user 0.017s	sys 0.010s
I20260630 12:36:26.273142  6228 ts_tablet_manager.cc:1434] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3: Time spent starting tablet: real 0.025s	user 0.000s	sys 0.011s
I20260630 12:36:26.273248  6226 raft_consensus.cc:359] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.274080  6226 raft_consensus.cc:385] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.274179  6228 tablet_bootstrap.cc:492] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3: Bootstrap starting.
I20260630 12:36:26.274430  6226 raft_consensus.cc:740] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61febdccb8de4640b3c8d83036b6b6a9, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.275270  6227 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49: Bootstrap starting.
I20260630 12:36:26.275566  6226 consensus_queue.cc:260] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.280495  6226 ts_tablet_manager.cc:1434] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:36:26.281847  6226 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9: Bootstrap starting.
I20260630 12:36:26.284818  6227 tablet_bootstrap.cc:654] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.290050  6226 tablet_bootstrap.cc:654] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.284818  6228 tablet_bootstrap.cc:654] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:26.321816  6133 tablet.cc:2406] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:26.322458  6233 raft_consensus.cc:493] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.323700  6233 raft_consensus.cc:515] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.328860  6232 raft_consensus.cc:493] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.329524  6232 raft_consensus.cc:515] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.333271  6232 leader_election.cc:290] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887), 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2:41347)
I20260630 12:36:26.355772  6233 leader_election.cc:290] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3:41155), f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887)
I20260630 12:36:26.362968  6227 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49: No bootstrap required, opened a new log
I20260630 12:36:26.363831  6226 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9: No bootstrap required, opened a new log
I20260630 12:36:26.364194  6227 ts_tablet_manager.cc:1403] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49: Time spent bootstrapping tablet: real 0.089s	user 0.036s	sys 0.043s
I20260630 12:36:26.364419  6226 ts_tablet_manager.cc:1403] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9: Time spent bootstrapping tablet: real 0.083s	user 0.040s	sys 0.034s
I20260630 12:36:26.365809  6228 tablet_bootstrap.cc:492] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3: No bootstrap required, opened a new log
I20260630 12:36:26.366350  6228 ts_tablet_manager.cc:1403] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3: Time spent bootstrapping tablet: real 0.092s	user 0.019s	sys 0.025s
I20260630 12:36:26.367790  6226 raft_consensus.cc:359] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.368590  6226 raft_consensus.cc:385] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.368892  6226 raft_consensus.cc:740] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61febdccb8de4640b3c8d83036b6b6a9, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.369472  6228 raft_consensus.cc:359] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.370304  6228 raft_consensus.cc:385] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.369848  6226 consensus_queue.cc:260] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.370658  6228 raft_consensus.cc:740] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f1f347d4c4144f2f9ef39b0fd4df8bd3, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.371240  6227 raft_consensus.cc:359] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.372308  6227 raft_consensus.cc:385] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.372704  6227 raft_consensus.cc:740] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 88112c2f966749b4b2ed332613c4eb49, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.374300  6228 consensus_queue.cc:260] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.375686  6227 consensus_queue.cc:260] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.378631  6227 ts_tablet_manager.cc:1434] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.002s
I20260630 12:36:26.378849  6228 ts_tablet_manager.cc:1434] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.006s
I20260630 12:36:26.380074  6228 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3: Bootstrap starting.
I20260630 12:36:26.380077  6227 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: Bootstrap starting.
I20260630 12:36:26.387771  6228 tablet_bootstrap.cc:654] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.388778  6227 tablet_bootstrap.cc:654] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:26.389690  6232 raft_consensus.cc:493] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:26.390384  6232 raft_consensus.cc:515] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.393457  6232 leader_election.cc:290] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887), 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2:41347)
I20260630 12:36:26.394896  6181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd9fd3bac61c44aaaebf25c85b790026" candidate_uuid: "88112c2f966749b4b2ed332613c4eb49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61febdccb8de4640b3c8d83036b6b6a9" is_pre_election: true
I20260630 12:36:26.372834  6226 ts_tablet_manager.cc:1434] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260630 12:36:26.396049  6181 raft_consensus.cc:2468] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 88112c2f966749b4b2ed332613c4eb49 in term 0.
I20260630 12:36:26.405381  6070 leader_election.cc:304] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 61febdccb8de4640b3c8d83036b6b6a9, 88112c2f966749b4b2ed332613c4eb49; no voters: 
I20260630 12:36:26.406489  6233 raft_consensus.cc:2804] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:26.407056  6233 raft_consensus.cc:493] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:26.407467  6233 raft_consensus.cc:3060] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.413990  6227 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: No bootstrap required, opened a new log
I20260630 12:36:26.414662  6227 ts_tablet_manager.cc:1403] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: Time spent bootstrapping tablet: real 0.035s	user 0.012s	sys 0.003s
I20260630 12:36:26.416652  6233 raft_consensus.cc:515] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.417928  6227 raft_consensus.cc:359] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.418805  6227 raft_consensus.cc:385] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.419246  6227 raft_consensus.cc:740] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 88112c2f966749b4b2ed332613c4eb49, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.419623  6181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd9fd3bac61c44aaaebf25c85b790026" candidate_uuid: "88112c2f966749b4b2ed332613c4eb49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61febdccb8de4640b3c8d83036b6b6a9"
I20260630 12:36:26.420445  6181 raft_consensus.cc:3060] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.420107  6227 consensus_queue.cc:260] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.406567  6228 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3: No bootstrap required, opened a new log
I20260630 12:36:26.421370  6107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3aac435ec34930967964023684a47b" candidate_uuid: "61febdccb8de4640b3c8d83036b6b6a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "88112c2f966749b4b2ed332613c4eb49" is_pre_election: true
I20260630 12:36:26.422202  6107 raft_consensus.cc:2468] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61febdccb8de4640b3c8d83036b6b6a9 in term 0.
I20260630 12:36:26.421677  6228 ts_tablet_manager.cc:1403] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3: Time spent bootstrapping tablet: real 0.042s	user 0.014s	sys 0.009s
I20260630 12:36:26.422749  6227 ts_tablet_manager.cc:1434] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:26.418807  6233 leader_election.cc:290] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [CANDIDATE]: Term 1 election: Requested vote from peers 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3:41155), f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887)
I20260630 12:36:26.423607  6032 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3aac435ec34930967964023684a47b" candidate_uuid: "61febdccb8de4640b3c8d83036b6b6a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" is_pre_election: true
I20260630 12:36:26.424430  6032 raft_consensus.cc:2468] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61febdccb8de4640b3c8d83036b6b6a9 in term 0.
I20260630 12:36:26.425877  6145 leader_election.cc:304] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 61febdccb8de4640b3c8d83036b6b6a9, f1f347d4c4144f2f9ef39b0fd4df8bd3; no voters: 
I20260630 12:36:26.426007  6228 raft_consensus.cc:359] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.426855  6228 raft_consensus.cc:385] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:26.427217  6228 raft_consensus.cc:740] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f1f347d4c4144f2f9ef39b0fd4df8bd3, State: Initialized, Role: FOLLOWER
I20260630 12:36:26.427948  6107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b3a0070c7c9476fbf656cc67adbab11" candidate_uuid: "61febdccb8de4640b3c8d83036b6b6a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "88112c2f966749b4b2ed332613c4eb49" is_pre_election: true
I20260630 12:36:26.428066  6228 consensus_queue.cc:260] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.428730  6107 raft_consensus.cc:2468] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61febdccb8de4640b3c8d83036b6b6a9 in term 0.
I20260630 12:36:26.425897  6031 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b3a0070c7c9476fbf656cc67adbab11" candidate_uuid: "61febdccb8de4640b3c8d83036b6b6a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" is_pre_election: true
I20260630 12:36:26.429836  6031 raft_consensus.cc:2468] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61febdccb8de4640b3c8d83036b6b6a9 in term 0.
I20260630 12:36:26.430733  6228 ts_tablet_manager.cc:1434] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.002s
I20260630 12:36:26.427255  6232 raft_consensus.cc:2804] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:26.431250  6232 raft_consensus.cc:493] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:26.431658  6232 raft_consensus.cc:3060] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.436239  6144 leader_election.cc:304] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 61febdccb8de4640b3c8d83036b6b6a9, 88112c2f966749b4b2ed332613c4eb49; no voters: 
I20260630 12:36:26.443689  6031 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd9fd3bac61c44aaaebf25c85b790026" candidate_uuid: "88112c2f966749b4b2ed332613c4eb49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" is_pre_election: true
I20260630 12:36:26.444084  6032 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd9fd3bac61c44aaaebf25c85b790026" candidate_uuid: "88112c2f966749b4b2ed332613c4eb49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3"
I20260630 12:36:26.444540  6031 raft_consensus.cc:2468] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 88112c2f966749b4b2ed332613c4eb49 in term 0.
I20260630 12:36:26.446106  6247 raft_consensus.cc:2804] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:26.446619  6247 raft_consensus.cc:493] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:26.447036  6247 raft_consensus.cc:3060] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.446923  6232 raft_consensus.cc:515] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.449536  6232 leader_election.cc:290] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [CANDIDATE]: Term 1 election: Requested vote from peers f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887), 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2:41347)
I20260630 12:36:26.451009  6181 raft_consensus.cc:2468] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 88112c2f966749b4b2ed332613c4eb49 in term 1.
I20260630 12:36:26.451499  6031 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3aac435ec34930967964023684a47b" candidate_uuid: "61febdccb8de4640b3c8d83036b6b6a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3"
I20260630 12:36:26.452258  6031 raft_consensus.cc:3060] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.452839  6107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3aac435ec34930967964023684a47b" candidate_uuid: "61febdccb8de4640b3c8d83036b6b6a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "88112c2f966749b4b2ed332613c4eb49"
I20260630 12:36:26.453135  6070 leader_election.cc:304] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [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: 61febdccb8de4640b3c8d83036b6b6a9, 88112c2f966749b4b2ed332613c4eb49; no voters: f1f347d4c4144f2f9ef39b0fd4df8bd3
I20260630 12:36:26.453508  6107 raft_consensus.cc:3060] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.454200  6239 raft_consensus.cc:2804] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.455055  6239 raft_consensus.cc:697] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 1 LEADER]: Becoming Leader. State: Replica: 88112c2f966749b4b2ed332613c4eb49, State: Running, Role: LEADER
I20260630 12:36:26.455950  6239 consensus_queue.cc:237] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } }
I20260630 12:36:26.461391  6031 raft_consensus.cc:2468] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61febdccb8de4640b3c8d83036b6b6a9 in term 1.
I20260630 12:36:26.461908  6107 raft_consensus.cc:2468] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61febdccb8de4640b3c8d83036b6b6a9 in term 1.
I20260630 12:36:26.463073  6145 leader_election.cc:304] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 61febdccb8de4640b3c8d83036b6b6a9, f1f347d4c4144f2f9ef39b0fd4df8bd3; no voters: 
I20260630 12:36:26.464460  6232 raft_consensus.cc:2804] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.464195  6247 raft_consensus.cc:515] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.467576  6031 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b3a0070c7c9476fbf656cc67adbab11" candidate_uuid: "61febdccb8de4640b3c8d83036b6b6a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3"
I20260630 12:36:26.468287  6031 raft_consensus.cc:3060] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.468366  6107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1b3a0070c7c9476fbf656cc67adbab11" candidate_uuid: "61febdccb8de4640b3c8d83036b6b6a9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "88112c2f966749b4b2ed332613c4eb49"
I20260630 12:36:26.469359  6107 raft_consensus.cc:3060] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.469640  5930 catalog_manager.cc:5697] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 reported cstate change: term changed from 0 to 1, leader changed from <none> to 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "88112c2f966749b4b2ed332613c4eb49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:26.470470  6247 leader_election.cc:290] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [CANDIDATE]: Term 1 election: Requested vote from peers f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887), 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2:41347)
I20260630 12:36:26.471127  6232 raft_consensus.cc:697] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Becoming Leader. State: Replica: 61febdccb8de4640b3c8d83036b6b6a9, State: Running, Role: LEADER
I20260630 12:36:26.472141  6232 consensus_queue.cc:237] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.478140  6107 raft_consensus.cc:2468] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61febdccb8de4640b3c8d83036b6b6a9 in term 1.
I20260630 12:36:26.480022  6031 raft_consensus.cc:2468] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61febdccb8de4640b3c8d83036b6b6a9 in term 1.
I20260630 12:36:26.481784  6145 leader_election.cc:304] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 61febdccb8de4640b3c8d83036b6b6a9, f1f347d4c4144f2f9ef39b0fd4df8bd3; no voters: 
I20260630 12:36:26.482738  6232 raft_consensus.cc:2804] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:26.483740  6232 raft_consensus.cc:697] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Becoming Leader. State: Replica: 61febdccb8de4640b3c8d83036b6b6a9, State: Running, Role: LEADER
I20260630 12:36:26.484556  6232 consensus_queue.cc:237] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.487365  5930 catalog_manager.cc:5697] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "61febdccb8de4640b3c8d83036b6b6a9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:26.502583  5930 catalog_manager.cc:5697] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "61febdccb8de4640b3c8d83036b6b6a9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:26.547114  5983 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:26.562918  6181 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "0f3aac435ec34930967964023684a47b"
dest_uuid: "61febdccb8de4640b3c8d83036b6b6a9"
mode: GRACEFUL
new_leader_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3"
 from {username='slave'} at 127.0.0.1:38504
I20260630 12:36:26.563766  6181 raft_consensus.cc:606] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Received request to transfer leadership to TS f1f347d4c4144f2f9ef39b0fd4df8bd3
I20260630 12:36:26.565361  5983 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:36:26.566097  5983 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:26.601079   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:26.608909  6253 instance_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:26.609266  6254 instance_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:26.610479  6256 instance_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:26.611099   480 server_base.cc:1061] running on GCE node
I20260630 12:36:26.612442   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:26.612701   480 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:26.612979   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822986612949 us; error 0 us; skew 500 ppm
I20260630 12:36:26.613646   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:26.616737   480 webserver.cc:533] Webserver started at http://127.0.120.4:35517/ using document root <none> and password file <none>
I20260630 12:36:26.617379   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:26.617596   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:26.617925   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:26.619274   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "ee860c3fb81249aeb6fc5284bf0e5a05"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-80h9"
I20260630 12:36:26.625200   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:36:26.629753  6261 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:26.630991   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:26.631397   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "ee860c3fb81249aeb6fc5284bf0e5a05"
format_stamp: "Formatted at 2026-06-30 12:36:26 on dist-test-slave-80h9"
I20260630 12:36:26.631698   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-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:26.703644   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:26.704809   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:26.706133   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:26.708710   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:26.708926   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.709259   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:26.709434   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:26.750764  6031 raft_consensus.cc:3060] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:26.759547  6239 consensus_queue.cc:1048] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 }, 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.762964   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:42191
I20260630 12:36:26.763105  6323 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:42191 every 8 connection(s)
I20260630 12:36:26.769726  6232 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 }, 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.775286  6232 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 }, 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.798187  6247 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:26.799688  6247 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:36:26.799994  6247 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:36:26.804430  6239 consensus_queue.cc:1048] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 }, 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.833688  6325 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44701
I20260630 12:36:26.834172  6325 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:26.834156  6232 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 }, 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.835464  6325 heartbeater.cc:507] Master 127.0.120.62:44701 requested a full tablet report, sending...
I20260630 12:36:26.848093  5928 ts_manager.cc:194] Registered new tserver with Master: ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4:42191)
I20260630 12:36:26.849896  5928 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53498
I20260630 12:36:26.963249  6249 raft_consensus.cc:993] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: : Instructing follower f1f347d4c4144f2f9ef39b0fd4df8bd3 to start an election
I20260630 12:36:26.963835  6336 raft_consensus.cc:1081] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Signalling peer f1f347d4c4144f2f9ef39b0fd4df8bd3 to start an election
I20260630 12:36:26.965626  6032 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "0f3aac435ec34930967964023684a47b"
dest_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3"
 from {username='slave'} at 127.0.0.1:50420
I20260630 12:36:26.966286  6032 raft_consensus.cc:493] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:36:26.966621  6032 raft_consensus.cc:3060] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:26.971853  6032 raft_consensus.cc:515] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.974121  6032 leader_election.cc:290] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [CANDIDATE]: Term 2 election: Requested vote from peers 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2:41347), 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3:41155)
I20260630 12:36:26.984742  6107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3aac435ec34930967964023684a47b" candidate_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "88112c2f966749b4b2ed332613c4eb49"
I20260630 12:36:26.985461  6107 raft_consensus.cc:3060] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:26.985534  6181 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3aac435ec34930967964023684a47b" candidate_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "61febdccb8de4640b3c8d83036b6b6a9"
I20260630 12:36:26.986162  6181 raft_consensus.cc:3055] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:26.986510  6181 raft_consensus.cc:740] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 61febdccb8de4640b3c8d83036b6b6a9, State: Running, Role: LEADER
I20260630 12:36:26.987370  6181 consensus_queue.cc:260] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:26.988668  6181 raft_consensus.cc:3060] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:26.993110  6107 raft_consensus.cc:2468] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f1f347d4c4144f2f9ef39b0fd4df8bd3 in term 2.
I20260630 12:36:26.994661  5995 leader_election.cc:304] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [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: 88112c2f966749b4b2ed332613c4eb49, f1f347d4c4144f2f9ef39b0fd4df8bd3; no voters: 
I20260630 12:36:26.995851  6234 raft_consensus.cc:2804] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:26.996140  6181 raft_consensus.cc:2468] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f1f347d4c4144f2f9ef39b0fd4df8bd3 in term 2.
I20260630 12:36:26.997004  6234 raft_consensus.cc:697] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 2 LEADER]: Becoming Leader. State: Replica: f1f347d4c4144f2f9ef39b0fd4df8bd3, State: Running, Role: LEADER
I20260630 12:36:26.998027  6234 consensus_queue.cc:237] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } }
I20260630 12:36:27.004410  5928 catalog_manager.cc:5697] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 reported cstate change: term changed from 1 to 2, leader changed from 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3) to f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1). New cstate: current_term: 2 leader_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:27.332872  6107 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:27.334538  6234 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:27.343742  6181 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 2 FOLLOWER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:27.345255  6234 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:27.571623  6032 consensus_queue.cc:237] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, 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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } }
I20260630 12:36:27.579581  6181 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 2 FOLLOWER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:27.582219  6347 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } 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:27.579581  6107 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:27.587759  6347 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:36:27.598376  6107 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } } }
I20260630 12:36:27.598811  6181 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } } }
W20260630 12:36:27.603900  5998 consensus_peers.cc:597] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 -> Peer ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4:42191): Couldn't send request to peer ee860c3fb81249aeb6fc5284bf0e5a05. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0f3aac435ec34930967964023684a47b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:27.613955  5928 catalog_manager.cc:5697] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 reported cstate change: config changed from index -1 to 3, NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) added. New cstate: current_term: 2 leader_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } } }
I20260630 12:36:27.801090  6234 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } } }
I20260630 12:36:27.828481  6181 consensus_queue.cc:237] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } }
I20260630 12:36:27.836295  6107 raft_consensus.cc:1275] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Refusing update from remote peer 61febdccb8de4640b3c8d83036b6b6a9: 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:27.836325  6032 raft_consensus.cc:1275] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Refusing update from remote peer 61febdccb8de4640b3c8d83036b6b6a9: 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:27.838663  6354 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } 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:36:27.840875  6249 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:36:27.844435  6356 ts_tablet_manager.cc:933] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: Initiating tablet copy from peer f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887)
I20260630 12:36:27.854669  6356 tablet_copy_client.cc:323] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:34887
W20260630 12:36:27.855762  6147 consensus_peers.cc:597] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 -> Peer ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4:42191): Couldn't send request to peer ee860c3fb81249aeb6fc5284bf0e5a05. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1b3a0070c7c9476fbf656cc67adbab11. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:27.857965  6325 heartbeater.cc:499] Master 127.0.120.62:44701 was elected leader, sending a full tablet report...
I20260630 12:36:27.869083  6107 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } } }
I20260630 12:36:27.869638  6032 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } } }
I20260630 12:36:27.881955  6042 tablet_copy_service.cc:140] P f1f347d4c4144f2f9ef39b0fd4df8bd3: Received BeginTabletCopySession request for tablet 0f3aac435ec34930967964023684a47b from peer ee860c3fb81249aeb6fc5284bf0e5a05 ({username='slave'} at 127.0.0.1:50444)
I20260630 12:36:27.883221  6042 tablet_copy_service.cc:161] P f1f347d4c4144f2f9ef39b0fd4df8bd3: Beginning new tablet copy session on tablet 0f3aac435ec34930967964023684a47b from peer ee860c3fb81249aeb6fc5284bf0e5a05 at {username='slave'} at 127.0.0.1:50444: session id = ee860c3fb81249aeb6fc5284bf0e5a05-0f3aac435ec34930967964023684a47b
I20260630 12:36:27.887462  5930 catalog_manager.cc:5697] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 reported cstate change: config changed from index -1 to 2, NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "61febdccb8de4640b3c8d83036b6b6a9" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } } }
I20260630 12:36:27.895514  6042 tablet_copy_source_session.cc:215] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:27.898772  6356 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f3aac435ec34930967964023684a47b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:27.916810  6356 tablet_copy_client.cc:806] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:27.917675  6356 tablet_copy_client.cc:670] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:27.923879  6356 tablet_copy_client.cc:538] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:27.935256  6356 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: Bootstrap starting.
I20260630 12:36:27.957449  6356 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: 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:36:27.958760  6356 tablet_bootstrap.cc:492] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: Bootstrap complete.
I20260630 12:36:27.959550  6356 ts_tablet_manager.cc:1403] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: Time spent bootstrapping tablet: real 0.025s	user 0.023s	sys 0.004s
I20260630 12:36:27.961866  6356 raft_consensus.cc:359] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } }
I20260630 12:36:27.962631  6356 raft_consensus.cc:740] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: ee860c3fb81249aeb6fc5284bf0e5a05, State: Initialized, Role: LEARNER
I20260630 12:36:27.963264  6356 consensus_queue.cc:260] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } }
I20260630 12:36:27.965734  6356 ts_tablet_manager.cc:1434] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:36:27.968231  6042 tablet_copy_service.cc:342] P f1f347d4c4144f2f9ef39b0fd4df8bd3: Request end of tablet copy session ee860c3fb81249aeb6fc5284bf0e5a05-0f3aac435ec34930967964023684a47b received from {username='slave'} at 127.0.0.1:50444
I20260630 12:36:27.968703  6042 tablet_copy_service.cc:434] P f1f347d4c4144f2f9ef39b0fd4df8bd3: ending tablet copy session ee860c3fb81249aeb6fc5284bf0e5a05-0f3aac435ec34930967964023684a47b on tablet 0f3aac435ec34930967964023684a47b with peer ee860c3fb81249aeb6fc5284bf0e5a05
I20260630 12:36:28.029413  6354 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } } }
I20260630 12:36:28.135268  6356 ts_tablet_manager.cc:933] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: Initiating tablet copy from peer 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3:41155)
I20260630 12:36:28.137001  6356 tablet_copy_client.cc:323] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:41155
I20260630 12:36:28.147311  6191 tablet_copy_service.cc:140] P 61febdccb8de4640b3c8d83036b6b6a9: Received BeginTabletCopySession request for tablet 1b3a0070c7c9476fbf656cc67adbab11 from peer ee860c3fb81249aeb6fc5284bf0e5a05 ({username='slave'} at 127.0.0.1:38524)
I20260630 12:36:28.147948  6191 tablet_copy_service.cc:161] P 61febdccb8de4640b3c8d83036b6b6a9: Beginning new tablet copy session on tablet 1b3a0070c7c9476fbf656cc67adbab11 from peer ee860c3fb81249aeb6fc5284bf0e5a05 at {username='slave'} at 127.0.0.1:38524: session id = ee860c3fb81249aeb6fc5284bf0e5a05-1b3a0070c7c9476fbf656cc67adbab11
I20260630 12:36:28.154292  6191 tablet_copy_source_session.cc:215] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:28.157582  6356 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1b3a0070c7c9476fbf656cc67adbab11. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:28.168027  6299 raft_consensus.cc:1217] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:36:28.172482  6356 tablet_copy_client.cc:806] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:28.173213  6356 tablet_copy_client.cc:670] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:28.177672  6356 tablet_copy_client.cc:538] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:28.188184  6356 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: Bootstrap starting.
I20260630 12:36:28.208546  6356 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: 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:36:28.209533  6356 tablet_bootstrap.cc:492] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: Bootstrap complete.
I20260630 12:36:28.210330  6356 ts_tablet_manager.cc:1403] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: Time spent bootstrapping tablet: real 0.022s	user 0.019s	sys 0.000s
I20260630 12:36:28.213267  6356 raft_consensus.cc:359] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } }
I20260630 12:36:28.214162  6356 raft_consensus.cc:740] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ee860c3fb81249aeb6fc5284bf0e5a05, State: Initialized, Role: LEARNER
I20260630 12:36:28.214846  6356 consensus_queue.cc:260] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: true } }
I20260630 12:36:28.217346  6356 ts_tablet_manager.cc:1434] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:36:28.219523  6191 tablet_copy_service.cc:342] P 61febdccb8de4640b3c8d83036b6b6a9: Request end of tablet copy session ee860c3fb81249aeb6fc5284bf0e5a05-1b3a0070c7c9476fbf656cc67adbab11 received from {username='slave'} at 127.0.0.1:38524
I20260630 12:36:28.220098  6191 tablet_copy_service.cc:434] P 61febdccb8de4640b3c8d83036b6b6a9: ending tablet copy session ee860c3fb81249aeb6fc5284bf0e5a05-1b3a0070c7c9476fbf656cc67adbab11 on tablet 1b3a0070c7c9476fbf656cc67adbab11 with peer ee860c3fb81249aeb6fc5284bf0e5a05
I20260630 12:36:28.417460  6298 raft_consensus.cc:1217] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:28.428254  6234 raft_consensus.cc:1064] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3: attempting to promote NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 to VOTER
I20260630 12:36:28.430459  6234 consensus_queue.cc:237] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } }
I20260630 12:36:28.437075  6298 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 LEARNER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:28.438493  6181 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 2 FOLLOWER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:28.439143  6366 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } 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:36:28.441357  6107 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:28.443475  6366 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:28.445268  6234 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } 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:28.460631  6107 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.463845  6298 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.475347  5930 catalog_manager.cc:5697] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 reported cstate change: config changed from index 3 to 4, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.567394  5983 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:28.571554  5983 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:28.572093  5983 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:28.628999  6347 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.641136  6181 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } attrs { replace: true } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.766440  6032 consensus_queue.cc:237] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } }
I20260630 12:36:28.771699  6107 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:28.771701  6298 raft_consensus.cc:1275] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 FOLLOWER]: Refusing update from remote peer f1f347d4c4144f2f9ef39b0fd4df8bd3: 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:28.773694  6366 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } 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:28.774606  6342 consensus_queue.cc:1048] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:36:28.785194  6298 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.786443  6107 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.796425  6354 raft_consensus.cc:1064] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9: attempting to promote NON_VOTER ee860c3fb81249aeb6fc5284bf0e5a05 to VOTER
I20260630 12:36:28.799335  6354 consensus_queue.cc:237] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } }
I20260630 12:36:28.805509  5928 catalog_manager.cc:5697] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 reported cstate change: config changed from index 4 to 5, VOTER 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3) evicted. New cstate: current_term: 2 leader_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.809041  6107 raft_consensus.cc:1275] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Refusing update from remote peer 61febdccb8de4640b3c8d83036b6b6a9: 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:28.809027  6298 raft_consensus.cc:1275] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 LEARNER]: Refusing update from remote peer 61febdccb8de4640b3c8d83036b6b6a9: 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:28.809027  6032 raft_consensus.cc:1275] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Refusing update from remote peer 61febdccb8de4640b3c8d83036b6b6a9: 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:28.811460  6247 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } 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:28.813205  6371 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:28.815393  6354 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } 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:28.826613  6107 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:28.828182  6298 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:29.037765  6371 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:29.049443  6032 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:29.051328  5930 catalog_manager.cc:5697] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 reported cstate change: config changed from index 2 to 3, ee860c3fb81249aeb6fc5284bf0e5a05 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "61febdccb8de4640b3c8d83036b6b6a9" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:29.062584  6171 tablet_service.cc:1558] Processing DeleteTablet for tablet 0f3aac435ec34930967964023684a47b with delete_type TABLET_DATA_TOMBSTONED (TS 61febdccb8de4640b3c8d83036b6b6a9 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:38484
I20260630 12:36:29.064682  6373 tablet_replica.cc:333] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: stopping tablet replica
I20260630 12:36:29.065793  6373 raft_consensus.cc:2243] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.066926  6373 raft_consensus.cc:2272] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.070499  6373 ts_tablet_manager.cc:1916] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:29.084008  6373 ts_tablet_manager.cc:1929] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:36:29.084702  6373 log.cc:1199] T 0f3aac435ec34930967964023684a47b P 61febdccb8de4640b3c8d83036b6b6a9: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-2-root/wals/0f3aac435ec34930967964023684a47b
I20260630 12:36:29.086503  5914 catalog_manager.cc:5028] TS 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3:41155): tablet 0f3aac435ec34930967964023684a47b (table test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]) successfully deleted
I20260630 12:36:29.263325  6366 raft_consensus.cc:2955] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 61febdccb8de4640b3c8d83036b6b6a9 (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "88112c2f966749b4b2ed332613c4eb49" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 41347 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:29.272446  5915 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 0f3aac435ec34930967964023684a47b with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:29.313843  6181 consensus_queue.cc:237] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [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: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } }
I20260630 12:36:29.320642  6032 raft_consensus.cc:1275] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Refusing update from remote peer 61febdccb8de4640b3c8d83036b6b6a9: 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:29.320768  6298 raft_consensus.cc:1275] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 FOLLOWER]: Refusing update from remote peer 61febdccb8de4640b3c8d83036b6b6a9: 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:29.322890  6247 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } 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:36:29.324126  6371 consensus_queue.cc:1048] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:29.335100  6298 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:29.337069  6032 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:29.352061  5928 catalog_manager.cc:5697] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 reported cstate change: config changed from index 3 to 4, VOTER 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2) evicted. New cstate: current_term: 1 leader_uuid: "61febdccb8de4640b3c8d83036b6b6a9" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:29.438627  6095 tablet_service.cc:1558] Processing DeleteTablet for tablet 1b3a0070c7c9476fbf656cc67adbab11 with delete_type TABLET_DATA_TOMBSTONED (TS 88112c2f966749b4b2ed332613c4eb49 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:44896
I20260630 12:36:29.440644  6375 tablet_replica.cc:333] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: stopping tablet replica
I20260630 12:36:29.441593  6375 raft_consensus.cc:2243] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:29.442286  6375 raft_consensus.cc:2272] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:29.445139  6375 ts_tablet_manager.cc:1916] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:29.458518  6375 ts_tablet_manager.cc:1929] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:36:29.458997  6375 log.cc:1199] T 1b3a0070c7c9476fbf656cc67adbab11 P 88112c2f966749b4b2ed332613c4eb49: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822836191499-480-0/minicluster-data/ts-1-root/wals/1b3a0070c7c9476fbf656cc67adbab11
I20260630 12:36:29.460861  5914 catalog_manager.cc:5028] TS 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2:41347): tablet 1b3a0070c7c9476fbf656cc67adbab11 (table test-workload [id=c91fad3b73a44cdf95b0c867885d2c45]) successfully deleted
I20260630 12:36:29.914479  6247 raft_consensus.cc:2955] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 88112c2f966749b4b2ed332613c4eb49 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f1f347d4c4144f2f9ef39b0fd4df8bd3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34887 } } peers { permanent_uuid: "61febdccb8de4640b3c8d83036b6b6a9" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41155 } } peers { permanent_uuid: "ee860c3fb81249aeb6fc5284bf0e5a05" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 42191 } attrs { promote: false } } }
I20260630 12:36:29.928560  5914 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1b3a0070c7c9476fbf656cc67adbab11 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:30.573593  5983 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:30.576732  5983 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:30.577117  5983 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:32.578267  5983 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:32.581224  5983 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:32.581666  5983 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:34.582896  5983 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:34.585740  5983 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:34.586159  5983 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:36.587265  5983 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:36.590159  5983 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:36.590562  5983 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:36.890055   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:36:36.923547   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:36.924388   480 tablet_replica.cc:333] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3: stopping tablet replica
I20260630 12:36:36.925097   480 raft_consensus.cc:2243] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:36.925627   480 raft_consensus.cc:2272] T bd9fd3bac61c44aaaebf25c85b790026 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:36.928278   480 tablet_replica.cc:333] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3: stopping tablet replica
I20260630 12:36:36.928840   480 raft_consensus.cc:2243] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:36.929529   480 raft_consensus.cc:2272] T 1b3a0070c7c9476fbf656cc67adbab11 P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:36.931924   480 tablet_replica.cc:333] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3: stopping tablet replica
I20260630 12:36:36.932485   480 raft_consensus.cc:2243] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:36.933620   480 raft_consensus.cc:2272] T 0f3aac435ec34930967964023684a47b P f1f347d4c4144f2f9ef39b0fd4df8bd3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:36.961504   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:36:36.979794   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
W20260630 12:36:36.998410  6071 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:34887: connect: Connection refused (error 111) [suppressed 1 similar messages]
W20260630 12:36:37.008090  6071 consensus_peers.cc:597] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 -> Peer f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887): Couldn't send request to peer f1f347d4c4144f2f9ef39b0fd4df8bd3. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:34887: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:37.012498   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:37.013482   480 tablet_replica.cc:333] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49: stopping tablet replica
I20260630 12:36:37.014146   480 raft_consensus.cc:2243] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.014806   480 raft_consensus.cc:2272] T 0f3aac435ec34930967964023684a47b P 88112c2f966749b4b2ed332613c4eb49 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.017246   480 tablet_replica.cc:333] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49: stopping tablet replica
I20260630 12:36:37.017804   480 raft_consensus.cc:2243] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:37.018777   480 raft_consensus.cc:2272] T bd9fd3bac61c44aaaebf25c85b790026 P 88112c2f966749b4b2ed332613c4eb49 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.045135   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
W20260630 12:36:37.051950  6145 consensus_peers.cc:597] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 -> Peer f1f347d4c4144f2f9ef39b0fd4df8bd3 (127.0.120.1:34887): Couldn't send request to peer f1f347d4c4144f2f9ef39b0fd4df8bd3. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:34887: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:37.062928   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:36:37.087565   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:37.088373   480 tablet_replica.cc:333] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9: stopping tablet replica
I20260630 12:36:37.089027   480 raft_consensus.cc:2243] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:37.089920   480 raft_consensus.cc:2272] T 1b3a0070c7c9476fbf656cc67adbab11 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.092268   480 tablet_replica.cc:333] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9: stopping tablet replica
I20260630 12:36:37.092782   480 raft_consensus.cc:2243] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.093250   480 raft_consensus.cc:2272] T bd9fd3bac61c44aaaebf25c85b790026 P 61febdccb8de4640b3c8d83036b6b6a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.117559   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:36:37.135703   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:36:37.163357   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:37.164264   480 tablet_replica.cc:333] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05: stopping tablet replica
I20260630 12:36:37.165217   480 raft_consensus.cc:2243] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.166095   480 raft_consensus.cc:2272] T 1b3a0070c7c9476fbf656cc67adbab11 P ee860c3fb81249aeb6fc5284bf0e5a05 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.169348   480 tablet_replica.cc:333] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05: stopping tablet replica
I20260630 12:36:37.170032   480 raft_consensus.cc:2243] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.170827   480 raft_consensus.cc:2272] T 0f3aac435ec34930967964023684a47b P ee860c3fb81249aeb6fc5284bf0e5a05 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.193246   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:36:37.208438   480 master.cc:562] Master@127.0.120.62:44701 shutting down...
I20260630 12:36:37.233348   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:37.234061   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.234426   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P cbafc0b73a06418d9f0223cdf0e292d9: stopping tablet replica
I20260630 12:36:37.255944   480 master.cc:584] Master@127.0.120.62:44701 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12911 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:36:37.303148   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:45765
I20260630 12:36:37.304333   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:37.310505  6383 instance_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:37.311805  6384 instance_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:37.312036   480 server_base.cc:1061] running on GCE node
W20260630 12:36:37.312017  6386 instance_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:37.313418   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:37.313673   480 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:37.313848   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822997313826 us; error 0 us; skew 500 ppm
I20260630 12:36:37.314378   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:37.317322   480 webserver.cc:533] Webserver started at http://127.0.120.62:38999/ using document root <none> and password file <none>
I20260630 12:36:37.317893   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:37.318418   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:37.318800   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:37.320199   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "9fcd83b7d50047748ecd7ba3012d2ef6"
format_stamp: "Formatted at 2026-06-30 12:36:37 on dist-test-slave-80h9"
I20260630 12:36:37.325201   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:37.329087  6391 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:37.330070   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:37.330358   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "9fcd83b7d50047748ecd7ba3012d2ef6"
format_stamp: "Formatted at 2026-06-30 12:36:37 on dist-test-slave-80h9"
I20260630 12:36:37.330600   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-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:37.344023   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:37.345293   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:37.386916   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:45765
I20260630 12:36:37.387077  6442 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:45765 every 8 connection(s)
I20260630 12:36:37.391597  6443 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:37.404608  6443 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6: Bootstrap starting.
I20260630 12:36:37.409807  6443 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:37.415167  6443 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6: No bootstrap required, opened a new log
I20260630 12:36:37.417841  6443 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9fcd83b7d50047748ecd7ba3012d2ef6" member_type: VOTER }
I20260630 12:36:37.418285  6443 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:37.418571  6443 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fcd83b7d50047748ecd7ba3012d2ef6, State: Initialized, Role: FOLLOWER
I20260630 12:36:37.419215  6443 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9fcd83b7d50047748ecd7ba3012d2ef6" member_type: VOTER }
I20260630 12:36:37.419713  6443 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:37.419958  6443 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:37.420320  6443 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:37.425630  6443 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9fcd83b7d50047748ecd7ba3012d2ef6" member_type: VOTER }
I20260630 12:36:37.426255  6443 leader_election.cc:304] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [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: 9fcd83b7d50047748ecd7ba3012d2ef6; no voters: 
I20260630 12:36:37.427551  6443 leader_election.cc:290] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:37.428107  6446 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:37.429522  6446 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 1 LEADER]: Becoming Leader. State: Replica: 9fcd83b7d50047748ecd7ba3012d2ef6, State: Running, Role: LEADER
I20260630 12:36:37.430274  6446 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [LEADER]: Queue going to LEADER mode. State: All 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: "9fcd83b7d50047748ecd7ba3012d2ef6" member_type: VOTER }
I20260630 12:36:37.430687  6443 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:37.433487  6448 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9fcd83b7d50047748ecd7ba3012d2ef6. Latest consensus state: current_term: 1 leader_uuid: "9fcd83b7d50047748ecd7ba3012d2ef6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9fcd83b7d50047748ecd7ba3012d2ef6" member_type: VOTER } }
I20260630 12:36:37.433837  6447 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9fcd83b7d50047748ecd7ba3012d2ef6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9fcd83b7d50047748ecd7ba3012d2ef6" member_type: VOTER } }
I20260630 12:36:37.434228  6448 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:37.434409  6447 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:37.437513  6452 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:37.446583  6452 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:37.447690   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:37.457079  6452 catalog_manager.cc:1383] Generated new cluster ID: 75db4b761240453882fbcb0de9cb72b3
I20260630 12:36:37.457429  6452 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:37.480284  6452 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:37.481676  6452 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:37.496107  6452 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6: Generated new TSK 0
I20260630 12:36:37.496850  6452 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:37.514367   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:37.521525  6464 instance_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:37.522444  6465 instance_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:37.530555   480 server_base.cc:1061] running on GCE node
W20260630 12:36:37.530478  6467 instance_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:37.531908   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:37.532219   480 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:37.532444   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822997532410 us; error 0 us; skew 500 ppm
I20260630 12:36:37.533051   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:37.535748   480 webserver.cc:533] Webserver started at http://127.0.120.1:38933/ using document root <none> and password file <none>
I20260630 12:36:37.536247   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:37.536433   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:37.536729   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:37.537824   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "781001a2b98f4477bb92652b92261792"
format_stamp: "Formatted at 2026-06-30 12:36:37 on dist-test-slave-80h9"
I20260630 12:36:37.542549   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:36:37.546132  6472 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:37.547189   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.003s
I20260630 12:36:37.547464   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "781001a2b98f4477bb92652b92261792"
format_stamp: "Formatted at 2026-06-30 12:36:37 on dist-test-slave-80h9"
I20260630 12:36:37.547730   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-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:37.592231   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:37.593443   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:37.595079   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:37.597514   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:37.597707   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:37.597879   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:37.598022   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:37.642526   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:36885
I20260630 12:36:37.642910  6534 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:36885 every 8 connection(s)
I20260630 12:36:37.648036   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:37.656217  6539 instance_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:37.657501  6540 instance_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:37.661954  6542 instance_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:37.662379   480 server_base.cc:1061] running on GCE node
I20260630 12:36:37.663975   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:37.664266   480 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:37.664484   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822997664466 us; error 0 us; skew 500 ppm
I20260630 12:36:37.664630  6535 heartbeater.cc:344] Connected to a master server at 127.0.120.62:45765
I20260630 12:36:37.665077  6535 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:37.665151   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:37.665922  6535 heartbeater.cc:507] Master 127.0.120.62:45765 requested a full tablet report, sending...
I20260630 12:36:37.668303   480 webserver.cc:533] Webserver started at http://127.0.120.2:38085/ using document root <none> and password file <none>
I20260630 12:36:37.668779  6408 ts_manager.cc:194] Registered new tserver with Master: 781001a2b98f4477bb92652b92261792 (127.0.120.1:36885)
I20260630 12:36:37.669034   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:37.669320   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:37.669658   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:37.671384   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "f254d37f44e84d32b62b41c10c448e7b"
format_stamp: "Formatted at 2026-06-30 12:36:37 on dist-test-slave-80h9"
I20260630 12:36:37.671420  6408 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46912
I20260630 12:36:37.676680   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:37.680657  6547 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:37.681625   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:36:37.681903   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "f254d37f44e84d32b62b41c10c448e7b"
format_stamp: "Formatted at 2026-06-30 12:36:37 on dist-test-slave-80h9"
I20260630 12:36:37.682163   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-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:37.725246   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:37.726403   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:37.727896   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:37.730297   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:37.730484   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:37.730801   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:37.730968   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:37.773361   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:40479
I20260630 12:36:37.773476  6609 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:40479 every 8 connection(s)
I20260630 12:36:37.778743   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:37.786201  6613 instance_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:37.787648  6614 instance_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:37.790941   480 server_base.cc:1061] running on GCE node
W20260630 12:36:37.791661  6616 instance_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:37.791810  6610 heartbeater.cc:344] Connected to a master server at 127.0.120.62:45765
I20260630 12:36:37.792301  6610 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:37.792958   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:37.793080  6610 heartbeater.cc:507] Master 127.0.120.62:45765 requested a full tablet report, sending...
W20260630 12:36:37.793244   480 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:37.793509   480 hybrid_clock.cc:648] HybridClock initialized: now 1782822997793497 us; error 0 us; skew 500 ppm
I20260630 12:36:37.794211   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:37.795675  6408 ts_manager.cc:194] Registered new tserver with Master: f254d37f44e84d32b62b41c10c448e7b (127.0.120.2:40479)
I20260630 12:36:37.796983   480 webserver.cc:533] Webserver started at http://127.0.120.3:46763/ using document root <none> and password file <none>
I20260630 12:36:37.797511   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:37.797453  6408 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46918
I20260630 12:36:37.797899   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:37.798225   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:37.799598   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "dac50ebc8a8f401ca2d4b6580774979e"
format_stamp: "Formatted at 2026-06-30 12:36:37 on dist-test-slave-80h9"
I20260630 12:36:37.804317   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:37.808228  6621 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:37.809167   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:36:37.809500   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "dac50ebc8a8f401ca2d4b6580774979e"
format_stamp: "Formatted at 2026-06-30 12:36:37 on dist-test-slave-80h9"
I20260630 12:36:37.809835   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822836191499-480-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:37.843447   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:37.844753   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:37.846272   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:37.848769   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:37.849074   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:37.849330   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:37.849537   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:37.896939   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:35267
I20260630 12:36:37.897015  6683 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:35267 every 8 connection(s)
I20260630 12:36:37.913558  6684 heartbeater.cc:344] Connected to a master server at 127.0.120.62:45765
I20260630 12:36:37.914229  6684 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:37.915155  6684 heartbeater.cc:507] Master 127.0.120.62:45765 requested a full tablet report, sending...
I20260630 12:36:37.917371  6408 ts_manager.cc:194] Registered new tserver with Master: dac50ebc8a8f401ca2d4b6580774979e (127.0.120.3:35267)
I20260630 12:36:37.918282   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017838456s
I20260630 12:36:37.919098  6408 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46922
I20260630 12:36:38.674810  6535 heartbeater.cc:499] Master 127.0.120.62:45765 was elected leader, sending a full tablet report...
I20260630 12:36:38.800480  6610 heartbeater.cc:499] Master 127.0.120.62:45765 was elected leader, sending a full tablet report...
I20260630 12:36:38.922174  6684 heartbeater.cc:499] Master 127.0.120.62:45765 was elected leader, sending a full tablet report...
I20260630 12:36:38.985533  6408 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46926:
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:38.987720  6408 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:39.032274  6649 tablet_service.cc:1511] Processing CreateTablet for tablet d444223c04f74633b1b6af013b8191b2 (DEFAULT_TABLE table=test-workload [id=55fe409d2a3f4c018deec3bcbbf7d5ac]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:39.033852  6649 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d444223c04f74633b1b6af013b8191b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:39.041662  6500 tablet_service.cc:1511] Processing CreateTablet for tablet d444223c04f74633b1b6af013b8191b2 (DEFAULT_TABLE table=test-workload [id=55fe409d2a3f4c018deec3bcbbf7d5ac]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:39.043079  6500 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d444223c04f74633b1b6af013b8191b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:39.045110  6575 tablet_service.cc:1511] Processing CreateTablet for tablet d444223c04f74633b1b6af013b8191b2 (DEFAULT_TABLE table=test-workload [id=55fe409d2a3f4c018deec3bcbbf7d5ac]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:39.046381  6575 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d444223c04f74633b1b6af013b8191b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:39.056324  6704 tablet_bootstrap.cc:492] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e: Bootstrap starting.
I20260630 12:36:39.063563  6704 tablet_bootstrap.cc:654] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:39.065449  6705 tablet_bootstrap.cc:492] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792: Bootstrap starting.
I20260630 12:36:39.067386  6706 tablet_bootstrap.cc:492] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b: Bootstrap starting.
I20260630 12:36:39.071834  6705 tablet_bootstrap.cc:654] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:39.073211  6706 tablet_bootstrap.cc:654] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:39.073442  6704 tablet_bootstrap.cc:492] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e: No bootstrap required, opened a new log
I20260630 12:36:39.074079  6704 ts_tablet_manager.cc:1403] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.005s
I20260630 12:36:39.077600  6704 raft_consensus.cc:359] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.078145  6705 tablet_bootstrap.cc:492] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792: No bootstrap required, opened a new log
I20260630 12:36:39.078392  6704 raft_consensus.cc:385] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:39.078671  6705 ts_tablet_manager.cc:1403] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:36:39.078809  6704 raft_consensus.cc:740] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dac50ebc8a8f401ca2d4b6580774979e, State: Initialized, Role: FOLLOWER
I20260630 12:36:39.079756  6704 consensus_queue.cc:260] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.080811  6706 tablet_bootstrap.cc:492] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b: No bootstrap required, opened a new log
I20260630 12:36:39.081306  6706 ts_tablet_manager.cc:1403] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:36:39.082033  6705 raft_consensus.cc:359] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.082788  6704 ts_tablet_manager.cc:1434] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:39.082888  6705 raft_consensus.cc:385] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:39.083403  6705 raft_consensus.cc:740] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 781001a2b98f4477bb92652b92261792, State: Initialized, Role: FOLLOWER
I20260630 12:36:39.084298  6705 consensus_queue.cc:260] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.085937  6706 raft_consensus.cc:359] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.086794  6706 raft_consensus.cc:385] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:39.087132  6706 raft_consensus.cc:740] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f254d37f44e84d32b62b41c10c448e7b, State: Initialized, Role: FOLLOWER
I20260630 12:36:39.087984  6706 consensus_queue.cc:260] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.091305  6706 ts_tablet_manager.cc:1434] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.004s
I20260630 12:36:39.095394  6705 ts_tablet_manager.cc:1434] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792: Time spent starting tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:36:39.199538  6710 raft_consensus.cc:493] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:39.200101  6710 raft_consensus.cc:515] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.202646  6710 leader_election.cc:290] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f254d37f44e84d32b62b41c10c448e7b (127.0.120.2:40479), 781001a2b98f4477bb92652b92261792 (127.0.120.1:36885)
I20260630 12:36:39.221320  6585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d444223c04f74633b1b6af013b8191b2" candidate_uuid: "dac50ebc8a8f401ca2d4b6580774979e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f254d37f44e84d32b62b41c10c448e7b" is_pre_election: true
I20260630 12:36:39.222213  6585 raft_consensus.cc:2468] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dac50ebc8a8f401ca2d4b6580774979e in term 0.
I20260630 12:36:39.223744  6623 leader_election.cc:304] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: dac50ebc8a8f401ca2d4b6580774979e, f254d37f44e84d32b62b41c10c448e7b; no voters: 
I20260630 12:36:39.224694  6710 raft_consensus.cc:2804] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:39.225095  6710 raft_consensus.cc:493] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:39.225401  6710 raft_consensus.cc:3060] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:39.227360  6510 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d444223c04f74633b1b6af013b8191b2" candidate_uuid: "dac50ebc8a8f401ca2d4b6580774979e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "781001a2b98f4477bb92652b92261792" is_pre_election: true
I20260630 12:36:39.227980  6510 raft_consensus.cc:2468] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dac50ebc8a8f401ca2d4b6580774979e in term 0.
I20260630 12:36:39.231856  6710 raft_consensus.cc:515] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.233690  6710 leader_election.cc:290] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [CANDIDATE]: Term 1 election: Requested vote from peers f254d37f44e84d32b62b41c10c448e7b (127.0.120.2:40479), 781001a2b98f4477bb92652b92261792 (127.0.120.1:36885)
I20260630 12:36:39.234587  6585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d444223c04f74633b1b6af013b8191b2" candidate_uuid: "dac50ebc8a8f401ca2d4b6580774979e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f254d37f44e84d32b62b41c10c448e7b"
I20260630 12:36:39.235188  6585 raft_consensus.cc:3060] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:39.235013  6510 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d444223c04f74633b1b6af013b8191b2" candidate_uuid: "dac50ebc8a8f401ca2d4b6580774979e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "781001a2b98f4477bb92652b92261792"
I20260630 12:36:39.235796  6510 raft_consensus.cc:3060] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:39.241664  6585 raft_consensus.cc:2468] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dac50ebc8a8f401ca2d4b6580774979e in term 1.
I20260630 12:36:39.243036  6510 raft_consensus.cc:2468] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dac50ebc8a8f401ca2d4b6580774979e in term 1.
I20260630 12:36:39.242980  6623 leader_election.cc:304] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: dac50ebc8a8f401ca2d4b6580774979e, f254d37f44e84d32b62b41c10c448e7b; no voters: 
I20260630 12:36:39.244194  6710 raft_consensus.cc:2804] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:39.245352  6710 raft_consensus.cc:697] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 1 LEADER]: Becoming Leader. State: Replica: dac50ebc8a8f401ca2d4b6580774979e, State: Running, Role: LEADER
I20260630 12:36:39.246155  6710 consensus_queue.cc:237] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } }
I20260630 12:36:39.253379  6407 catalog_manager.cc:5697] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e reported cstate change: term changed from 0 to 1, leader changed from <none> to dac50ebc8a8f401ca2d4b6580774979e (127.0.120.3). New cstate: current_term: 1 leader_uuid: "dac50ebc8a8f401ca2d4b6580774979e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dac50ebc8a8f401ca2d4b6580774979e" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35267 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "781001a2b98f4477bb92652b92261792" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36885 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:39.289024   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:36:39.306624   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:39.307691   480 tablet_replica.cc:333] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792: stopping tablet replica
I20260630 12:36:39.308264   480 raft_consensus.cc:2243] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.308706   480 raft_consensus.cc:2272] T d444223c04f74633b1b6af013b8191b2 P 781001a2b98f4477bb92652b92261792 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.329270   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:36:39.447270  6461 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:39.448768  6461 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:39.449178  6461 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:39.869256  6718 consensus_queue.cc:1048] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f254d37f44e84d32b62b41c10c448e7b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:36:39.882766  6623 consensus_peers.cc:597] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e -> Peer 781001a2b98f4477bb92652b92261792 (127.0.120.1:36885): Couldn't send request to peer 781001a2b98f4477bb92652b92261792. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36885: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:41.450665  6461 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:41.452314  6461 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:41.452778  6461 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:42.477085  6623 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36885: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260630 12:36:42.481491  6623 consensus_peers.cc:597] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e -> Peer 781001a2b98f4477bb92652b92261792 (127.0.120.1:36885): Couldn't send request to peer 781001a2b98f4477bb92652b92261792. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36885: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:36:43.453933  6461 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:43.455746  6461 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:43.456208  6461 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:44.801887  6623 consensus_peers.cc:597] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e -> Peer 781001a2b98f4477bb92652b92261792 (127.0.120.1:36885): Couldn't send request to peer 781001a2b98f4477bb92652b92261792. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36885: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260630 12:36:45.457382  6461 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:45.458822  6461 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:45.459257  6461 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:47.295373  6623 consensus_peers.cc:597] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e -> Peer 781001a2b98f4477bb92652b92261792 (127.0.120.1:36885): Couldn't send request to peer 781001a2b98f4477bb92652b92261792. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36885: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260630 12:36:47.460367  6461 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:47.461803  6461 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:47.462103  6461 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:47.893409  6623 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36885: connect: Connection refused (error 111) [suppressed 10 similar messages]
I20260630 12:36:49.463194  6461 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:49.464622  6461 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:49.464936  6461 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:50.062283  6623 consensus_peers.cc:597] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e -> Peer 781001a2b98f4477bb92652b92261792 (127.0.120.1:36885): Couldn't send request to peer 781001a2b98f4477bb92652b92261792. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36885: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260630 12:36:50.410056   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:36:50.439123   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:50.440033   480 tablet_replica.cc:333] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b: stopping tablet replica
I20260630 12:36:50.440841   480 raft_consensus.cc:2243] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:50.441545   480 raft_consensus.cc:2272] T d444223c04f74633b1b6af013b8191b2 P f254d37f44e84d32b62b41c10c448e7b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.463737   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:36:50.479447   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:36:50.504017   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:50.504725   480 tablet_replica.cc:333] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e: stopping tablet replica
I20260630 12:36:50.505370   480 raft_consensus.cc:2243] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:50.506410   480 raft_consensus.cc:2272] T d444223c04f74633b1b6af013b8191b2 P dac50ebc8a8f401ca2d4b6580774979e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.527316   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:36:50.541473   480 master.cc:562] Master@127.0.120.62:45765 shutting down...
I20260630 12:36:50.564931   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:50.565716   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:50.566061   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9fcd83b7d50047748ecd7ba3012d2ef6: stopping tablet replica
I20260630 12:36:50.585729   480 master.cc:584] Master@127.0.120.62:45765 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13325 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:36:50.628861   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:40393
I20260630 12:36:50.630090   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:50.636708  6747 instance_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:50.637046  6748 instance_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:50.637719  6750 instance_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:50.638331   480 server_base.cc:1061] running on GCE node
I20260630 12:36:50.639328   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:50.639549   480 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:50.639708   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823010639687 us; error 0 us; skew 500 ppm
I20260630 12:36:50.640213   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:50.642777   480 webserver.cc:533] Webserver started at http://127.0.120.62:34943/ using document root <none> and password file <none>
I20260630 12:36:50.643383   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:50.643617   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:50.643945   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:50.645391   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "68250b770bfa430683fbb43dc5732096"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-80h9"
I20260630 12:36:50.650799   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260630 12:36:50.654670  6755 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:50.655588   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:50.655891   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "68250b770bfa430683fbb43dc5732096"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-80h9"
I20260630 12:36:50.656190   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-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:50.676746   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:50.678061   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:50.720839   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:40393
I20260630 12:36:50.720954  6806 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:40393 every 8 connection(s)
I20260630 12:36:50.725072  6807 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:50.737593  6807 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096: Bootstrap starting.
I20260630 12:36:50.742408  6807 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:50.746960  6807 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096: No bootstrap required, opened a new log
I20260630 12:36:50.749291  6807 raft_consensus.cc:359] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "68250b770bfa430683fbb43dc5732096" member_type: VOTER }
I20260630 12:36:50.749728  6807 raft_consensus.cc:385] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:50.750018  6807 raft_consensus.cc:740] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68250b770bfa430683fbb43dc5732096, State: Initialized, Role: FOLLOWER
I20260630 12:36:50.750700  6807 consensus_queue.cc:260] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "68250b770bfa430683fbb43dc5732096" member_type: VOTER }
I20260630 12:36:50.751226  6807 raft_consensus.cc:399] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:50.751432  6807 raft_consensus.cc:493] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:50.751762  6807 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:50.756771  6807 raft_consensus.cc:515] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "68250b770bfa430683fbb43dc5732096" member_type: VOTER }
I20260630 12:36:50.757313  6807 leader_election.cc:304] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [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: 68250b770bfa430683fbb43dc5732096; no voters: 
I20260630 12:36:50.758538  6807 leader_election.cc:290] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:50.759169  6810 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:50.760478  6810 raft_consensus.cc:697] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 1 LEADER]: Becoming Leader. State: Replica: 68250b770bfa430683fbb43dc5732096, State: Running, Role: LEADER
I20260630 12:36:50.761191  6810 consensus_queue.cc:237] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [LEADER]: Queue going to LEADER mode. State: All 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: "68250b770bfa430683fbb43dc5732096" member_type: VOTER }
I20260630 12:36:50.761693  6807 sys_catalog.cc:565] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:50.764268  6812 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 68250b770bfa430683fbb43dc5732096. Latest consensus state: current_term: 1 leader_uuid: "68250b770bfa430683fbb43dc5732096" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "68250b770bfa430683fbb43dc5732096" member_type: VOTER } }
I20260630 12:36:50.764338  6811 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "68250b770bfa430683fbb43dc5732096" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "68250b770bfa430683fbb43dc5732096" member_type: VOTER } }
I20260630 12:36:50.765165  6812 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:50.765208  6811 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:50.772565  6818 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:50.778290  6818 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:50.780292   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:50.788113  6818 catalog_manager.cc:1383] Generated new cluster ID: 384af20c65c24ca29a4a7f9488c0e21e
I20260630 12:36:50.788435  6818 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:50.812664  6818 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:50.814018  6818 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:50.831274  6818 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096: Generated new TSK 0
I20260630 12:36:50.831930  6818 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:50.847218   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:50.853711  6828 instance_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:50.854696  6829 instance_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:50.857214   480 server_base.cc:1061] running on GCE node
W20260630 12:36:50.857573  6831 instance_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:50.858621   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:50.858919   480 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:50.859179   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823010859144 us; error 0 us; skew 500 ppm
I20260630 12:36:50.859730   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:50.862301   480 webserver.cc:533] Webserver started at http://127.0.120.1:44985/ using document root <none> and password file <none>
I20260630 12:36:50.862802   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:50.863032   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:50.863341   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:50.864596   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "f3863b01fa8044a6ae0850efd4ee093e"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-80h9"
I20260630 12:36:50.869295   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:50.874282  6836 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:50.875197   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:50.875519   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "f3863b01fa8044a6ae0850efd4ee093e"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-80h9"
I20260630 12:36:50.875785   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-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:50.900375   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:50.901669   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:50.903349   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:50.905875   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:50.906124   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:50.906389   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:50.906602   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:50.950066   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:43003
I20260630 12:36:50.950222  6898 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:43003 every 8 connection(s)
I20260630 12:36:50.955456   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:50.964555  6903 instance_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:50.964556  6904 instance_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:50.966377  6906 instance_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:50.967741   480 server_base.cc:1061] running on GCE node
I20260630 12:36:50.968917   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:50.969165   480 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:50.969413   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823010969382 us; error 0 us; skew 500 ppm
I20260630 12:36:50.970121   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:50.970978  6899 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40393
I20260630 12:36:50.971457  6899 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:50.972517  6899 heartbeater.cc:507] Master 127.0.120.62:40393 requested a full tablet report, sending...
I20260630 12:36:50.973376   480 webserver.cc:533] Webserver started at http://127.0.120.2:43921/ using document root <none> and password file <none>
I20260630 12:36:50.974095   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:50.974329   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:50.974637   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:50.975286  6772 ts_manager.cc:194] Registered new tserver with Master: f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003)
I20260630 12:36:50.976012   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "9631d852a630487295ea18702dbb7389"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-80h9"
I20260630 12:36:50.977254  6772 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36548
I20260630 12:36:50.981717   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:36:50.985574  6911 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:50.986547   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:50.986814   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "9631d852a630487295ea18702dbb7389"
format_stamp: "Formatted at 2026-06-30 12:36:50 on dist-test-slave-80h9"
I20260630 12:36:50.987128   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-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:51.000041   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:51.001227   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:51.002713   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:51.005021   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:51.005198   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.005587   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:51.005812   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.048653   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:44339
I20260630 12:36:51.049069  6973 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:44339 every 8 connection(s)
I20260630 12:36:51.054055   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:51.062074  6977 instance_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:51.064085  6978 instance_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:51.066222  6980 instance_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:51.067308  6974 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40393
I20260630 12:36:51.067597   480 server_base.cc:1061] running on GCE node
I20260630 12:36:51.067780  6974 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:51.068738  6974 heartbeater.cc:507] Master 127.0.120.62:40393 requested a full tablet report, sending...
I20260630 12:36:51.068787   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:51.069115   480 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:51.069324   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823011069304 us; error 0 us; skew 500 ppm
I20260630 12:36:51.069983   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:51.071242  6772 ts_manager.cc:194] Registered new tserver with Master: 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339)
I20260630 12:36:51.072994  6772 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36562
I20260630 12:36:51.073037   480 webserver.cc:533] Webserver started at http://127.0.120.3:38583/ using document root <none> and password file <none>
I20260630 12:36:51.073613   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:51.073841   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:51.074174   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:51.075575   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "ea4f288e86c94053895cde5691b4acba"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-80h9"
I20260630 12:36:51.080344   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:51.084177  6985 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:51.085116   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:36:51.085440   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "ea4f288e86c94053895cde5691b4acba"
format_stamp: "Formatted at 2026-06-30 12:36:51 on dist-test-slave-80h9"
I20260630 12:36:51.085729   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-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:51.123003   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:51.124342   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:51.125887   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:51.128258   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:51.128525   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.128767   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:51.128940   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:51.173007   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:41515
I20260630 12:36:51.173130  7047 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:41515 every 8 connection(s)
I20260630 12:36:51.189179  7048 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40393
I20260630 12:36:51.189719  7048 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:51.190490  7048 heartbeater.cc:507] Master 127.0.120.62:40393 requested a full tablet report, sending...
I20260630 12:36:51.192901  6772 ts_manager.cc:194] Registered new tserver with Master: ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:51.193969   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017453986s
I20260630 12:36:51.194744  6772 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36568
I20260630 12:36:51.981010  6899 heartbeater.cc:499] Master 127.0.120.62:40393 was elected leader, sending a full tablet report...
I20260630 12:36:52.075865  6974 heartbeater.cc:499] Master 127.0.120.62:40393 was elected leader, sending a full tablet report...
I20260630 12:36:52.197952  7048 heartbeater.cc:499] Master 127.0.120.62:40393 was elected leader, sending a full tablet report...
I20260630 12:36:52.255249  6772 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35044:
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:36:52.258451  6772 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:52.325423  6939 tablet_service.cc:1511] Processing CreateTablet for tablet 7d803701e0674ddd8cb440a8f485464f (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:52.327181  6939 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d803701e0674ddd8cb440a8f485464f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.327667  6937 tablet_service.cc:1511] Processing CreateTablet for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4 (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:52.329170  6937 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.331637  6938 tablet_service.cc:1511] Processing CreateTablet for tablet 15fa8aa551f64655bf9f663311e6703d (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:52.331650  6864 tablet_service.cc:1511] Processing CreateTablet for tablet 7d803701e0674ddd8cb440a8f485464f (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:52.332751  6863 tablet_service.cc:1511] Processing CreateTablet for tablet 15fa8aa551f64655bf9f663311e6703d (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:52.333138  6938 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15fa8aa551f64655bf9f663311e6703d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.333950  6864 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d803701e0674ddd8cb440a8f485464f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.334604  6861 tablet_service.cc:1511] Processing CreateTablet for tablet efbd0ba5e08249f6ae003f4f5259cd2a (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:52.335990  6861 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet efbd0ba5e08249f6ae003f4f5259cd2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.338065  6863 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15fa8aa551f64655bf9f663311e6703d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.338812  6862 tablet_service.cc:1511] Processing CreateTablet for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4 (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:52.340273  6862 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.361315  7068 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389: Bootstrap starting.
I20260630 12:36:52.371411  7068 tablet_bootstrap.cc:654] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.362733  6939 tablet_service.cc:1511] Processing CreateTablet for tablet efbd0ba5e08249f6ae003f4f5259cd2a (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:52.373231  6939 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet efbd0ba5e08249f6ae003f4f5259cd2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.377022  7013 tablet_service.cc:1511] Processing CreateTablet for tablet 7d803701e0674ddd8cb440a8f485464f (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:52.380944  7012 tablet_service.cc:1511] Processing CreateTablet for tablet 15fa8aa551f64655bf9f663311e6703d (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:52.384730  7010 tablet_service.cc:1511] Processing CreateTablet for tablet efbd0ba5e08249f6ae003f4f5259cd2a (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:52.385689  7069 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e: Bootstrap starting.
I20260630 12:36:52.388093  7011 tablet_service.cc:1511] Processing CreateTablet for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4 (DEFAULT_TABLE table=test-workload [id=15829b4a652c4423b5e872a640083bc5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:52.390522  7013 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d803701e0674ddd8cb440a8f485464f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.394935  7069 tablet_bootstrap.cc:654] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.395726  7012 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15fa8aa551f64655bf9f663311e6703d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.399587  7010 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet efbd0ba5e08249f6ae003f4f5259cd2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.400735  7011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:52.442894  7069 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e: No bootstrap required, opened a new log
I20260630 12:36:52.443720  7069 ts_tablet_manager.cc:1403] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e: Time spent bootstrapping tablet: real 0.058s	user 0.022s	sys 0.010s
I20260630 12:36:52.447395  7072 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba: Bootstrap starting.
I20260630 12:36:52.449194  7068 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389: No bootstrap required, opened a new log
I20260630 12:36:52.449753  7068 ts_tablet_manager.cc:1403] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389: Time spent bootstrapping tablet: real 0.089s	user 0.031s	sys 0.043s
I20260630 12:36:52.447454  7069 raft_consensus.cc:359] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.450773  7069 raft_consensus.cc:385] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.451184  7069 raft_consensus.cc:740] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3863b01fa8044a6ae0850efd4ee093e, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.452020  7069 consensus_queue.cc:260] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.452741  7068 raft_consensus.cc:359] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.453410  7068 raft_consensus.cc:385] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.453670  7068 raft_consensus.cc:740] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9631d852a630487295ea18702dbb7389, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.454514  7068 consensus_queue.cc:260] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.455650  7069 ts_tablet_manager.cc:1434] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.004s
I20260630 12:36:52.457664  7069 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e: Bootstrap starting.
I20260630 12:36:52.458338  7072 tablet_bootstrap.cc:654] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.463873  7068 ts_tablet_manager.cc:1434] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389: Time spent starting tablet: real 0.014s	user 0.010s	sys 0.004s
I20260630 12:36:52.465159  7069 tablet_bootstrap.cc:654] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.466334  7068 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389: Bootstrap starting.
I20260630 12:36:52.469641  7072 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba: No bootstrap required, opened a new log
I20260630 12:36:52.471386  7072 ts_tablet_manager.cc:1403] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.007s
I20260630 12:36:52.474931  7072 raft_consensus.cc:359] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.475870  7072 raft_consensus.cc:385] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.476227  7072 raft_consensus.cc:740] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea4f288e86c94053895cde5691b4acba, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.477349  7068 tablet_bootstrap.cc:654] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.477344  7072 consensus_queue.cc:260] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.481868  7069 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e: No bootstrap required, opened a new log
I20260630 12:36:52.482545  7069 ts_tablet_manager.cc:1403] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.012s
I20260630 12:36:52.483542  7072 ts_tablet_manager.cc:1434] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.001s
I20260630 12:36:52.484634  7072 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba: Bootstrap starting.
I20260630 12:36:52.485126  7068 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389: No bootstrap required, opened a new log
I20260630 12:36:52.485692  7068 ts_tablet_manager.cc:1403] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.011s
I20260630 12:36:52.485890  7069 raft_consensus.cc:359] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.486730  7069 raft_consensus.cc:385] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.487004  7069 raft_consensus.cc:740] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3863b01fa8044a6ae0850efd4ee093e, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.487849  7069 consensus_queue.cc:260] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.491852  7069 ts_tablet_manager.cc:1434] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:36:52.492532  7072 tablet_bootstrap.cc:654] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.492995  7069 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e: Bootstrap starting.
I20260630 12:36:52.500679  7069 tablet_bootstrap.cc:654] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.499966  7068 raft_consensus.cc:359] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.501421  7068 raft_consensus.cc:385] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.501892  7068 raft_consensus.cc:740] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9631d852a630487295ea18702dbb7389, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.503177  7068 consensus_queue.cc:260] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.506747  7068 ts_tablet_manager.cc:1434] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.004s
I20260630 12:36:52.508427  7068 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389: Bootstrap starting.
I20260630 12:36:52.517726  7068 tablet_bootstrap.cc:654] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.518208  7072 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba: No bootstrap required, opened a new log
I20260630 12:36:52.518836  7072 ts_tablet_manager.cc:1403] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba: Time spent bootstrapping tablet: real 0.034s	user 0.016s	sys 0.015s
I20260630 12:36:52.522563  7072 raft_consensus.cc:359] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.523733  7072 raft_consensus.cc:385] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.524154  7072 raft_consensus.cc:740] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea4f288e86c94053895cde5691b4acba, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.525451  7072 consensus_queue.cc:260] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.528916  7072 ts_tablet_manager.cc:1434] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.003s
I20260630 12:36:52.534281  7072 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba: Bootstrap starting.
I20260630 12:36:52.544201  7072 tablet_bootstrap.cc:654] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.554947  7069 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e: No bootstrap required, opened a new log
I20260630 12:36:52.555583  7069 ts_tablet_manager.cc:1403] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e: Time spent bootstrapping tablet: real 0.063s	user 0.045s	sys 0.016s
I20260630 12:36:52.558194  7069 raft_consensus.cc:359] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.558967  7069 raft_consensus.cc:385] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.559401  7069 raft_consensus.cc:740] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3863b01fa8044a6ae0850efd4ee093e, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.554947  7068 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389: No bootstrap required, opened a new log
I20260630 12:36:52.560258  7068 ts_tablet_manager.cc:1403] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389: Time spent bootstrapping tablet: real 0.052s	user 0.018s	sys 0.029s
I20260630 12:36:52.560537  7069 consensus_queue.cc:260] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.562391  7072 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba: No bootstrap required, opened a new log
I20260630 12:36:52.562920  7072 ts_tablet_manager.cc:1403] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba: Time spent bootstrapping tablet: real 0.029s	user 0.008s	sys 0.016s
I20260630 12:36:52.562990  7069 ts_tablet_manager.cc:1434] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.002s
I20260630 12:36:52.564167  7069 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e: Bootstrap starting.
I20260630 12:36:52.563930  7068 raft_consensus.cc:359] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.564826  7068 raft_consensus.cc:385] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.565196  7068 raft_consensus.cc:740] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9631d852a630487295ea18702dbb7389, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.566236  7072 raft_consensus.cc:359] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.566201  7068 consensus_queue.cc:260] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.567224  7072 raft_consensus.cc:385] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.567622  7072 raft_consensus.cc:740] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea4f288e86c94053895cde5691b4acba, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.568513  7072 consensus_queue.cc:260] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.571537  7069 tablet_bootstrap.cc:654] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.573748  7073 raft_consensus.cc:493] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.574023  7077 raft_consensus.cc:493] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.574590  7077 raft_consensus.cc:515] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.574448  7073 raft_consensus.cc:515] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.578994  7072 ts_tablet_manager.cc:1434] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:36:52.583576  7073 leader_election.cc:290] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339), ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:52.588131  7072 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba: Bootstrap starting.
I20260630 12:36:52.590983  7068 ts_tablet_manager.cc:1434] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389: Time spent starting tablet: real 0.030s	user 0.007s	sys 0.000s
I20260630 12:36:52.596333  7077 leader_election.cc:290] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339)
I20260630 12:36:52.597184  7068 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389: Bootstrap starting.
I20260630 12:36:52.597277  7072 tablet_bootstrap.cc:654] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.605096  7068 tablet_bootstrap.cc:654] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.613219  7069 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e: No bootstrap required, opened a new log
I20260630 12:36:52.613957  7069 ts_tablet_manager.cc:1403] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e: Time spent bootstrapping tablet: real 0.050s	user 0.007s	sys 0.011s
I20260630 12:36:52.617380  7068 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389: No bootstrap required, opened a new log
I20260630 12:36:52.617133  7069 raft_consensus.cc:359] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.617931  7069 raft_consensus.cc:385] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.618105  7068 ts_tablet_manager.cc:1403] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.009s
I20260630 12:36:52.618247  7069 raft_consensus.cc:740] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3863b01fa8044a6ae0850efd4ee093e, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.621863  7068 raft_consensus.cc:359] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.622874  7068 raft_consensus.cc:385] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.623251  7068 raft_consensus.cc:740] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9631d852a630487295ea18702dbb7389, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.624475  7068 consensus_queue.cc:260] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.625208  7069 consensus_queue.cc:260] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.626780  7068 ts_tablet_manager.cc:1434] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:36:52.627627  7069 ts_tablet_manager.cc:1434] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.005s
I20260630 12:36:52.633870  6949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15fa8aa551f64655bf9f663311e6703d" candidate_uuid: "f3863b01fa8044a6ae0850efd4ee093e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389" is_pre_election: true
I20260630 12:36:52.634716  6949 raft_consensus.cc:2468] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3863b01fa8044a6ae0850efd4ee093e in term 0.
I20260630 12:36:52.637009  6840 leader_election.cc:304] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9631d852a630487295ea18702dbb7389, f3863b01fa8044a6ae0850efd4ee093e; no voters: 
I20260630 12:36:52.638476  7073 raft_consensus.cc:2804] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.639608  7073 raft_consensus.cc:493] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.640041  7073 raft_consensus.cc:3060] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.649474  7073 raft_consensus.cc:515] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.650760  7023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15fa8aa551f64655bf9f663311e6703d" candidate_uuid: "f3863b01fa8044a6ae0850efd4ee093e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4f288e86c94053895cde5691b4acba" is_pre_election: true
I20260630 12:36:52.651557  7023 raft_consensus.cc:2468] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3863b01fa8044a6ae0850efd4ee093e in term 0.
I20260630 12:36:52.652637  7072 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba: No bootstrap required, opened a new log
I20260630 12:36:52.652431  6949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15fa8aa551f64655bf9f663311e6703d" candidate_uuid: "f3863b01fa8044a6ae0850efd4ee093e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389"
I20260630 12:36:52.653187  7072 ts_tablet_manager.cc:1403] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba: Time spent bootstrapping tablet: real 0.065s	user 0.029s	sys 0.023s
I20260630 12:36:52.653177  6949 raft_consensus.cc:3060] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.656504  7072 raft_consensus.cc:359] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.657274  7072 raft_consensus.cc:385] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.657186  6948 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "89f5e6f4c05e4577b1b7f55e001ca3d4" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389" is_pre_election: true
I20260630 12:36:52.657732  7072 raft_consensus.cc:740] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea4f288e86c94053895cde5691b4acba, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.658051  6948 raft_consensus.cc:2468] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 0.
I20260630 12:36:52.659564  6874 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "89f5e6f4c05e4577b1b7f55e001ca3d4" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3863b01fa8044a6ae0850efd4ee093e" is_pre_election: true
I20260630 12:36:52.659636  6989 leader_election.cc:304] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9631d852a630487295ea18702dbb7389, ea4f288e86c94053895cde5691b4acba; no voters: 
I20260630 12:36:52.660445  6874 raft_consensus.cc:2468] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 0.
I20260630 12:36:52.660919  7077 raft_consensus.cc:2804] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.661289  7077 raft_consensus.cc:493] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.658759  7072 consensus_queue.cc:260] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.661360  6949 raft_consensus.cc:2468] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3863b01fa8044a6ae0850efd4ee093e in term 1.
I20260630 12:36:52.661650  7077 raft_consensus.cc:3060] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.664126  7073 leader_election.cc:290] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [CANDIDATE]: Term 1 election: Requested vote from peers 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339), ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:52.664398  7072 ts_tablet_manager.cc:1434] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:36:52.666229  7023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15fa8aa551f64655bf9f663311e6703d" candidate_uuid: "f3863b01fa8044a6ae0850efd4ee093e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4f288e86c94053895cde5691b4acba"
I20260630 12:36:52.666776  7023 raft_consensus.cc:3060] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.669816  7077 raft_consensus.cc:515] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.671908  6840 leader_election.cc:304] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9631d852a630487295ea18702dbb7389, f3863b01fa8044a6ae0850efd4ee093e; no voters: 
I20260630 12:36:52.672600  6874 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "89f5e6f4c05e4577b1b7f55e001ca3d4" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3863b01fa8044a6ae0850efd4ee093e"
I20260630 12:36:52.673274  6874 raft_consensus.cc:3060] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.674002  6949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "89f5e6f4c05e4577b1b7f55e001ca3d4" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389"
I20260630 12:36:52.674669  6949 raft_consensus.cc:3060] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.677520  7077 leader_election.cc:290] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 election: Requested vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339)
I20260630 12:36:52.677778  7073 raft_consensus.cc:2804] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.681439  6874 raft_consensus.cc:2468] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 1.
I20260630 12:36:52.682559  7023 raft_consensus.cc:2468] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3863b01fa8044a6ae0850efd4ee093e in term 1.
I20260630 12:36:52.682973  6986 leader_election.cc:304] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ea4f288e86c94053895cde5691b4acba, f3863b01fa8044a6ae0850efd4ee093e; no voters: 
I20260630 12:36:52.685714  6949 raft_consensus.cc:2468] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 1.
I20260630 12:36:52.685935  7077 raft_consensus.cc:2804] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.686453  7077 raft_consensus.cc:697] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Becoming Leader. State: Replica: ea4f288e86c94053895cde5691b4acba, State: Running, Role: LEADER
I20260630 12:36:52.686641  7073 raft_consensus.cc:697] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 1 LEADER]: Becoming Leader. State: Replica: f3863b01fa8044a6ae0850efd4ee093e, State: Running, Role: LEADER
I20260630 12:36:52.687434  7077 consensus_queue.cc:237] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.688128  7073 consensus_queue.cc:237] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.683254  7091 raft_consensus.cc:493] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.682926  7074 raft_consensus.cc:493] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.691135  7074 raft_consensus.cc:515] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.691151  7094 raft_consensus.cc:493] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.693146  7094 raft_consensus.cc:515] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.694257  7074 leader_election.cc:290] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:52.694970  7091 raft_consensus.cc:515] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.697403  7091 leader_election.cc:290] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339)
I20260630 12:36:52.698410  6874 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3863b01fa8044a6ae0850efd4ee093e" is_pre_election: true
I20260630 12:36:52.699116  6874 raft_consensus.cc:2468] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 0.
I20260630 12:36:52.699568  6949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389" is_pre_election: true
I20260630 12:36:52.700127  6949 raft_consensus.cc:2468] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 0.
I20260630 12:36:52.700420  6986 leader_election.cc:304] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ea4f288e86c94053895cde5691b4acba, f3863b01fa8044a6ae0850efd4ee093e; no voters: 
I20260630 12:36:52.701700  7091 raft_consensus.cc:2804] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.702104  7091 raft_consensus.cc:493] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.702438  7091 raft_consensus.cc:3060] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.703125  7094 leader_election.cc:290] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339), ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:52.706007  7023 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "f3863b01fa8044a6ae0850efd4ee093e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4f288e86c94053895cde5691b4acba" is_pre_election: true
I20260630 12:36:52.705415  6768 catalog_manager.cc:5697] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba reported cstate change: term changed from 0 to 1, leader changed from <none> to ea4f288e86c94053895cde5691b4acba (127.0.120.3). New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:52.711328  6949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "f3863b01fa8044a6ae0850efd4ee093e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389" is_pre_election: true
I20260630 12:36:52.712090  6949 raft_consensus.cc:2468] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3863b01fa8044a6ae0850efd4ee093e in term 0.
I20260630 12:36:52.713217  6840 leader_election.cc:304] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9631d852a630487295ea18702dbb7389, f3863b01fa8044a6ae0850efd4ee093e; no voters: 
I20260630 12:36:52.714083  7073 raft_consensus.cc:2804] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.714521  7073 raft_consensus.cc:493] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.714900  7073 raft_consensus.cc:3060] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.714196  6769 catalog_manager.cc:5697] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e reported cstate change: term changed from 0 to 1, leader changed from <none> to f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1). New cstate: current_term: 1 leader_uuid: "f3863b01fa8044a6ae0850efd4ee093e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:52.718619  7091 raft_consensus.cc:515] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.721663  6874 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3863b01fa8044a6ae0850efd4ee093e"
I20260630 12:36:52.722570  6949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389"
I20260630 12:36:52.723248  7077 raft_consensus.cc:493] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.723357  7091 leader_election.cc:290] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 election: Requested vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339)
I20260630 12:36:52.723588  7023 raft_consensus.cc:2393] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f3863b01fa8044a6ae0850efd4ee093e in current term 1: Already voted for candidate ea4f288e86c94053895cde5691b4acba in this term.
I20260630 12:36:52.722406  7073 raft_consensus.cc:515] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.724045  7077 raft_consensus.cc:515] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.729403  7022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "f3863b01fa8044a6ae0850efd4ee093e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4f288e86c94053895cde5691b4acba"
I20260630 12:36:52.730475  7022 raft_consensus.cc:2393] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f3863b01fa8044a6ae0850efd4ee093e in current term 1: Already voted for candidate ea4f288e86c94053895cde5691b4acba in this term.
I20260630 12:36:52.724566  6874 raft_consensus.cc:2393] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate ea4f288e86c94053895cde5691b4acba in current term 1: Already voted for candidate f3863b01fa8044a6ae0850efd4ee093e in this term.
I20260630 12:36:52.727030  6948 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "f3863b01fa8044a6ae0850efd4ee093e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389"
I20260630 12:36:52.731248  7077 leader_election.cc:290] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339)
I20260630 12:36:52.731725  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d803701e0674ddd8cb440a8f485464f" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3863b01fa8044a6ae0850efd4ee093e" is_pre_election: true
I20260630 12:36:52.732652  6873 raft_consensus.cc:2468] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 0.
I20260630 12:36:52.734421  6986 leader_election.cc:304] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ea4f288e86c94053895cde5691b4acba, f3863b01fa8044a6ae0850efd4ee093e; no voters: 
I20260630 12:36:52.735183  6837 leader_election.cc:304] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [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: f3863b01fa8044a6ae0850efd4ee093e; no voters: 9631d852a630487295ea18702dbb7389, ea4f288e86c94053895cde5691b4acba
I20260630 12:36:52.735961  7077 raft_consensus.cc:2804] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:52.736179  7094 raft_consensus.cc:2749] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:36:52.736553  7022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "9631d852a630487295ea18702dbb7389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4f288e86c94053895cde5691b4acba" is_pre_election: true
I20260630 12:36:52.736987  6948 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d803701e0674ddd8cb440a8f485464f" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389" is_pre_election: true
I20260630 12:36:52.723277  6949 raft_consensus.cc:3060] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.728408  7074 raft_consensus.cc:493] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:52.737478  7022 raft_consensus.cc:2393] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9631d852a630487295ea18702dbb7389 in current term 1: Already voted for candidate ea4f288e86c94053895cde5691b4acba in this term.
I20260630 12:36:52.736555  7077 raft_consensus.cc:493] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:52.738044  7077 raft_consensus.cc:3060] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.738003  7074 raft_consensus.cc:515] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.739146  6948 raft_consensus.cc:2468] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 0.
I20260630 12:36:52.740350  7074 leader_election.cc:290] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:52.741488  7022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d803701e0674ddd8cb440a8f485464f" candidate_uuid: "9631d852a630487295ea18702dbb7389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4f288e86c94053895cde5691b4acba" is_pre_election: true
I20260630 12:36:52.746084  7077 raft_consensus.cc:515] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.747917  7022 raft_consensus.cc:2393] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9631d852a630487295ea18702dbb7389 in current term 1: Already voted for candidate ea4f288e86c94053895cde5691b4acba in this term.
I20260630 12:36:52.740324  7073 leader_election.cc:290] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [CANDIDATE]: Term 1 election: Requested vote from peers 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339), ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:52.747757  6949 raft_consensus.cc:2468] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 1.
I20260630 12:36:52.749285  6874 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "efbd0ba5e08249f6ae003f4f5259cd2a" candidate_uuid: "9631d852a630487295ea18702dbb7389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3863b01fa8044a6ae0850efd4ee093e" is_pre_election: true
I20260630 12:36:52.749706  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d803701e0674ddd8cb440a8f485464f" candidate_uuid: "9631d852a630487295ea18702dbb7389" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3863b01fa8044a6ae0850efd4ee093e" is_pre_election: true
I20260630 12:36:52.750104  6874 raft_consensus.cc:2393] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9631d852a630487295ea18702dbb7389 in current term 1: Already voted for candidate f3863b01fa8044a6ae0850efd4ee093e in this term.
I20260630 12:36:52.749902  6989 leader_election.cc:304] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [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: 9631d852a630487295ea18702dbb7389, ea4f288e86c94053895cde5691b4acba; no voters: f3863b01fa8044a6ae0850efd4ee093e
I20260630 12:36:52.750236  6873 raft_consensus.cc:2468] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9631d852a630487295ea18702dbb7389 in term 0.
I20260630 12:36:52.750829  7091 raft_consensus.cc:2804] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.751436  7091 raft_consensus.cc:697] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Becoming Leader. State: Replica: ea4f288e86c94053895cde5691b4acba, State: Running, Role: LEADER
I20260630 12:36:52.751590  6912 leader_election.cc:304] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [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: 9631d852a630487295ea18702dbb7389; no voters: ea4f288e86c94053895cde5691b4acba, f3863b01fa8044a6ae0850efd4ee093e
I20260630 12:36:52.752521  7077 leader_election.cc:290] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 election: Requested vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339)
I20260630 12:36:52.752400  7091 consensus_queue.cc:237] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:52.752979  6912 leader_election.cc:304] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9631d852a630487295ea18702dbb7389, f3863b01fa8044a6ae0850efd4ee093e; no voters: 
I20260630 12:36:52.753636  6949 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d803701e0674ddd8cb440a8f485464f" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9631d852a630487295ea18702dbb7389"
I20260630 12:36:52.754386  6949 raft_consensus.cc:3060] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.754667  7099 raft_consensus.cc:2749] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:52.755447  6873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d803701e0674ddd8cb440a8f485464f" candidate_uuid: "ea4f288e86c94053895cde5691b4acba" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3863b01fa8044a6ae0850efd4ee093e"
I20260630 12:36:52.756096  6873 raft_consensus.cc:3060] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.762025  6949 raft_consensus.cc:2468] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 1.
I20260630 12:36:52.761665  6768 catalog_manager.cc:5697] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba reported cstate change: term changed from 0 to 1, leader changed from <none> to ea4f288e86c94053895cde5691b4acba (127.0.120.3). New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:52.762522  7074 raft_consensus.cc:2764] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:36:52.763954  6989 leader_election.cc:304] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9631d852a630487295ea18702dbb7389, ea4f288e86c94053895cde5691b4acba; no voters: 
I20260630 12:36:52.764976  7091 raft_consensus.cc:2804] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.765523  7091 raft_consensus.cc:697] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Becoming Leader. State: Replica: ea4f288e86c94053895cde5691b4acba, State: Running, Role: LEADER
I20260630 12:36:52.765897  6873 raft_consensus.cc:2468] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea4f288e86c94053895cde5691b4acba in term 1.
I20260630 12:36:52.766386  7091 consensus_queue.cc:237] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
W20260630 12:36:52.776814  6820 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:52.779193  6769 catalog_manager.cc:5697] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba reported cstate change: term changed from 0 to 1, leader changed from <none> to ea4f288e86c94053895cde5691b4acba (127.0.120.3). New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:52.865932   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:36:52.893303   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:52.894526   480 tablet_replica.cc:333] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e: stopping tablet replica
I20260630 12:36:52.895236   480 raft_consensus.cc:2243] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:52.895620   480 raft_consensus.cc:2272] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:52.897619   480 tablet_replica.cc:333] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e: stopping tablet replica
I20260630 12:36:52.898188   480 raft_consensus.cc:2243] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:52.898545   480 raft_consensus.cc:2272] T efbd0ba5e08249f6ae003f4f5259cd2a P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:52.900684   480 tablet_replica.cc:333] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e: stopping tablet replica
I20260630 12:36:52.901180   480 raft_consensus.cc:2243] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:52.901772   480 pending_rounds.cc:70] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e: Trying to abort 1 pending ops.
I20260630 12:36:52.901957   480 pending_rounds.cc:77] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443060005851136 op_type: NO_OP noop_request { }
I20260630 12:36:52.902225   480 raft_consensus.cc:2889] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:36:52.902452   480 raft_consensus.cc:2272] T 15fa8aa551f64655bf9f663311e6703d P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:52.904876   480 tablet_replica.cc:333] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e: stopping tablet replica
I20260630 12:36:52.905344   480 raft_consensus.cc:2243] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:52.905689   480 raft_consensus.cc:2272] T 7d803701e0674ddd8cb440a8f485464f P f3863b01fa8044a6ae0850efd4ee093e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:52.929437   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:36:53.155634  7091 consensus_queue.cc:1048] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:53.170045  6986 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111) [suppressed 4 similar messages]
I20260630 12:36:53.172781  7077 consensus_queue.cc:1048] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:53.174998  6986 consensus_peers.cc:597] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:53.187358  6986 consensus_peers.cc:597] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:53.309059  7091 consensus_queue.cc:1048] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:53.324285  6986 consensus_peers.cc:597] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:53.779120  6820 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f3863b01fa8044a6ae0850efd4ee093e not available for placement
I20260630 12:36:53.832423  7091 consensus_queue.cc:579] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Leader has been unable to successfully communicate with peer f3863b01fa8044a6ae0850efd4ee093e for more than 1 seconds (1.063s)
W20260630 12:36:53.839919  6769 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 7d803701e0674ddd8cb440a8f485464f with cas_config_opid_index -1: no extra replica candidate found for tablet 7d803701e0674ddd8cb440a8f485464f (table test-workload [id=15829b4a652c4423b5e872a640083bc5]): 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
I20260630 12:36:53.976361   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:53.982823  7111 instance_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:53.983361  7112 instance_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:53.985332  7114 instance_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:53.985707   480 server_base.cc:1061] running on GCE node
I20260630 12:36:53.987713   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:53.987932   480 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:53.988087   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823013988068 us; error 0 us; skew 500 ppm
I20260630 12:36:53.988742   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:53.991341   480 webserver.cc:533] Webserver started at http://127.0.120.4:39517/ using document root <none> and password file <none>
I20260630 12:36:53.991832   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:53.992003   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:53.992242   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:53.993431   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "449a819532bd49f9bebb61581bd28b94"
format_stamp: "Formatted at 2026-06-30 12:36:53 on dist-test-slave-80h9"
I20260630 12:36:53.998749   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260630 12:36:54.002537  7119 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.003477   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:54.003962   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "449a819532bd49f9bebb61581bd28b94"
format_stamp: "Formatted at 2026-06-30 12:36:53 on dist-test-slave-80h9"
I20260630 12:36:54.004292   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822836191499-480-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:54.013652   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:54.014804   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:54.016346   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:54.018713   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:54.018957   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.019286   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:54.019475   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:54.066124   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:40161
I20260630 12:36:54.066228  7181 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:40161 every 8 connection(s)
I20260630 12:36:54.081609  7182 heartbeater.cc:344] Connected to a master server at 127.0.120.62:40393
I20260630 12:36:54.082083  7182 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:54.082906  7182 heartbeater.cc:507] Master 127.0.120.62:40393 requested a full tablet report, sending...
I20260630 12:36:54.084992  6769 ts_manager.cc:194] Registered new tserver with Master: 449a819532bd49f9bebb61581bd28b94 (127.0.120.4:40161)
I20260630 12:36:54.086452  6769 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35050
I20260630 12:36:54.143127  7110 consensus_queue.cc:579] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Leader has been unable to successfully communicate with peer f3863b01fa8044a6ae0850efd4ee093e for more than 1 seconds (1.454s)
I20260630 12:36:54.152604  7022 consensus_queue.cc:237] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:54.160347  6949 raft_consensus.cc:1275] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:54.162268  7091 consensus_queue.cc:1048] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:54.165498  7022 consensus_queue.cc:237] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
W20260630 12:36:54.166724  6986 consensus_peers.cc:597] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:54.169924  7109 raft_consensus.cc:2955] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
W20260630 12:36:54.173295  6989 consensus_peers.cc:597] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba -> Peer 449a819532bd49f9bebb61581bd28b94 (127.0.120.4:40161): Couldn't send request to peer 449a819532bd49f9bebb61581bd28b94. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 89f5e6f4c05e4577b1b7f55e001ca3d4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:54.172441  6949 raft_consensus.cc:2955] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:54.176753  6948 raft_consensus.cc:1275] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:36:54.178005  6989 consensus_peers.cc:597] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba -> Peer 449a819532bd49f9bebb61581bd28b94 (127.0.120.4:40161): Couldn't send request to peer 449a819532bd49f9bebb61581bd28b94. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7d803701e0674ddd8cb440a8f485464f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:54.179216  7110 consensus_queue.cc:1048] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:54.182940  6986 consensus_peers.cc:597] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:54.185364  6756 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:36:54.186661  7091 consensus_queue.cc:579] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Leader has been unable to successfully communicate with peer f3863b01fa8044a6ae0850efd4ee093e for more than 1 seconds (1.433s)
I20260630 12:36:54.190299  6769 catalog_manager.cc:5697] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 reported cstate change: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:54.191527  7189 raft_consensus.cc:2955] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:54.194828  6948 raft_consensus.cc:2955] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:54.207680  6756 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 7d803701e0674ddd8cb440a8f485464f with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:36:54.215209  7188 raft_consensus.cc:493] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:54.215895  7188 raft_consensus.cc:515] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:54.218948  7188 leader_election.cc:290] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:54.221889  7022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15fa8aa551f64655bf9f663311e6703d" candidate_uuid: "9631d852a630487295ea18702dbb7389" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4f288e86c94053895cde5691b4acba" is_pre_election: true
I20260630 12:36:54.222688  7022 raft_consensus.cc:2468] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9631d852a630487295ea18702dbb7389 in term 1.
I20260630 12:36:54.222754  6768 catalog_manager.cc:5697] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 reported cstate change: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:54.224895  6912 leader_election.cc:304] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [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: 9631d852a630487295ea18702dbb7389, ea4f288e86c94053895cde5691b4acba; no voters: 
I20260630 12:36:54.225776  7188 raft_consensus.cc:2804] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:54.226162  7188 raft_consensus.cc:493] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:54.226511  7188 raft_consensus.cc:3060] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:36:54.227674  6912 leader_election.cc:336] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
I20260630 12:36:54.232882  7188 raft_consensus.cc:515] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:54.235222  7188 leader_election.cc:290] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [CANDIDATE]: Term 2 election: Requested vote from peers f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003), ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:54.236920  7022 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "15fa8aa551f64655bf9f663311e6703d" candidate_uuid: "9631d852a630487295ea18702dbb7389" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4f288e86c94053895cde5691b4acba"
I20260630 12:36:54.237636  7022 raft_consensus.cc:3060] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:36:54.239892  6912 leader_election.cc:336] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
I20260630 12:36:54.242030  7023 consensus_queue.cc:237] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:54.245743  7022 raft_consensus.cc:2468] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9631d852a630487295ea18702dbb7389 in term 2.
I20260630 12:36:54.247217  6912 leader_election.cc:304] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [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: 9631d852a630487295ea18702dbb7389, ea4f288e86c94053895cde5691b4acba; no voters: f3863b01fa8044a6ae0850efd4ee093e
I20260630 12:36:54.248049  7188 raft_consensus.cc:2804] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:54.250847  7188 raft_consensus.cc:697] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 2 LEADER]: Becoming Leader. State: Replica: 9631d852a630487295ea18702dbb7389, State: Running, Role: LEADER
I20260630 12:36:54.251718  6948 raft_consensus.cc:1275] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:36:54.252169  6989 consensus_peers.cc:597] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba -> Peer 449a819532bd49f9bebb61581bd28b94 (127.0.120.4:40161): Couldn't send request to peer 449a819532bd49f9bebb61581bd28b94. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: efbd0ba5e08249f6ae003f4f5259cd2a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:54.251778  7188 consensus_queue.cc:237] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Queue going to LEADER 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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } }
I20260630 12:36:54.253659  7189 consensus_queue.cc:1048] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:54.254864  6986 consensus_peers.cc:597] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:54.261957  7091 raft_consensus.cc:2955] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:54.262286  6769 catalog_manager.cc:5697] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 reported cstate change: term changed from 1 to 2, leader changed from f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) to 9631d852a630487295ea18702dbb7389 (127.0.120.2). New cstate: current_term: 2 leader_uuid: "9631d852a630487295ea18702dbb7389" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:54.263777  6948 raft_consensus.cc:2955] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:54.271649  6756 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet efbd0ba5e08249f6ae003f4f5259cd2a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:36:54.277789  6769 catalog_manager.cc:5697] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba reported cstate change: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:54.616880  7201 ts_tablet_manager.cc:933] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: Initiating tablet copy from peer ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:54.618531  7201 tablet_copy_client.cc:323] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:41515
I20260630 12:36:54.629729  7033 tablet_copy_service.cc:140] P ea4f288e86c94053895cde5691b4acba: Received BeginTabletCopySession request for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4 from peer 449a819532bd49f9bebb61581bd28b94 ({username='slave'} at 127.0.0.1:36304)
I20260630 12:36:54.630456  7033 tablet_copy_service.cc:161] P ea4f288e86c94053895cde5691b4acba: Beginning new tablet copy session on tablet 89f5e6f4c05e4577b1b7f55e001ca3d4 from peer 449a819532bd49f9bebb61581bd28b94 at {username='slave'} at 127.0.0.1:36304: session id = 449a819532bd49f9bebb61581bd28b94-89f5e6f4c05e4577b1b7f55e001ca3d4
I20260630 12:36:54.636940  7033 tablet_copy_source_session.cc:215] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:54.640028  7201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:54.641384  7205 ts_tablet_manager.cc:933] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: Initiating tablet copy from peer ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:54.643460  7205 tablet_copy_client.cc:323] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:41515
I20260630 12:36:54.645435  7033 tablet_copy_service.cc:140] P ea4f288e86c94053895cde5691b4acba: Received BeginTabletCopySession request for tablet 7d803701e0674ddd8cb440a8f485464f from peer 449a819532bd49f9bebb61581bd28b94 ({username='slave'} at 127.0.0.1:36304)
I20260630 12:36:54.646018  7033 tablet_copy_service.cc:161] P ea4f288e86c94053895cde5691b4acba: Beginning new tablet copy session on tablet 7d803701e0674ddd8cb440a8f485464f from peer 449a819532bd49f9bebb61581bd28b94 at {username='slave'} at 127.0.0.1:36304: session id = 449a819532bd49f9bebb61581bd28b94-7d803701e0674ddd8cb440a8f485464f
I20260630 12:36:54.651101  7033 tablet_copy_source_session.cc:215] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:54.654057  7205 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d803701e0674ddd8cb440a8f485464f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:54.654847  7201 tablet_copy_client.cc:806] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:54.655436  7201 tablet_copy_client.cc:670] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:54.658521  7207 ts_tablet_manager.cc:933] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: Initiating tablet copy from peer ea4f288e86c94053895cde5691b4acba (127.0.120.3:41515)
I20260630 12:36:54.659680  7201 tablet_copy_client.cc:538] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:54.663950  7207 tablet_copy_client.cc:323] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:41515
I20260630 12:36:54.666026  7033 tablet_copy_service.cc:140] P ea4f288e86c94053895cde5691b4acba: Received BeginTabletCopySession request for tablet efbd0ba5e08249f6ae003f4f5259cd2a from peer 449a819532bd49f9bebb61581bd28b94 ({username='slave'} at 127.0.0.1:36304)
I20260630 12:36:54.666623  7033 tablet_copy_service.cc:161] P ea4f288e86c94053895cde5691b4acba: Beginning new tablet copy session on tablet efbd0ba5e08249f6ae003f4f5259cd2a from peer 449a819532bd49f9bebb61581bd28b94 at {username='slave'} at 127.0.0.1:36304: session id = 449a819532bd49f9bebb61581bd28b94-efbd0ba5e08249f6ae003f4f5259cd2a
I20260630 12:36:54.667656  7201 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: Bootstrap starting.
I20260630 12:36:54.671247  7205 tablet_copy_client.cc:806] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:54.671891  7205 tablet_copy_client.cc:670] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:54.675550  7033 tablet_copy_source_session.cc:215] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:54.675735  7205 tablet_copy_client.cc:538] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:54.678999  7207 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet efbd0ba5e08249f6ae003f4f5259cd2a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:54.685382  7205 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: Bootstrap starting.
I20260630 12:36:54.687887  7201 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: 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:36:54.688804  7201 tablet_bootstrap.cc:492] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: Bootstrap complete.
I20260630 12:36:54.689456  7201 ts_tablet_manager.cc:1403] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.008s
I20260630 12:36:54.691741  7201 raft_consensus.cc:359] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:54.692503  7201 raft_consensus.cc:740] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 449a819532bd49f9bebb61581bd28b94, State: Initialized, Role: LEARNER
I20260630 12:36:54.693183  7201 consensus_queue.cc:260] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:54.697062  7207 tablet_copy_client.cc:806] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:54.697580  7207 tablet_copy_client.cc:670] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:54.699079  7182 heartbeater.cc:499] Master 127.0.120.62:40393 was elected leader, sending a full tablet report...
I20260630 12:36:54.699831  7201 ts_tablet_manager.cc:1434] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.008s
I20260630 12:36:54.702572  7032 tablet_copy_service.cc:342] P ea4f288e86c94053895cde5691b4acba: Request end of tablet copy session 449a819532bd49f9bebb61581bd28b94-89f5e6f4c05e4577b1b7f55e001ca3d4 received from {username='slave'} at 127.0.0.1:36304
I20260630 12:36:54.703003  7032 tablet_copy_service.cc:434] P ea4f288e86c94053895cde5691b4acba: ending tablet copy session 449a819532bd49f9bebb61581bd28b94-89f5e6f4c05e4577b1b7f55e001ca3d4 on tablet 89f5e6f4c05e4577b1b7f55e001ca3d4 with peer 449a819532bd49f9bebb61581bd28b94
I20260630 12:36:54.704770  7207 tablet_copy_client.cc:538] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:54.708204  7205 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: 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:36:54.709164  7205 tablet_bootstrap.cc:492] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: Bootstrap complete.
I20260630 12:36:54.709879  7205 ts_tablet_manager.cc:1403] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.004s
I20260630 12:36:54.712569  7205 raft_consensus.cc:359] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:54.713413  7205 raft_consensus.cc:740] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 449a819532bd49f9bebb61581bd28b94, State: Initialized, Role: LEARNER
I20260630 12:36:54.714471  7207 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: Bootstrap starting.
I20260630 12:36:54.714100  7205 consensus_queue.cc:260] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:54.716790  7205 ts_tablet_manager.cc:1434] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:36:54.718672  7032 tablet_copy_service.cc:342] P ea4f288e86c94053895cde5691b4acba: Request end of tablet copy session 449a819532bd49f9bebb61581bd28b94-7d803701e0674ddd8cb440a8f485464f received from {username='slave'} at 127.0.0.1:36304
I20260630 12:36:54.719151  7032 tablet_copy_service.cc:434] P ea4f288e86c94053895cde5691b4acba: ending tablet copy session 449a819532bd49f9bebb61581bd28b94-7d803701e0674ddd8cb440a8f485464f on tablet 7d803701e0674ddd8cb440a8f485464f with peer 449a819532bd49f9bebb61581bd28b94
I20260630 12:36:54.733354  7207 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: 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:36:54.734159  7207 tablet_bootstrap.cc:492] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: Bootstrap complete.
I20260630 12:36:54.734774  7207 ts_tablet_manager.cc:1403] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: Time spent bootstrapping tablet: real 0.021s	user 0.019s	sys 0.001s
I20260630 12:36:54.736871  7207 raft_consensus.cc:359] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:54.737479  7207 raft_consensus.cc:740] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 449a819532bd49f9bebb61581bd28b94, State: Initialized, Role: LEARNER
I20260630 12:36:54.738077  7207 consensus_queue.cc:260] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:54.739818  7207 ts_tablet_manager.cc:1434] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:36:54.741772  7032 tablet_copy_service.cc:342] P ea4f288e86c94053895cde5691b4acba: Request end of tablet copy session 449a819532bd49f9bebb61581bd28b94-efbd0ba5e08249f6ae003f4f5259cd2a received from {username='slave'} at 127.0.0.1:36304
I20260630 12:36:54.742156  7032 tablet_copy_service.cc:434] P ea4f288e86c94053895cde5691b4acba: ending tablet copy session 449a819532bd49f9bebb61581bd28b94-efbd0ba5e08249f6ae003f4f5259cd2a on tablet efbd0ba5e08249f6ae003f4f5259cd2a with peer 449a819532bd49f9bebb61581bd28b94
W20260630 12:36:54.781175  6820 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f3863b01fa8044a6ae0850efd4ee093e not available for placement
W20260630 12:36:54.803165  6912 consensus_peers.cc:597] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:54.856758  7023 raft_consensus.cc:1275] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Refusing update from remote peer 9631d852a630487295ea18702dbb7389: 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:54.858201  7213 consensus_queue.cc:1048] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:55.083492  7157 raft_consensus.cc:1217] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:55.095276  7157 raft_consensus.cc:1217] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:55.163983  7157 raft_consensus.cc:1217] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:55.295096  7217 consensus_queue.cc:579] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Leader has been unable to successfully communicate with peer f3863b01fa8044a6ae0850efd4ee093e for more than 1 seconds (1.042s)
I20260630 12:36:55.303481  7221 consensus_queue.cc:579] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Leader has been unable to successfully communicate with peer f3863b01fa8044a6ae0850efd4ee093e for more than 1 seconds (1.150s)
I20260630 12:36:55.305603  6948 consensus_queue.cc:237] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:55.308915  7221 consensus_queue.cc:579] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Leader has been unable to successfully communicate with peer f3863b01fa8044a6ae0850efd4ee093e for more than 1 seconds (1.065s)
I20260630 12:36:55.314697  7091 consensus_queue.cc:579] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Leader has been unable to successfully communicate with peer f3863b01fa8044a6ae0850efd4ee093e for more than 1 seconds (1.147s)
I20260630 12:36:55.315937  7023 raft_consensus.cc:1275] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Refusing update from remote peer 9631d852a630487295ea18702dbb7389: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:55.321900  7222 consensus_queue.cc:1048] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:55.325265  6912 consensus_peers.cc:597] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:55.328107  6915 consensus_peers.cc:597] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 -> Peer 449a819532bd49f9bebb61581bd28b94 (127.0.120.4:40161): Couldn't send request to peer 449a819532bd49f9bebb61581bd28b94. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 15fa8aa551f64655bf9f663311e6703d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:55.332278  7213 raft_consensus.cc:2955] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:55.334075  7023 raft_consensus.cc:2955] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } } }
I20260630 12:36:55.340548  6759 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 15fa8aa551f64655bf9f663311e6703d with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:36:55.344651  6768 catalog_manager.cc:5697] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 reported cstate change: config changed from index -1 to 2, NON_VOTER 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) added. New cstate: current_term: 2 leader_uuid: "9631d852a630487295ea18702dbb7389" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:55.539309  7221 raft_consensus.cc:1064] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba: attempting to promote NON_VOTER 449a819532bd49f9bebb61581bd28b94 to VOTER
I20260630 12:36:55.541306  7221 consensus_queue.cc:237] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } }
I20260630 12:36:55.548282  7157 raft_consensus.cc:1275] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.548976  6948 raft_consensus.cc:1275] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.550025  7232 consensus_queue.cc:1048] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:36:55.550884  7221 consensus_queue.cc:1048] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:36:55.551839  6986 consensus_peers.cc:597] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:55.559300  7221 raft_consensus.cc:2955] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.561164  7157 raft_consensus.cc:2955] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.572238  6948 raft_consensus.cc:2955] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.573149  6769 catalog_manager.cc:5697] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba reported cstate change: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:55.587391  7023 consensus_queue.cc:237] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [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: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } }
I20260630 12:36:55.593421  6948 raft_consensus.cc:1275] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.593693  7157 raft_consensus.cc:1275] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.595502  7232 consensus_queue.cc:1048] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:55.596266  7221 consensus_queue.cc:1048] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } 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:55.603693  7220 raft_consensus.cc:2955] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.605494  6948 raft_consensus.cc:2955] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.605777  7157 raft_consensus.cc:2955] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.612145  6756 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 7d803701e0674ddd8cb440a8f485464f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:55.616698  6772 catalog_manager.cc:5697] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba reported cstate change: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:55.621021  7232 raft_consensus.cc:1064] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba: attempting to promote NON_VOTER 449a819532bd49f9bebb61581bd28b94 to VOTER
I20260630 12:36:55.623404  7232 consensus_queue.cc:237] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } }
I20260630 12:36:55.632977  7157 raft_consensus.cc:1275] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.634536  7221 consensus_queue.cc:1048] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } 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:36:55.635687  6986 consensus_peers.cc:597] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:55.636641  6948 raft_consensus.cc:1275] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.638082  7221 consensus_queue.cc:1048] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:36:55.644429  6756 catalog_manager.cc:4755] TS f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 7d803701e0674ddd8cb440a8f485464f: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
I20260630 12:36:55.648416  7220 raft_consensus.cc:2955] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.650507  6948 raft_consensus.cc:2955] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.661240  7157 raft_consensus.cc:2955] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.665937  6772 catalog_manager.cc:5697] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba reported cstate change: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:55.679809  7220 raft_consensus.cc:1064] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba: attempting to promote NON_VOTER 449a819532bd49f9bebb61581bd28b94 to VOTER
I20260630 12:36:55.680943  7023 consensus_queue.cc:237] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [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: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } }
I20260630 12:36:55.681885  7220 consensus_queue.cc:237] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } }
I20260630 12:36:55.686057  6948 raft_consensus.cc:1275] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.686965  7157 raft_consensus.cc:1275] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.687749  7240 consensus_queue.cc:1048] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:36:55.688934  7221 consensus_queue.cc:1048] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } 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:36:55.694273  7156 raft_consensus.cc:1275] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 LEARNER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.694939  6949 raft_consensus.cc:1275] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.697547  7240 consensus_queue.cc:1048] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:55.698323  7221 consensus_queue.cc:1048] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } 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:36:55.698899  6986 consensus_peers.cc:597] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:55.699738  7091 raft_consensus.cc:2955] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.701802  6948 raft_consensus.cc:2955] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.709782  7157 raft_consensus.cc:2955] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.715850  6769 catalog_manager.cc:5697] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 reported cstate change: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.719547  6756 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet efbd0ba5e08249f6ae003f4f5259cd2a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:55.727919  7220 raft_consensus.cc:2955] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.738927  6948 raft_consensus.cc:2955] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.739840  7157 raft_consensus.cc:2955] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.751636  6769 catalog_manager.cc:5697] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba reported cstate change: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:55.765713  7023 consensus_queue.cc:237] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [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: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } }
I20260630 12:36:55.771080  6948 raft_consensus.cc:1275] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.771158  7157 raft_consensus.cc:1275] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Refusing update from remote peer ea4f288e86c94053895cde5691b4acba: 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:55.772857  7220 consensus_queue.cc:1048] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:55.773586  7240 consensus_queue.cc:1048] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [LEADER]: Connected to new peer: Peer: permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } 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:55.781328  7232 raft_consensus.cc:2955] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.783443  6948 raft_consensus.cc:2955] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.783768  7157 raft_consensus.cc:2955] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
W20260630 12:36:55.784864  6820 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f3863b01fa8044a6ae0850efd4ee093e not available for placement
I20260630 12:36:55.793220  6756 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 89f5e6f4c05e4577b1b7f55e001ca3d4 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:55.797125  6768 catalog_manager.cc:5697] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 reported cstate change: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "ea4f288e86c94053895cde5691b4acba" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:55.874912  7244 ts_tablet_manager.cc:933] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: Initiating tablet copy from peer 9631d852a630487295ea18702dbb7389 (127.0.120.2:44339)
I20260630 12:36:55.876376  7244 tablet_copy_client.cc:323] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:44339
I20260630 12:36:55.887914  6959 tablet_copy_service.cc:140] P 9631d852a630487295ea18702dbb7389: Received BeginTabletCopySession request for tablet 15fa8aa551f64655bf9f663311e6703d from peer 449a819532bd49f9bebb61581bd28b94 ({username='slave'} at 127.0.0.1:33888)
I20260630 12:36:55.888475  6959 tablet_copy_service.cc:161] P 9631d852a630487295ea18702dbb7389: Beginning new tablet copy session on tablet 15fa8aa551f64655bf9f663311e6703d from peer 449a819532bd49f9bebb61581bd28b94 at {username='slave'} at 127.0.0.1:33888: session id = 449a819532bd49f9bebb61581bd28b94-15fa8aa551f64655bf9f663311e6703d
I20260630 12:36:55.895470  6959 tablet_copy_source_session.cc:215] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:55.898383  7244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 15fa8aa551f64655bf9f663311e6703d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:55.910156  7244 tablet_copy_client.cc:806] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:55.910768  7244 tablet_copy_client.cc:670] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:55.914480  7244 tablet_copy_client.cc:538] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:55.921473  7244 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: Bootstrap starting.
I20260630 12:36:55.942627  7244 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: 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:36:55.943764  7244 tablet_bootstrap.cc:492] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: Bootstrap complete.
I20260630 12:36:55.946597  7244 ts_tablet_manager.cc:1403] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: Time spent bootstrapping tablet: real 0.025s	user 0.018s	sys 0.004s
I20260630 12:36:55.952474  7244 raft_consensus.cc:359] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:55.953169  7244 raft_consensus.cc:740] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 449a819532bd49f9bebb61581bd28b94, State: Initialized, Role: LEARNER
I20260630 12:36:55.953797  7244 consensus_queue.cc:260] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: true } }
I20260630 12:36:55.955703  7244 ts_tablet_manager.cc:1434] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.003s
I20260630 12:36:55.957563  6959 tablet_copy_service.cc:342] P 9631d852a630487295ea18702dbb7389: Request end of tablet copy session 449a819532bd49f9bebb61581bd28b94-15fa8aa551f64655bf9f663311e6703d received from {username='slave'} at 127.0.0.1:33888
I20260630 12:36:55.958002  6959 tablet_copy_service.cc:434] P 9631d852a630487295ea18702dbb7389: ending tablet copy session 449a819532bd49f9bebb61581bd28b94-15fa8aa551f64655bf9f663311e6703d on tablet 15fa8aa551f64655bf9f663311e6703d with peer 449a819532bd49f9bebb61581bd28b94
I20260630 12:36:56.291175  7157 raft_consensus.cc:1217] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:36:56.657440  7249 consensus_queue.cc:579] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Leader has been unable to successfully communicate with peer f3863b01fa8044a6ae0850efd4ee093e for more than 1 seconds (1.350s)
W20260630 12:36:56.788048  6820 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f3863b01fa8044a6ae0850efd4ee093e not available for placement
I20260630 12:36:56.809417  7249 raft_consensus.cc:1064] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389: attempting to promote NON_VOTER 449a819532bd49f9bebb61581bd28b94 to VOTER
I20260630 12:36:56.811546  7249 consensus_queue.cc:237] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [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: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } }
I20260630 12:36:56.817504  7157 raft_consensus.cc:1275] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 LEARNER]: Refusing update from remote peer 9631d852a630487295ea18702dbb7389: 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:56.819500  7250 consensus_queue.cc:1048] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Connected to new peer: Peer: permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } 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:56.826282  7023 raft_consensus.cc:1275] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Refusing update from remote peer 9631d852a630487295ea18702dbb7389: 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:56.829505  7222 consensus_queue.cc:1048] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:36:56.833247  6756 catalog_manager.cc:4755] TS f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 7d803701e0674ddd8cb440a8f485464f: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
W20260630 12:36:56.834460  6912 consensus_peers.cc:597] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 -> Peer f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): Couldn't send request to peer f3863b01fa8044a6ae0850efd4ee093e. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:56.839632  7250 raft_consensus.cc:2955] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:56.841624  7023 raft_consensus.cc:2955] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:56.849707  7157 raft_consensus.cc:2955] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:56.852247  6772 catalog_manager.cc:5697] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 reported cstate change: config changed from index 2 to 3, 449a819532bd49f9bebb61581bd28b94 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "9631d852a630487295ea18702dbb7389" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3863b01fa8044a6ae0850efd4ee093e" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 43003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:56.869410  6948 consensus_queue.cc:237] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [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: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } }
I20260630 12:36:56.874696  7157 raft_consensus.cc:1275] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 FOLLOWER]: Refusing update from remote peer 9631d852a630487295ea18702dbb7389: 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:56.874696  7023 raft_consensus.cc:1275] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Refusing update from remote peer 9631d852a630487295ea18702dbb7389: 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:56.876561  7254 consensus_queue.cc:1048] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Connected to new peer: Peer: permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } 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:56.877323  7249 consensus_queue.cc:1048] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:56.884696  7222 raft_consensus.cc:2955] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:56.886471  7023 raft_consensus.cc:2955] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:56.886812  7157 raft_consensus.cc:2955] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
I20260630 12:36:56.897279  6759 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 15fa8aa551f64655bf9f663311e6703d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:56.899501  6769 catalog_manager.cc:5697] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba reported cstate change: config changed from index 3 to 4, VOTER f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1) evicted. New cstate: current_term: 2 leader_uuid: "9631d852a630487295ea18702dbb7389" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9631d852a630487295ea18702dbb7389" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 44339 } } peers { permanent_uuid: "ea4f288e86c94053895cde5691b4acba" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41515 } } peers { permanent_uuid: "449a819532bd49f9bebb61581bd28b94" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 40161 } attrs { promote: false } } }
W20260630 12:36:57.901507  6756 catalog_manager.cc:4755] TS f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 7d803701e0674ddd8cb440a8f485464f: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
W20260630 12:36:59.199928  6756 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111) [suppressed 59 similar messages]
W20260630 12:36:59.203896  6756 catalog_manager.cc:4755] TS f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 15fa8aa551f64655bf9f663311e6703d: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
I20260630 12:37:01.103084   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:37:01.150604   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:01.151515   480 tablet_replica.cc:333] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389: stopping tablet replica
I20260630 12:37:01.152217   480 raft_consensus.cc:2243] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:01.153612   480 raft_consensus.cc:2272] T efbd0ba5e08249f6ae003f4f5259cd2a P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.156287   480 tablet_replica.cc:333] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389: stopping tablet replica
I20260630 12:37:01.156844   480 raft_consensus.cc:2243] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:01.158164   480 raft_consensus.cc:2272] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.160686   480 tablet_replica.cc:333] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389: stopping tablet replica
I20260630 12:37:01.161226   480 raft_consensus.cc:2243] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:01.162272   480 raft_consensus.cc:2272] T 15fa8aa551f64655bf9f663311e6703d P 9631d852a630487295ea18702dbb7389 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.164891   480 tablet_replica.cc:333] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389: stopping tablet replica
I20260630 12:37:01.165521   480 raft_consensus.cc:2243] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:01.166606   480 raft_consensus.cc:2272] T 7d803701e0674ddd8cb440a8f485464f P 9631d852a630487295ea18702dbb7389 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.194316   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:01.216933   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:01.246794   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:01.247632   480 tablet_replica.cc:333] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba: stopping tablet replica
I20260630 12:37:01.248342   480 raft_consensus.cc:2243] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:01.249378   480 raft_consensus.cc:2272] T 7d803701e0674ddd8cb440a8f485464f P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.252135   480 tablet_replica.cc:333] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba: stopping tablet replica
I20260630 12:37:01.252826   480 raft_consensus.cc:2243] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:01.253839   480 raft_consensus.cc:2272] T 15fa8aa551f64655bf9f663311e6703d P ea4f288e86c94053895cde5691b4acba [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.256573   480 tablet_replica.cc:333] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba: stopping tablet replica
I20260630 12:37:01.257215   480 raft_consensus.cc:2243] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:01.258344   480 raft_consensus.cc:2272] T efbd0ba5e08249f6ae003f4f5259cd2a P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.260676   480 tablet_replica.cc:333] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba: stopping tablet replica
I20260630 12:37:01.261152   480 raft_consensus.cc:2243] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:01.262045   480 raft_consensus.cc:2272] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P ea4f288e86c94053895cde5691b4acba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.288476   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
W20260630 12:37:01.302531  6756 catalog_manager.cc:4755] TS f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 15fa8aa551f64655bf9f663311e6703d: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
I20260630 12:37:01.309087   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:37:01.337970   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:01.338810   480 tablet_replica.cc:333] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94: stopping tablet replica
I20260630 12:37:01.339602   480 raft_consensus.cc:2243] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:01.340595   480 raft_consensus.cc:2272] T 15fa8aa551f64655bf9f663311e6703d P 449a819532bd49f9bebb61581bd28b94 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.343272   480 tablet_replica.cc:333] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94: stopping tablet replica
I20260630 12:37:01.343870   480 raft_consensus.cc:2243] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:01.344789   480 raft_consensus.cc:2272] T 7d803701e0674ddd8cb440a8f485464f P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.347077   480 tablet_replica.cc:333] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94: stopping tablet replica
I20260630 12:37:01.347607   480 raft_consensus.cc:2243] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:01.348393   480 raft_consensus.cc:2272] T efbd0ba5e08249f6ae003f4f5259cd2a P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.350692   480 tablet_replica.cc:333] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94: stopping tablet replica
I20260630 12:37:01.351263   480 raft_consensus.cc:2243] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:01.352087   480 raft_consensus.cc:2272] T 89f5e6f4c05e4577b1b7f55e001ca3d4 P 449a819532bd49f9bebb61581bd28b94 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:01.378348   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:37:01.397917   480 master.cc:562] Master@127.0.120.62:40393 shutting down...
W20260630 12:37:04.114003  6756 catalog_manager.cc:4755] TS f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 7d803701e0674ddd8cb440a8f485464f: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
W20260630 12:37:04.275813  6756 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260630 12:37:05.415635  6756 catalog_manager.cc:4755] TS f3863b01fa8044a6ae0850efd4ee093e (127.0.120.1:43003): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 15fa8aa551f64655bf9f663311e6703d: Network error: Client connection negotiation failed: client connection to 127.0.120.1:43003: connect: Connection refused (error 111)
I20260630 12:37:05.909089   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:05.909890   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:05.910200   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 68250b770bfa430683fbb43dc5732096: stopping tablet replica
I20260630 12:37:05.937927   480 master.cc:584] Master@127.0.120.62:40393 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (15353 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:37:05.982437   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:46593
I20260630 12:37:05.983670   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:05.989792  7273 instance_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:05.989814  7274 instance_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:05.990912  7276 instance_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:05.991634   480 server_base.cc:1061] running on GCE node
I20260630 12:37:05.992583   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:05.992759   480 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:05.992952   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823025992921 us; error 0 us; skew 500 ppm
I20260630 12:37:05.993463   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:05.996157   480 webserver.cc:533] Webserver started at http://127.0.120.62:34807/ using document root <none> and password file <none>
I20260630 12:37:05.996698   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:05.996881   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:05.997215   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:05.998683   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "002d3b77936042bfbc56ae75156dbcb3"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-80h9"
I20260630 12:37:06.003724   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:06.007592  7281 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:06.008525   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:06.008841   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "002d3b77936042bfbc56ae75156dbcb3"
format_stamp: "Formatted at 2026-06-30 12:37:05 on dist-test-slave-80h9"
I20260630 12:37:06.009102   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-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:06.026556   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:06.027918   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:06.071134   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:46593
I20260630 12:37:06.071210  7332 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:46593 every 8 connection(s)
I20260630 12:37:06.075472  7333 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:06.088616  7333 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3: Bootstrap starting.
I20260630 12:37:06.093627  7333 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.098398  7333 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3: No bootstrap required, opened a new log
I20260630 12:37:06.100734  7333 raft_consensus.cc:359] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "002d3b77936042bfbc56ae75156dbcb3" member_type: VOTER }
I20260630 12:37:06.101195  7333 raft_consensus.cc:385] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.101465  7333 raft_consensus.cc:740] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 002d3b77936042bfbc56ae75156dbcb3, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.102177  7333 consensus_queue.cc:260] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "002d3b77936042bfbc56ae75156dbcb3" member_type: VOTER }
I20260630 12:37:06.102666  7333 raft_consensus.cc:399] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:06.102887  7333 raft_consensus.cc:493] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:06.103221  7333 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.108418  7333 raft_consensus.cc:515] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "002d3b77936042bfbc56ae75156dbcb3" member_type: VOTER }
I20260630 12:37:06.109006  7333 leader_election.cc:304] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [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: 002d3b77936042bfbc56ae75156dbcb3; no voters: 
I20260630 12:37:06.110394  7333 leader_election.cc:290] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:06.110994  7336 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:06.112614  7336 raft_consensus.cc:697] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 1 LEADER]: Becoming Leader. State: Replica: 002d3b77936042bfbc56ae75156dbcb3, State: Running, Role: LEADER
I20260630 12:37:06.113586  7333 sys_catalog.cc:565] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:06.113479  7336 consensus_queue.cc:237] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [LEADER]: Queue going to LEADER mode. State: All 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: "002d3b77936042bfbc56ae75156dbcb3" member_type: VOTER }
I20260630 12:37:06.120496  7337 sys_catalog.cc:455] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "002d3b77936042bfbc56ae75156dbcb3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "002d3b77936042bfbc56ae75156dbcb3" member_type: VOTER } }
I20260630 12:37:06.120436  7338 sys_catalog.cc:455] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 002d3b77936042bfbc56ae75156dbcb3. Latest consensus state: current_term: 1 leader_uuid: "002d3b77936042bfbc56ae75156dbcb3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "002d3b77936042bfbc56ae75156dbcb3" member_type: VOTER } }
I20260630 12:37:06.121208  7337 sys_catalog.cc:458] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:06.121284  7338 sys_catalog.cc:458] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:06.124255  7345 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:06.129530  7345 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:06.132110   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:06.139709  7345 catalog_manager.cc:1383] Generated new cluster ID: 0a4eac8d98764275b3ef04720b637c51
I20260630 12:37:06.140070  7345 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:06.158885  7345 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:06.160523  7345 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:06.183429  7345 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3: Generated new TSK 0
I20260630 12:37:06.184074  7345 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:06.198663   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:06.205235  7354 instance_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:06.206383  7355 instance_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:06.208825   480 server_base.cc:1061] running on GCE node
W20260630 12:37:06.209100  7357 instance_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:06.210780   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:06.211040   480 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:06.211218   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823026211202 us; error 0 us; skew 500 ppm
I20260630 12:37:06.211782   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:06.214193   480 webserver.cc:533] Webserver started at http://127.0.120.1:39997/ using document root <none> and password file <none>
I20260630 12:37:06.214653   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:06.214814   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:06.215175   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:06.216255   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "414d39aa21b641e4a55bbc2d60d1e040"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:06.221110   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:37:06.224785  7362 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:06.225816   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260630 12:37:06.226158   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "414d39aa21b641e4a55bbc2d60d1e040"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:06.226435   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-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:06.238781   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:06.240043   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:06.241533   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:06.243897   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:06.244123   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:06.244372   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:06.244556   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:06.289019   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:36625
I20260630 12:37:06.289178  7424 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:36625 every 8 connection(s)
I20260630 12:37:06.294721   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:06.302642  7429 instance_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:06.306329  7430 instance_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:06.306725   480 server_base.cc:1061] running on GCE node
W20260630 12:37:06.308084  7432 instance_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:06.309259   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:06.309505   480 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:06.309598  7425 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46593
I20260630 12:37:06.309741   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823026309720 us; error 0 us; skew 500 ppm
I20260630 12:37:06.310010  7425 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:06.310537   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:06.311005  7425 heartbeater.cc:507] Master 127.0.120.62:46593 requested a full tablet report, sending...
I20260630 12:37:06.313654   480 webserver.cc:533] Webserver started at http://127.0.120.2:38761/ using document root <none> and password file <none>
I20260630 12:37:06.313650  7298 ts_manager.cc:194] Registered new tserver with Master: 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625)
I20260630 12:37:06.314531   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:06.314811   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:06.315160   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:06.316586  7298 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46104
I20260630 12:37:06.316838   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "3a198232ea4b4f21b6cd3b18069dda69"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:06.322044   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:06.325937  7437 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:06.326849   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:06.327181   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "3a198232ea4b4f21b6cd3b18069dda69"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:06.327436   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-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:06.349859   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:06.351048   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:06.352448   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:06.354794   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:06.355015   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:06.355283   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:06.355429   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:06.400950   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:35919
I20260630 12:37:06.401072  7499 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:35919 every 8 connection(s)
I20260630 12:37:06.406212   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:06.414243  7503 instance_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:06.416718  7504 instance_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:06.417671  7506 instance_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:06.421164   480 server_base.cc:1061] running on GCE node
I20260630 12:37:06.421381  7500 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46593
I20260630 12:37:06.421873  7500 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:06.422308   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:06.422559   480 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:06.422673  7500 heartbeater.cc:507] Master 127.0.120.62:46593 requested a full tablet report, sending...
I20260630 12:37:06.422752   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823026422734 us; error 0 us; skew 500 ppm
I20260630 12:37:06.423705   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:06.425526  7298 ts_manager.cc:194] Registered new tserver with Master: 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919)
I20260630 12:37:06.426697   480 webserver.cc:533] Webserver started at http://127.0.120.3:33921/ using document root <none> and password file <none>
I20260630 12:37:06.427405   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:06.427529  7298 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46106
I20260630 12:37:06.427654   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:06.428188   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:06.429744   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:06.434594   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:06.438426  7511 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:06.439481   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:06.439792   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:06.440084   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-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:06.462378   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:06.463656   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:06.465080   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:06.467320   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:06.467535   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:06.467761   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:06.467931   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:06.509502   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:41581
I20260630 12:37:06.509611  7573 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:41581 every 8 connection(s)
I20260630 12:37:06.524701  7574 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46593
I20260630 12:37:06.525105  7574 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:06.525884  7574 heartbeater.cc:507] Master 127.0.120.62:46593 requested a full tablet report, sending...
I20260630 12:37:06.528066  7298 ts_manager.cc:194] Registered new tserver with Master: 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:06.528940   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016080585s
I20260630 12:37:06.529758  7298 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46118
I20260630 12:37:07.320149  7425 heartbeater.cc:499] Master 127.0.120.62:46593 was elected leader, sending a full tablet report...
I20260630 12:37:07.430804  7500 heartbeater.cc:499] Master 127.0.120.62:46593 was elected leader, sending a full tablet report...
I20260630 12:37:07.532855  7574 heartbeater.cc:499] Master 127.0.120.62:46593 was elected leader, sending a full tablet report...
I20260630 12:37:07.588363  7298 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:46134:
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:07.591136  7298 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:07.658885  7465 tablet_service.cc:1511] Processing CreateTablet for tablet 143b4414492c4fa1a4278517c63de892 (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:07.659258  7463 tablet_service.cc:1511] Processing CreateTablet for tablet 6364c3800ec4416f805b9533e466f79d (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:07.661185  7463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6364c3800ec4416f805b9533e466f79d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.662047  7464 tablet_service.cc:1511] Processing CreateTablet for tablet e9765c3f02a044ee92683890e67aff2e (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:07.664019  7464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e9765c3f02a044ee92683890e67aff2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.667223  7462 tablet_service.cc:1511] Processing CreateTablet for tablet e0185cadea0e4a3fba7de410c5e06d83 (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:07.668644  7465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 143b4414492c4fa1a4278517c63de892. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.669636  7462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0185cadea0e4a3fba7de410c5e06d83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.696532  7387 tablet_service.cc:1511] Processing CreateTablet for tablet e0185cadea0e4a3fba7de410c5e06d83 (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:07.698103  7387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0185cadea0e4a3fba7de410c5e06d83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.700424  7388 tablet_service.cc:1511] Processing CreateTablet for tablet 6364c3800ec4416f805b9533e466f79d (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:07.701968  7388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6364c3800ec4416f805b9533e466f79d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.704409  7389 tablet_service.cc:1511] Processing CreateTablet for tablet e9765c3f02a044ee92683890e67aff2e (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:07.705897  7389 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e9765c3f02a044ee92683890e67aff2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.708091  7390 tablet_service.cc:1511] Processing CreateTablet for tablet 143b4414492c4fa1a4278517c63de892 (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:07.709617  7390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 143b4414492c4fa1a4278517c63de892. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.724130  7538 tablet_service.cc:1511] Processing CreateTablet for tablet e9765c3f02a044ee92683890e67aff2e (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:07.724485  7539 tablet_service.cc:1511] Processing CreateTablet for tablet 143b4414492c4fa1a4278517c63de892 (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:07.725785  7538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e9765c3f02a044ee92683890e67aff2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.738552  7539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 143b4414492c4fa1a4278517c63de892. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.728498  7536 tablet_service.cc:1511] Processing CreateTablet for tablet e0185cadea0e4a3fba7de410c5e06d83 (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:07.741170  7536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0185cadea0e4a3fba7de410c5e06d83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.727138  7537 tablet_service.cc:1511] Processing CreateTablet for tablet 6364c3800ec4416f805b9533e466f79d (DEFAULT_TABLE table=test-workload [id=023b6a2f4759496ab3d26397cc205172]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:07.743057  7537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6364c3800ec4416f805b9533e466f79d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:07.759804  7594 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap starting.
I20260630 12:37:07.768080  7594 tablet_bootstrap.cc:654] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.780704  7596 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap starting.
I20260630 12:37:07.783162  7594 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: No bootstrap required, opened a new log
I20260630 12:37:07.784246  7594 ts_tablet_manager.cc:1403] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.008s
I20260630 12:37:07.788190  7594 raft_consensus.cc:359] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.788996  7594 raft_consensus.cc:385] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.789369  7594 raft_consensus.cc:740] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.790813  7597 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap starting.
I20260630 12:37:07.791582  7594 consensus_queue.cc:260] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.796931  7594 ts_tablet_manager.cc:1434] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Time spent starting tablet: real 0.012s	user 0.002s	sys 0.009s
I20260630 12:37:07.797798  7596 tablet_bootstrap.cc:654] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.798137  7594 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap starting.
I20260630 12:37:07.798655  7597 tablet_bootstrap.cc:654] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.805754  7594 tablet_bootstrap.cc:654] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.812120  7596 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: No bootstrap required, opened a new log
I20260630 12:37:07.812661  7597 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: No bootstrap required, opened a new log
I20260630 12:37:07.812825  7594 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: No bootstrap required, opened a new log
I20260630 12:37:07.812826  7596 ts_tablet_manager.cc:1403] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent bootstrapping tablet: real 0.033s	user 0.017s	sys 0.004s
I20260630 12:37:07.813336  7597 ts_tablet_manager.cc:1403] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Time spent bootstrapping tablet: real 0.023s	user 0.009s	sys 0.010s
I20260630 12:37:07.813668  7594 ts_tablet_manager.cc:1403] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:37:07.816726  7596 raft_consensus.cc:359] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.816560  7597 raft_consensus.cc:359] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.817040  7594 raft_consensus.cc:359] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.817835  7596 raft_consensus.cc:385] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.817898  7597 raft_consensus.cc:385] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.818501  7597 raft_consensus.cc:740] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.818427  7596 raft_consensus.cc:740] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.818111  7594 raft_consensus.cc:385] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.819337  7594 raft_consensus.cc:740] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.819730  7597 consensus_queue.cc:260] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.819730  7596 consensus_queue.cc:260] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.820380  7594 consensus_queue.cc:260] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.822810  7594 ts_tablet_manager.cc:1434] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:37:07.824008  7594 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap starting.
I20260630 12:37:07.831931  7597 ts_tablet_manager.cc:1434] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.007s
I20260630 12:37:07.831934  7594 tablet_bootstrap.cc:654] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.838714  7596 ts_tablet_manager.cc:1434] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent starting tablet: real 0.025s	user 0.009s	sys 0.008s
I20260630 12:37:07.837098  7597 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap starting.
I20260630 12:37:07.847857  7597 tablet_bootstrap.cc:654] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.840201  7596 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap starting.
I20260630 12:37:07.851979  7594 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: No bootstrap required, opened a new log
I20260630 12:37:07.852607  7594 ts_tablet_manager.cc:1403] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Time spent bootstrapping tablet: real 0.029s	user 0.010s	sys 0.016s
I20260630 12:37:07.855906  7594 raft_consensus.cc:359] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.856735  7594 raft_consensus.cc:385] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.857065  7594 raft_consensus.cc:740] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.857836  7594 consensus_queue.cc:260] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.858049  7596 tablet_bootstrap.cc:654] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.860122  7594 ts_tablet_manager.cc:1434] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:37:07.861280  7594 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap starting.
I20260630 12:37:07.862361  7597 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: No bootstrap required, opened a new log
I20260630 12:37:07.863217  7597 ts_tablet_manager.cc:1403] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.004s
I20260630 12:37:07.867475  7597 raft_consensus.cc:359] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.868090  7594 tablet_bootstrap.cc:654] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.868640  7597 raft_consensus.cc:385] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.869143  7597 raft_consensus.cc:740] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.870230  7597 consensus_queue.cc:260] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.870906  7596 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: No bootstrap required, opened a new log
I20260630 12:37:07.871563  7596 ts_tablet_manager.cc:1403] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent bootstrapping tablet: real 0.032s	user 0.014s	sys 0.008s
I20260630 12:37:07.874943  7596 raft_consensus.cc:359] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.875772  7597 ts_tablet_manager.cc:1434] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:37:07.875962  7596 raft_consensus.cc:385] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.876408  7596 raft_consensus.cc:740] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.877208  7597 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap starting.
I20260630 12:37:07.877624  7596 consensus_queue.cc:260] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.880673  7594 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: No bootstrap required, opened a new log
I20260630 12:37:07.881315  7594 ts_tablet_manager.cc:1403] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.010s
I20260630 12:37:07.884730  7594 raft_consensus.cc:359] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.885090  7597 tablet_bootstrap.cc:654] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.885030  7596 ts_tablet_manager.cc:1434] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260630 12:37:07.885738  7594 raft_consensus.cc:385] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.886158  7594 raft_consensus.cc:740] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.886987  7594 consensus_queue.cc:260] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.889765  7594 ts_tablet_manager.cc:1434] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260630 12:37:07.890713  7596 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap starting.
I20260630 12:37:07.894942  7597 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: No bootstrap required, opened a new log
I20260630 12:37:07.895632  7597 ts_tablet_manager.cc:1403] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.008s
I20260630 12:37:07.898814  7597 raft_consensus.cc:359] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.899646  7597 raft_consensus.cc:385] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.899959  7597 raft_consensus.cc:740] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.900656  7597 consensus_queue.cc:260] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.900993  7596 tablet_bootstrap.cc:654] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.902844  7597 ts_tablet_manager.cc:1434] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.001s
I20260630 12:37:07.904007  7597 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap starting.
I20260630 12:37:07.906435  7596 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: No bootstrap required, opened a new log
I20260630 12:37:07.907084  7596 ts_tablet_manager.cc:1403] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.002s
W20260630 12:37:07.907008  7501 tablet.cc:2406] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:07.910862  7597 tablet_bootstrap.cc:654] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.910719  7596 raft_consensus.cc:359] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.911594  7596 raft_consensus.cc:385] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.911990  7596 raft_consensus.cc:740] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.913066  7596 consensus_queue.cc:260] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.915987  7596 ts_tablet_manager.cc:1434] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:37:07.917073  7596 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap starting.
I20260630 12:37:07.919320  7602 raft_consensus.cc:493] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.919929  7602 raft_consensus.cc:515] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.921173  7597 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: No bootstrap required, opened a new log
I20260630 12:37:07.921747  7597 ts_tablet_manager.cc:1403] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.009s
I20260630 12:37:07.924810  7596 tablet_bootstrap.cc:654] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:07.924996  7597 raft_consensus.cc:359] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.925863  7597 raft_consensus.cc:385] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.926192  7597 raft_consensus.cc:740] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.927147  7597 consensus_queue.cc:260] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.930143  7602 leader_election.cc:290] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:07.935837  7596 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: No bootstrap required, opened a new log
I20260630 12:37:07.936738  7596 ts_tablet_manager.cc:1403] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.010s
I20260630 12:37:07.946765  7596 raft_consensus.cc:359] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.947667  7596 raft_consensus.cc:385] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:07.948060  7596 raft_consensus.cc:740] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Initialized, Role: FOLLOWER
I20260630 12:37:07.949083  7549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" is_pre_election: true
I20260630 12:37:07.949764  7549 raft_consensus.cc:2468] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 414d39aa21b641e4a55bbc2d60d1e040 in term 0.
I20260630 12:37:07.951238  7366 leader_election.cc:304] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 414d39aa21b641e4a55bbc2d60d1e040, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:07.952648  7613 raft_consensus.cc:2804] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:07.953063  7613 raft_consensus.cc:493] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:07.953368  7613 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.953653  7597 ts_tablet_manager.cc:1434] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: Time spent starting tablet: real 0.032s	user 0.014s	sys 0.017s
I20260630 12:37:07.956790  7603 raft_consensus.cc:493] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.957358  7603 raft_consensus.cc:515] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.950989  7596 consensus_queue.cc:260] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.958751  7475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69" is_pre_election: true
I20260630 12:37:07.959712  7475 raft_consensus.cc:2468] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 414d39aa21b641e4a55bbc2d60d1e040 in term 0.
I20260630 12:37:07.960064  7603 leader_election.cc:290] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625)
I20260630 12:37:07.965903  7596 ts_tablet_manager.cc:1434] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent starting tablet: real 0.029s	user 0.004s	sys 0.003s
I20260630 12:37:07.966033  7613 raft_consensus.cc:515] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.969064  7613 leader_election.cc:290] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 1 election: Requested vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:07.972388  7475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69"
I20260630 12:37:07.973094  7475 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.975553  7598 raft_consensus.cc:493] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:07.976084  7598 raft_consensus.cc:515] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.977810  7549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
I20260630 12:37:07.978444  7549 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.979089  7598 leader_election.cc:290] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:07.979269  7474 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69" is_pre_election: true
I20260630 12:37:07.980357  7400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040" is_pre_election: true
I20260630 12:37:07.981261  7400 raft_consensus.cc:2468] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7640a9ca14a4408c8f9e7e74b9d232ac in term 0.
I20260630 12:37:07.980370  7474 raft_consensus.cc:2468] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7640a9ca14a4408c8f9e7e74b9d232ac in term 0.
I20260630 12:37:07.984844  7514 leader_election.cc:304] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:07.987205  7603 raft_consensus.cc:2804] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:07.988224  7603 raft_consensus.cc:493] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:07.988692  7603 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:07.993182  7549 raft_consensus.cc:2468] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 414d39aa21b641e4a55bbc2d60d1e040 in term 1.
I20260630 12:37:07.994602  7366 leader_election.cc:304] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 414d39aa21b641e4a55bbc2d60d1e040, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:07.995855  7613 raft_consensus.cc:2804] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:07.997226  7613 raft_consensus.cc:697] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 LEADER]: Becoming Leader. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Running, Role: LEADER
I20260630 12:37:07.998231  7613 consensus_queue.cc:237] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:07.998859  7475 raft_consensus.cc:2468] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 414d39aa21b641e4a55bbc2d60d1e040 in term 1.
I20260630 12:37:08.002080  7549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" is_pre_election: true
I20260630 12:37:08.003001  7549 raft_consensus.cc:2468] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 0.
I20260630 12:37:08.004873  7400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040" is_pre_election: true
I20260630 12:37:08.004798  7441 leader_election.cc:304] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:08.005048  7603 raft_consensus.cc:515] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:08.006150  7400 raft_consensus.cc:2468] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 0.
I20260630 12:37:08.006878  7598 raft_consensus.cc:2804] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:08.007575  7598 raft_consensus.cc:493] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:08.008023  7598 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.008248  7603 leader_election.cc:290] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 1 election: Requested vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625)
I20260630 12:37:08.010303  7475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69"
I20260630 12:37:08.011168  7475 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.013368  7400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040"
I20260630 12:37:08.014170  7400 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.019459  7475 raft_consensus.cc:2468] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7640a9ca14a4408c8f9e7e74b9d232ac in term 1.
I20260630 12:37:08.020877  7514 leader_election.cc:304] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:08.020277  7296 catalog_manager.cc:5697] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 reported cstate change: term changed from 0 to 1, leader changed from <none> to 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "414d39aa21b641e4a55bbc2d60d1e040" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:08.021926  7603 raft_consensus.cc:2804] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:08.022780  7603 raft_consensus.cc:697] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 LEADER]: Becoming Leader. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Running, Role: LEADER
I20260630 12:37:08.022811  7400 raft_consensus.cc:2468] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7640a9ca14a4408c8f9e7e74b9d232ac in term 1.
I20260630 12:37:08.023952  7598 raft_consensus.cc:515] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:08.023978  7603 consensus_queue.cc:237] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:08.026542  7598 leader_election.cc:290] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 1 election: Requested vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:08.028136  7400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040"
I20260630 12:37:08.028391  7549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
I20260630 12:37:08.029330  7549 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.029335  7400 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.036147  7297 catalog_manager.cc:5697] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac reported cstate change: term changed from 0 to 1, leader changed from <none> to 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3). New cstate: current_term: 1 leader_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:08.039499  7549 raft_consensus.cc:2468] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 1.
I20260630 12:37:08.039499  7400 raft_consensus.cc:2468] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 1.
I20260630 12:37:08.041271  7598 raft_consensus.cc:493] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:08.041409  7441 leader_election.cc:304] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:08.042129  7598 raft_consensus.cc:515] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:08.043749  7622 raft_consensus.cc:2804] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:08.045332  7400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9765c3f02a044ee92683890e67aff2e" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040" is_pre_election: true
I20260630 12:37:08.046104  7400 raft_consensus.cc:2468] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 0.
I20260630 12:37:08.047413  7440 leader_election.cc:304] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 414d39aa21b641e4a55bbc2d60d1e040; no voters: 
I20260630 12:37:08.048303  7622 raft_consensus.cc:697] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 LEADER]: Becoming Leader. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Running, Role: LEADER
I20260630 12:37:08.049285  7622 consensus_queue.cc:237] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:08.050194  7623 raft_consensus.cc:2804] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:08.050642  7623 raft_consensus.cc:493] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:08.050779  7598 leader_election.cc:290] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:08.051079  7623 raft_consensus.cc:3060] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.052142  7549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9765c3f02a044ee92683890e67aff2e" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" is_pre_election: true
I20260630 12:37:08.053012  7549 raft_consensus.cc:2468] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 0.
I20260630 12:37:08.060635  7623 raft_consensus.cc:515] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:08.060837  7297 catalog_manager.cc:5697] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:08.063062  7623 leader_election.cc:290] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 1 election: Requested vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:08.063472  7400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9765c3f02a044ee92683890e67aff2e" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040"
I20260630 12:37:08.063705  7549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9765c3f02a044ee92683890e67aff2e" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
I20260630 12:37:08.064213  7400 raft_consensus.cc:3060] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.064358  7549 raft_consensus.cc:3060] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.070657  7549 raft_consensus.cc:2468] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 1.
I20260630 12:37:08.071839  7441 leader_election.cc:304] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:08.072320  7400 raft_consensus.cc:2468] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 1.
I20260630 12:37:08.072757  7623 raft_consensus.cc:2804] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:08.073246  7623 raft_consensus.cc:697] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 LEADER]: Becoming Leader. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Running, Role: LEADER
I20260630 12:37:08.074066  7623 consensus_queue.cc:237] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:08.081172  7297 catalog_manager.cc:5697] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:08.120273   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:37:08.145110   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:08.146173   480 tablet_replica.cc:333] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: stopping tablet replica
I20260630 12:37:08.146873   480 raft_consensus.cc:2243] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:08.147399   480 raft_consensus.cc:2272] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.149492   480 tablet_replica.cc:333] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: stopping tablet replica
I20260630 12:37:08.150063   480 raft_consensus.cc:2243] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:08.150475   480 raft_consensus.cc:2272] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.152498   480 tablet_replica.cc:333] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: stopping tablet replica
I20260630 12:37:08.153034   480 raft_consensus.cc:2243] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:08.153426   480 raft_consensus.cc:2272] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.155779   480 tablet_replica.cc:333] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: stopping tablet replica
I20260630 12:37:08.156284   480 raft_consensus.cc:2243] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:08.156883   480 pending_rounds.cc:70] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Trying to abort 1 pending ops.
I20260630 12:37:08.157048   480 pending_rounds.cc:77] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443122696069120 op_type: NO_OP noop_request { }
I20260630 12:37:08.157361   480 raft_consensus.cc:2889] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:08.157644   480 raft_consensus.cc:2272] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.171931   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:37:08.184790   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:37:08.205505   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:08.206387   480 tablet_replica.cc:333] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: stopping tablet replica
I20260630 12:37:08.206988   480 raft_consensus.cc:2243] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:08.207685   480 pending_rounds.cc:70] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Trying to abort 1 pending ops.
I20260630 12:37:08.207914   480 pending_rounds.cc:77] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443122998902784 op_type: NO_OP noop_request { }
I20260630 12:37:08.208205   480 raft_consensus.cc:2889] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:08.208485   480 raft_consensus.cc:2272] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.211202   480 tablet_replica.cc:333] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: stopping tablet replica
I20260630 12:37:08.211776   480 raft_consensus.cc:2243] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:08.212177   480 raft_consensus.cc:2272] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.214197   480 tablet_replica.cc:333] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: stopping tablet replica
I20260630 12:37:08.214732   480 raft_consensus.cc:2243] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:08.215207   480 raft_consensus.cc:2272] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.217355   480 tablet_replica.cc:333] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: stopping tablet replica
I20260630 12:37:08.217868   480 raft_consensus.cc:2243] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:08.218515   480 pending_rounds.cc:70] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Trying to abort 1 pending ops.
I20260630 12:37:08.218709   480 pending_rounds.cc:77] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443122900115456 op_type: NO_OP noop_request { }
I20260630 12:37:08.218986   480 raft_consensus.cc:2889] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:08.219300   480 raft_consensus.cc:2272] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.244071   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:08.256933   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:08.277009   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:08.277971   480 tablet_replica.cc:333] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: stopping tablet replica
I20260630 12:37:08.278523   480 raft_consensus.cc:2243] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:08.278908   480 raft_consensus.cc:2272] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.281064   480 tablet_replica.cc:333] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: stopping tablet replica
I20260630 12:37:08.281603   480 raft_consensus.cc:2243] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:08.282207   480 pending_rounds.cc:70] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Trying to abort 1 pending ops.
I20260630 12:37:08.282363   480 pending_rounds.cc:77] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443122799452160 op_type: NO_OP noop_request { }
I20260630 12:37:08.282596   480 raft_consensus.cc:2889] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:08.282830   480 raft_consensus.cc:2272] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.285539   480 tablet_replica.cc:333] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: stopping tablet replica
I20260630 12:37:08.286054   480 raft_consensus.cc:2243] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:08.286405   480 raft_consensus.cc:2272] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.288645   480 tablet_replica.cc:333] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: stopping tablet replica
I20260630 12:37:08.289117   480 raft_consensus.cc:2243] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:08.289466   480 raft_consensus.cc:2272] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:08.313562   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:37:08.328365   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:08.334882  7627 instance_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.334923  7628 instance_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.336612  7630 instance_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.338003   480 server_base.cc:1061] running on GCE node
I20260630 12:37:08.339402   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:08.339715   480 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.339947   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823028339935 us; error 0 us; skew 500 ppm
I20260630 12:37:08.340515   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:08.343410   480 webserver.cc:533] Webserver started at http://127.0.120.4:46649/ using document root <none> and password file <none>
I20260630 12:37:08.344026   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:08.344275   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:08.344585   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:08.345705   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "aa15f97a7e6e4314b4dd1ee37f17313d"
format_stamp: "Formatted at 2026-06-30 12:37:08 on dist-test-slave-80h9"
I20260630 12:37:08.350077   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:37:08.353806  7635 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.354874   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:08.355296   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "aa15f97a7e6e4314b4dd1ee37f17313d"
format_stamp: "Formatted at 2026-06-30 12:37:08 on dist-test-slave-80h9"
I20260630 12:37:08.355671   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-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:08.372663   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:08.373848   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:08.375564   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:08.378108   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:08.378453   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:08.378787   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:08.379077   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:08.418373   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:36579
I20260630 12:37:08.418475  7697 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:36579 every 8 connection(s)
I20260630 12:37:08.433435  7698 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46593
I20260630 12:37:08.433948  7698 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:08.434701  7698 heartbeater.cc:507] Master 127.0.120.62:46593 requested a full tablet report, sending...
I20260630 12:37:08.436890  7297 ts_manager.cc:194] Registered new tserver with Master: aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4:36579)
I20260630 12:37:08.438416  7297 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46142
W20260630 12:37:09.151475  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet 143b4414492c4fa1a4278517c63de892: Network error: Client connection negotiation failed: client connection to 127.0.120.3:41581: connect: Connection refused (error 111)
W20260630 12:37:09.155481  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet e0185cadea0e4a3fba7de410c5e06d83: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36625: connect: Connection refused (error 111)
W20260630 12:37:09.158941  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet e9765c3f02a044ee92683890e67aff2e: Network error: Client connection negotiation failed: client connection to 127.0.120.2:35919: connect: Connection refused (error 111)
I20260630 12:37:09.441220  7698 heartbeater.cc:499] Master 127.0.120.62:46593 was elected leader, sending a full tablet report...
W20260630 12:37:10.176270  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet e9765c3f02a044ee92683890e67aff2e: Network error: Client connection negotiation failed: client connection to 127.0.120.2:35919: connect: Connection refused (error 111)
W20260630 12:37:10.180766  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet e0185cadea0e4a3fba7de410c5e06d83: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36625: connect: Connection refused (error 111)
W20260630 12:37:10.184656  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet 6364c3800ec4416f805b9533e466f79d: Network error: Client connection negotiation failed: client connection to 127.0.120.2:35919: connect: Connection refused (error 111)
W20260630 12:37:11.226080  7346 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 023b6a2f4759496ab3d26397cc205172: could not find any suitable replica to move from server 3a198232ea4b4f21b6cd3b18069dda69 to server aa15f97a7e6e4314b4dd1ee37f17313d
W20260630 12:37:12.243937  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet 143b4414492c4fa1a4278517c63de892: Network error: Client connection negotiation failed: client connection to 127.0.120.3:41581: connect: Connection refused (error 111)
W20260630 12:37:12.247846  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet 6364c3800ec4416f805b9533e466f79d: Network error: Client connection negotiation failed: client connection to 127.0.120.2:35919: connect: Connection refused (error 111)
W20260630 12:37:12.251724  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet e0185cadea0e4a3fba7de410c5e06d83: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36625: connect: Connection refused (error 111)
W20260630 12:37:13.254314  7346 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 3a198232ea4b4f21b6cd3b18069dda69 not available for placement
W20260630 12:37:14.256489  7346 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 3a198232ea4b4f21b6cd3b18069dda69 not available for placement
W20260630 12:37:15.258865  7346 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 3a198232ea4b4f21b6cd3b18069dda69 not available for placement
I20260630 12:37:15.457832   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:15.466267  7706 instance_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:15.466388  7707 instance_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:15.470432  7709 instance_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:15.471510   480 server_base.cc:1061] running on GCE node
I20260630 12:37:15.473387   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:15.473603   480 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:15.473752   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823035473740 us; error 0 us; skew 500 ppm
I20260630 12:37:15.474251   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:15.477296   480 webserver.cc:533] Webserver started at http://127.0.120.1:39997/ using document root <none> and password file <none>
I20260630 12:37:15.477830   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:15.477984   480 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:15.482558   480 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:37:15.487000  7714 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:15.487973   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260630 12:37:15.488327   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "414d39aa21b641e4a55bbc2d60d1e040"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:15.488853   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-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:15.504527   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:15.505952   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:15.507750   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:15.512080  7721 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:37:15.536891   480 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:15.537346   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.026s	user 0.002s	sys 0.000s
I20260630 12:37:15.537664   480 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:37:15.543781  7721 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap starting.
I20260630 12:37:15.555277   480 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:15.555599   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.018s	user 0.018s	sys 0.000s
I20260630 12:37:15.558501  7721 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: 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:15.559633  7721 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap complete.
I20260630 12:37:15.560314  7721 ts_tablet_manager.cc:1403] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.008s
I20260630 12:37:15.563005  7721 raft_consensus.cc:359] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.564721  7721 raft_consensus.cc:740] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.565825  7721 consensus_queue.cc:260] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.569211  7721 ts_tablet_manager.cc:1434] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260630 12:37:15.570103  7721 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap starting.
I20260630 12:37:15.583915  7721 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: 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:15.584708  7721 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap complete.
I20260630 12:37:15.585351  7721 ts_tablet_manager.cc:1403] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:37:15.587594  7721 raft_consensus.cc:359] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.588219  7721 raft_consensus.cc:740] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.588959  7721 consensus_queue.cc:260] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.590914  7721 ts_tablet_manager.cc:1434] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:15.591784  7721 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap starting.
I20260630 12:37:15.604460  7721 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: 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:15.605235  7721 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap complete.
I20260630 12:37:15.605873  7721 ts_tablet_manager.cc:1403] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:37:15.608125  7721 raft_consensus.cc:359] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.608741  7721 raft_consensus.cc:740] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.609498  7721 consensus_queue.cc:260] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.611828  7721 ts_tablet_manager.cc:1434] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:37:15.612813  7721 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap starting.
I20260630 12:37:15.620913   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:36625
I20260630 12:37:15.621047  7781 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:36625 every 8 connection(s)
I20260630 12:37:15.626950  7721 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: 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:15.627132   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:15.628115  7721 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Bootstrap complete.
I20260630 12:37:15.629236  7721 ts_tablet_manager.cc:1403] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Time spent bootstrapping tablet: real 0.017s	user 0.005s	sys 0.010s
I20260630 12:37:15.633750  7721 raft_consensus.cc:359] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.634819  7721 raft_consensus.cc:740] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.635815  7721 consensus_queue.cc:260] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
W20260630 12:37:15.638382  7787 instance_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:15.638744  7721 ts_tablet_manager.cc:1434] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
W20260630 12:37:15.642843  7788 instance_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:15.644033  7790 instance_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:15.644855   480 server_base.cc:1061] running on GCE node
I20260630 12:37:15.646111   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:15.646363   480 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:15.646607   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823035646587 us; error 0 us; skew 500 ppm
I20260630 12:37:15.647257   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:15.649541  7783 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46593
I20260630 12:37:15.650018  7783 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:15.650061   480 webserver.cc:533] Webserver started at http://127.0.120.2:38761/ using document root <none> and password file <none>
I20260630 12:37:15.650729   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:15.650943   480 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:15.650964  7783 heartbeater.cc:507] Master 127.0.120.62:46593 requested a full tablet report, sending...
I20260630 12:37:15.654958   480 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:15.655498  7297 ts_manager.cc:194] Re-registered known tserver with Master: 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625)
I20260630 12:37:15.659277  7795 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:15.660279   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:15.660619   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "3a198232ea4b4f21b6cd3b18069dda69"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:15.660953   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-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:15.661904  7297 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39310
I20260630 12:37:15.665721  7783 heartbeater.cc:499] Master 127.0.120.62:46593 was elected leader, sending a full tablet report...
I20260630 12:37:15.677906   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:15.679296   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:15.680857   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:15.708117   480 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:15.708496   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.025s	user 0.000s	sys 0.002s
I20260630 12:37:15.714203  7802 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap starting.
I20260630 12:37:15.726089  7802 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: 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:15.727007  7802 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap complete.
I20260630 12:37:15.727084   480 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:15.727454   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.019s	user 0.011s	sys 0.008s
I20260630 12:37:15.727783  7802 ts_tablet_manager.cc:1403] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:37:15.730293  7802 raft_consensus.cc:359] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.730978  7802 raft_consensus.cc:740] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.731689  7802 consensus_queue.cc:260] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.734110  7802 ts_tablet_manager.cc:1434] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:37:15.734867  7802 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap starting.
I20260630 12:37:15.750991  7802 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: 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:15.752318  7802 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap complete.
I20260630 12:37:15.753157  7802 ts_tablet_manager.cc:1403] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.000s
I20260630 12:37:15.756641  7802 raft_consensus.cc:359] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.757906  7802 raft_consensus.cc:740] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.758893  7802 consensus_queue.cc:260] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.761577  7802 ts_tablet_manager.cc:1434] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:15.762650  7802 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap starting.
I20260630 12:37:15.782428  7802 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: 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:15.783607  7802 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap complete.
I20260630 12:37:15.784297   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:35919
I20260630 12:37:15.784467  7802 ts_tablet_manager.cc:1403] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.007s
I20260630 12:37:15.784476  7862 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:35919 every 8 connection(s)
I20260630 12:37:15.787495  7802 raft_consensus.cc:359] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.788729  7802 raft_consensus.cc:740] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.789687  7802 consensus_queue.cc:260] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.790351   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:15.791656  7802 ts_tablet_manager.cc:1434] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.005s
I20260630 12:37:15.792613  7802 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap starting.
W20260630 12:37:15.799842  7866 instance_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:15.805883  7867 instance_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:15.816423   480 server_base.cc:1061] running on GCE node
I20260630 12:37:15.817587  7863 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46593
I20260630 12:37:15.818104  7863 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:15.818135  7802 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: 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
W20260630 12:37:15.818382  7870 instance_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:15.819489  7863 heartbeater.cc:507] Master 127.0.120.62:46593 requested a full tablet report, sending...
I20260630 12:37:15.819525  7802 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Bootstrap complete.
I20260630 12:37:15.819860   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:15.820160   480 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:15.820396   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823035820376 us; error 0 us; skew 500 ppm
I20260630 12:37:15.820500  7802 ts_tablet_manager.cc:1403] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Time spent bootstrapping tablet: real 0.028s	user 0.014s	sys 0.011s
I20260630 12:37:15.821219   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:15.823904  7802 raft_consensus.cc:359] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.824921   480 webserver.cc:533] Webserver started at http://127.0.120.3:33921/ using document root <none> and password file <none>
I20260630 12:37:15.824918  7802 raft_consensus.cc:740] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.825851   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:15.826140   480 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:15.826067  7802 consensus_queue.cc:260] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.827549  7297 ts_manager.cc:194] Re-registered known tserver with Master: 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919)
I20260630 12:37:15.828832  7802 ts_tablet_manager.cc:1434] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:15.831496   480 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:15.833114  7297 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39312
I20260630 12:37:15.835707  7875 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:15.836210  7863 heartbeater.cc:499] Master 127.0.120.62:46593 was elected leader, sending a full tablet report...
I20260630 12:37:15.836885   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:37:15.837237   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-80h9"
I20260630 12:37:15.837561   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-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:15.854635   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:15.856065   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:15.857681   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:15.885116   480 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:15.885419   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.025s	user 0.002s	sys 0.000s
I20260630 12:37:15.891292  7882 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap starting.
I20260630 12:37:15.906211  7882 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: 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:15.907174  7882 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap complete.
I20260630 12:37:15.907895  7882 ts_tablet_manager.cc:1403] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent bootstrapping tablet: real 0.017s	user 0.016s	sys 0.000s
I20260630 12:37:15.910677   480 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:15.911140   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.025s	user 0.026s	sys 0.000s
I20260630 12:37:15.910729  7882 raft_consensus.cc:359] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.911636  7882 raft_consensus.cc:740] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.912642  7882 consensus_queue.cc:260] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.916193  7882 ts_tablet_manager.cc:1434] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:37:15.917284  7882 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap starting.
I20260630 12:37:15.934819  7882 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: 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:15.935657  7882 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap complete.
I20260630 12:37:15.936302  7882 ts_tablet_manager.cc:1403] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent bootstrapping tablet: real 0.019s	user 0.017s	sys 0.000s
I20260630 12:37:15.938576  7882 raft_consensus.cc:359] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.939320  7882 raft_consensus.cc:740] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.940223  7882 consensus_queue.cc:260] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.942003  7882 ts_tablet_manager.cc:1434] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.004s
I20260630 12:37:15.942739  7882 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap starting.
I20260630 12:37:15.954562  7882 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: 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:15.955394  7882 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap complete.
I20260630 12:37:15.956013  7882 ts_tablet_manager.cc:1403] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:37:15.958556  7882 raft_consensus.cc:359] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.959182  7882 raft_consensus.cc:740] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.959915  7882 consensus_queue.cc:260] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.961632  7882 ts_tablet_manager.cc:1434] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:15.962397  7882 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap starting.
I20260630 12:37:15.976140   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:41581
I20260630 12:37:15.976508  7943 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:41581 every 8 connection(s)
I20260630 12:37:15.977487  7882 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: 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:15.978559  7882 tablet_bootstrap.cc:492] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Bootstrap complete.
I20260630 12:37:15.979291  7882 ts_tablet_manager.cc:1403] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.007s
I20260630 12:37:15.982684  7882 raft_consensus.cc:359] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.984282  7882 raft_consensus.cc:740] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Initialized, Role: FOLLOWER
I20260630 12:37:15.985312  7882 consensus_queue.cc:260] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [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: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:15.988029  7882 ts_tablet_manager.cc:1434] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:15.995967  7944 heartbeater.cc:344] Connected to a master server at 127.0.120.62:46593
I20260630 12:37:15.996588  7944 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:15.997536  7944 heartbeater.cc:507] Master 127.0.120.62:46593 requested a full tablet report, sending...
I20260630 12:37:16.001972  7297 ts_manager.cc:194] Re-registered known tserver with Master: 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:16.006902  7297 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39328
I20260630 12:37:16.010058  7944 heartbeater.cc:499] Master 127.0.120.62:46593 was elected leader, sending a full tablet report...
W20260630 12:37:16.280985  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet 6364c3800ec4416f805b9533e466f79d: Illegal state: Replica 3a198232ea4b4f21b6cd3b18069dda69 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } }
W20260630 12:37:16.285207  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet e9765c3f02a044ee92683890e67aff2e: Illegal state: Replica 3a198232ea4b4f21b6cd3b18069dda69 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } }
W20260630 12:37:16.299364  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet 143b4414492c4fa1a4278517c63de892: Illegal state: Replica 7640a9ca14a4408c8f9e7e74b9d232ac is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } }
I20260630 12:37:17.027977  7950 raft_consensus.cc:493] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:17.028749  7950 raft_consensus.cc:515] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.031281  7950 leader_election.cc:290] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.044653  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040" is_pre_election: true
I20260630 12:37:17.046409  7756 raft_consensus.cc:2410] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3a198232ea4b4f21b6cd3b18069dda69 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:17.047205  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" is_pre_election: true
I20260630 12:37:17.048070  7917 raft_consensus.cc:2468] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 1.
I20260630 12:37:17.049369  7799 leader_election.cc:304] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [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: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 414d39aa21b641e4a55bbc2d60d1e040
I20260630 12:37:17.050210  7950 raft_consensus.cc:2804] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:17.050714  7950 raft_consensus.cc:493] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:17.051069  7950 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.056962  7950 raft_consensus.cc:515] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.059065  7950 leader_election.cc:290] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 2 election: Requested vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.059973  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040"
I20260630 12:37:17.060205  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
I20260630 12:37:17.060914  7756 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.061208  7917 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.069904  7917 raft_consensus.cc:2468] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 2.
I20260630 12:37:17.070243  7756 raft_consensus.cc:2410] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 3a198232ea4b4f21b6cd3b18069dda69 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:17.071609  7799 leader_election.cc:304] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [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: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:17.072577  7950 raft_consensus.cc:2804] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:17.073973  7950 raft_consensus.cc:697] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 LEADER]: Becoming Leader. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Running, Role: LEADER
I20260630 12:37:17.074891  7950 consensus_queue.cc:237] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Queue going to LEADER 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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.084789  7297 catalog_manager.cc:5697] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 reported cstate change: term changed from 1 to 2, leader changed from 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1) to 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2). New cstate: current_term: 2 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:17.161458  7961 raft_consensus.cc:493] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:17.162164  7961 raft_consensus.cc:515] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.164534  7961 leader_election.cc:290] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.176662  7837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69" is_pre_election: true
I20260630 12:37:17.176579  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" is_pre_election: true
I20260630 12:37:17.177580  7837 raft_consensus.cc:2468] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 414d39aa21b641e4a55bbc2d60d1e040 in term 1.
I20260630 12:37:17.178006  7917 raft_consensus.cc:2410] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 414d39aa21b641e4a55bbc2d60d1e040 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:17.179080  7717 leader_election.cc:304] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [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: 3a198232ea4b4f21b6cd3b18069dda69, 414d39aa21b641e4a55bbc2d60d1e040; no voters: 
I20260630 12:37:17.179980  7961 raft_consensus.cc:2804] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:17.180351  7961 raft_consensus.cc:493] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:17.180672  7961 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.186280  7961 raft_consensus.cc:515] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.188215  7961 leader_election.cc:290] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 2 election: Requested vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.189240  7961 raft_consensus.cc:493] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:17.189079  7837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69"
I20260630 12:37:17.189208  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
I20260630 12:37:17.190173  7961 raft_consensus.cc:515] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.190627  7837 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.190999  7917 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.192744  7961 leader_election.cc:290] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.193867  7836 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69" is_pre_election: true
I20260630 12:37:17.194713  7916 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" is_pre_election: true
I20260630 12:37:17.195729  7916 raft_consensus.cc:2468] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 414d39aa21b641e4a55bbc2d60d1e040 in term 2.
I20260630 12:37:17.197623  7718 leader_election.cc:304] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 414d39aa21b641e4a55bbc2d60d1e040, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 3a198232ea4b4f21b6cd3b18069dda69
I20260630 12:37:17.198767  7961 raft_consensus.cc:2804] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:37:17.199359  7961 raft_consensus.cc:493] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:17.199896  7837 raft_consensus.cc:2468] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 414d39aa21b641e4a55bbc2d60d1e040 in term 2.
I20260630 12:37:17.199923  7961 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.200450  7917 raft_consensus.cc:2410] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 414d39aa21b641e4a55bbc2d60d1e040 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:17.201272  7717 leader_election.cc:304] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [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: 3a198232ea4b4f21b6cd3b18069dda69, 414d39aa21b641e4a55bbc2d60d1e040; no voters: 
I20260630 12:37:17.203462  7965 raft_consensus.cc:2804] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:17.205111  7965 raft_consensus.cc:697] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 LEADER]: Becoming Leader. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Running, Role: LEADER
I20260630 12:37:17.206576  7965 consensus_queue.cc:237] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Queue going to LEADER 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: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.209015  7961 raft_consensus.cc:515] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.213552  7837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69"
I20260630 12:37:17.214658  7961 leader_election.cc:290] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 3 election: Requested vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.216396  7968 raft_consensus.cc:493] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:17.217082  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0185cadea0e4a3fba7de410c5e06d83" candidate_uuid: "414d39aa21b641e4a55bbc2d60d1e040" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
I20260630 12:37:17.217267  7968 raft_consensus.cc:515] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.218416  7917 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.221004  7968 leader_election.cc:290] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919)
I20260630 12:37:17.224896  7297 catalog_manager.cc:5697] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 reported cstate change: term changed from 1 to 2, leader changed from 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3) to 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1). New cstate: current_term: 2 leader_uuid: "414d39aa21b641e4a55bbc2d60d1e040" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:17.230348  7917 raft_consensus.cc:2468] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 414d39aa21b641e4a55bbc2d60d1e040 in term 3.
I20260630 12:37:17.232853  7718 leader_election.cc:304] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 414d39aa21b641e4a55bbc2d60d1e040, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 3a198232ea4b4f21b6cd3b18069dda69
I20260630 12:37:17.233924  7965 raft_consensus.cc:2804] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:17.234611  7965 raft_consensus.cc:697] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 LEADER]: Becoming Leader. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Running, Role: LEADER
I20260630 12:37:17.235777  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040" is_pre_election: true
I20260630 12:37:17.236658  7756 raft_consensus.cc:2468] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7640a9ca14a4408c8f9e7e74b9d232ac in term 1.
I20260630 12:37:17.235687  7965 consensus_queue.cc:237] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.238385  7878 leader_election.cc:304] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [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: 414d39aa21b641e4a55bbc2d60d1e040, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:17.240342  7968 raft_consensus.cc:2804] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:17.240939  7968 raft_consensus.cc:493] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:17.241482  7968 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.242885  7837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69" is_pre_election: true
I20260630 12:37:17.246578  7837 raft_consensus.cc:2410] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7640a9ca14a4408c8f9e7e74b9d232ac 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:17.248152  7297 catalog_manager.cc:5697] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 reported cstate change: term changed from 2 to 3, leader changed from 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2) to 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1). New cstate: current_term: 3 leader_uuid: "414d39aa21b641e4a55bbc2d60d1e040" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:17.251080  7968 raft_consensus.cc:515] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.253423  7968 leader_election.cc:290] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 2 election: Requested vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919)
I20260630 12:37:17.254246  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040"
I20260630 12:37:17.254500  7837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69"
I20260630 12:37:17.255216  7756 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.255646  7837 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.260804  7756 raft_consensus.cc:2468] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7640a9ca14a4408c8f9e7e74b9d232ac in term 2.
I20260630 12:37:17.262140  7878 leader_election.cc:304] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [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: 414d39aa21b641e4a55bbc2d60d1e040, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:17.263217  7968 raft_consensus.cc:2804] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:17.263559  7837 raft_consensus.cc:2410] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 7640a9ca14a4408c8f9e7e74b9d232ac 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:17.264729  7968 raft_consensus.cc:697] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 LEADER]: Becoming Leader. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Running, Role: LEADER
I20260630 12:37:17.265829  7968 consensus_queue.cc:237] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [LEADER]: Queue going to LEADER 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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.273236  7297 catalog_manager.cc:5697] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac reported cstate change: term changed from 1 to 2, leader changed from 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2) to 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3). New cstate: current_term: 2 leader_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: HEALTHY } } }
W20260630 12:37:17.322695  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet 143b4414492c4fa1a4278517c63de892: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:37:17.327557  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet e9765c3f02a044ee92683890e67aff2e: Illegal state: Replica 3a198232ea4b4f21b6cd3b18069dda69 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } }
W20260630 12:37:17.331544  7346 auto_rebalancer.cc:639] Failed to schedule move for tablet e0185cadea0e4a3fba7de410c5e06d83: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:37:17.334035  7950 raft_consensus.cc:493] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:17.334641  7950 raft_consensus.cc:515] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.336519  7950 leader_election.cc:290] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.337566  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9765c3f02a044ee92683890e67aff2e" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040" is_pre_election: true
I20260630 12:37:17.337683  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9765c3f02a044ee92683890e67aff2e" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" is_pre_election: true
I20260630 12:37:17.338420  7756 raft_consensus.cc:2468] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 1.
I20260630 12:37:17.338616  7917 raft_consensus.cc:2468] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 1.
I20260630 12:37:17.340209  7798 leader_election.cc:304] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [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: 3a198232ea4b4f21b6cd3b18069dda69, 414d39aa21b641e4a55bbc2d60d1e040; no voters: 
I20260630 12:37:17.341137  7950 raft_consensus.cc:2804] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:17.341710  7950 raft_consensus.cc:493] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:17.342164  7950 raft_consensus.cc:3060] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.348344  7950 raft_consensus.cc:515] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.350252  7950 leader_election.cc:290] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 2 election: Requested vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.351300  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9765c3f02a044ee92683890e67aff2e" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040"
I20260630 12:37:17.351519  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9765c3f02a044ee92683890e67aff2e" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
I20260630 12:37:17.352231  7756 raft_consensus.cc:3060] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.352550  7917 raft_consensus.cc:3060] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:17.360561  7917 raft_consensus.cc:2468] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 2.
I20260630 12:37:17.360561  7756 raft_consensus.cc:2468] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 2.
I20260630 12:37:17.362380  7799 leader_election.cc:304] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [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: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 
I20260630 12:37:17.363566  7950 raft_consensus.cc:2804] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:17.364271  7950 raft_consensus.cc:697] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 LEADER]: Becoming Leader. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Running, Role: LEADER
I20260630 12:37:17.365094  7950 consensus_queue.cc:237] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.373221  7297 catalog_manager.cc:5697] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:17.469415  7917 raft_consensus.cc:1240] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Rejecting Update request from peer 3a198232ea4b4f21b6cd3b18069dda69 for earlier term 2. Current term is 3. Ops: []
I20260630 12:37:17.471088  7950 consensus_queue.cc:1059] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.472096  7955 raft_consensus.cc:3055] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:37:17.472507  7955 raft_consensus.cc:740] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Running, Role: LEADER
I20260630 12:37:17.473268  7955 consensus_queue.cc:260] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 2.1, Last appended by leader: 1, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.474453  7955 raft_consensus.cc:3060] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.482577  7955 raft_consensus.cc:493] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:17.483124  7955 raft_consensus.cc:515] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.484908  7955 leader_election.cc:290] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.485880  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040" is_pre_election: true
I20260630 12:37:17.486053  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" is_pre_election: true
I20260630 12:37:17.486616  7756 raft_consensus.cc:2468] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 2.
I20260630 12:37:17.487929  7798 leader_election.cc:304] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 414d39aa21b641e4a55bbc2d60d1e040; no voters: 7640a9ca14a4408c8f9e7e74b9d232ac
I20260630 12:37:17.488781  7955 raft_consensus.cc:2804] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:37:17.489266  7955 raft_consensus.cc:493] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:17.489660  7955 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.496129  7955 raft_consensus.cc:515] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.498049  7955 leader_election.cc:290] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 3 election: Requested vote from peers 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625), 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581)
I20260630 12:37:17.499171  7917 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac"
I20260630 12:37:17.499171  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6364c3800ec4416f805b9533e466f79d" candidate_uuid: "3a198232ea4b4f21b6cd3b18069dda69" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040"
I20260630 12:37:17.500547  7756 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.506469  7756 raft_consensus.cc:2468] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a198232ea4b4f21b6cd3b18069dda69 in term 3.
I20260630 12:37:17.507901  7798 leader_election.cc:304] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 414d39aa21b641e4a55bbc2d60d1e040; no voters: 7640a9ca14a4408c8f9e7e74b9d232ac
I20260630 12:37:17.508904  7955 raft_consensus.cc:2804] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:17.509492  7955 raft_consensus.cc:697] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 LEADER]: Becoming Leader. State: Replica: 3a198232ea4b4f21b6cd3b18069dda69, State: Running, Role: LEADER
I20260630 12:37:17.510414  7955 consensus_queue.cc:237] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.517697  7297 catalog_manager.cc:5697] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 reported cstate change: term changed from 2 to 3, leader changed from 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3) to 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2). New cstate: current_term: 3 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:17.677976  7756 raft_consensus.cc:1240] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Rejecting Update request from peer 7640a9ca14a4408c8f9e7e74b9d232ac for earlier term 2. Current term is 3. Ops: []
I20260630 12:37:17.679663  7968 consensus_queue.cc:1059] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.680605  7972 raft_consensus.cc:3055] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:37:17.681047  7972 raft_consensus.cc:740] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Running, Role: LEADER
I20260630 12:37:17.681954  7972 consensus_queue.cc:260] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 2.1, Last appended by leader: 1, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.683161  7972 raft_consensus.cc:3060] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.717778  7972 raft_consensus.cc:493] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:17.718518  7972 raft_consensus.cc:515] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.720870  7972 leader_election.cc:290] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625)
I20260630 12:37:17.721793  7837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69" is_pre_election: true
I20260630 12:37:17.722105  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040" is_pre_election: true
I20260630 12:37:17.722563  7837 raft_consensus.cc:2468] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7640a9ca14a4408c8f9e7e74b9d232ac in term 2.
I20260630 12:37:17.724267  7878 leader_election.cc:304] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 414d39aa21b641e4a55bbc2d60d1e040
I20260630 12:37:17.725122  7972 raft_consensus.cc:2804] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:37:17.725648  7972 raft_consensus.cc:493] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:17.726121  7972 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.731667  7972 raft_consensus.cc:515] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.733796  7972 leader_election.cc:290] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 3 election: Requested vote from peers 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919), 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625)
I20260630 12:37:17.734580  7837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3a198232ea4b4f21b6cd3b18069dda69"
I20260630 12:37:17.734859  7756 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "143b4414492c4fa1a4278517c63de892" candidate_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "414d39aa21b641e4a55bbc2d60d1e040"
I20260630 12:37:17.735540  7837 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.741430  7837 raft_consensus.cc:2468] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7640a9ca14a4408c8f9e7e74b9d232ac in term 3.
I20260630 12:37:17.742843  7878 leader_election.cc:304] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 3a198232ea4b4f21b6cd3b18069dda69, 7640a9ca14a4408c8f9e7e74b9d232ac; no voters: 414d39aa21b641e4a55bbc2d60d1e040
I20260630 12:37:17.743992  7972 raft_consensus.cc:2804] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:17.744450  7837 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:17.744737  7972 raft_consensus.cc:697] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 LEADER]: Becoming Leader. State: Replica: 7640a9ca14a4408c8f9e7e74b9d232ac, State: Running, Role: LEADER
I20260630 12:37:17.745975  7972 consensus_queue.cc:237] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.746441  7965 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.747669  7965 consensus_queue.cc:1243] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Peer 3a198232ea4b4f21b6cd3b18069dda69 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:37:17.750949  7837 pending_rounds.cc:85] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Aborting all ops after (but not including) 0
I20260630 12:37:17.751461  7837 pending_rounds.cc:107] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:37:17.751871  7837 raft_consensus.cc:2889] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:17.754441  7297 catalog_manager.cc:5697] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac reported cstate change: term changed from 2 to 3, leader changed from 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1) to 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3). New cstate: current_term: 3 leader_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:17.762324  7917 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:17.765460  7965 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.777253  7917 raft_consensus.cc:1240] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 LEADER]: Rejecting Update request from peer 414d39aa21b641e4a55bbc2d60d1e040 for earlier term 2. Current term is 3. Ops: []
I20260630 12:37:17.779227  7965 consensus_queue.cc:1059] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.780161  7965 consensus_queue.cc:1243] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Peer 7640a9ca14a4408c8f9e7e74b9d232ac log is divergent from this leader: its last log entry 3.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260630 12:37:17.780763  7981 raft_consensus.cc:3055] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:37:17.781199  7981 raft_consensus.cc:740] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 414d39aa21b641e4a55bbc2d60d1e040, State: Running, Role: LEADER
I20260630 12:37:17.781994  7981 consensus_queue.cc:260] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 2.1, Last appended by leader: 1, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } }
I20260630 12:37:17.783408  7981 raft_consensus.cc:3060] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:17.882390  7756 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: 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:17.884147  7955 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.897120  7917 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:17.899848  7950 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.900507  7916 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: 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:17.900993  7950 consensus_queue.cc:1243] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Peer 7640a9ca14a4408c8f9e7e74b9d232ac 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:37:17.902654  7955 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:17.904925  7916 pending_rounds.cc:85] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Aborting all ops after (but not including) 0
I20260630 12:37:17.905545  7916 pending_rounds.cc:107] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:37:17.906190  7916 raft_consensus.cc:2889] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:17.917315  7756 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:17.919858  7950 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:18.219321  7837 raft_consensus.cc:1275] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Refusing update from remote peer 7640a9ca14a4408c8f9e7e74b9d232ac: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:18.221056  7968 consensus_queue.cc:1048] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:18.236395  7756 raft_consensus.cc:1275] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Refusing update from remote peer 7640a9ca14a4408c8f9e7e74b9d232ac: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:18.238269  7972 consensus_queue.cc:1048] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:18.239223  7972 consensus_queue.cc:1243] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [LEADER]: Peer 414d39aa21b641e4a55bbc2d60d1e040 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:37:18.242931  7756 pending_rounds.cc:85] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Aborting all ops after (but not including) 0
I20260630 12:37:18.243511  7756 pending_rounds.cc:107] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:37:18.243897  7756 raft_consensus.cc:2889] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
W20260630 12:37:18.338624  7346 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 023b6a2f4759496ab3d26397cc205172: could not find any suitable replica to move from server 3a198232ea4b4f21b6cd3b18069dda69 to server aa15f97a7e6e4314b4dd1ee37f17313d
I20260630 12:37:19.349503  7756 consensus_queue.cc:237] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:19.358912  7837 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:37:19.361290  7917 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:37:19.361737  7998 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } 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:37:19.363205  7981 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:19.371359  7715 consensus_peers.cc:597] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 -> Peer aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4:36579): Couldn't send request to peer aa15f97a7e6e4314b4dd1ee37f17313d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e0185cadea0e4a3fba7de410c5e06d83. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:19.374951  7981 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.377398  7837 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.376998  7917 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.390511  7296 catalog_manager.cc:5697] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 reported cstate change: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New cstate: current_term: 3 leader_uuid: "414d39aa21b641e4a55bbc2d60d1e040" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:19.393599  7836 consensus_queue.cc:237] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:19.411363  7917 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:37:19.413115  7987 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:19.414702  7756 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:37:19.416723  8008 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } 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:37:19.423197  8008 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
W20260630 12:37:19.426162  7796 consensus_peers.cc:597] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 -> Peer aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4:36579): Couldn't send request to peer aa15f97a7e6e4314b4dd1ee37f17313d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6364c3800ec4416f805b9533e466f79d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:19.426930  7917 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.429731  7756 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.439458  7297 catalog_manager.cc:5697] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 reported cstate change: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New cstate: current_term: 3 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:19.441929  7836 consensus_queue.cc:237] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:19.455943  7917 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260630 12:37:19.456348  7796 consensus_peers.cc:597] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 -> Peer aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4:36579): Couldn't send request to peer aa15f97a7e6e4314b4dd1ee37f17313d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e9765c3f02a044ee92683890e67aff2e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:19.457459  7756 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: 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:19.457911  8012 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } 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:19.459214  7987 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:19.467337  8008 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.469126  7917 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.474299  7756 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.481266  7298 catalog_manager.cc:5697] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac reported cstate change: config changed from index -1 to 3, NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) added. New cstate: current_term: 2 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } } }
I20260630 12:37:19.809127  8017 ts_tablet_manager.cc:933] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: Initiating tablet copy from peer 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919)
I20260630 12:37:19.812414  8017 tablet_copy_client.cc:323] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:35919
I20260630 12:37:19.834257  7847 tablet_copy_service.cc:140] P 3a198232ea4b4f21b6cd3b18069dda69: Received BeginTabletCopySession request for tablet 6364c3800ec4416f805b9533e466f79d from peer aa15f97a7e6e4314b4dd1ee37f17313d ({username='slave'} at 127.0.0.1:53116)
I20260630 12:37:19.835526  7847 tablet_copy_service.cc:161] P 3a198232ea4b4f21b6cd3b18069dda69: Beginning new tablet copy session on tablet 6364c3800ec4416f805b9533e466f79d from peer aa15f97a7e6e4314b4dd1ee37f17313d at {username='slave'} at 127.0.0.1:53116: session id = aa15f97a7e6e4314b4dd1ee37f17313d-6364c3800ec4416f805b9533e466f79d
I20260630 12:37:19.839643  8021 ts_tablet_manager.cc:933] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: Initiating tablet copy from peer 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625)
I20260630 12:37:19.841969  8021 tablet_copy_client.cc:323] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:36625
I20260630 12:37:19.849414  7847 tablet_copy_source_session.cc:215] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:19.853914  8017 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6364c3800ec4416f805b9533e466f79d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.858464  7767 tablet_copy_service.cc:140] P 414d39aa21b641e4a55bbc2d60d1e040: Received BeginTabletCopySession request for tablet e0185cadea0e4a3fba7de410c5e06d83 from peer aa15f97a7e6e4314b4dd1ee37f17313d ({username='slave'} at 127.0.0.1:39564)
I20260630 12:37:19.859505  7767 tablet_copy_service.cc:161] P 414d39aa21b641e4a55bbc2d60d1e040: Beginning new tablet copy session on tablet e0185cadea0e4a3fba7de410c5e06d83 from peer aa15f97a7e6e4314b4dd1ee37f17313d at {username='slave'} at 127.0.0.1:39564: session id = aa15f97a7e6e4314b4dd1ee37f17313d-e0185cadea0e4a3fba7de410c5e06d83
I20260630 12:37:19.870743  7767 tablet_copy_source_session.cc:215] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:19.874694  8021 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0185cadea0e4a3fba7de410c5e06d83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:19.875335  8017 tablet_copy_client.cc:806] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:19.876197  8017 tablet_copy_client.cc:670] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:19.881287  8017 tablet_copy_client.cc:538] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:19.892071  8017 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: Bootstrap starting.
I20260630 12:37:19.894400  8021 tablet_copy_client.cc:806] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:19.895332  8021 tablet_copy_client.cc:670] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:19.900362  8021 tablet_copy_client.cc:538] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:19.912216  8021 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: Bootstrap starting.
I20260630 12:37:19.920130  8017 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: 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:19.921345  8017 tablet_bootstrap.cc:492] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: Bootstrap complete.
I20260630 12:37:19.922259  8017 ts_tablet_manager.cc:1403] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: Time spent bootstrapping tablet: real 0.031s	user 0.023s	sys 0.004s
I20260630 12:37:19.926597  8017 raft_consensus.cc:359] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:19.928452  8017 raft_consensus.cc:740] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: aa15f97a7e6e4314b4dd1ee37f17313d, State: Initialized, Role: LEARNER
I20260630 12:37:19.929426  8017 consensus_queue.cc:260] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:19.933035  8017 ts_tablet_manager.cc:1434] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: Time spent starting tablet: real 0.010s	user 0.012s	sys 0.000s
I20260630 12:37:19.938174  8021 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: 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:19.939592  8021 tablet_bootstrap.cc:492] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: Bootstrap complete.
I20260630 12:37:19.940514  8021 ts_tablet_manager.cc:1403] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: Time spent bootstrapping tablet: real 0.029s	user 0.019s	sys 0.008s
I20260630 12:37:19.941428  7847 tablet_copy_service.cc:342] P 3a198232ea4b4f21b6cd3b18069dda69: Request end of tablet copy session aa15f97a7e6e4314b4dd1ee37f17313d-6364c3800ec4416f805b9533e466f79d received from {username='slave'} at 127.0.0.1:53116
I20260630 12:37:19.942216  7847 tablet_copy_service.cc:434] P 3a198232ea4b4f21b6cd3b18069dda69: ending tablet copy session aa15f97a7e6e4314b4dd1ee37f17313d-6364c3800ec4416f805b9533e466f79d on tablet 6364c3800ec4416f805b9533e466f79d with peer aa15f97a7e6e4314b4dd1ee37f17313d
I20260630 12:37:19.943951  8021 raft_consensus.cc:359] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:19.945245  8021 raft_consensus.cc:740] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: aa15f97a7e6e4314b4dd1ee37f17313d, State: Initialized, Role: LEARNER
I20260630 12:37:19.946178  8021 consensus_queue.cc:260] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:19.949000  8021 ts_tablet_manager.cc:1434] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:19.950887  7767 tablet_copy_service.cc:342] P 414d39aa21b641e4a55bbc2d60d1e040: Request end of tablet copy session aa15f97a7e6e4314b4dd1ee37f17313d-e0185cadea0e4a3fba7de410c5e06d83 received from {username='slave'} at 127.0.0.1:39564
I20260630 12:37:19.951581  7767 tablet_copy_service.cc:434] P 414d39aa21b641e4a55bbc2d60d1e040: ending tablet copy session aa15f97a7e6e4314b4dd1ee37f17313d-e0185cadea0e4a3fba7de410c5e06d83 on tablet e0185cadea0e4a3fba7de410c5e06d83 with peer aa15f97a7e6e4314b4dd1ee37f17313d
I20260630 12:37:19.997251  8021 ts_tablet_manager.cc:933] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: Initiating tablet copy from peer 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919)
I20260630 12:37:19.999166  8021 tablet_copy_client.cc:323] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:35919
I20260630 12:37:20.000974  7847 tablet_copy_service.cc:140] P 3a198232ea4b4f21b6cd3b18069dda69: Received BeginTabletCopySession request for tablet e9765c3f02a044ee92683890e67aff2e from peer aa15f97a7e6e4314b4dd1ee37f17313d ({username='slave'} at 127.0.0.1:53116)
I20260630 12:37:20.001603  7847 tablet_copy_service.cc:161] P 3a198232ea4b4f21b6cd3b18069dda69: Beginning new tablet copy session on tablet e9765c3f02a044ee92683890e67aff2e from peer aa15f97a7e6e4314b4dd1ee37f17313d at {username='slave'} at 127.0.0.1:53116: session id = aa15f97a7e6e4314b4dd1ee37f17313d-e9765c3f02a044ee92683890e67aff2e
I20260630 12:37:20.009284  7847 tablet_copy_source_session.cc:215] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:20.012591  8021 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e9765c3f02a044ee92683890e67aff2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.028437  8021 tablet_copy_client.cc:806] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:20.029100  8021 tablet_copy_client.cc:670] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:20.033210  8021 tablet_copy_client.cc:538] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:20.041077  8021 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: Bootstrap starting.
I20260630 12:37:20.059464  8021 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: 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:20.060297  8021 tablet_bootstrap.cc:492] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: Bootstrap complete.
I20260630 12:37:20.060889  8021 ts_tablet_manager.cc:1403] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260630 12:37:20.063354  8021 raft_consensus.cc:359] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:20.064014  8021 raft_consensus.cc:740] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: aa15f97a7e6e4314b4dd1ee37f17313d, State: Initialized, Role: LEARNER
I20260630 12:37:20.064638  8021 consensus_queue.cc:260] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: true } }
I20260630 12:37:20.066893  8021 ts_tablet_manager.cc:1434] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260630 12:37:20.069005  7847 tablet_copy_service.cc:342] P 3a198232ea4b4f21b6cd3b18069dda69: Request end of tablet copy session aa15f97a7e6e4314b4dd1ee37f17313d-e9765c3f02a044ee92683890e67aff2e received from {username='slave'} at 127.0.0.1:53116
I20260630 12:37:20.069480  7847 tablet_copy_service.cc:434] P 3a198232ea4b4f21b6cd3b18069dda69: ending tablet copy session aa15f97a7e6e4314b4dd1ee37f17313d-e9765c3f02a044ee92683890e67aff2e on tablet e9765c3f02a044ee92683890e67aff2e with peer aa15f97a7e6e4314b4dd1ee37f17313d
I20260630 12:37:20.323065  7673 raft_consensus.cc:1217] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:37:20.335440  7673 raft_consensus.cc:1217] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:37:20.521001  7673 raft_consensus.cc:1217] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:20.790758  8031 raft_consensus.cc:1064] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040: attempting to promote NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d to VOTER
I20260630 12:37:20.793284  8031 consensus_queue.cc:237] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } }
I20260630 12:37:20.802021  7673 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 LEARNER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:20.803479  7917 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:20.804566  8033 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } 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:20.806468  7836 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:20.807255  8027 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:20.808669  8031 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } 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:20.830973  8033 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.833915  7836 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.836767  7917 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.851387  7673 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.856977  7297 catalog_manager.cc:5697] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac reported cstate change: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "414d39aa21b641e4a55bbc2d60d1e040" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } attrs { replace: true } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.908283  7756 consensus_queue.cc:237] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } }
I20260630 12:37:20.914469  7673 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:37:20.914616  7917 raft_consensus.cc:1275] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Refusing update from remote peer 414d39aa21b641e4a55bbc2d60d1e040: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:37:20.916496  8027 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } 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:37:20.918601  8027 consensus_queue.cc:1048] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:20.921916  8008 raft_consensus.cc:1064] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69: attempting to promote NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d to VOTER
I20260630 12:37:20.927371  8008 consensus_queue.cc:237] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } }
I20260630 12:37:20.927136  8033 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.930310  7917 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.932022  7672 raft_consensus.cc:2955] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.947047  7916 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:20.947783  7673 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 LEARNER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:20.948683  7298 catalog_manager.cc:5697] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac reported cstate change: config changed from index 4 to 5, VOTER 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2) evicted. New cstate: current_term: 3 leader_uuid: "414d39aa21b641e4a55bbc2d60d1e040" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.949630  8012 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } 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:20.952670  7756 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:37:20.955618  8012 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } 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:20.961374  8030 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:20.970862  7284 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e0185cadea0e4a3fba7de410c5e06d83 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:20.984727  8008 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.986089  7917 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:20.997375  7672 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.008095  7756 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.012430  7827 tablet_service.cc:1558] Processing DeleteTablet for tablet e0185cadea0e4a3fba7de410c5e06d83 with delete_type TABLET_DATA_TOMBSTONED (TS 3a198232ea4b4f21b6cd3b18069dda69 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:53132
I20260630 12:37:21.018848  7298 catalog_manager.cc:5697] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac reported cstate change: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } attrs { replace: true } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.034361  8049 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:21.036069  8049 raft_consensus.cc:2243] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:21.037456  8049 raft_consensus.cc:2272] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:21.041719  8008 raft_consensus.cc:1064] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69: attempting to promote NON_VOTER aa15f97a7e6e4314b4dd1ee37f17313d to VOTER
I20260630 12:37:21.043533  8049 ts_tablet_manager.cc:1916] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:21.045641  8008 consensus_queue.cc:237] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } }
I20260630 12:37:21.054471  7836 consensus_queue.cc:237] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } }
I20260630 12:37:21.062608  7917 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: 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:21.064267  8008 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } 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:21.066185  7673 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 LEARNER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: 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:21.066708  7756 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: 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:21.067941  8008 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } 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:21.070292  8050 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:21.080513  7672 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:37:21.081259  7916 raft_consensus.cc:1275] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260630 12:37:21.082427  8050 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } 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:37:21.083429  8030 consensus_queue.cc:1048] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:21.088341  8049 ts_tablet_manager.cc:1929] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:37:21.089016  8049 log.cc:1199] T e0185cadea0e4a3fba7de410c5e06d83 P 3a198232ea4b4f21b6cd3b18069dda69: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-1-root/wals/e0185cadea0e4a3fba7de410c5e06d83
I20260630 12:37:21.090968  7284 catalog_manager.cc:5028] TS 3a198232ea4b4f21b6cd3b18069dda69 (127.0.120.2:35919): tablet e0185cadea0e4a3fba7de410c5e06d83 (table test-workload [id=023b6a2f4759496ab3d26397cc205172]) successfully deleted
I20260630 12:37:21.093482  8048 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.101249  7916 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.105674  7284 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6364c3800ec4416f805b9533e466f79d with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:21.103238  7672 raft_consensus.cc:2955] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.112116  7296 catalog_manager.cc:5697] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 reported cstate change: config changed from index 4 to 5, VOTER 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1) evicted. New cstate: current_term: 3 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:21.123224  8030 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.128330  7746 tablet_service.cc:1558] Processing DeleteTablet for tablet 6364c3800ec4416f805b9533e466f79d with delete_type TABLET_DATA_TOMBSTONED (TS 414d39aa21b641e4a55bbc2d60d1e040 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:39576
I20260630 12:37:21.131211  7916 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.134829  8055 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:21.136139  8055 raft_consensus.cc:2243] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:21.137308  8055 raft_consensus.cc:2272] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:21.139909  7673 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.148962  8055 ts_tablet_manager.cc:1916] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:21.148597  7755 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.155733  7296 catalog_manager.cc:5697] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 reported cstate change: config changed from index 3 to 4, aa15f97a7e6e4314b4dd1ee37f17313d (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7640a9ca14a4408c8f9e7e74b9d232ac" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41581 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:21.178033  7836 consensus_queue.cc:237] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [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: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } }
I20260630 12:37:21.178028  8055 ts_tablet_manager.cc:1929] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:37:21.180171  8055 log.cc:1199] T 6364c3800ec4416f805b9533e466f79d P 414d39aa21b641e4a55bbc2d60d1e040: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-0-root/wals/6364c3800ec4416f805b9533e466f79d
I20260630 12:37:21.182164  7284 catalog_manager.cc:5028] TS 414d39aa21b641e4a55bbc2d60d1e040 (127.0.120.1:36625): tablet 6364c3800ec4416f805b9533e466f79d (table test-workload [id=023b6a2f4759496ab3d26397cc205172]) successfully deleted
I20260630 12:37:21.185606  7755 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: 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:21.185606  7673 raft_consensus.cc:1275] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 FOLLOWER]: Refusing update from remote peer 3a198232ea4b4f21b6cd3b18069dda69: 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:21.187341  8050 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } 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:37:21.188172  8030 consensus_queue.cc:1048] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:21.195324  8048 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.197242  7755 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.199985  7673 raft_consensus.cc:2955] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.212396  7298 catalog_manager.cc:5697] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 reported cstate change: config changed from index 4 to 5, VOTER 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3) evicted. New cstate: current_term: 2 leader_uuid: "3a198232ea4b4f21b6cd3b18069dda69" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "414d39aa21b641e4a55bbc2d60d1e040" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36625 } } peers { permanent_uuid: "3a198232ea4b4f21b6cd3b18069dda69" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 35919 } } peers { permanent_uuid: "aa15f97a7e6e4314b4dd1ee37f17313d" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36579 } attrs { promote: false } } }
I20260630 12:37:21.215822  7284 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e9765c3f02a044ee92683890e67aff2e with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:21.236747  7907 tablet_service.cc:1558] Processing DeleteTablet for tablet e9765c3f02a044ee92683890e67aff2e with delete_type TABLET_DATA_TOMBSTONED (TS 7640a9ca14a4408c8f9e7e74b9d232ac not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:42472
I20260630 12:37:21.238579  8058 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:21.239485  8058 raft_consensus.cc:2243] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:21.240080  8058 raft_consensus.cc:2272] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:21.242973  8058 ts_tablet_manager.cc:1916] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:21.254827  8058 ts_tablet_manager.cc:1929] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:37:21.255237  8058 log.cc:1199] T e9765c3f02a044ee92683890e67aff2e P 7640a9ca14a4408c8f9e7e74b9d232ac: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822836191499-480-0/minicluster-data/ts-2-root/wals/e9765c3f02a044ee92683890e67aff2e
I20260630 12:37:21.257241  7285 catalog_manager.cc:5028] TS 7640a9ca14a4408c8f9e7e74b9d232ac (127.0.120.3:41581): tablet e9765c3f02a044ee92683890e67aff2e (table test-workload [id=023b6a2f4759496ab3d26397cc205172]) successfully deleted
I20260630 12:37:23.032454   480 tablet_server.cc:179] TabletServer@127.0.120.1:36625 shutting down...
I20260630 12:37:23.060674   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:23.061498   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.062177   480 raft_consensus.cc:2243] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.062846   480 raft_consensus.cc:2272] T 143b4414492c4fa1a4278517c63de892 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.065459   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.065907   480 raft_consensus.cc:2243] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.066444   480 raft_consensus.cc:2272] T e9765c3f02a044ee92683890e67aff2e P 414d39aa21b641e4a55bbc2d60d1e040 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.068609   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.069031   480 raft_consensus.cc:2243] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.069742   480 raft_consensus.cc:2272] T e0185cadea0e4a3fba7de410c5e06d83 P 414d39aa21b641e4a55bbc2d60d1e040 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.095484   480 tablet_server.cc:196] TabletServer@127.0.120.1:36625 shutdown complete.
I20260630 12:37:23.112748   480 tablet_server.cc:179] TabletServer@127.0.120.2:35919 shutting down...
I20260630 12:37:23.139739   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:23.140542   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.141086   480 raft_consensus.cc:2243] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.141546   480 raft_consensus.cc:2272] T 143b4414492c4fa1a4278517c63de892 P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.143818   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.144305   480 raft_consensus.cc:2243] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.145074   480 raft_consensus.cc:2272] T 6364c3800ec4416f805b9533e466f79d P 3a198232ea4b4f21b6cd3b18069dda69 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.147207   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.147622   480 raft_consensus.cc:2243] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.148339   480 raft_consensus.cc:2272] T e9765c3f02a044ee92683890e67aff2e P 3a198232ea4b4f21b6cd3b18069dda69 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.173269   480 tablet_server.cc:196] TabletServer@127.0.120.2:35919 shutdown complete.
I20260630 12:37:23.191982   480 tablet_server.cc:179] TabletServer@127.0.120.3:41581 shutting down...
I20260630 12:37:23.230515   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:23.231371   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.232076   480 raft_consensus.cc:2243] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.233176   480 raft_consensus.cc:2272] T 143b4414492c4fa1a4278517c63de892 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.236371   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.236912   480 raft_consensus.cc:2243] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.237471   480 raft_consensus.cc:2272] T 6364c3800ec4416f805b9533e466f79d P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.239887   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:23.240346   480 raft_consensus.cc:2243] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.240794   480 raft_consensus.cc:2272] T e0185cadea0e4a3fba7de410c5e06d83 P 7640a9ca14a4408c8f9e7e74b9d232ac [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.265897   480 tablet_server.cc:196] TabletServer@127.0.120.3:41581 shutdown complete.
I20260630 12:37:23.281967   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:37:23.308336   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:23.309139   480 tablet_replica.cc:333] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d: stopping tablet replica
I20260630 12:37:23.309739   480 raft_consensus.cc:2243] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.310348   480 raft_consensus.cc:2272] T e9765c3f02a044ee92683890e67aff2e P aa15f97a7e6e4314b4dd1ee37f17313d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.312415   480 tablet_replica.cc:333] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d: stopping tablet replica
I20260630 12:37:23.312961   480 raft_consensus.cc:2243] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.313494   480 raft_consensus.cc:2272] T e0185cadea0e4a3fba7de410c5e06d83 P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.315845   480 tablet_replica.cc:333] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d: stopping tablet replica
I20260630 12:37:23.316318   480 raft_consensus.cc:2243] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:23.316803   480 raft_consensus.cc:2272] T 6364c3800ec4416f805b9533e466f79d P aa15f97a7e6e4314b4dd1ee37f17313d [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.338758   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:37:23.352495   480 master.cc:562] Master@127.0.120.62:46593 shutting down...
I20260630 12:37:23.374800   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:23.375442   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:23.375811   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 002d3b77936042bfbc56ae75156dbcb3: stopping tablet replica
I20260630 12:37:23.396092   480 master.cc:584] Master@127.0.120.62:46593 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (17456 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:37:23.438687   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:33521
I20260630 12:37:23.439882   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.446058  8060 instance_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.446134  8059 instance_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.446950  8062 instance_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.447755   480 server_base.cc:1061] running on GCE node
I20260630 12:37:23.448627   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.448850   480 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.449009   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823043448995 us; error 0 us; skew 500 ppm
I20260630 12:37:23.449512   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.452088   480 webserver.cc:533] Webserver started at http://127.0.120.62:44645/ using document root <none> and password file <none>
I20260630 12:37:23.452579   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.452782   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.453078   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.454413   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "ffdb00b5af80428391d9ae0572de2916"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:23.459126   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:23.463119  8067 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.464056   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260630 12:37:23.464313   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "ffdb00b5af80428391d9ae0572de2916"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:23.464542   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-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.477547   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.478749   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.517153   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:33521
I20260630 12:37:23.517258  8118 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:33521 every 8 connection(s)
I20260630 12:37:23.521489  8119 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.532342  8119 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: Bootstrap starting.
I20260630 12:37:23.537266  8119 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.541710  8119 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: No bootstrap required, opened a new log
I20260630 12:37:23.543965  8119 raft_consensus.cc:359] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ffdb00b5af80428391d9ae0572de2916" member_type: VOTER }
I20260630 12:37:23.544348  8119 raft_consensus.cc:385] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:23.544528  8119 raft_consensus.cc:740] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ffdb00b5af80428391d9ae0572de2916, State: Initialized, Role: FOLLOWER
I20260630 12:37:23.545123  8119 consensus_queue.cc:260] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ffdb00b5af80428391d9ae0572de2916" member_type: VOTER }
I20260630 12:37:23.545532  8119 raft_consensus.cc:399] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:23.545713  8119 raft_consensus.cc:493] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:23.545928  8119 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:23.550787  8119 raft_consensus.cc:515] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ffdb00b5af80428391d9ae0572de2916" member_type: VOTER }
I20260630 12:37:23.551297  8119 leader_election.cc:304] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [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: ffdb00b5af80428391d9ae0572de2916; no voters: 
I20260630 12:37:23.552403  8119 leader_election.cc:290] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:23.552753  8122 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:23.554276  8122 raft_consensus.cc:697] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 1 LEADER]: Becoming Leader. State: Replica: ffdb00b5af80428391d9ae0572de2916, State: Running, Role: LEADER
I20260630 12:37:23.554901  8122 consensus_queue.cc:237] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [LEADER]: Queue going to LEADER mode. State: All 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: "ffdb00b5af80428391d9ae0572de2916" member_type: VOTER }
I20260630 12:37:23.555315  8119 sys_catalog.cc:565] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:23.559695  8124 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ffdb00b5af80428391d9ae0572de2916. Latest consensus state: current_term: 1 leader_uuid: "ffdb00b5af80428391d9ae0572de2916" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ffdb00b5af80428391d9ae0572de2916" member_type: VOTER } }
I20260630 12:37:23.560359  8124 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:23.560173  8123 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ffdb00b5af80428391d9ae0572de2916" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ffdb00b5af80428391d9ae0572de2916" member_type: VOTER } }
I20260630 12:37:23.560761  8123 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:23.562418  8128 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:23.567803  8128 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:23.572934   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:23.577521  8128 catalog_manager.cc:1383] Generated new cluster ID: 44944fdfa69d40fbbafba6e5b4416410
I20260630 12:37:23.577927  8128 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:23.600446  8128 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:23.601866  8128 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:23.628108  8128 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: Generated new TSK 0
I20260630 12:37:23.628814  8128 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:23.639483   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.645578  8140 instance_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.646872  8141 instance_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.648883   480 server_base.cc:1061] running on GCE node
W20260630 12:37:23.649188  8143 instance_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.650295   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.650540   480 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.650731   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823043650712 us; error 0 us; skew 500 ppm
I20260630 12:37:23.651302   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.658325   480 webserver.cc:533] Webserver started at http://127.0.120.1:39887/ using document root <none> and password file <none>
I20260630 12:37:23.659116   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.659380   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.659727   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.661445   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "f3244dd04c6246aa9c1e1ecb17c913cd"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:23.668308   480 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:37:23.673489  8148 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.674523   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.001s
I20260630 12:37:23.674973   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "f3244dd04c6246aa9c1e1ecb17c913cd"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:23.675387   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-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.711506   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.712744   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.714285   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.716797   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.717059   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.717366   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.717552   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.760421   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:35331
I20260630 12:37:23.760542  8210 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:35331 every 8 connection(s)
I20260630 12:37:23.765563   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.774149  8215 instance_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.775238  8216 instance_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.775738  8218 instance_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.776283   480 server_base.cc:1061] running on GCE node
I20260630 12:37:23.777765   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.778033   480 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.778246   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823043778225 us; error 0 us; skew 500 ppm
I20260630 12:37:23.778405  8211 heartbeater.cc:344] Connected to a master server at 127.0.120.62:33521
I20260630 12:37:23.778824  8211 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:23.778856   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.779712  8211 heartbeater.cc:507] Master 127.0.120.62:33521 requested a full tablet report, sending...
I20260630 12:37:23.781737   480 webserver.cc:533] Webserver started at http://127.0.120.2:44711/ using document root <none> and password file <none>
I20260630 12:37:23.782226  8084 ts_manager.cc:194] Registered new tserver with Master: f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331)
I20260630 12:37:23.782385   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.782671   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.782990   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.784439   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "e3800ce5274c48a7b1526ec619e2b651"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:23.784687  8084 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47570
I20260630 12:37:23.789409   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:37:23.792969  8223 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.793764   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:23.794075   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "e3800ce5274c48a7b1526ec619e2b651"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:23.794381   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-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.813776   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.814869   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.816318   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.818572   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.818827   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.819119   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.819304   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.859294   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:46391
I20260630 12:37:23.859406  8285 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:46391 every 8 connection(s)
I20260630 12:37:23.864183   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:23.871588  8289 instance_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.873893  8290 instance_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.876978   480 server_base.cc:1061] running on GCE node
W20260630 12:37:23.877776  8292 instance_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.878537  8286 heartbeater.cc:344] Connected to a master server at 127.0.120.62:33521
I20260630 12:37:23.878981  8286 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:23.879463   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:23.879719   480 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.879910   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823043879893 us; error 0 us; skew 500 ppm
I20260630 12:37:23.879997  8286 heartbeater.cc:507] Master 127.0.120.62:33521 requested a full tablet report, sending...
I20260630 12:37:23.880530   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:23.882570  8084 ts_manager.cc:194] Registered new tserver with Master: e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391)
I20260630 12:37:23.883447   480 webserver.cc:533] Webserver started at http://127.0.120.3:34295/ using document root <none> and password file <none>
I20260630 12:37:23.884001   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:23.884187   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:23.884323  8084 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47574
I20260630 12:37:23.884470   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:23.886008   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "22652031c8fa43d6a164405b5c473845"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:23.891434   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:37:23.894990  8297 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.896039   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:37:23.896431   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "22652031c8fa43d6a164405b5c473845"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:23.896860   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-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.911465   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:23.912794   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:23.914350   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:23.917110   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:23.917361   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.917610   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:23.917780   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:23.961267   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:40017
I20260630 12:37:23.961396  8359 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:40017 every 8 connection(s)
I20260630 12:37:23.975630  8360 heartbeater.cc:344] Connected to a master server at 127.0.120.62:33521
I20260630 12:37:23.976045  8360 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:23.976769  8360 heartbeater.cc:507] Master 127.0.120.62:33521 requested a full tablet report, sending...
I20260630 12:37:23.978749  8084 ts_manager.cc:194] Registered new tserver with Master: 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:23.979502   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014867948s
I20260630 12:37:23.980487  8084 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47584
I20260630 12:37:24.787752  8211 heartbeater.cc:499] Master 127.0.120.62:33521 was elected leader, sending a full tablet report...
I20260630 12:37:24.887305  8286 heartbeater.cc:499] Master 127.0.120.62:33521 was elected leader, sending a full tablet report...
I20260630 12:37:24.983516  8360 heartbeater.cc:499] Master 127.0.120.62:33521 was elected leader, sending a full tablet report...
I20260630 12:37:25.036602  8084 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47592:
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:25.039110  8084 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:25.095924  8325 tablet_service.cc:1511] Processing CreateTablet for tablet af1cc95ce6ed4a5ba06e98756694b806 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:25.097429  8325 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af1cc95ce6ed4a5ba06e98756694b806. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.100145  8324 tablet_service.cc:1511] Processing CreateTablet for tablet e4a1b8db30314c519948d3a52fcc1d31 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:25.101643  8324 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4a1b8db30314c519948d3a52fcc1d31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.101892  8323 tablet_service.cc:1511] Processing CreateTablet for tablet 7af6d42bc9f94493afc23b5b93a5ae1a (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:25.103305  8323 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7af6d42bc9f94493afc23b5b93a5ae1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.106500  8322 tablet_service.cc:1511] Processing CreateTablet for tablet 2b3ba844df094a7caf986fd7ce7b5041 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:25.107904  8322 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b3ba844df094a7caf986fd7ce7b5041. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.128206  8250 tablet_service.cc:1511] Processing CreateTablet for tablet e4a1b8db30314c519948d3a52fcc1d31 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:25.128520  8248 tablet_service.cc:1511] Processing CreateTablet for tablet 2b3ba844df094a7caf986fd7ce7b5041 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:25.129777  8250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4a1b8db30314c519948d3a52fcc1d31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.131193  8248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b3ba844df094a7caf986fd7ce7b5041. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.128309  8249 tablet_service.cc:1511] Processing CreateTablet for tablet 7af6d42bc9f94493afc23b5b93a5ae1a (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:25.129442  8251 tablet_service.cc:1511] Processing CreateTablet for tablet af1cc95ce6ed4a5ba06e98756694b806 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:25.132711  8249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7af6d42bc9f94493afc23b5b93a5ae1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.133462  8251 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af1cc95ce6ed4a5ba06e98756694b806. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.140482  8176 tablet_service.cc:1511] Processing CreateTablet for tablet af1cc95ce6ed4a5ba06e98756694b806 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:25.141920  8176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af1cc95ce6ed4a5ba06e98756694b806. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.142843  8173 tablet_service.cc:1511] Processing CreateTablet for tablet 2b3ba844df094a7caf986fd7ce7b5041 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:25.144207  8173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b3ba844df094a7caf986fd7ce7b5041. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.148298  8174 tablet_service.cc:1511] Processing CreateTablet for tablet 7af6d42bc9f94493afc23b5b93a5ae1a (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:25.149725  8174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7af6d42bc9f94493afc23b5b93a5ae1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.152524  8175 tablet_service.cc:1511] Processing CreateTablet for tablet e4a1b8db30314c519948d3a52fcc1d31 (DEFAULT_TABLE table=test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:25.155134  8175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4a1b8db30314c519948d3a52fcc1d31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.158090  8381 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: Bootstrap starting.
I20260630 12:37:25.128140  8380 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845: Bootstrap starting.
I20260630 12:37:25.174127  8380 tablet_bootstrap.cc:654] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.175740  8381 tablet_bootstrap.cc:654] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.184633  8382 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:25.191462  8380 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845: No bootstrap required, opened a new log
I20260630 12:37:25.192034  8382 tablet_bootstrap.cc:654] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.192179  8380 ts_tablet_manager.cc:1403] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845: Time spent bootstrapping tablet: real 0.064s	user 0.008s	sys 0.005s
I20260630 12:37:25.195510  8380 raft_consensus.cc:359] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.196437  8380 raft_consensus.cc:385] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.196704  8380 raft_consensus.cc:740] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22652031c8fa43d6a164405b5c473845, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.197261  8381 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: No bootstrap required, opened a new log
I20260630 12:37:25.197793  8381 ts_tablet_manager.cc:1403] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: Time spent bootstrapping tablet: real 0.040s	user 0.007s	sys 0.015s
I20260630 12:37:25.197496  8380 consensus_queue.cc:260] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.198439  8382 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: No bootstrap required, opened a new log
I20260630 12:37:25.199052  8382 ts_tablet_manager.cc:1403] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.021s	user 0.003s	sys 0.010s
I20260630 12:37:25.200333  8381 raft_consensus.cc:359] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.200923  8381 raft_consensus.cc:385] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.201180  8381 raft_consensus.cc:740] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.201903  8381 consensus_queue.cc:260] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.202868  8382 raft_consensus.cc:359] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.204698  8381 ts_tablet_manager.cc:1434] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:37:25.205822  8381 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651: Bootstrap starting.
I20260630 12:37:25.206810  8382 raft_consensus.cc:385] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.207227  8382 raft_consensus.cc:740] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.208060  8382 consensus_queue.cc:260] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.213233  8381 tablet_bootstrap.cc:654] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.214010  8382 ts_tablet_manager.cc:1434] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:37:25.214114  8380 ts_tablet_manager.cc:1434] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845: Time spent starting tablet: real 0.022s	user 0.015s	sys 0.000s
I20260630 12:37:25.217248  8382 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:25.223825  8380 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845: Bootstrap starting.
I20260630 12:37:25.225904  8382 tablet_bootstrap.cc:654] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.231142  8380 tablet_bootstrap.cc:654] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.234237  8381 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651: No bootstrap required, opened a new log
I20260630 12:37:25.235138  8381 ts_tablet_manager.cc:1403] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651: Time spent bootstrapping tablet: real 0.030s	user 0.017s	sys 0.002s
I20260630 12:37:25.237907  8382 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: No bootstrap required, opened a new log
I20260630 12:37:25.238517  8382 ts_tablet_manager.cc:1403] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.011s
I20260630 12:37:25.238379  8381 raft_consensus.cc:359] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.239334  8381 raft_consensus.cc:385] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.239709  8381 raft_consensus.cc:740] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.240700  8381 consensus_queue.cc:260] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.241735  8382 raft_consensus.cc:359] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.242467  8382 raft_consensus.cc:385] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.242746  8382 raft_consensus.cc:740] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.243896  8382 consensus_queue.cc:260] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.246266  8382 ts_tablet_manager.cc:1434] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:37:25.247433  8382 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:25.250214  8381 ts_tablet_manager.cc:1434] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260630 12:37:25.253803  8382 tablet_bootstrap.cc:654] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.256479  8381 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651: Bootstrap starting.
I20260630 12:37:25.260578  8380 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845: No bootstrap required, opened a new log
I20260630 12:37:25.261135  8380 ts_tablet_manager.cc:1403] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845: Time spent bootstrapping tablet: real 0.038s	user 0.022s	sys 0.014s
I20260630 12:37:25.262517  8382 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: No bootstrap required, opened a new log
I20260630 12:37:25.262987  8382 ts_tablet_manager.cc:1403] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.006s
I20260630 12:37:25.264328  8380 raft_consensus.cc:359] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.265120  8380 raft_consensus.cc:385] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.265578  8380 raft_consensus.cc:740] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22652031c8fa43d6a164405b5c473845, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.265161  8382 raft_consensus.cc:359] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.266206  8382 raft_consensus.cc:385] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.266525  8381 tablet_bootstrap.cc:654] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.266552  8382 raft_consensus.cc:740] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.266475  8380 consensus_queue.cc:260] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.267699  8382 consensus_queue.cc:260] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.269255  8387 raft_consensus.cc:493] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.269657  8382 ts_tablet_manager.cc:1434] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.001s
I20260630 12:37:25.269771  8387 raft_consensus.cc:515] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.270828  8382 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:25.277094  8380 ts_tablet_manager.cc:1434] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845: Time spent starting tablet: real 0.016s	user 0.000s	sys 0.006s
I20260630 12:37:25.277349  8382 tablet_bootstrap.cc:654] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.278924  8380 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: Bootstrap starting.
I20260630 12:37:25.284341  8387 leader_election.cc:290] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017), f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331)
I20260630 12:37:25.288169  8380 tablet_bootstrap.cc:654] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.346419  8382 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: No bootstrap required, opened a new log
I20260630 12:37:25.347056  8382 ts_tablet_manager.cc:1403] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.076s	user 0.047s	sys 0.028s
I20260630 12:37:25.347370  8381 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651: No bootstrap required, opened a new log
I20260630 12:37:25.347960  8381 ts_tablet_manager.cc:1403] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651: Time spent bootstrapping tablet: real 0.092s	user 0.017s	sys 0.066s
I20260630 12:37:25.350185  8380 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: No bootstrap required, opened a new log
I20260630 12:37:25.350026  8382 raft_consensus.cc:359] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.350822  8380 ts_tablet_manager.cc:1403] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: Time spent bootstrapping tablet: real 0.072s	user 0.031s	sys 0.028s
I20260630 12:37:25.351006  8382 raft_consensus.cc:385] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.351035  8186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af1cc95ce6ed4a5ba06e98756694b806" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" is_pre_election: true
I20260630 12:37:25.351637  8382 raft_consensus.cc:740] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.352035  8186 raft_consensus.cc:2468] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 0.
I20260630 12:37:25.352638  8382 consensus_queue.cc:260] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.353246  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af1cc95ce6ed4a5ba06e98756694b806" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845" is_pre_election: true
I20260630 12:37:25.353461  8225 leader_election.cc:304] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e3800ce5274c48a7b1526ec619e2b651, f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:25.354431  8387 raft_consensus.cc:2804] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.354773  8387 raft_consensus.cc:493] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.355146  8387 raft_consensus.cc:3060] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.355113  8380 raft_consensus.cc:359] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.351089  8381 raft_consensus.cc:359] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.356034  8380 raft_consensus.cc:385] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.356259  8381 raft_consensus.cc:385] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.356434  8380 raft_consensus.cc:740] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22652031c8fa43d6a164405b5c473845, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.356658  8381 raft_consensus.cc:740] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.357443  8380 consensus_queue.cc:260] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.357565  8381 consensus_queue.cc:260] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.359844  8380 ts_tablet_manager.cc:1434] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260630 12:37:25.360926  8380 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845: Bootstrap starting.
I20260630 12:37:25.355116  8382 ts_tablet_manager.cc:1434] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
W20260630 12:37:25.366842  8224 leader_election.cc:343] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:25.365923  8387 raft_consensus.cc:515] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.369449  8380 tablet_bootstrap.cc:654] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.372215  8186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af1cc95ce6ed4a5ba06e98756694b806" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd"
I20260630 12:37:25.372506  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af1cc95ce6ed4a5ba06e98756694b806" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845"
I20260630 12:37:25.373150  8186 raft_consensus.cc:3060] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:37:25.379529  8224 leader_election.cc:343] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:25.385000  8186 raft_consensus.cc:2468] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 1.
I20260630 12:37:25.386915  8225 leader_election.cc:304] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [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: e3800ce5274c48a7b1526ec619e2b651, f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 22652031c8fa43d6a164405b5c473845
I20260630 12:37:25.388772  8387 leader_election.cc:290] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 election: Requested vote from peers 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017), f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331)
I20260630 12:37:25.393187  8398 raft_consensus.cc:2804] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.394173  8381 ts_tablet_manager.cc:1434] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651: Time spent starting tablet: real 0.046s	user 0.013s	sys 0.027s
I20260630 12:37:25.394738  8380 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845: No bootstrap required, opened a new log
I20260630 12:37:25.394987  8398 raft_consensus.cc:697] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Becoming Leader. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Running, Role: LEADER
I20260630 12:37:25.395453  8380 ts_tablet_manager.cc:1403] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845: Time spent bootstrapping tablet: real 0.035s	user 0.009s	sys 0.021s
I20260630 12:37:25.395589  8381 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: Bootstrap starting.
I20260630 12:37:25.396627  8398 consensus_queue.cc:237] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.399351  8380 raft_consensus.cc:359] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.400238  8380 raft_consensus.cc:385] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.400701  8380 raft_consensus.cc:740] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22652031c8fa43d6a164405b5c473845, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.402347  8380 consensus_queue.cc:260] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.403191  8381 tablet_bootstrap.cc:654] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.407773  8380 ts_tablet_manager.cc:1434] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.003s
I20260630 12:37:25.408560  8381 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: No bootstrap required, opened a new log
I20260630 12:37:25.409056  8381 ts_tablet_manager.cc:1403] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: Time spent bootstrapping tablet: real 0.014s	user 0.002s	sys 0.009s
I20260630 12:37:25.411597  8381 raft_consensus.cc:359] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.412381  8381 raft_consensus.cc:385] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.412681  8381 raft_consensus.cc:740] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.413683  8386 raft_consensus.cc:493] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.413447  8381 consensus_queue.cc:260] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.414244  8386 raft_consensus.cc:515] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.414701  8388 raft_consensus.cc:493] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.415264  8388 raft_consensus.cc:515] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.416054  8381 ts_tablet_manager.cc:1434] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.002s
I20260630 12:37:25.417395  8386 leader_election.cc:290] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391)
I20260630 12:37:25.419147  8388 leader_election.cc:290] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:25.428922  8082 catalog_manager.cc:5697] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.442624  8261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af1cc95ce6ed4a5ba06e98756694b806" candidate_uuid: "22652031c8fa43d6a164405b5c473845" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3800ce5274c48a7b1526ec619e2b651" is_pre_election: true
I20260630 12:37:25.445346  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4a1b8db30314c519948d3a52fcc1d31" candidate_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845" is_pre_election: true
I20260630 12:37:25.446089  8335 raft_consensus.cc:2468] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3244dd04c6246aa9c1e1ecb17c913cd in term 0.
I20260630 12:37:25.446976  8261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4a1b8db30314c519948d3a52fcc1d31" candidate_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3800ce5274c48a7b1526ec619e2b651" is_pre_election: true
I20260630 12:37:25.447394  8149 leader_election.cc:304] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 22652031c8fa43d6a164405b5c473845, f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:25.447688  8261 raft_consensus.cc:2468] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3244dd04c6246aa9c1e1ecb17c913cd in term 0.
I20260630 12:37:25.448361  8388 raft_consensus.cc:2804] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.448755  8388 raft_consensus.cc:493] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.448876  8186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "af1cc95ce6ed4a5ba06e98756694b806" candidate_uuid: "22652031c8fa43d6a164405b5c473845" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" is_pre_election: true
I20260630 12:37:25.449136  8388 raft_consensus.cc:3060] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.449632  8186 raft_consensus.cc:2393] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 22652031c8fa43d6a164405b5c473845 in current term 1: Already voted for candidate e3800ce5274c48a7b1526ec619e2b651 in this term.
I20260630 12:37:25.450964  8299 leader_election.cc:304] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [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: 22652031c8fa43d6a164405b5c473845; no voters: e3800ce5274c48a7b1526ec619e2b651, f3244dd04c6246aa9c1e1ecb17c913cd
I20260630 12:37:25.451925  8386 raft_consensus.cc:3060] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.457630  8388 raft_consensus.cc:515] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.460029  8386 raft_consensus.cc:2749] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:25.460533  8388 leader_election.cc:290] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 election: Requested vote from peers e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:25.461110  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4a1b8db30314c519948d3a52fcc1d31" candidate_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845"
I20260630 12:37:25.461110  8261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4a1b8db30314c519948d3a52fcc1d31" candidate_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3800ce5274c48a7b1526ec619e2b651"
I20260630 12:37:25.461982  8335 raft_consensus.cc:3060] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.462015  8261 raft_consensus.cc:3060] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.469679  8261 raft_consensus.cc:2468] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3244dd04c6246aa9c1e1ecb17c913cd in term 1.
I20260630 12:37:25.469679  8335 raft_consensus.cc:2468] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3244dd04c6246aa9c1e1ecb17c913cd in term 1.
I20260630 12:37:25.471122  8152 leader_election.cc:304] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e3800ce5274c48a7b1526ec619e2b651, f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:25.471819  8388 raft_consensus.cc:2804] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.473070  8388 raft_consensus.cc:697] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: Becoming Leader. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Running, Role: LEADER
I20260630 12:37:25.473898  8388 consensus_queue.cc:237] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.481048  8082 catalog_manager.cc:5697] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd reported cstate change: term changed from 0 to 1, leader changed from <none> to f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1). New cstate: current_term: 1 leader_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.515193  8388 raft_consensus.cc:493] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:25.515762  8388 raft_consensus.cc:515] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.517565  8388 leader_election.cc:290] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:25.518613  8261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b3ba844df094a7caf986fd7ce7b5041" candidate_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3800ce5274c48a7b1526ec619e2b651" is_pre_election: true
I20260630 12:37:25.518728  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b3ba844df094a7caf986fd7ce7b5041" candidate_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845" is_pre_election: true
I20260630 12:37:25.519304  8261 raft_consensus.cc:2468] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3244dd04c6246aa9c1e1ecb17c913cd in term 0.
I20260630 12:37:25.519462  8335 raft_consensus.cc:2468] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3244dd04c6246aa9c1e1ecb17c913cd in term 0.
I20260630 12:37:25.520548  8152 leader_election.cc:304] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e3800ce5274c48a7b1526ec619e2b651, f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:25.521432  8388 raft_consensus.cc:2804] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.521828  8388 raft_consensus.cc:493] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.522104  8388 raft_consensus.cc:3060] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.527508  8388 raft_consensus.cc:515] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.529603  8388 leader_election.cc:290] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 election: Requested vote from peers e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:25.530563  8261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b3ba844df094a7caf986fd7ce7b5041" candidate_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3800ce5274c48a7b1526ec619e2b651"
I20260630 12:37:25.530891  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b3ba844df094a7caf986fd7ce7b5041" candidate_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845"
I20260630 12:37:25.531176  8261 raft_consensus.cc:3060] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.531585  8335 raft_consensus.cc:3060] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.536362  8261 raft_consensus.cc:2468] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3244dd04c6246aa9c1e1ecb17c913cd in term 1.
I20260630 12:37:25.536676  8335 raft_consensus.cc:2468] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3244dd04c6246aa9c1e1ecb17c913cd in term 1.
I20260630 12:37:25.537626  8152 leader_election.cc:304] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e3800ce5274c48a7b1526ec619e2b651, f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:25.538426  8388 raft_consensus.cc:2804] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.538930  8388 raft_consensus.cc:697] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: Becoming Leader. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Running, Role: LEADER
I20260630 12:37:25.539855  8388 consensus_queue.cc:237] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.547271  8082 catalog_manager.cc:5697] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd reported cstate change: term changed from 0 to 1, leader changed from <none> to f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1). New cstate: current_term: 1 leader_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.570245  8398 raft_consensus.cc:493] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:37:25.570533  8132 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:25.570782  8398 raft_consensus.cc:515] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.572804  8398 leader_election.cc:290] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:25.573580  8186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" is_pre_election: true
I20260630 12:37:25.573794  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845" is_pre_election: true
I20260630 12:37:25.574254  8186 raft_consensus.cc:2468] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 0.
I20260630 12:37:25.574504  8335 raft_consensus.cc:2468] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 0.
I20260630 12:37:25.575414  8225 leader_election.cc:304] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e3800ce5274c48a7b1526ec619e2b651, f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:25.576174  8398 raft_consensus.cc:2804] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:25.576474  8398 raft_consensus.cc:493] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:25.576715  8398 raft_consensus.cc:3060] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.581878  8398 raft_consensus.cc:515] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.583552  8398 leader_election.cc:290] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 election: Requested vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:25.584460  8186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd"
I20260630 12:37:25.584605  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845"
I20260630 12:37:25.584991  8186 raft_consensus.cc:3060] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.585175  8335 raft_consensus.cc:3060] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.591148  8186 raft_consensus.cc:2468] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 1.
I20260630 12:37:25.591185  8335 raft_consensus.cc:2468] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 1.
I20260630 12:37:25.592375  8224 leader_election.cc:304] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 22652031c8fa43d6a164405b5c473845, e3800ce5274c48a7b1526ec619e2b651; no voters: 
I20260630 12:37:25.593152  8398 raft_consensus.cc:2804] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.593627  8398 raft_consensus.cc:697] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Becoming Leader. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Running, Role: LEADER
I20260630 12:37:25.594520  8398 consensus_queue.cc:237] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.601531  8082 catalog_manager.cc:5697] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:25.726446  8082 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47596:
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:25.755950  8175 tablet_service.cc:1511] Processing CreateTablet for tablet a6d430e46bc6446c9fa7c632390a17c6 (DEFAULT_TABLE table=dugtrio [id=d97c04bb41ad4d79b50cb2618d9c2827]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:25.757278  8175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a6d430e46bc6446c9fa7c632390a17c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.757447  8249 tablet_service.cc:1511] Processing CreateTablet for tablet d2d3e2843ccf4b76b61172137aff0366 (DEFAULT_TABLE table=dugtrio [id=d97c04bb41ad4d79b50cb2618d9c2827]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:25.758446  8249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d2d3e2843ccf4b76b61172137aff0366. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.758487  8325 tablet_service.cc:1511] Processing CreateTablet for tablet 4b7105b87d3144018c58fbe8692ecbca (DEFAULT_TABLE table=dugtrio [id=d97c04bb41ad4d79b50cb2618d9c2827]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:25.759836  8325 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b7105b87d3144018c58fbe8692ecbca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.765697  8173 tablet_service.cc:1511] Processing CreateTablet for tablet 976ff75d94864e3d8eeb2b585bb592af (DEFAULT_TABLE table=dugtrio [id=d97c04bb41ad4d79b50cb2618d9c2827]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:25.767050  8173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 976ff75d94864e3d8eeb2b585bb592af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:25.774619  8382 tablet_bootstrap.cc:492] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:25.777783  8381 tablet_bootstrap.cc:492] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: Bootstrap starting.
I20260630 12:37:25.780975  8382 tablet_bootstrap.cc:654] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.783653  8380 tablet_bootstrap.cc:492] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: Bootstrap starting.
I20260630 12:37:25.785946  8381 tablet_bootstrap.cc:654] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.791327  8380 tablet_bootstrap.cc:654] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.791240  8398 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:25.793085  8382 tablet_bootstrap.cc:492] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: No bootstrap required, opened a new log
I20260630 12:37:25.793813  8382 ts_tablet_manager.cc:1403] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.001s
I20260630 12:37:25.797911  8382 raft_consensus.cc:359] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:25.798631  8382 raft_consensus.cc:385] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.798943  8382 raft_consensus.cc:740] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.799991  8382 consensus_queue.cc:260] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:25.800701  8382 raft_consensus.cc:399] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:25.801069  8382 raft_consensus.cc:493] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:25.801564  8382 raft_consensus.cc:3060] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.801131  8381 tablet_bootstrap.cc:492] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: No bootstrap required, opened a new log
I20260630 12:37:25.803467  8381 ts_tablet_manager.cc:1403] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: Time spent bootstrapping tablet: real 0.026s	user 0.009s	sys 0.011s
I20260630 12:37:25.804400  8380 tablet_bootstrap.cc:492] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: No bootstrap required, opened a new log
I20260630 12:37:25.804975  8380 ts_tablet_manager.cc:1403] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.005s
I20260630 12:37:25.806610  8381 raft_consensus.cc:359] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.808246  8380 raft_consensus.cc:359] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.808739  8381 raft_consensus.cc:385] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.808972  8380 raft_consensus.cc:385] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.809234  8381 raft_consensus.cc:740] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.809448  8380 raft_consensus.cc:740] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22652031c8fa43d6a164405b5c473845, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.810175  8381 consensus_queue.cc:260] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.810456  8380 consensus_queue.cc:260] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.810954  8381 raft_consensus.cc:399] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:25.811399  8380 raft_consensus.cc:399] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:25.812143  8380 raft_consensus.cc:493] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:25.812567  8380 raft_consensus.cc:3060] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.811415  8381 raft_consensus.cc:493] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:25.814530  8381 raft_consensus.cc:3060] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.814639  8382 raft_consensus.cc:515] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:25.815577  8382 leader_election.cc:304] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [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: f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:25.816455  8388 raft_consensus.cc:2804] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.816942  8388 raft_consensus.cc:697] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: Becoming Leader. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Running, Role: LEADER
I20260630 12:37:25.817638  8388 consensus_queue.cc:237] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [LEADER]: Queue going to LEADER mode. State: All 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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:25.822769  8382 leader_election.cc:290] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:25.823935  8381 raft_consensus.cc:515] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.824836  8381 leader_election.cc:304] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [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: e3800ce5274c48a7b1526ec619e2b651; no voters: 
I20260630 12:37:25.825560  8381 leader_election.cc:290] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:25.825773  8398 raft_consensus.cc:2804] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.827275  8382 ts_tablet_manager.cc:1434] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.033s	user 0.017s	sys 0.005s
I20260630 12:37:25.831470  8382 tablet_bootstrap.cc:492] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:25.831316  8398 raft_consensus.cc:697] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Becoming Leader. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Running, Role: LEADER
I20260630 12:37:25.833658  8398 consensus_queue.cc:237] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Queue going to LEADER mode. State: All 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: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:25.833966  8380 raft_consensus.cc:515] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.834842  8380 leader_election.cc:304] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [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: 22652031c8fa43d6a164405b5c473845; no voters: 
I20260630 12:37:25.835264  8425 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:25.835717  8386 raft_consensus.cc:2804] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.837628  8380 leader_election.cc:290] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:25.839463  8381 ts_tablet_manager.cc:1434] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: Time spent starting tablet: real 0.036s	user 0.019s	sys 0.000s
I20260630 12:37:25.843814  8082 catalog_manager.cc:5697] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd reported cstate change: term changed from 0 to 1, leader changed from <none> to f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1). New cstate: current_term: 1 leader_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.852582  8386 raft_consensus.cc:697] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 1 LEADER]: Becoming Leader. State: Replica: 22652031c8fa43d6a164405b5c473845, State: Running, Role: LEADER
I20260630 12:37:25.853529  8386 consensus_queue.cc:237] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [LEADER]: Queue going to LEADER mode. State: All 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: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:25.858042  8380 ts_tablet_manager.cc:1434] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: Time spent starting tablet: real 0.053s	user 0.017s	sys 0.013s
I20260630 12:37:25.862138  8081 catalog_manager.cc:5697] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.865018  8382 tablet_bootstrap.cc:654] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:25.868835  8082 catalog_manager.cc:5697] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 reported cstate change: term changed from 0 to 1, leader changed from <none> to 22652031c8fa43d6a164405b5c473845 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "22652031c8fa43d6a164405b5c473845" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.882925  8382 tablet_bootstrap.cc:492] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: No bootstrap required, opened a new log
I20260630 12:37:25.883528  8382 ts_tablet_manager.cc:1403] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.052s	user 0.010s	sys 0.004s
I20260630 12:37:25.886792  8382 raft_consensus.cc:359] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:25.887491  8382 raft_consensus.cc:385] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:25.887814  8382 raft_consensus.cc:740] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:25.888551  8382 consensus_queue.cc:260] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:25.889200  8382 raft_consensus.cc:399] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:25.889518  8382 raft_consensus.cc:493] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:25.889869  8382 raft_consensus.cc:3060] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:25.897863  8382 raft_consensus.cc:515] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:25.898622  8382 leader_election.cc:304] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [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: f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:25.899585  8382 leader_election.cc:290] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:25.899869  8388 raft_consensus.cc:2804] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:25.901616  8382 ts_tablet_manager.cc:1434] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.018s	user 0.016s	sys 0.000s
I20260630 12:37:25.903483  8388 raft_consensus.cc:697] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: Becoming Leader. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Running, Role: LEADER
I20260630 12:37:25.904316  8388 consensus_queue.cc:237] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [LEADER]: Queue going to LEADER mode. State: All 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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:25.907970  8388 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:25.912276  8081 catalog_manager.cc:5697] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd reported cstate change: term changed from 0 to 1, leader changed from <none> to f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1). New cstate: current_term: 1 leader_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.921882  8435 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:25.937462   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:37:25.965143   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:25.966004   480 tablet_replica.cc:333] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: stopping tablet replica
I20260630 12:37:25.966795   480 raft_consensus.cc:2243] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:25.967343   480 raft_consensus.cc:2272] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.969959   480 tablet_replica.cc:333] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: stopping tablet replica
I20260630 12:37:25.970567   480 raft_consensus.cc:2243] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:25.971472   480 raft_consensus.cc:2272] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.973708   480 tablet_replica.cc:333] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: stopping tablet replica
I20260630 12:37:25.974267   480 raft_consensus.cc:2243] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:25.974725   480 raft_consensus.cc:2272] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.977100   480 tablet_replica.cc:333] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: stopping tablet replica
I20260630 12:37:25.977645   480 raft_consensus.cc:2243] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:25.978220   480 pending_rounds.cc:70] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Trying to abort 1 pending ops.
I20260630 12:37:25.978428   480 pending_rounds.cc:77] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443194538995712 op_type: NO_OP noop_request { }
I20260630 12:37:25.978767   480 raft_consensus.cc:2889] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:25.979071   480 raft_consensus.cc:2272] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.981308   480 tablet_replica.cc:333] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: stopping tablet replica
I20260630 12:37:25.981822   480 raft_consensus.cc:2243] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.982178   480 raft_consensus.cc:2272] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.983855   480 tablet_replica.cc:333] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: stopping tablet replica
I20260630 12:37:25.984313   480 raft_consensus.cc:2243] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.984745   480 raft_consensus.cc:2272] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:25.986459  8225 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:37:25.989442  8225 consensus_peers.cc:597] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 -> Peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Couldn't send request to peer f3244dd04c6246aa9c1e1ecb17c913cd. 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:37:26.010259   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:37:26.117945  8398 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:26.323670  8225 consensus_peers.cc:597] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 -> Peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Couldn't send request to peer f3244dd04c6246aa9c1e1ecb17c913cd. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:26.860670  8398 consensus_queue.cc:579] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Leader has been unable to successfully communicate with peer f3244dd04c6246aa9c1e1ecb17c913cd for more than 1 seconds (1.030s)
I20260630 12:37:27.072407  8443 raft_consensus.cc:493] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:27.072849  8443 raft_consensus.cc:515] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.073081  8080 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:47592:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:27.073730  8080 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:47592:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:27.074723  8443 leader_election.cc:290] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:27.075990  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b3ba844df094a7caf986fd7ce7b5041" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845" is_pre_election: true
I20260630 12:37:27.076613  8335 raft_consensus.cc:2468] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 1.
I20260630 12:37:27.077725  8224 leader_election.cc:304] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [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: 22652031c8fa43d6a164405b5c473845, e3800ce5274c48a7b1526ec619e2b651; no voters: 
I20260630 12:37:27.078442  8443 raft_consensus.cc:2804] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:27.078809  8443 raft_consensus.cc:493] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260630 12:37:27.079083  8225 leader_election.cc:336] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111)
I20260630 12:37:27.079172  8443 raft_consensus.cc:3060] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:27.085806  8443 raft_consensus.cc:515] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.089208  8443 leader_election.cc:290] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 2 election: Requested vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:27.089588  8335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b3ba844df094a7caf986fd7ce7b5041" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845"
I20260630 12:37:27.090337  8335 raft_consensus.cc:3060] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:27.092880  8080 catalog_manager.cc:5984] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: Sending DeleteTablet for 1 replicas of tablet a6d430e46bc6446c9fa7c632390a17c6
W20260630 12:37:27.093268  8225 leader_election.cc:336] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111)
I20260630 12:37:27.093957  8080 catalog_manager.cc:5984] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: Sending DeleteTablet for 1 replicas of tablet d2d3e2843ccf4b76b61172137aff0366
I20260630 12:37:27.094795  8080 catalog_manager.cc:5984] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: Sending DeleteTablet for 1 replicas of tablet 4b7105b87d3144018c58fbe8692ecbca
I20260630 12:37:27.096253  8249 tablet_service.cc:1558] Processing DeleteTablet for tablet d2d3e2843ccf4b76b61172137aff0366 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:27 UTC) from {username='slave'} at 127.0.0.1:51804
I20260630 12:37:27.096576  8325 tablet_service.cc:1558] Processing DeleteTablet for tablet 4b7105b87d3144018c58fbe8692ecbca with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:27 UTC) from {username='slave'} at 127.0.0.1:53706
I20260630 12:37:27.097378  8080 catalog_manager.cc:5984] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: Sending DeleteTablet for 1 replicas of tablet 976ff75d94864e3d8eeb2b585bb592af
I20260630 12:37:27.098070  8451 tablet_replica.cc:333] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: stopping tablet replica
I20260630 12:37:27.099084  8335 raft_consensus.cc:2468] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 2.
I20260630 12:37:27.099254  8451 raft_consensus.cc:2243] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.100160  8451 raft_consensus.cc:2272] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.100764  8224 leader_election.cc:304] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [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: 22652031c8fa43d6a164405b5c473845, e3800ce5274c48a7b1526ec619e2b651; no voters: f3244dd04c6246aa9c1e1ecb17c913cd
I20260630 12:37:27.101320   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:27.102293  8443 raft_consensus.cc:2804] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:27.102910  8443 raft_consensus.cc:697] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 2 LEADER]: Becoming Leader. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Running, Role: LEADER
I20260630 12:37:27.102962  8451 ts_tablet_manager.cc:1916] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:27.103857  8443 consensus_queue.cc:237] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Queue going to LEADER 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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.106474  8442 consensus_queue.cc:579] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Leader has been unable to successfully communicate with peer f3244dd04c6246aa9c1e1ecb17c913cd for more than 1 seconds (1.117s)
I20260630 12:37:27.121411  8080 catalog_manager.cc:5697] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 reported cstate change: term changed from 1 to 2, leader changed from f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1) to e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2). New cstate: current_term: 2 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:27.132407  8451 ts_tablet_manager.cc:1929] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:27.133175  8451 log.cc:1199] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-1-root/wals/d2d3e2843ccf4b76b61172137aff0366
I20260630 12:37:27.134513  8451 ts_tablet_manager.cc:1950] T d2d3e2843ccf4b76b61172137aff0366 P e3800ce5274c48a7b1526ec619e2b651: Deleting consensus metadata
I20260630 12:37:27.139274  8452 tablet_replica.cc:333] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: stopping tablet replica
I20260630 12:37:27.140276  8452 raft_consensus.cc:2243] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.140766  8452 raft_consensus.cc:2272] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.142890  8452 ts_tablet_manager.cc:1916] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260630 12:37:27.143169  8453 instance_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:27.145923   480 server_base.cc:1061] running on GCE node
W20260630 12:37:27.146068  8069 catalog_manager.cc:4755] TS f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet a6d430e46bc6446c9fa7c632390a17c6: Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111)
W20260630 12:37:27.135565  8455 instance_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:27.147569  8459 instance_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:27.148895   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:27.149194   480 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:27.149430   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823047149411 us; error 0 us; skew 500 ppm
I20260630 12:37:27.150101   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:27.150434  8071 catalog_manager.cc:5028] TS e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391): tablet d2d3e2843ccf4b76b61172137aff0366 (table dugtrio [id=d97c04bb41ad4d79b50cb2618d9c2827]) successfully deleted
I20260630 12:37:27.153232   480 webserver.cc:533] Webserver started at http://127.0.120.4:45205/ using document root <none> and password file <none>
I20260630 12:37:27.153787   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:27.154000   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:27.154306   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:27.155447   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "ba9ce2f084e847a9a970733b5c456d0e"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-80h9"
I20260630 12:37:27.157970  8452 ts_tablet_manager.cc:1929] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:27.158375  8452 log.cc:1199] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-2-root/wals/4b7105b87d3144018c58fbe8692ecbca
I20260630 12:37:27.158962  8452 ts_tablet_manager.cc:1950] T 4b7105b87d3144018c58fbe8692ecbca P 22652031c8fa43d6a164405b5c473845: Deleting consensus metadata
I20260630 12:37:27.160635   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:37:27.161609  8068 catalog_manager.cc:5028] TS 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017): tablet 4b7105b87d3144018c58fbe8692ecbca (table dugtrio [id=d97c04bb41ad4d79b50cb2618d9c2827]) successfully deleted
I20260630 12:37:27.164649  8463 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:27.165625   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:27.165982   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "ba9ce2f084e847a9a970733b5c456d0e"
format_stamp: "Formatted at 2026-06-30 12:37:27 on dist-test-slave-80h9"
I20260630 12:37:27.166414   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-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:27.193873   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:27.195170   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:27.196957   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:27.199477   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:27.199729   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.199981   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:27.200165   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:27.246945   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:36955
I20260630 12:37:27.247084  8525 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:36955 every 8 connection(s)
I20260630 12:37:27.251886   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:27.259205  8529 instance_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:27.260147  8530 instance_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:27.264297  8532 instance_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:27.265318   480 server_base.cc:1061] running on GCE node
I20260630 12:37:27.266664   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:27.266987   480 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:27.267241   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823047267224 us; error 0 us; skew 500 ppm
I20260630 12:37:27.267863   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:27.274923  8526 heartbeater.cc:344] Connected to a master server at 127.0.120.62:33521
I20260630 12:37:27.275270   480 webserver.cc:533] Webserver started at http://127.0.120.1:39887/ using document root <none> and password file <none>
I20260630 12:37:27.275403  8526 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:27.276063   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:27.276227  8526 heartbeater.cc:507] Master 127.0.120.62:33521 requested a full tablet report, sending...
I20260630 12:37:27.276367   480 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:27.278844  8082 ts_manager.cc:194] Registered new tserver with Master: ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955)
I20260630 12:37:27.280602  8082 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47610
I20260630 12:37:27.281530   480 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:37:27.285246  8537 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:27.286055   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:27.286383   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "f3244dd04c6246aa9c1e1ecb17c913cd"
format_stamp: "Formatted at 2026-06-30 12:37:23 on dist-test-slave-80h9"
I20260630 12:37:27.286736   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-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:27.301640   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:27.302809   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:27.304221   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:27.307592  8544 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
I20260630 12:37:27.337301   480 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:37:27.337682   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.031s	user 0.000s	sys 0.002s
I20260630 12:37:27.338049   480 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
I20260630 12:37:27.342280  8544 tablet_bootstrap.cc:492] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:27.355695  8544 tablet_bootstrap.cc:492] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: 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:27.356766  8544 tablet_bootstrap.cc:492] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap complete.
I20260630 12:37:27.357504  8544 ts_tablet_manager.cc:1403] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.004s
I20260630 12:37:27.358791  8261 consensus_queue.cc:237] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:27.360198  8544 raft_consensus.cc:359] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:27.360884  8544 raft_consensus.cc:740] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:27.361732  8544 consensus_queue.cc:260] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:27.362416  8544 raft_consensus.cc:399] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:27.362744  8544 raft_consensus.cc:493] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:27.363142  8544 raft_consensus.cc:3060] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:27.363977   480 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:37:27.364351   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.026s	user 0.026s	sys 0.001s
I20260630 12:37:27.376477  8335 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:27.376176  8544 raft_consensus.cc:515] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:27.378310  8544 leader_election.cc:304] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [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: f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:27.381714  8443 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260630 12:37:27.386328  8544 leader_election.cc:290] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:27.386770  8550 raft_consensus.cc:2804] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:27.395175  8550 raft_consensus.cc:697] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 LEADER]: Becoming Leader. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Running, Role: LEADER
I20260630 12:37:27.396660  8550 consensus_queue.cc:237] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:27.416810  8544 ts_tablet_manager.cc:1434] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.059s	user 0.033s	sys 0.013s
I20260630 12:37:27.424183  8544 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:27.431193  8442 raft_consensus.cc:493] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f3244dd04c6246aa9c1e1ecb17c913cd)
I20260630 12:37:27.432003  8442 raft_consensus.cc:515] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.440810  8442 leader_election.cc:290] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:27.424098  8443 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:27.449290  8334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4a1b8db30314c519948d3a52fcc1d31" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845" is_pre_election: true
I20260630 12:37:27.450059  8334 raft_consensus.cc:2468] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 1.
I20260630 12:37:27.451323  8224 leader_election.cc:304] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [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: 22652031c8fa43d6a164405b5c473845, e3800ce5274c48a7b1526ec619e2b651; no voters: 
I20260630 12:37:27.452266  8442 raft_consensus.cc:2804] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:27.445947  8335 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:27.452625  8442 raft_consensus.cc:493] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Starting leader election (detected failure of leader f3244dd04c6246aa9c1e1ecb17c913cd)
I20260630 12:37:27.453023  8442 raft_consensus.cc:3060] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:27.443750  8225 consensus_peers.cc:597] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 -> Peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Couldn't send request to peer f3244dd04c6246aa9c1e1ecb17c913cd. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:27.468770  8225 consensus_peers.cc:597] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 -> Peer ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955): Couldn't send request to peer ba9ce2f084e847a9a970733b5c456d0e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7af6d42bc9f94493afc23b5b93a5ae1a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:27.471511  8561 raft_consensus.cc:493] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f3244dd04c6246aa9c1e1ecb17c913cd)
I20260630 12:37:27.472165  8561 raft_consensus.cc:515] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.473654  8071 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 7af6d42bc9f94493afc23b5b93a5ae1a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260630 12:37:27.474581  8561 leader_election.cc:290] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391)
I20260630 12:37:27.476135  8261 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4a1b8db30314c519948d3a52fcc1d31" candidate_uuid: "22652031c8fa43d6a164405b5c473845" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e3800ce5274c48a7b1526ec619e2b651" is_pre_election: true
W20260630 12:37:27.477070  8225 leader_election.cc:336] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111)
I20260630 12:37:27.462931  8442 raft_consensus.cc:515] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.479044  8261 raft_consensus.cc:2393] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 22652031c8fa43d6a164405b5c473845 in current term 2: Already voted for candidate e3800ce5274c48a7b1526ec619e2b651 in this term.
I20260630 12:37:27.489197  8082 catalog_manager.cc:5697] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 reported cstate change: config changed from index -1 to 2, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:27.490899  8334 raft_consensus.cc:1275] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:27.492507  8443 consensus_queue.cc:1048] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:27.492827  8299 leader_election.cc:336] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111)
I20260630 12:37:27.496686  8260 consensus_queue.cc:237] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [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: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:27.515993  8301 leader_election.cc:304] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [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: 22652031c8fa43d6a164405b5c473845; no voters: e3800ce5274c48a7b1526ec619e2b651, f3244dd04c6246aa9c1e1ecb17c913cd
W20260630 12:37:27.521767  8225 consensus_peers.cc:597] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 -> Peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Couldn't send request to peer f3244dd04c6246aa9c1e1ecb17c913cd. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:27.524230  8561 raft_consensus.cc:3060] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:27.536756  8442 leader_election.cc:290] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 2 election: Requested vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:27.540877  8544 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: 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
W20260630 12:37:27.550977  8225 leader_election.cc:336] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111)
W20260630 12:37:27.557202  8225 consensus_peers.cc:597] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 -> Peer ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955): Couldn't send request to peer ba9ce2f084e847a9a970733b5c456d0e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: af1cc95ce6ed4a5ba06e98756694b806. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:27.557891  8225 consensus_peers.cc:597] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 -> Peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Couldn't send request to peer f3244dd04c6246aa9c1e1ecb17c913cd. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:27.554232  8334 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4a1b8db30314c519948d3a52fcc1d31" candidate_uuid: "e3800ce5274c48a7b1526ec619e2b651" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "22652031c8fa43d6a164405b5c473845"
I20260630 12:37:27.559684  8544 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap complete.
I20260630 12:37:27.559866  8333 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:27.560628  8544 ts_tablet_manager.cc:1403] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.137s	user 0.021s	sys 0.000s
I20260630 12:37:27.561494  8561 raft_consensus.cc:2749] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:27.562335  8398 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260630 12:37:27.565989  8544 raft_consensus.cc:359] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.566819  8544 raft_consensus.cc:740] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:27.567812  8544 consensus_queue.cc:260] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.575484  8544 ts_tablet_manager.cc:1434] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.003s
I20260630 12:37:27.576406  8544 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:27.577533  8334 raft_consensus.cc:2468] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3800ce5274c48a7b1526ec619e2b651 in term 2.
I20260630 12:37:27.580235  8224 leader_election.cc:304] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [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: 22652031c8fa43d6a164405b5c473845, e3800ce5274c48a7b1526ec619e2b651; no voters: f3244dd04c6246aa9c1e1ecb17c913cd
W20260630 12:37:27.582055  8132 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f3244dd04c6246aa9c1e1ecb17c913cd not available for placement
I20260630 12:37:27.582790  8398 raft_consensus.cc:2804] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:27.583401  8398 raft_consensus.cc:697] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 LEADER]: Becoming Leader. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Running, Role: LEADER
I20260630 12:37:27.584229  8398 consensus_queue.cc:237] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.597128  8398 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:27.600556  8333 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:27.613669  8544 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: 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:27.615077  8544 tablet_bootstrap.cc:492] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap complete.
I20260630 12:37:27.615324  8071 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet af1cc95ce6ed4a5ba06e98756694b806 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:37:27.615903  8544 ts_tablet_manager.cc:1403] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.040s	user 0.022s	sys 0.004s
I20260630 12:37:27.615315  8080 catalog_manager.cc:5697] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 reported cstate change: term changed from 1 to 2, leader changed from f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1) to e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2). New cstate: current_term: 2 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:27.619125  8544 raft_consensus.cc:359] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.620168  8544 raft_consensus.cc:740] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:27.621170  8544 consensus_queue.cc:260] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.624379  8544 ts_tablet_manager.cc:1434] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:37:27.625564  8544 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:27.626971  8082 catalog_manager.cc:5697] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 reported cstate change: config changed from index -1 to 2, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:27.646966  8544 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: 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:27.648152  8544 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap complete.
I20260630 12:37:27.649102  8544 ts_tablet_manager.cc:1403] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.024s	user 0.018s	sys 0.004s
I20260630 12:37:27.651858  8544 raft_consensus.cc:359] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:27.652431  8544 raft_consensus.cc:740] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:27.653182  8544 consensus_queue.cc:260] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [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: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:27.655076  8544 ts_tablet_manager.cc:1434] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.000s
I20260630 12:37:27.655807  8544 tablet_bootstrap.cc:492] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:27.671466  8544 tablet_bootstrap.cc:492] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: 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:27.672544  8544 tablet_bootstrap.cc:492] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap complete.
I20260630 12:37:27.673241   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:35331
I20260630 12:37:27.673321  8626 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:35331 every 8 connection(s)
I20260630 12:37:27.673336  8544 ts_tablet_manager.cc:1403] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.004s
I20260630 12:37:27.676496  8544 raft_consensus.cc:359] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:27.677158  8544 raft_consensus.cc:740] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:27.678037  8544 consensus_queue.cc:260] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:27.678702  8544 raft_consensus.cc:399] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:27.679239  8544 raft_consensus.cc:493] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:27.679621  8544 raft_consensus.cc:3060] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:27.685351  8544 raft_consensus.cc:515] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:27.686088  8544 leader_election.cc:304] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [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: f3244dd04c6246aa9c1e1ecb17c913cd; no voters: 
I20260630 12:37:27.686685  8544 leader_election.cc:290] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:27.686810  8552 raft_consensus.cc:2804] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:27.687359  8552 raft_consensus.cc:697] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 LEADER]: Becoming Leader. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Running, Role: LEADER
I20260630 12:37:27.688076  8552 consensus_queue.cc:237] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } }
I20260630 12:37:27.688452  8544 ts_tablet_manager.cc:1434] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:37:27.689428  8544 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap starting.
I20260630 12:37:27.692711  8627 heartbeater.cc:344] Connected to a master server at 127.0.120.62:33521
I20260630 12:37:27.693154  8627 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:27.693903  8627 heartbeater.cc:507] Master 127.0.120.62:33521 requested a full tablet report, sending...
I20260630 12:37:27.698623  8081 ts_manager.cc:194] Re-registered known tserver with Master: f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331)
I20260630 12:37:27.702032  8544 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: 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:27.702730  8544 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: Bootstrap complete.
I20260630 12:37:27.703362  8544 ts_tablet_manager.cc:1403] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:37:27.705237  8544 raft_consensus.cc:359] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.705749  8544 raft_consensus.cc:740] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3244dd04c6246aa9c1e1ecb17c913cd, State: Initialized, Role: FOLLOWER
I20260630 12:37:27.706311  8544 consensus_queue.cc:260] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:27.707187  8081 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47618
I20260630 12:37:27.707862  8544 ts_tablet_manager.cc:1434] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:27.710251  8627 heartbeater.cc:499] Master 127.0.120.62:33521 was elected leader, sending a full tablet report...
I20260630 12:37:27.767220  8590 tablet_service.cc:1558] Processing DeleteTablet for tablet a6d430e46bc6446c9fa7c632390a17c6 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:27 UTC) from {username='slave'} at 127.0.0.1:49396
I20260630 12:37:27.769189  8633 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:27.769927  8633 raft_consensus.cc:2243] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.770458  8633 raft_consensus.cc:2272] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.771674  8634 ts_tablet_manager.cc:933] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Initiating tablet copy from peer e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391)
I20260630 12:37:27.773334  8634 tablet_copy_client.cc:323] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:46391
I20260630 12:37:27.773442  8633 ts_tablet_manager.cc:1916] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:27.785384  8271 tablet_copy_service.cc:140] P e3800ce5274c48a7b1526ec619e2b651: Received BeginTabletCopySession request for tablet 7af6d42bc9f94493afc23b5b93a5ae1a from peer ba9ce2f084e847a9a970733b5c456d0e ({username='slave'} at 127.0.0.1:51852)
I20260630 12:37:27.786018  8271 tablet_copy_service.cc:161] P e3800ce5274c48a7b1526ec619e2b651: Beginning new tablet copy session on tablet 7af6d42bc9f94493afc23b5b93a5ae1a from peer ba9ce2f084e847a9a970733b5c456d0e at {username='slave'} at 127.0.0.1:51852: session id = ba9ce2f084e847a9a970733b5c456d0e-7af6d42bc9f94493afc23b5b93a5ae1a
I20260630 12:37:27.790135  8633 ts_tablet_manager.cc:1929] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:27.790660  8633 log.cc:1199] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root/wals/a6d430e46bc6446c9fa7c632390a17c6
I20260630 12:37:27.791472  8633 ts_tablet_manager.cc:1950] T a6d430e46bc6446c9fa7c632390a17c6 P f3244dd04c6246aa9c1e1ecb17c913cd: Deleting consensus metadata
I20260630 12:37:27.793745  8271 tablet_copy_source_session.cc:215] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:27.794718  8069 catalog_manager.cc:5028] TS f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): tablet a6d430e46bc6446c9fa7c632390a17c6 (table dugtrio [id=d97c04bb41ad4d79b50cb2618d9c2827]) successfully deleted
I20260630 12:37:27.796722  8634 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7af6d42bc9f94493afc23b5b93a5ae1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:27.808210  8634 tablet_copy_client.cc:806] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:27.808770  8634 tablet_copy_client.cc:670] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:27.812348  8634 tablet_copy_client.cc:538] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:27.819083  8634 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap starting.
I20260630 12:37:27.832973  8590 tablet_service.cc:1558] Processing DeleteTablet for tablet 976ff75d94864e3d8eeb2b585bb592af with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:27 UTC) from {username='slave'} at 127.0.0.1:49396
I20260630 12:37:27.833779  8633 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:27.834458  8633 raft_consensus.cc:2243] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.834954  8633 raft_consensus.cc:2272] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.835144  8634 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: 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:27.836158  8634 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap complete.
I20260630 12:37:27.836719  8634 ts_tablet_manager.cc:1403] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.005s
I20260630 12:37:27.837806  8633 ts_tablet_manager.cc:1916] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:27.839191  8634 raft_consensus.cc:359] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:27.839854  8634 raft_consensus.cc:740] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ba9ce2f084e847a9a970733b5c456d0e, State: Initialized, Role: LEARNER
I20260630 12:37:27.840399  8634 consensus_queue.cc:260] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:27.842473  8526 heartbeater.cc:499] Master 127.0.120.62:33521 was elected leader, sending a full tablet report...
I20260630 12:37:27.842777  8634 ts_tablet_manager.cc:1434] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:37:27.844727  8271 tablet_copy_service.cc:342] P e3800ce5274c48a7b1526ec619e2b651: Request end of tablet copy session ba9ce2f084e847a9a970733b5c456d0e-7af6d42bc9f94493afc23b5b93a5ae1a received from {username='slave'} at 127.0.0.1:51852
I20260630 12:37:27.845170  8271 tablet_copy_service.cc:434] P e3800ce5274c48a7b1526ec619e2b651: ending tablet copy session ba9ce2f084e847a9a970733b5c456d0e-7af6d42bc9f94493afc23b5b93a5ae1a on tablet 7af6d42bc9f94493afc23b5b93a5ae1a with peer ba9ce2f084e847a9a970733b5c456d0e
I20260630 12:37:27.852870  8633 ts_tablet_manager.cc:1929] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:27.854192  8633 log.cc:1199] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root/wals/976ff75d94864e3d8eeb2b585bb592af
I20260630 12:37:27.855757  8633 ts_tablet_manager.cc:1950] T 976ff75d94864e3d8eeb2b585bb592af P f3244dd04c6246aa9c1e1ecb17c913cd: Deleting consensus metadata
I20260630 12:37:27.859767  8069 catalog_manager.cc:5028] TS f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): tablet 976ff75d94864e3d8eeb2b585bb592af (table dugtrio [id=d97c04bb41ad4d79b50cb2618d9c2827]) successfully deleted
I20260630 12:37:28.005541  8601 raft_consensus.cc:3060] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:28.007548  8398 consensus_queue.cc:1050] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:28.012066  8601 pending_rounds.cc:85] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Aborting all ops after (but not including) 0
I20260630 12:37:28.012550  8601 pending_rounds.cc:107] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:28.012898  8601 raft_consensus.cc:2889] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:28.013423  8600 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.042105  8600 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.150372  8634 ts_tablet_manager.cc:933] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Initiating tablet copy from peer e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391)
I20260630 12:37:28.151784  8634 tablet_copy_client.cc:323] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:46391
I20260630 12:37:28.153301  8271 tablet_copy_service.cc:140] P e3800ce5274c48a7b1526ec619e2b651: Received BeginTabletCopySession request for tablet af1cc95ce6ed4a5ba06e98756694b806 from peer ba9ce2f084e847a9a970733b5c456d0e ({username='slave'} at 127.0.0.1:51852)
I20260630 12:37:28.153795  8271 tablet_copy_service.cc:161] P e3800ce5274c48a7b1526ec619e2b651: Beginning new tablet copy session on tablet af1cc95ce6ed4a5ba06e98756694b806 from peer ba9ce2f084e847a9a970733b5c456d0e at {username='slave'} at 127.0.0.1:51852: session id = ba9ce2f084e847a9a970733b5c456d0e-af1cc95ce6ed4a5ba06e98756694b806
I20260630 12:37:28.159313  8271 tablet_copy_source_session.cc:215] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:28.161902  8634 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af1cc95ce6ed4a5ba06e98756694b806. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:28.167248  8333 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.168897  8398 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:28.177942  8600 raft_consensus.cc:3060] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:28.178098  8634 tablet_copy_client.cc:806] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:28.179008  8634 tablet_copy_client.cc:670] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:28.183597  8634 tablet_copy_client.cc:538] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:28.189043  8600 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.191401  8398 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:28.197636  8634 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap starting.
I20260630 12:37:28.218832  8634 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: 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:28.219617  8634 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap complete.
I20260630 12:37:28.220273  8634 ts_tablet_manager.cc:1403] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Time spent bootstrapping tablet: real 0.025s	user 0.018s	sys 0.004s
I20260630 12:37:28.222515  8634 raft_consensus.cc:359] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:28.223179  8634 raft_consensus.cc:740] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ba9ce2f084e847a9a970733b5c456d0e, State: Initialized, Role: LEARNER
I20260630 12:37:28.223690  8634 consensus_queue.cc:260] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [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: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:28.225386  8634 ts_tablet_manager.cc:1434] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:28.227450  8271 tablet_copy_service.cc:342] P e3800ce5274c48a7b1526ec619e2b651: Request end of tablet copy session ba9ce2f084e847a9a970733b5c456d0e-af1cc95ce6ed4a5ba06e98756694b806 received from {username='slave'} at 127.0.0.1:51852
I20260630 12:37:28.227885  8271 tablet_copy_service.cc:434] P e3800ce5274c48a7b1526ec619e2b651: ending tablet copy session ba9ce2f084e847a9a970733b5c456d0e-af1cc95ce6ed4a5ba06e98756694b806 on tablet af1cc95ce6ed4a5ba06e98756694b806 with peer ba9ce2f084e847a9a970733b5c456d0e
I20260630 12:37:28.298835  8501 raft_consensus.cc:1217] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:28.441782  8260 consensus_queue.cc:237] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [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: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } }
I20260630 12:37:28.447132  8333 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.447132  8600 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.449011  8398 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:28.449707  8649 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:28.456718  8649 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } }
I20260630 12:37:28.458746  8600 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } }
I20260630 12:37:28.459602  8333 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } }
I20260630 12:37:28.469945  8071 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet af1cc95ce6ed4a5ba06e98756694b806 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:28.472936  8082 catalog_manager.cc:5697] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 reported cstate change: config changed from index 2 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) evicted. New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } }
I20260630 12:37:28.497843  8491 tablet_service.cc:1558] Processing DeleteTablet for tablet af1cc95ce6ed4a5ba06e98756694b806 with delete_type TABLET_DATA_TOMBSTONED (TS ba9ce2f084e847a9a970733b5c456d0e not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:59620
I20260630 12:37:28.499919  8657 tablet_replica.cc:333] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: stopping tablet replica
I20260630 12:37:28.500813  8657 raft_consensus.cc:2243] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:28.501272  8657 raft_consensus.cc:2272] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:28.503630  8657 ts_tablet_manager.cc:1916] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:28.515561  8657 ts_tablet_manager.cc:1929] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:28.515853  8657 log.cc:1199] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-3-root/wals/af1cc95ce6ed4a5ba06e98756694b806
I20260630 12:37:28.517365  8069 catalog_manager.cc:5028] TS ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955): tablet af1cc95ce6ed4a5ba06e98756694b806 (table test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]) successfully deleted
I20260630 12:37:28.536962  8260 consensus_queue.cc:237] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } }
I20260630 12:37:28.542379  8600 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.542434  8333 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.543937  8649 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:28.544525  8646 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:28.551061  8646 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } }
I20260630 12:37:28.553161  8600 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } }
I20260630 12:37:28.554116  8333 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } }
I20260630 12:37:28.561178  8071 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 7af6d42bc9f94493afc23b5b93a5ae1a with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:28.564944  8081 catalog_manager.cc:5697] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd reported cstate change: config changed from index 2 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) evicted. New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } }
I20260630 12:37:28.575325  8491 tablet_service.cc:1558] Processing DeleteTablet for tablet 7af6d42bc9f94493afc23b5b93a5ae1a with delete_type TABLET_DATA_TOMBSTONED (TS ba9ce2f084e847a9a970733b5c456d0e not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:59620
I20260630 12:37:28.576325  8657 tablet_replica.cc:333] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: stopping tablet replica
I20260630 12:37:28.577085  8657 raft_consensus.cc:2243] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:28.577669  8657 raft_consensus.cc:2272] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:28.579977  8657 ts_tablet_manager.cc:1916] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:28.591562  8657 ts_tablet_manager.cc:1929] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:28.591899  8657 log.cc:1199] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-3-root/wals/7af6d42bc9f94493afc23b5b93a5ae1a
I20260630 12:37:28.593250  8069 catalog_manager.cc:5028] TS ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955): tablet 7af6d42bc9f94493afc23b5b93a5ae1a (table test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]) successfully deleted
I20260630 12:37:28.605895  8260 consensus_queue.cc:237] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [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: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:28.612440  8600 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.612598  8225 consensus_peers.cc:597] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 -> Peer ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955): Couldn't send request to peer ba9ce2f084e847a9a970733b5c456d0e. 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:28.612838  8333 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.613925  8649 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } 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:28.614802  8646 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:28.622345  8398 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.624047  8333 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.624176  8600 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.635561  8082 catalog_manager.cc:5697] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 reported cstate change: config changed from index 3 to 4, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.640902  8260 consensus_queue.cc:237] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:28.647619  8333 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.649029  8225 consensus_peers.cc:597] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 -> Peer ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955): Couldn't send request to peer ba9ce2f084e847a9a970733b5c456d0e. 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:28.649041  8600 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.650110  8398 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:28.651187  8646 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:28.658049  8398 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.659763  8600 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.660235  8333 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.674208  8080 catalog_manager.cc:5697] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd reported cstate change: config changed from index 3 to 4, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.680585  8260 consensus_queue.cc:237] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
W20260630 12:37:28.688242  8225 consensus_peers.cc:597] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 -> Peer ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955): Couldn't send request to peer ba9ce2f084e847a9a970733b5c456d0e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e4a1b8db30314c519948d3a52fcc1d31. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:28.688841  8333 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.690299  8649 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } 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:37:28.690737  8600 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:28.692308  8649 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:28.696763  8398 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.698534  8333 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.700537  8600 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.711558  8260 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a"
dest_uuid: "e3800ce5274c48a7b1526ec619e2b651"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:51804
I20260630 12:37:28.712337  8260 raft_consensus.cc:606] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Received request to transfer leadership
I20260630 12:37:28.712302  8082 catalog_manager.cc:5697] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 reported cstate change: config changed from index -1 to 3, NON_VOTER ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) added. New cstate: current_term: 2 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } } }
I20260630 12:37:28.716835  8260 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a"
dest_uuid: "e3800ce5274c48a7b1526ec619e2b651"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:51804
I20260630 12:37:28.717432  8260 raft_consensus.cc:606] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Received request to transfer leadership
I20260630 12:37:28.720824  8260 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a"
dest_uuid: "e3800ce5274c48a7b1526ec619e2b651"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:51804
I20260630 12:37:28.721360  8260 raft_consensus.cc:606] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Received request to transfer leadership
W20260630 12:37:29.033224  8132 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:29.033725  8132 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for 7af6d42bc9f94493afc23b5b93a5ae1a already in progress
W20260630 12:37:29.033963  8132 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 7af6d42bc9f94493afc23b5b93a5ae1a already in progress
I20260630 12:37:29.074797  8646 raft_consensus.cc:993] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: : Instructing follower 22652031c8fa43d6a164405b5c473845 to start an election
I20260630 12:37:29.075413  8649 raft_consensus.cc:1081] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Signalling peer 22652031c8fa43d6a164405b5c473845 to start an election
I20260630 12:37:29.077008  8333 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a"
dest_uuid: "22652031c8fa43d6a164405b5c473845"
 from {username='slave'} at 127.0.0.1:53722
I20260630 12:37:29.077576  8333 raft_consensus.cc:493] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:37:29.077911  8333 raft_consensus.cc:3060] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:29.082883  8333 raft_consensus.cc:515] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:29.084647  8333 leader_election.cc:290] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [CANDIDATE]: Term 2 election: Requested vote from peers f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331), e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391)
I20260630 12:37:29.085831  8260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a" candidate_uuid: "22652031c8fa43d6a164405b5c473845" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "e3800ce5274c48a7b1526ec619e2b651"
I20260630 12:37:29.086776  8260 raft_consensus.cc:3055] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:37:29.087263  8260 raft_consensus.cc:740] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e3800ce5274c48a7b1526ec619e2b651, State: Running, Role: LEADER
I20260630 12:37:29.088562  8260 consensus_queue.cc:260] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:29.090586  8260 raft_consensus.cc:3060] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:29.102412  8260 raft_consensus.cc:2468] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 22652031c8fa43d6a164405b5c473845 in term 2.
I20260630 12:37:29.103953  8301 leader_election.cc:304] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [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: 22652031c8fa43d6a164405b5c473845, e3800ce5274c48a7b1526ec619e2b651; no voters: 
I20260630 12:37:29.105031  8644 raft_consensus.cc:2804] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:29.106593  8644 raft_consensus.cc:697] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 2 LEADER]: Becoming Leader. State: Replica: 22652031c8fa43d6a164405b5c473845, State: Running, Role: LEADER
I20260630 12:37:29.107527  8644 consensus_queue.cc:237] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:29.108727  8666 ts_tablet_manager.cc:933] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Initiating tablet copy from peer e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391)
I20260630 12:37:29.113977  8600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af6d42bc9f94493afc23b5b93a5ae1a" candidate_uuid: "22652031c8fa43d6a164405b5c473845" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd"
I20260630 12:37:29.114672  8600 raft_consensus.cc:3060] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:29.119776  8081 catalog_manager.cc:5697] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 reported cstate change: term changed from 1 to 2, leader changed from e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2) to 22652031c8fa43d6a164405b5c473845 (127.0.120.3). New cstate: current_term: 2 leader_uuid: "22652031c8fa43d6a164405b5c473845" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:29.122381  8600 raft_consensus.cc:2468] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 22652031c8fa43d6a164405b5c473845 in term 2.
I20260630 12:37:29.125149  8666 tablet_copy_client.cc:323] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:46391
I20260630 12:37:29.127084  8271 tablet_copy_service.cc:140] P e3800ce5274c48a7b1526ec619e2b651: Received BeginTabletCopySession request for tablet af1cc95ce6ed4a5ba06e98756694b806 from peer ba9ce2f084e847a9a970733b5c456d0e ({username='slave'} at 127.0.0.1:51852)
I20260630 12:37:29.127638  8271 tablet_copy_service.cc:161] P e3800ce5274c48a7b1526ec619e2b651: Beginning new tablet copy session on tablet af1cc95ce6ed4a5ba06e98756694b806 from peer ba9ce2f084e847a9a970733b5c456d0e at {username='slave'} at 127.0.0.1:51852: session id = ba9ce2f084e847a9a970733b5c456d0e-af1cc95ce6ed4a5ba06e98756694b806
I20260630 12:37:29.134944  8271 tablet_copy_source_session.cc:215] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:29.137549  8666 ts_tablet_manager.cc:1916] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:29.149116  8666 ts_tablet_manager.cc:1929] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:37:29.149807  8666 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af1cc95ce6ed4a5ba06e98756694b806. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.155448  8666 tablet_copy_client.cc:806] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:29.156065  8666 tablet_copy_client.cc:670] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:29.159823  8666 tablet_copy_client.cc:538] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:29.166432  8666 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap starting.
I20260630 12:37:29.185400  8666 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:29.186194  8666 tablet_bootstrap.cc:492] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap complete.
I20260630 12:37:29.186800  8666 ts_tablet_manager.cc:1403] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.004s
I20260630 12:37:29.189236  8666 raft_consensus.cc:359] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:29.189832  8666 raft_consensus.cc:740] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ba9ce2f084e847a9a970733b5c456d0e, State: Initialized, Role: LEARNER
I20260630 12:37:29.190404  8666 consensus_queue.cc:260] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:29.193254  8666 ts_tablet_manager.cc:1434] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:29.195235  8271 tablet_copy_service.cc:342] P e3800ce5274c48a7b1526ec619e2b651: Request end of tablet copy session ba9ce2f084e847a9a970733b5c456d0e-af1cc95ce6ed4a5ba06e98756694b806 received from {username='slave'} at 127.0.0.1:51852
I20260630 12:37:29.195741  8271 tablet_copy_service.cc:434] P e3800ce5274c48a7b1526ec619e2b651: ending tablet copy session ba9ce2f084e847a9a970733b5c456d0e-af1cc95ce6ed4a5ba06e98756694b806 on tablet af1cc95ce6ed4a5ba06e98756694b806 with peer ba9ce2f084e847a9a970733b5c456d0e
I20260630 12:37:29.297379  8666 ts_tablet_manager.cc:933] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: Initiating tablet copy from peer e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391)
I20260630 12:37:29.299177  8666 tablet_copy_client.cc:323] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:46391
I20260630 12:37:29.300874  8271 tablet_copy_service.cc:140] P e3800ce5274c48a7b1526ec619e2b651: Received BeginTabletCopySession request for tablet e4a1b8db30314c519948d3a52fcc1d31 from peer ba9ce2f084e847a9a970733b5c456d0e ({username='slave'} at 127.0.0.1:51852)
I20260630 12:37:29.301446  8271 tablet_copy_service.cc:161] P e3800ce5274c48a7b1526ec619e2b651: Beginning new tablet copy session on tablet e4a1b8db30314c519948d3a52fcc1d31 from peer ba9ce2f084e847a9a970733b5c456d0e at {username='slave'} at 127.0.0.1:51852: session id = ba9ce2f084e847a9a970733b5c456d0e-e4a1b8db30314c519948d3a52fcc1d31
I20260630 12:37:29.309558  8271 tablet_copy_source_session.cc:215] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:29.312765  8666 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4a1b8db30314c519948d3a52fcc1d31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.325048  8666 tablet_copy_client.cc:806] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:29.325661  8666 tablet_copy_client.cc:670] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:29.329361  8666 tablet_copy_client.cc:538] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:29.336215  8666 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap starting.
I20260630 12:37:29.351840  8666 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: 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:29.352671  8666 tablet_bootstrap.cc:492] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap complete.
I20260630 12:37:29.353287  8666 ts_tablet_manager.cc:1403] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.003s
I20260630 12:37:29.355410  8666 raft_consensus.cc:359] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:29.356109  8666 raft_consensus.cc:740] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: ba9ce2f084e847a9a970733b5c456d0e, State: Initialized, Role: LEARNER
I20260630 12:37:29.356768  8666 consensus_queue.cc:260] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:29.358691  8666 ts_tablet_manager.cc:1434] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:37:29.360707  8271 tablet_copy_service.cc:342] P e3800ce5274c48a7b1526ec619e2b651: Request end of tablet copy session ba9ce2f084e847a9a970733b5c456d0e-e4a1b8db30314c519948d3a52fcc1d31 received from {username='slave'} at 127.0.0.1:51852
I20260630 12:37:29.361091  8271 tablet_copy_service.cc:434] P e3800ce5274c48a7b1526ec619e2b651: ending tablet copy session ba9ce2f084e847a9a970733b5c456d0e-e4a1b8db30314c519948d3a52fcc1d31 on tablet e4a1b8db30314c519948d3a52fcc1d31 with peer ba9ce2f084e847a9a970733b5c456d0e
I20260630 12:37:29.504175  8600 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Refusing update from remote peer 22652031c8fa43d6a164405b5c473845: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:29.505560  8644 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:29.516753  8260 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Refusing update from remote peer 22652031c8fa43d6a164405b5c473845: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:29.520141  8644 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
W20260630 12:37:29.553771  8299 consensus_peers.cc:597] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 -> Peer ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4:36955): Couldn't send request to peer ba9ce2f084e847a9a970733b5c456d0e. 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:29.688776  8501 raft_consensus.cc:1217] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:37:29.790766  8501 raft_consensus.cc:1217] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:29.993649  8681 ts_tablet_manager.cc:933] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Initiating tablet copy from peer 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017)
I20260630 12:37:29.996320  8681 tablet_copy_client.cc:323] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:40017
I20260630 12:37:30.015123  8345 tablet_copy_service.cc:140] P 22652031c8fa43d6a164405b5c473845: Received BeginTabletCopySession request for tablet 7af6d42bc9f94493afc23b5b93a5ae1a from peer ba9ce2f084e847a9a970733b5c456d0e ({username='slave'} at 127.0.0.1:53744)
I20260630 12:37:30.015771  8345 tablet_copy_service.cc:161] P 22652031c8fa43d6a164405b5c473845: Beginning new tablet copy session on tablet 7af6d42bc9f94493afc23b5b93a5ae1a from peer ba9ce2f084e847a9a970733b5c456d0e at {username='slave'} at 127.0.0.1:53744: session id = ba9ce2f084e847a9a970733b5c456d0e-7af6d42bc9f94493afc23b5b93a5ae1a
I20260630 12:37:30.024482  8345 tablet_copy_source_session.cc:215] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:30.027377  8681 ts_tablet_manager.cc:1916] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:30.043828  8681 ts_tablet_manager.cc:1929] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:37:30.044728  8681 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7af6d42bc9f94493afc23b5b93a5ae1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:30.051618  8681 tablet_copy_client.cc:806] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:30.052255  8681 tablet_copy_client.cc:670] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:30.056620  8681 tablet_copy_client.cc:538] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:30.066105  8681 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap starting.
I20260630 12:37:30.078227  8678 raft_consensus.cc:1064] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: attempting to promote NON_VOTER ba9ce2f084e847a9a970733b5c456d0e to VOTER
I20260630 12:37:30.083003  8678 consensus_queue.cc:237] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } }
I20260630 12:37:30.091734  8501 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 LEARNER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:37:30.093417  8600 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:37:30.095968  8649 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } 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:30.097957  8649 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } 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:30.098803  8681 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: 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:30.100128  8681 tablet_bootstrap.cc:492] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Bootstrap complete.
I20260630 12:37:30.100903  8681 ts_tablet_manager.cc:1403] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Time spent bootstrapping tablet: real 0.035s	user 0.031s	sys 0.004s
I20260630 12:37:30.104794  8333 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:37:30.104647  8681 raft_consensus.cc:359] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:30.105542  8681 raft_consensus.cc:740] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: ba9ce2f084e847a9a970733b5c456d0e, State: Initialized, Role: LEARNER
I20260630 12:37:30.106340  8681 consensus_queue.cc:260] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 5, Last appended: 2.5, Last appended by leader: 5, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: true } }
I20260630 12:37:30.109180  8681 ts_tablet_manager.cc:1434] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:37:30.111510  8345 tablet_copy_service.cc:342] P 22652031c8fa43d6a164405b5c473845: Request end of tablet copy session ba9ce2f084e847a9a970733b5c456d0e-7af6d42bc9f94493afc23b5b93a5ae1a received from {username='slave'} at 127.0.0.1:53744
I20260630 12:37:30.112031  8345 tablet_copy_service.cc:434] P 22652031c8fa43d6a164405b5c473845: ending tablet copy session ba9ce2f084e847a9a970733b5c456d0e-7af6d42bc9f94493afc23b5b93a5ae1a on tablet 7af6d42bc9f94493afc23b5b93a5ae1a with peer ba9ce2f084e847a9a970733b5c456d0e
I20260630 12:37:30.121382  8649 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:30.131069  8649 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.134300  8600 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.153990  8082 catalog_manager.cc:5697] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 reported cstate change: config changed from index 4 to 5, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:30.153604  8501 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.166232  8333 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } attrs { replace: true } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.207432  8260 consensus_queue.cc:237] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 1.5, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } }
I20260630 12:37:30.212602  8501 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:37:30.213276  8333 raft_consensus.cc:1275] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:37:30.214228  8691 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260630 12:37:30.215281  8649 consensus_queue.cc:1048] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:30.221863  8691 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.224548  8501 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.224759  8333 raft_consensus.cc:2955] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.237898  8071 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet af1cc95ce6ed4a5ba06e98756694b806 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:30.240417  8080 catalog_manager.cc:5697] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 reported cstate change: config changed from index 5 to 6, VOTER f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:30.251698  8590 tablet_service.cc:1558] Processing DeleteTablet for tablet af1cc95ce6ed4a5ba06e98756694b806 with delete_type TABLET_DATA_TOMBSTONED (TS f3244dd04c6246aa9c1e1ecb17c913cd not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:49396
I20260630 12:37:30.255553  8698 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:30.257607  8698 raft_consensus.cc:2243] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:30.259449  8698 raft_consensus.cc:2272] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:30.263692  8698 ts_tablet_manager.cc:1916] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:30.281267  8698 ts_tablet_manager.cc:1929] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:37:30.281703  8698 log.cc:1199] T af1cc95ce6ed4a5ba06e98756694b806 P f3244dd04c6246aa9c1e1ecb17c913cd: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-0-root/wals/af1cc95ce6ed4a5ba06e98756694b806
I20260630 12:37:30.283910  8069 catalog_manager.cc:5028] TS f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): tablet af1cc95ce6ed4a5ba06e98756694b806 (table test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]) successfully deleted
I20260630 12:37:30.369369  8679 raft_consensus.cc:1064] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651: attempting to promote NON_VOTER ba9ce2f084e847a9a970733b5c456d0e to VOTER
I20260630 12:37:30.372072  8679 consensus_queue.cc:237] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } }
I20260630 12:37:30.379189  8333 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:30.379874  8600 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:30.379995  8501 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 LEARNER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:30.381153  8691 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:30.382107  8679 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:30.383349  8678 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } 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:30.398545  8679 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.400806  8600 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.403855  8501 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.412977  8333 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.415627  8081 catalog_manager.cc:5697] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd reported cstate change: config changed from index 3 to 4, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } attrs { replace: true } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.434952  8260 consensus_queue.cc:237] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [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: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } }
I20260630 12:37:30.440668  8600 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:30.441107  8501 raft_consensus.cc:1275] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Refusing update from remote peer e3800ce5274c48a7b1526ec619e2b651: 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:30.442408  8691 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:30.443421  8679 consensus_queue.cc:1048] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } 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:37:30.450512  8691 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 22652031c8fa43d6a164405b5c473845 (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.453018  8501 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 22652031c8fa43d6a164405b5c473845 (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.454886  8600 raft_consensus.cc:2955] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 22652031c8fa43d6a164405b5c473845 (127.0.120.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.467418  8082 catalog_manager.cc:5697] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e reported cstate change: config changed from index 4 to 5, VOTER 22652031c8fa43d6a164405b5c473845 (127.0.120.3) evicted. New cstate: current_term: 2 leader_uuid: "e3800ce5274c48a7b1526ec619e2b651" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:30.468559  8071 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e4a1b8db30314c519948d3a52fcc1d31 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:30.479231  8325 tablet_service.cc:1558] Processing DeleteTablet for tablet e4a1b8db30314c519948d3a52fcc1d31 with delete_type TABLET_DATA_TOMBSTONED (TS 22652031c8fa43d6a164405b5c473845 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:53706
I20260630 12:37:30.481482  8703 tablet_replica.cc:333] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: stopping tablet replica
I20260630 12:37:30.482357  8703 raft_consensus.cc:2243] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:30.483160  8703 raft_consensus.cc:2272] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:30.486133  8703 ts_tablet_manager.cc:1916] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:30.499830  8703 ts_tablet_manager.cc:1929] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:37:30.500176  8703 log.cc:1199] T e4a1b8db30314c519948d3a52fcc1d31 P 22652031c8fa43d6a164405b5c473845: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-2-root/wals/e4a1b8db30314c519948d3a52fcc1d31
I20260630 12:37:30.501959  8068 catalog_manager.cc:5028] TS 22652031c8fa43d6a164405b5c473845 (127.0.120.3:40017): tablet e4a1b8db30314c519948d3a52fcc1d31 (table test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]) successfully deleted
I20260630 12:37:30.584340  8501 raft_consensus.cc:1217] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 LEARNER]: Deduplicated request from leader. Original: 1.4->[2.5-2.5]   Dedup: 2.5->[]
I20260630 12:37:31.135673  8704 raft_consensus.cc:1064] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845: attempting to promote NON_VOTER ba9ce2f084e847a9a970733b5c456d0e to VOTER
I20260630 12:37:31.137754  8704 consensus_queue.cc:237] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 2.5, Last appended by leader: 4, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } }
I20260630 12:37:31.144348  8501 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 LEARNER]: Refusing update from remote peer 22652031c8fa43d6a164405b5c473845: 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:31.144619  8260 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Refusing update from remote peer 22652031c8fa43d6a164405b5c473845: 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:31.145520  8600 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Refusing update from remote peer 22652031c8fa43d6a164405b5c473845: 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:31.145994  8644 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260630 12:37:31.146906  8706 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:31.147692  8704 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } 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:31.157704  8644 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 2 LEADER]: Committing config change with OpId 2.6: config changed from index 4 to 6, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:31.160530  8501 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:31.160146  8260 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:31.169760  8600 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Committing config change with OpId 2.6: config changed from index 4 to 6, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:31.171703  8082 catalog_manager.cc:5697] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 reported cstate change: config changed from index 4 to 6, ba9ce2f084e847a9a970733b5c456d0e (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "22652031c8fa43d6a164405b5c473845" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3800ce5274c48a7b1526ec619e2b651" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 46391 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:31.192278  8333 consensus_queue.cc:237] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 6, Committed index: 6, Last appended: 2.6, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } }
I20260630 12:37:31.197110  8501 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Refusing update from remote peer 22652031c8fa43d6a164405b5c473845: 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:31.197592  8600 raft_consensus.cc:1275] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Refusing update from remote peer 22652031c8fa43d6a164405b5c473845: 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:31.198599  8704 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } 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:31.199628  8644 consensus_queue.cc:1048] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:31.206751  8706 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 2 LEADER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:31.210487  8600 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:31.211853  8501 raft_consensus.cc:2955] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Committing config change with OpId 2.7: config changed from index 6 to 7, VOTER e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2) evicted. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } } }
I20260630 12:37:31.217164  8068 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 7af6d42bc9f94493afc23b5b93a5ae1a with cas_config_opid_index 6: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:31.221338  8084 catalog_manager.cc:5697] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 reported cstate change: config changed from index 6 to 7, VOTER e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2) evicted. New cstate: current_term: 2 leader_uuid: "22652031c8fa43d6a164405b5c473845" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "f3244dd04c6246aa9c1e1ecb17c913cd" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 35331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "22652031c8fa43d6a164405b5c473845" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40017 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba9ce2f084e847a9a970733b5c456d0e" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36955 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:31.231343  8249 tablet_service.cc:1558] Processing DeleteTablet for tablet 7af6d42bc9f94493afc23b5b93a5ae1a with delete_type TABLET_DATA_TOMBSTONED (TS e3800ce5274c48a7b1526ec619e2b651 not found in new config with opid_index 7) from {username='slave'} at 127.0.0.1:51804
I20260630 12:37:31.233489  8715 tablet_replica.cc:333] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: stopping tablet replica
I20260630 12:37:31.234472  8715 raft_consensus.cc:2243] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.235423  8715 raft_consensus.cc:2272] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.238905  8715 ts_tablet_manager.cc:1916] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:31.250455  8715 ts_tablet_manager.cc:1929] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.6
I20260630 12:37:31.250806  8715 log.cc:1199] T 7af6d42bc9f94493afc23b5b93a5ae1a P e3800ce5274c48a7b1526ec619e2b651: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822836191499-480-0/minicluster-data/ts-1-root/wals/7af6d42bc9f94493afc23b5b93a5ae1a
I20260630 12:37:31.252460  8071 catalog_manager.cc:5028] TS e3800ce5274c48a7b1526ec619e2b651 (127.0.120.2:46391): tablet 7af6d42bc9f94493afc23b5b93a5ae1a (table test-workload [id=0bc117ce26474fb29bf1e5c99568e2ae]) successfully deleted
I20260630 12:37:31.711458   480 tablet_server.cc:179] TabletServer@127.0.120.1:35331 shutting down...
I20260630 12:37:31.742152   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:31.742913   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:31.743578   480 raft_consensus.cc:2243] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.744551   480 raft_consensus.cc:2272] T 7af6d42bc9f94493afc23b5b93a5ae1a P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.747342   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:31.747962   480 raft_consensus.cc:2243] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.748448   480 raft_consensus.cc:2272] T 2b3ba844df094a7caf986fd7ce7b5041 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.750665   480 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:31.751238   480 raft_consensus.cc:2243] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.751859   480 raft_consensus.cc:2272] T e4a1b8db30314c519948d3a52fcc1d31 P f3244dd04c6246aa9c1e1ecb17c913cd [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:31.756134  8299 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 24 similar messages]
W20260630 12:37:31.759565  8299 consensus_peers.cc:597] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 -> Peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Couldn't send request to peer f3244dd04c6246aa9c1e1ecb17c913cd. 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:37:31.776937   480 tablet_server.cc:196] TabletServer@127.0.120.1:35331 shutdown complete.
I20260630 12:37:31.796020   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
W20260630 12:37:31.814492  8225 consensus_peers.cc:597] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 -> Peer f3244dd04c6246aa9c1e1ecb17c913cd (127.0.120.1:35331): Couldn't send request to peer f3244dd04c6246aa9c1e1ecb17c913cd. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:35331: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:31.824265   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:31.825136   480 tablet_replica.cc:333] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651: stopping tablet replica
I20260630 12:37:31.825737   480 raft_consensus.cc:2243] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:31.826526   480 raft_consensus.cc:2272] T e4a1b8db30314c519948d3a52fcc1d31 P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.828775   480 tablet_replica.cc:333] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651: stopping tablet replica
I20260630 12:37:31.829320   480 raft_consensus.cc:2243] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:31.830191   480 raft_consensus.cc:2272] T 2b3ba844df094a7caf986fd7ce7b5041 P e3800ce5274c48a7b1526ec619e2b651 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.832438   480 tablet_replica.cc:333] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651: stopping tablet replica
I20260630 12:37:31.832954   480 raft_consensus.cc:2243] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:31.833750   480 raft_consensus.cc:2272] T af1cc95ce6ed4a5ba06e98756694b806 P e3800ce5274c48a7b1526ec619e2b651 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.859191   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:31.878334   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:31.905318   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:31.906054   480 tablet_replica.cc:333] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845: stopping tablet replica
I20260630 12:37:31.906672   480 raft_consensus.cc:2243] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.907723   480 raft_consensus.cc:2272] T af1cc95ce6ed4a5ba06e98756694b806 P 22652031c8fa43d6a164405b5c473845 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.909952   480 tablet_replica.cc:333] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845: stopping tablet replica
I20260630 12:37:31.910511   480 raft_consensus.cc:2243] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.911001   480 raft_consensus.cc:2272] T 2b3ba844df094a7caf986fd7ce7b5041 P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.913259   480 tablet_replica.cc:333] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845: stopping tablet replica
I20260630 12:37:31.913926   480 raft_consensus.cc:2243] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:31.914988   480 raft_consensus.cc:2272] T 7af6d42bc9f94493afc23b5b93a5ae1a P 22652031c8fa43d6a164405b5c473845 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.940996   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:37:31.959926   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:37:31.983178   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:31.983882   480 tablet_replica.cc:333] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e: stopping tablet replica
I20260630 12:37:31.984467   480 raft_consensus.cc:2243] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.985033   480 raft_consensus.cc:2272] T 7af6d42bc9f94493afc23b5b93a5ae1a P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.987313   480 tablet_replica.cc:333] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e: stopping tablet replica
I20260630 12:37:31.987807   480 raft_consensus.cc:2243] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.988391   480 raft_consensus.cc:2272] T e4a1b8db30314c519948d3a52fcc1d31 P ba9ce2f084e847a9a970733b5c456d0e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:31.990502   480 tablet_replica.cc:333] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e: stopping tablet replica
I20260630 12:37:31.991098   480 raft_consensus.cc:2243] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:31.991683   480 raft_consensus.cc:2272] T af1cc95ce6ed4a5ba06e98756694b806 P ba9ce2f084e847a9a970733b5c456d0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.013867   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:37:32.028095   480 master.cc:562] Master@127.0.120.62:33521 shutting down...
I20260630 12:37:32.051900   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:32.052430   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.052721   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P ffdb00b5af80428391d9ae0572de2916: stopping tablet replica
I20260630 12:37:32.074822   480 master.cc:584] Master@127.0.120.62:33521 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (8679 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:37:32.118680   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:44835
I20260630 12:37:32.119867   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.125854  8723 instance_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.126261  8722 instance_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.127377  8725 instance_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.128173   480 server_base.cc:1061] running on GCE node
I20260630 12:37:32.129119   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.129330   480 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.129523   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823052129506 us; error 0 us; skew 500 ppm
I20260630 12:37:32.130138   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.132853   480 webserver.cc:533] Webserver started at http://127.0.120.62:36947/ using document root <none> and password file <none>
I20260630 12:37:32.133424   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.133620   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:32.133934   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:32.135188   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "2d2b16dfb3d141529428f15e1e3be3b5"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-80h9"
I20260630 12:37:32.139961   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:37:32.143627  8730 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.144651   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:37:32.144917   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "2d2b16dfb3d141529428f15e1e3be3b5"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-80h9"
I20260630 12:37:32.145188   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-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:32.157266   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.158461   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.197273   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:44835
I20260630 12:37:32.197403  8781 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:44835 every 8 connection(s)
I20260630 12:37:32.201472  8782 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:32.213253  8782 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5: Bootstrap starting.
I20260630 12:37:32.218170  8782 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:32.222728  8782 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5: No bootstrap required, opened a new log
I20260630 12:37:32.224918  8782 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d2b16dfb3d141529428f15e1e3be3b5" member_type: VOTER }
I20260630 12:37:32.225303  8782 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:32.225586  8782 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d2b16dfb3d141529428f15e1e3be3b5, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.226293  8782 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2d2b16dfb3d141529428f15e1e3be3b5" member_type: VOTER }
I20260630 12:37:32.226804  8782 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:32.227005  8782 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:32.227363  8782 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:32.232328  8782 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d2b16dfb3d141529428f15e1e3be3b5" member_type: VOTER }
I20260630 12:37:32.232905  8782 leader_election.cc:304] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [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: 2d2b16dfb3d141529428f15e1e3be3b5; no voters: 
I20260630 12:37:32.234161  8782 leader_election.cc:290] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:32.234545  8785 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:32.235948  8785 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 1 LEADER]: Becoming Leader. State: Replica: 2d2b16dfb3d141529428f15e1e3be3b5, State: Running, Role: LEADER
I20260630 12:37:32.236624  8785 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [LEADER]: Queue going to LEADER mode. State: All 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: "2d2b16dfb3d141529428f15e1e3be3b5" member_type: VOTER }
I20260630 12:37:32.237139  8782 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:32.241338  8786 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2d2b16dfb3d141529428f15e1e3be3b5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d2b16dfb3d141529428f15e1e3be3b5" member_type: VOTER } }
I20260630 12:37:32.242034  8786 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:32.243206  8787 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2d2b16dfb3d141529428f15e1e3be3b5. Latest consensus state: current_term: 1 leader_uuid: "2d2b16dfb3d141529428f15e1e3be3b5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2d2b16dfb3d141529428f15e1e3be3b5" member_type: VOTER } }
I20260630 12:37:32.244069  8787 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:32.249119  8793 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:32.257427  8793 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:32.258570   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:32.267150  8793 catalog_manager.cc:1383] Generated new cluster ID: b34cc35f4cae4dc7ad25a70cfdfd0641
I20260630 12:37:32.267501  8793 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:32.299554  8793 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:32.300908  8793 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:32.319607  8793 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5: Generated new TSK 0
I20260630 12:37:32.320196  8793 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:32.325575   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.331899  8803 instance_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.333417  8804 instance_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.334609  8806 instance_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.335057   480 server_base.cc:1061] running on GCE node
I20260630 12:37:32.336069   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.336308   480 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.336493   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823052336468 us; error 0 us; skew 500 ppm
I20260630 12:37:32.337029   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.339727   480 webserver.cc:533] Webserver started at http://127.0.120.1:45029/ using document root <none> and password file <none>
I20260630 12:37:32.340237   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.340457   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:32.340740   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:32.341897   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "21c63363a51840ff89b1e84d9ae165cc"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-80h9"
I20260630 12:37:32.346869   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:32.350620  8811 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.351671   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:32.352028   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "21c63363a51840ff89b1e84d9ae165cc"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-80h9"
I20260630 12:37:32.352370   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-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.383191   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.384451   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.386143   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.388538   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:32.388772   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.389014   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:32.389209   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.432947   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:41719
I20260630 12:37:32.433046  8873 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:41719 every 8 connection(s)
I20260630 12:37:32.438196   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.446610  8878 instance_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.446842  8879 instance_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.449826   480 server_base.cc:1061] running on GCE node
W20260630 12:37:32.449946  8881 instance_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.451550   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.451826   480 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.452013   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823052451993 us; error 0 us; skew 500 ppm
I20260630 12:37:32.452679   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.455826   480 webserver.cc:533] Webserver started at http://127.0.120.2:41973/ using document root <none> and password file <none>
I20260630 12:37:32.456450   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.456657  8874 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44835
I20260630 12:37:32.456766   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:32.457355  8874 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:32.457417   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:32.458243  8874 heartbeater.cc:507] Master 127.0.120.62:44835 requested a full tablet report, sending...
I20260630 12:37:32.458747   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "ef6b34d0157d46efb43fec365b06b332"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-80h9"
I20260630 12:37:32.460546  8747 ts_manager.cc:194] Registered new tserver with Master: 21c63363a51840ff89b1e84d9ae165cc (127.0.120.1:41719)
I20260630 12:37:32.462492  8747 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41412
I20260630 12:37:32.463903   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:37:32.467705  8886 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.468634   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:37:32.469004   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "ef6b34d0157d46efb43fec365b06b332"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-80h9"
I20260630 12:37:32.469291   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-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.486492   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.487841   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.489280   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.491671   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:32.491915   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.492170   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:32.492390   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.534157   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:36219
I20260630 12:37:32.534281  8948 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:36219 every 8 connection(s)
I20260630 12:37:32.539346   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.547143  8952 instance_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.548307  8953 instance_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.550313  8955 instance_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.551472   480 server_base.cc:1061] running on GCE node
I20260630 12:37:32.552817   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.553119   480 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.553241  8949 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44835
I20260630 12:37:32.553355   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823052553315 us; error 0 us; skew 500 ppm
I20260630 12:37:32.553817  8949 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:32.554212   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.554798  8949 heartbeater.cc:507] Master 127.0.120.62:44835 requested a full tablet report, sending...
I20260630 12:37:32.557142   480 webserver.cc:533] Webserver started at http://127.0.120.3:46219/ using document root <none> and password file <none>
I20260630 12:37:32.557428  8747 ts_manager.cc:194] Registered new tserver with Master: ef6b34d0157d46efb43fec365b06b332 (127.0.120.2:36219)
I20260630 12:37:32.557848   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.558145   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:32.558461   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:32.559366  8747 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41422
I20260630 12:37:32.559973   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "c7658261801c46b5bc58a2cbdaa14fe4"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-80h9"
I20260630 12:37:32.565095   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:32.568621  8960 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.569526   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:32.569796   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "c7658261801c46b5bc58a2cbdaa14fe4"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-80h9"
I20260630 12:37:32.570042   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-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:32.583362   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.584533   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.586016   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.588328   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:32.588555   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.588799   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:32.588979   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.631408   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:34221
I20260630 12:37:32.631522  9022 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:34221 every 8 connection(s)
I20260630 12:37:32.645780  9023 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44835
I20260630 12:37:32.646255  9023 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:32.646960  9023 heartbeater.cc:507] Master 127.0.120.62:44835 requested a full tablet report, sending...
I20260630 12:37:32.649142  8747 ts_manager.cc:194] Registered new tserver with Master: c7658261801c46b5bc58a2cbdaa14fe4 (127.0.120.3:34221)
I20260630 12:37:32.649717   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014986287s
I20260630 12:37:32.650619  8747 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41434
I20260630 12:37:33.465607  8874 heartbeater.cc:499] Master 127.0.120.62:44835 was elected leader, sending a full tablet report...
I20260630 12:37:33.562283  8949 heartbeater.cc:499] Master 127.0.120.62:44835 was elected leader, sending a full tablet report...
I20260630 12:37:33.653862  9023 heartbeater.cc:499] Master 127.0.120.62:44835 was elected leader, sending a full tablet report...
I20260630 12:37:33.707986  8747 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41442:
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:33.711283  8747 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:33.794452  8988 tablet_service.cc:1511] Processing CreateTablet for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:33.794629  8914 tablet_service.cc:1511] Processing CreateTablet for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:33.796005  8988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.796196  8987 tablet_service.cc:1511] Processing CreateTablet for tablet bc598e2c82b849708a39f9bb87864b88 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:33.797524  8987 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc598e2c82b849708a39f9bb87864b88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.797230  8912 tablet_service.cc:1511] Processing CreateTablet for tablet 6c5defcb3b9a4aaf99bf077de821bdc5 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:33.799480  8913 tablet_service.cc:1511] Processing CreateTablet for tablet bc598e2c82b849708a39f9bb87864b88 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:33.796203  8914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.801280  8986 tablet_service.cc:1511] Processing CreateTablet for tablet 6c5defcb3b9a4aaf99bf077de821bdc5 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:33.802583  8986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c5defcb3b9a4aaf99bf077de821bdc5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.804330  8912 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c5defcb3b9a4aaf99bf077de821bdc5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.804332  8911 tablet_service.cc:1511] Processing CreateTablet for tablet f848724af0004d6fa2c5d0ae66e84a67 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:33.805935  8911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f848724af0004d6fa2c5d0ae66e84a67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.806406  8985 tablet_service.cc:1511] Processing CreateTablet for tablet f848724af0004d6fa2c5d0ae66e84a67 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:33.807435  8913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc598e2c82b849708a39f9bb87864b88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.807736  8985 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f848724af0004d6fa2c5d0ae66e84a67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.835592  8839 tablet_service.cc:1511] Processing CreateTablet for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:33.837030  8839 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.838907  8838 tablet_service.cc:1511] Processing CreateTablet for tablet bc598e2c82b849708a39f9bb87864b88 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:33.840333  8838 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc598e2c82b849708a39f9bb87864b88. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.844327  8837 tablet_service.cc:1511] Processing CreateTablet for tablet 6c5defcb3b9a4aaf99bf077de821bdc5 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:33.845708  8837 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6c5defcb3b9a4aaf99bf077de821bdc5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.848140  8836 tablet_service.cc:1511] Processing CreateTablet for tablet f848724af0004d6fa2c5d0ae66e84a67 (DEFAULT_TABLE table=test-workload [id=a400bb24d8ee4e528bb4347d8c7128f4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:33.849529  8836 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f848724af0004d6fa2c5d0ae66e84a67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:33.882329  9044 tablet_bootstrap.cc:492] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4: Bootstrap starting.
I20260630 12:37:33.893621  9044 tablet_bootstrap.cc:654] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.884014  9043 tablet_bootstrap.cc:492] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332: Bootstrap starting.
I20260630 12:37:33.898640  9045 tablet_bootstrap.cc:492] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc: Bootstrap starting.
I20260630 12:37:33.903156  9043 tablet_bootstrap.cc:654] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.906278  9044 tablet_bootstrap.cc:492] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4: No bootstrap required, opened a new log
I20260630 12:37:33.906761  9044 ts_tablet_manager.cc:1403] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.009s
I20260630 12:37:33.906951  9045 tablet_bootstrap.cc:654] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.909550  9044 raft_consensus.cc:359] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.909794  9043 tablet_bootstrap.cc:492] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332: No bootstrap required, opened a new log
I20260630 12:37:33.910274  9044 raft_consensus.cc:385] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:33.910632  9044 raft_consensus.cc:740] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7658261801c46b5bc58a2cbdaa14fe4, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.910655  9043 ts_tablet_manager.cc:1403] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332: Time spent bootstrapping tablet: real 0.027s	user 0.008s	sys 0.008s
I20260630 12:37:33.911664  9044 consensus_queue.cc:260] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.913987  9045 tablet_bootstrap.cc:492] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc: No bootstrap required, opened a new log
I20260630 12:37:33.914530  9045 ts_tablet_manager.cc:1403] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc: Time spent bootstrapping tablet: real 0.016s	user 0.002s	sys 0.010s
I20260630 12:37:33.914588  9044 ts_tablet_manager.cc:1434] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:37:33.915814  9044 tablet_bootstrap.cc:492] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4: Bootstrap starting.
I20260630 12:37:33.915458  9043 raft_consensus.cc:359] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.916289  9043 raft_consensus.cc:385] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:33.917469  9043 raft_consensus.cc:740] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef6b34d0157d46efb43fec365b06b332, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.917668  9045 raft_consensus.cc:359] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.918632  9045 raft_consensus.cc:385] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:33.918395  9043 consensus_queue.cc:260] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.919070  9045 raft_consensus.cc:740] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21c63363a51840ff89b1e84d9ae165cc, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.920670  9045 consensus_queue.cc:260] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.924408  9044 tablet_bootstrap.cc:654] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.930306  9045 ts_tablet_manager.cc:1434] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.008s
I20260630 12:37:33.934067  9045 tablet_bootstrap.cc:492] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc: Bootstrap starting.
I20260630 12:37:33.936018  9043 ts_tablet_manager.cc:1434] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332: Time spent starting tablet: real 0.025s	user 0.009s	sys 0.013s
I20260630 12:37:33.944375  9043 tablet_bootstrap.cc:492] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332: Bootstrap starting.
I20260630 12:37:33.944723  9045 tablet_bootstrap.cc:654] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.953590  9044 tablet_bootstrap.cc:492] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4: No bootstrap required, opened a new log
I20260630 12:37:33.954067  9043 tablet_bootstrap.cc:654] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.954241  9044 ts_tablet_manager.cc:1403] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4: Time spent bootstrapping tablet: real 0.039s	user 0.022s	sys 0.016s
I20260630 12:37:33.957338  9045 tablet_bootstrap.cc:492] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc: No bootstrap required, opened a new log
I20260630 12:37:33.957976  9045 ts_tablet_manager.cc:1403] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc: Time spent bootstrapping tablet: real 0.024s	user 0.007s	sys 0.012s
I20260630 12:37:33.957876  9044 raft_consensus.cc:359] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.958621  9044 raft_consensus.cc:385] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:33.958897  9044 raft_consensus.cc:740] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7658261801c46b5bc58a2cbdaa14fe4, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.959662  9044 consensus_queue.cc:260] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.960023  9043 tablet_bootstrap.cc:492] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332: No bootstrap required, opened a new log
I20260630 12:37:33.960619  9043 ts_tablet_manager.cc:1403] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.002s
I20260630 12:37:33.961253  9045 raft_consensus.cc:359] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.961686  9044 ts_tablet_manager.cc:1434] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:37:33.962075  9045 raft_consensus.cc:385] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:33.962460  9045 raft_consensus.cc:740] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21c63363a51840ff89b1e84d9ae165cc, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.962881  9044 tablet_bootstrap.cc:492] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4: Bootstrap starting.
I20260630 12:37:33.963390  9045 consensus_queue.cc:260] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.963709  9043 raft_consensus.cc:359] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.964564  9043 raft_consensus.cc:385] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:33.964895  9043 raft_consensus.cc:740] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef6b34d0157d46efb43fec365b06b332, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.965692  9043 consensus_queue.cc:260] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:33.970616  9044 tablet_bootstrap.cc:654] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.973052  9045 ts_tablet_manager.cc:1434] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.003s
I20260630 12:37:33.974959  9043 ts_tablet_manager.cc:1434] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332: Time spent starting tablet: real 0.014s	user 0.002s	sys 0.004s
I20260630 12:37:33.976784  9045 tablet_bootstrap.cc:492] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc: Bootstrap starting.
I20260630 12:37:33.979770  9043 tablet_bootstrap.cc:492] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332: Bootstrap starting.
I20260630 12:37:33.984105  9045 tablet_bootstrap.cc:654] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.985237  9044 tablet_bootstrap.cc:492] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4: No bootstrap required, opened a new log
I20260630 12:37:33.985773  9044 ts_tablet_manager.cc:1403] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.004s
I20260630 12:37:33.988099  9043 tablet_bootstrap.cc:654] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:33.988103  9044 raft_consensus.cc:359] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:33.989074  9044 raft_consensus.cc:385] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:33.989421  9044 raft_consensus.cc:740] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7658261801c46b5bc58a2cbdaa14fe4, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.990630  9045 tablet_bootstrap.cc:492] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc: No bootstrap required, opened a new log
I20260630 12:37:33.990265  9044 consensus_queue.cc:260] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:33.991196  9045 ts_tablet_manager.cc:1403] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:37:33.993330  9044 ts_tablet_manager.cc:1434] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:33.994354  9045 raft_consensus.cc:359] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:33.994882  9044 tablet_bootstrap.cc:492] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4: Bootstrap starting.
I20260630 12:37:33.995250  9045 raft_consensus.cc:385] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:33.995713  9045 raft_consensus.cc:740] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21c63363a51840ff89b1e84d9ae165cc, State: Initialized, Role: FOLLOWER
I20260630 12:37:33.996783  9045 consensus_queue.cc:260] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:34.004698  9044 tablet_bootstrap.cc:654] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.006179  9045 ts_tablet_manager.cc:1434] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.002s
I20260630 12:37:34.011785  9045 tablet_bootstrap.cc:492] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc: Bootstrap starting.
I20260630 12:37:34.012068  9043 tablet_bootstrap.cc:492] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332: No bootstrap required, opened a new log
I20260630 12:37:34.012441  9044 tablet_bootstrap.cc:492] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4: No bootstrap required, opened a new log
I20260630 12:37:34.012550  9043 ts_tablet_manager.cc:1403] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.016s
I20260630 12:37:34.013087  9044 ts_tablet_manager.cc:1403] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.000s
I20260630 12:37:34.015484  9044 raft_consensus.cc:359] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.016040  9044 raft_consensus.cc:385] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.016543  9044 raft_consensus.cc:740] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7658261801c46b5bc58a2cbdaa14fe4, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.015962  9043 raft_consensus.cc:359] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:34.016979  9043 raft_consensus.cc:385] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.017293  9043 raft_consensus.cc:740] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef6b34d0157d46efb43fec365b06b332, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.017344  9044 consensus_queue.cc:260] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.018286  9045 tablet_bootstrap.cc:654] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.018167  9043 consensus_queue.cc:260] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:34.019737  9044 ts_tablet_manager.cc:1434] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260630 12:37:34.023000  9043 ts_tablet_manager.cc:1434] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:37:34.024641  9043 tablet_bootstrap.cc:492] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332: Bootstrap starting.
I20260630 12:37:34.030370  9045 tablet_bootstrap.cc:492] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc: No bootstrap required, opened a new log
I20260630 12:37:34.031152  9045 ts_tablet_manager.cc:1403] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260630 12:37:34.034017  9043 tablet_bootstrap.cc:654] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.034346  9045 raft_consensus.cc:359] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.035192  9045 raft_consensus.cc:385] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.035526  9045 raft_consensus.cc:740] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21c63363a51840ff89b1e84d9ae165cc, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.036336  9045 consensus_queue.cc:260] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.038504  9045 ts_tablet_manager.cc:1434] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:37:34.041131  9043 tablet_bootstrap.cc:492] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332: No bootstrap required, opened a new log
I20260630 12:37:34.041666  9043 ts_tablet_manager.cc:1403] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.003s
I20260630 12:37:34.044186  9043 raft_consensus.cc:359] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.044775  9043 raft_consensus.cc:385] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.045037  9043 raft_consensus.cc:740] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef6b34d0157d46efb43fec365b06b332, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.045804  9043 consensus_queue.cc:260] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.048162  9043 ts_tablet_manager.cc:1434] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.001s
I20260630 12:37:34.053149  9050 raft_consensus.cc:493] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.053668  9050 raft_consensus.cc:515] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.057602  9050 leader_election.cc:290] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 21c63363a51840ff89b1e84d9ae165cc (127.0.120.1:41719), c7658261801c46b5bc58a2cbdaa14fe4 (127.0.120.3:34221)
I20260630 12:37:34.070679  8849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc598e2c82b849708a39f9bb87864b88" candidate_uuid: "ef6b34d0157d46efb43fec365b06b332" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21c63363a51840ff89b1e84d9ae165cc" is_pre_election: true
I20260630 12:37:34.071583  8849 raft_consensus.cc:2468] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef6b34d0157d46efb43fec365b06b332 in term 0.
I20260630 12:37:34.072584  8998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc598e2c82b849708a39f9bb87864b88" candidate_uuid: "ef6b34d0157d46efb43fec365b06b332" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" is_pre_election: true
I20260630 12:37:34.072889  8889 leader_election.cc:304] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 21c63363a51840ff89b1e84d9ae165cc, ef6b34d0157d46efb43fec365b06b332; no voters: 
I20260630 12:37:34.073259  8998 raft_consensus.cc:2468] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef6b34d0157d46efb43fec365b06b332 in term 0.
I20260630 12:37:34.073786  9050 raft_consensus.cc:2804] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.074210  9050 raft_consensus.cc:493] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.074564  9050 raft_consensus.cc:3060] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.079823  9050 raft_consensus.cc:515] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.081614  9050 leader_election.cc:290] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [CANDIDATE]: Term 1 election: Requested vote from peers 21c63363a51840ff89b1e84d9ae165cc (127.0.120.1:41719), c7658261801c46b5bc58a2cbdaa14fe4 (127.0.120.3:34221)
I20260630 12:37:34.082480  8849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc598e2c82b849708a39f9bb87864b88" candidate_uuid: "ef6b34d0157d46efb43fec365b06b332" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21c63363a51840ff89b1e84d9ae165cc"
I20260630 12:37:34.082603  8998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc598e2c82b849708a39f9bb87864b88" candidate_uuid: "ef6b34d0157d46efb43fec365b06b332" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7658261801c46b5bc58a2cbdaa14fe4"
I20260630 12:37:34.082998  8849 raft_consensus.cc:3060] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.083271  8998 raft_consensus.cc:3060] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.088779  8998 raft_consensus.cc:2468] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef6b34d0157d46efb43fec365b06b332 in term 1.
I20260630 12:37:34.089006  8849 raft_consensus.cc:2468] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef6b34d0157d46efb43fec365b06b332 in term 1.
I20260630 12:37:34.089970  8887 leader_election.cc:304] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c7658261801c46b5bc58a2cbdaa14fe4, ef6b34d0157d46efb43fec365b06b332; no voters: 
I20260630 12:37:34.090768  9050 raft_consensus.cc:2804] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.091955  9050 raft_consensus.cc:697] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 1 LEADER]: Becoming Leader. State: Replica: ef6b34d0157d46efb43fec365b06b332, State: Running, Role: LEADER
I20260630 12:37:34.092752  9050 consensus_queue.cc:237] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.096655  9051 raft_consensus.cc:493] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.097361  9051 raft_consensus.cc:515] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.100865  9051 leader_election.cc:290] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ef6b34d0157d46efb43fec365b06b332 (127.0.120.2:36219), c7658261801c46b5bc58a2cbdaa14fe4 (127.0.120.3:34221)
I20260630 12:37:34.101982  8747 catalog_manager.cc:5697] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 reported cstate change: term changed from 0 to 1, leader changed from <none> to ef6b34d0157d46efb43fec365b06b332 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "ef6b34d0157d46efb43fec365b06b332" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:34.112443  8924 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f848724af0004d6fa2c5d0ae66e84a67" candidate_uuid: "21c63363a51840ff89b1e84d9ae165cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef6b34d0157d46efb43fec365b06b332" is_pre_election: true
I20260630 12:37:34.113178  8924 raft_consensus.cc:2468] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 21c63363a51840ff89b1e84d9ae165cc in term 0.
I20260630 12:37:34.113464  8998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f848724af0004d6fa2c5d0ae66e84a67" candidate_uuid: "21c63363a51840ff89b1e84d9ae165cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" is_pre_election: true
I20260630 12:37:34.114166  8998 raft_consensus.cc:2468] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 21c63363a51840ff89b1e84d9ae165cc in term 0.
I20260630 12:37:34.114619  8813 leader_election.cc:304] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 21c63363a51840ff89b1e84d9ae165cc, ef6b34d0157d46efb43fec365b06b332; no voters: 
I20260630 12:37:34.115517  9051 raft_consensus.cc:2804] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.115779  9051 raft_consensus.cc:493] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.115998  9051 raft_consensus.cc:3060] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.120934  9051 raft_consensus.cc:515] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.122488  9051 leader_election.cc:290] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [CANDIDATE]: Term 1 election: Requested vote from peers ef6b34d0157d46efb43fec365b06b332 (127.0.120.2:36219), c7658261801c46b5bc58a2cbdaa14fe4 (127.0.120.3:34221)
I20260630 12:37:34.123378  8924 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f848724af0004d6fa2c5d0ae66e84a67" candidate_uuid: "21c63363a51840ff89b1e84d9ae165cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef6b34d0157d46efb43fec365b06b332"
I20260630 12:37:34.123593  8998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f848724af0004d6fa2c5d0ae66e84a67" candidate_uuid: "21c63363a51840ff89b1e84d9ae165cc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7658261801c46b5bc58a2cbdaa14fe4"
I20260630 12:37:34.123926  8924 raft_consensus.cc:3060] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.124212  8998 raft_consensus.cc:3060] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.125166  9050 raft_consensus.cc:493] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.125712  9050 raft_consensus.cc:515] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:34.128296  9050 leader_election.cc:290] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c7658261801c46b5bc58a2cbdaa14fe4 (127.0.120.3:34221), 21c63363a51840ff89b1e84d9ae165cc (127.0.120.1:41719)
I20260630 12:37:34.128777  8997 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55ab92ad38bd42f5ba7d9b0dc1bcfb95" candidate_uuid: "ef6b34d0157d46efb43fec365b06b332" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" is_pre_election: true
I20260630 12:37:34.129519  8997 raft_consensus.cc:2468] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef6b34d0157d46efb43fec365b06b332 in term 0.
I20260630 12:37:34.129575  8849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55ab92ad38bd42f5ba7d9b0dc1bcfb95" candidate_uuid: "ef6b34d0157d46efb43fec365b06b332" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21c63363a51840ff89b1e84d9ae165cc" is_pre_election: true
I20260630 12:37:34.130247  8849 raft_consensus.cc:2468] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef6b34d0157d46efb43fec365b06b332 in term 0.
I20260630 12:37:34.130796  8998 raft_consensus.cc:2468] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 21c63363a51840ff89b1e84d9ae165cc in term 1.
I20260630 12:37:34.131004  8887 leader_election.cc:304] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c7658261801c46b5bc58a2cbdaa14fe4, ef6b34d0157d46efb43fec365b06b332; no voters: 
I20260630 12:37:34.131703  8924 raft_consensus.cc:2468] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 21c63363a51840ff89b1e84d9ae165cc in term 1.
I20260630 12:37:34.132077  8812 leader_election.cc:304] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 21c63363a51840ff89b1e84d9ae165cc, c7658261801c46b5bc58a2cbdaa14fe4; no voters: 
I20260630 12:37:34.132261  9050 raft_consensus.cc:2804] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.132694  9050 raft_consensus.cc:493] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.133018  9051 raft_consensus.cc:2804] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.133107  9050 raft_consensus.cc:3060] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.134379  9051 raft_consensus.cc:697] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 1 LEADER]: Becoming Leader. State: Replica: 21c63363a51840ff89b1e84d9ae165cc, State: Running, Role: LEADER
I20260630 12:37:34.135258  9051 consensus_queue.cc:237] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.139824  9050 raft_consensus.cc:515] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:34.141592  9050 leader_election.cc:290] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [CANDIDATE]: Term 1 election: Requested vote from peers c7658261801c46b5bc58a2cbdaa14fe4 (127.0.120.3:34221), 21c63363a51840ff89b1e84d9ae165cc (127.0.120.1:41719)
I20260630 12:37:34.142315  8998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55ab92ad38bd42f5ba7d9b0dc1bcfb95" candidate_uuid: "ef6b34d0157d46efb43fec365b06b332" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7658261801c46b5bc58a2cbdaa14fe4"
I20260630 12:37:34.142666  8849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55ab92ad38bd42f5ba7d9b0dc1bcfb95" candidate_uuid: "ef6b34d0157d46efb43fec365b06b332" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21c63363a51840ff89b1e84d9ae165cc"
I20260630 12:37:34.142993  8998 raft_consensus.cc:3060] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.143250  8849 raft_consensus.cc:3060] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.144045  8747 catalog_manager.cc:5697] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc reported cstate change: term changed from 0 to 1, leader changed from <none> to 21c63363a51840ff89b1e84d9ae165cc (127.0.120.1). New cstate: current_term: 1 leader_uuid: "21c63363a51840ff89b1e84d9ae165cc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:34.150475  8998 raft_consensus.cc:2468] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef6b34d0157d46efb43fec365b06b332 in term 1.
I20260630 12:37:34.150475  8849 raft_consensus.cc:2468] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef6b34d0157d46efb43fec365b06b332 in term 1.
I20260630 12:37:34.152053  8889 leader_election.cc:304] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 21c63363a51840ff89b1e84d9ae165cc, ef6b34d0157d46efb43fec365b06b332; no voters: 
I20260630 12:37:34.153100  9050 raft_consensus.cc:2804] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.153548  9050 raft_consensus.cc:697] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 1 LEADER]: Becoming Leader. State: Replica: ef6b34d0157d46efb43fec365b06b332, State: Running, Role: LEADER
I20260630 12:37:34.154320  9050 consensus_queue.cc:237] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:34.161087  8747 catalog_manager.cc:5697] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 reported cstate change: term changed from 0 to 1, leader changed from <none> to ef6b34d0157d46efb43fec365b06b332 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "ef6b34d0157d46efb43fec365b06b332" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:34.183903  9049 raft_consensus.cc:493] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.184653  9049 raft_consensus.cc:515] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.186998  9049 leader_election.cc:290] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 21c63363a51840ff89b1e84d9ae165cc (127.0.120.1:41719), ef6b34d0157d46efb43fec365b06b332 (127.0.120.2:36219)
I20260630 12:37:34.198459  8849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c5defcb3b9a4aaf99bf077de821bdc5" candidate_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21c63363a51840ff89b1e84d9ae165cc" is_pre_election: true
I20260630 12:37:34.198518  8924 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c5defcb3b9a4aaf99bf077de821bdc5" candidate_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef6b34d0157d46efb43fec365b06b332" is_pre_election: true
I20260630 12:37:34.199419  8849 raft_consensus.cc:2468] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c7658261801c46b5bc58a2cbdaa14fe4 in term 0.
I20260630 12:37:34.199553  8924 raft_consensus.cc:2468] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c7658261801c46b5bc58a2cbdaa14fe4 in term 0.
I20260630 12:37:34.200631  8963 leader_election.cc:304] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 21c63363a51840ff89b1e84d9ae165cc, c7658261801c46b5bc58a2cbdaa14fe4; no voters: 
I20260630 12:37:34.201315  9049 raft_consensus.cc:2804] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.201651  9049 raft_consensus.cc:493] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.201894  9049 raft_consensus.cc:3060] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.207119  9049 raft_consensus.cc:515] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.208838  9049 leader_election.cc:290] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [CANDIDATE]: Term 1 election: Requested vote from peers 21c63363a51840ff89b1e84d9ae165cc (127.0.120.1:41719), ef6b34d0157d46efb43fec365b06b332 (127.0.120.2:36219)
I20260630 12:37:34.209643  8849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c5defcb3b9a4aaf99bf077de821bdc5" candidate_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21c63363a51840ff89b1e84d9ae165cc"
I20260630 12:37:34.209904  8924 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6c5defcb3b9a4aaf99bf077de821bdc5" candidate_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ef6b34d0157d46efb43fec365b06b332"
I20260630 12:37:34.210330  8849 raft_consensus.cc:3060] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.210501  8924 raft_consensus.cc:3060] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.217454  8924 raft_consensus.cc:2468] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c7658261801c46b5bc58a2cbdaa14fe4 in term 1.
I20260630 12:37:34.217454  8849 raft_consensus.cc:2468] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c7658261801c46b5bc58a2cbdaa14fe4 in term 1.
I20260630 12:37:34.218943  8962 leader_election.cc:304] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c7658261801c46b5bc58a2cbdaa14fe4, ef6b34d0157d46efb43fec365b06b332; no voters: 
I20260630 12:37:34.219684  9049 raft_consensus.cc:2804] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.220635  9049 raft_consensus.cc:697] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 LEADER]: Becoming Leader. State: Replica: c7658261801c46b5bc58a2cbdaa14fe4, State: Running, Role: LEADER
I20260630 12:37:34.221314  9049 consensus_queue.cc:237] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:34.228096  8747 catalog_manager.cc:5697] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 reported cstate change: term changed from 0 to 1, leader changed from <none> to c7658261801c46b5bc58a2cbdaa14fe4 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:34.274755   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:34.281734  9074 instance_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:34.282696  9075 instance_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:34.283861  9077 instance_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:34.285234   480 server_base.cc:1061] running on GCE node
I20260630 12:37:34.286918   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:34.287184   480 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:34.287330   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823054287319 us; error 0 us; skew 500 ppm
I20260630 12:37:34.287788   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:34.290189   480 webserver.cc:533] Webserver started at http://127.0.120.4:41375/ using document root <none> and password file <none>
I20260630 12:37:34.290766   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:34.291077   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:34.291380   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:34.292470   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "c96be22528814922bfcaa731c2d4bc71"
format_stamp: "Formatted at 2026-06-30 12:37:34 on dist-test-slave-80h9"
I20260630 12:37:34.297103   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
I20260630 12:37:34.300647  9082 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:34.301534   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:34.301867   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "c96be22528814922bfcaa731c2d4bc71"
format_stamp: "Formatted at 2026-06-30 12:37:34 on dist-test-slave-80h9"
I20260630 12:37:34.302150   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822836191499-480-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:34.328518   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:34.329661   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:34.331326   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:34.333767   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:34.333957   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:34.334244   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:34.334398   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:34.376726   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:43421
I20260630 12:37:34.377019  9144 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:43421 every 8 connection(s)
I20260630 12:37:34.391222  9145 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44835
I20260630 12:37:34.391675  9145 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:34.392395  9145 heartbeater.cc:507] Master 127.0.120.62:44835 requested a full tablet report, sending...
I20260630 12:37:34.394331  8747 ts_manager.cc:194] Registered new tserver with Master: c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421)
I20260630 12:37:34.395749  8747 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41452
I20260630 12:37:34.495307  9050 consensus_queue.cc:1048] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 }, 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.508941  9063 consensus_queue.cc:1048] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, 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.536661  9063 consensus_queue.cc:1048] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 }, 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.547808  9063 consensus_queue.cc:1048] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, 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.582413  9051 consensus_queue.cc:1048] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 }, 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.594218  9159 consensus_queue.cc:1048] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 }, 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.605727  9049 consensus_queue.cc:1048] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, 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.618260  9049 consensus_queue.cc:1048] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 }, 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.279789  8998 consensus_queue.cc:237] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: true } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } }
I20260630 12:37:35.286708  8849 raft_consensus.cc:1275] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer c7658261801c46b5bc58a2cbdaa14fe4: 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:35.287276  8924 raft_consensus.cc:1275] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Refusing update from remote peer c7658261801c46b5bc58a2cbdaa14fe4: 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:35.288966  9072 consensus_queue.cc:1048] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:37:35.291224  9049 consensus_queue.cc:1048] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } 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:37:35.302129  8961 consensus_peers.cc:597] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 -> Peer c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): Couldn't send request to peer c96be22528814922bfcaa731c2d4bc71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6c5defcb3b9a4aaf99bf077de821bdc5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:35.301789  8849 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: true } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.302059  8924 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: true } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.302958  9072 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: true } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.314167  8747 catalog_manager.cc:5697] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 reported cstate change: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: true } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.333504  8924 consensus_queue.cc:237] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [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: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: true } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } }
I20260630 12:37:35.339995  8849 raft_consensus.cc:1275] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.341465  9063 consensus_queue.cc:1048] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, 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.342355  8998 raft_consensus.cc:1275] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.343918  9050 consensus_queue.cc:1048] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } 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:35.349320  9156 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: true } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.351861  8848 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: true } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
W20260630 12:37:35.353988  8887 consensus_peers.cc:597] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 -> Peer c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): Couldn't send request to peer c96be22528814922bfcaa731c2d4bc71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 55ab92ad38bd42f5ba7d9b0dc1bcfb95. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:35.356340  8998 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: true } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.366425  8745 catalog_manager.cc:5697] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc reported cstate change: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "ef6b34d0157d46efb43fec365b06b332" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: true } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.369109  8924 consensus_queue.cc:237] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: true } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } }
W20260630 12:37:35.375808  8887 consensus_peers.cc:597] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 -> Peer c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): Couldn't send request to peer c96be22528814922bfcaa731c2d4bc71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc598e2c82b849708a39f9bb87864b88. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:35.376493  8998 raft_consensus.cc:1275] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.378386  9063 consensus_queue.cc:1048] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 }, 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.378784  8848 raft_consensus.cc:1275] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.380332  9050 consensus_queue.cc:1048] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } 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:35.385437  9063 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: true } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.387579  8998 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: true } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.390507  8849 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: true } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.398344  9145 heartbeater.cc:499] Master 127.0.120.62:44835 was elected leader, sending a full tablet report...
I20260630 12:37:35.404275  8998 consensus_queue.cc:237] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } }
I20260630 12:37:35.406944  8746 catalog_manager.cc:5697] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 reported cstate change: config changed from index -1 to 2, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "ef6b34d0157d46efb43fec365b06b332" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:35.411612  8924 raft_consensus.cc:1275] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Refusing update from remote peer c7658261801c46b5bc58a2cbdaa14fe4: 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:35.411808  8849 raft_consensus.cc:1275] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer c7658261801c46b5bc58a2cbdaa14fe4: 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:35.411666  8961 consensus_peers.cc:597] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 -> Peer c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): Couldn't send request to peer c96be22528814922bfcaa731c2d4bc71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6c5defcb3b9a4aaf99bf077de821bdc5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:35.413770  9072 consensus_queue.cc:1048] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } 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:35.416263  9049 consensus_queue.cc:1048] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, 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.421669  9072 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.427790  8849 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
W20260630 12:37:35.432654  8795 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:35.433073  8795 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:35.436475  8747 catalog_manager.cc:5697] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:35.438663  8923 consensus_queue.cc:237] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [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: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } }
I20260630 12:37:35.439667  8924 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.448016  8849 raft_consensus.cc:1275] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.451921  9175 consensus_queue.cc:1048] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:35.453595  8887 consensus_peers.cc:597] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 -> Peer c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): Couldn't send request to peer c96be22528814922bfcaa731c2d4bc71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 55ab92ad38bd42f5ba7d9b0dc1bcfb95. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:35.455307  8998 raft_consensus.cc:1275] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.457335  9063 consensus_queue.cc:1048] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } 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:35.464722  8998 consensus_queue.cc:237] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
I20260630 12:37:35.464514  8848 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [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: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.467368  8997 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [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: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.475085  8924 raft_consensus.cc:1275] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Refusing update from remote peer c7658261801c46b5bc58a2cbdaa14fe4: 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:35.475178  8849 raft_consensus.cc:1275] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer c7658261801c46b5bc58a2cbdaa14fe4: 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:35.463523  9050 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [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: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.476862  9049 consensus_queue.cc:1048] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } 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:35.478421  9168 consensus_queue.cc:1048] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:35.483927  8747 catalog_manager.cc:5697] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "ef6b34d0157d46efb43fec365b06b332" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
W20260630 12:37:35.486594  8795 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:35.486990  8795 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:35.487610  9049 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } }
I20260630 12:37:35.492348  8923 consensus_queue.cc:237] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } }
I20260630 12:37:35.492132  8847 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } }
I20260630 12:37:35.503336  8849 raft_consensus.cc:1275] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.504470  8887 consensus_peers.cc:597] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 -> Peer c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): Couldn't send request to peer c96be22528814922bfcaa731c2d4bc71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc598e2c82b849708a39f9bb87864b88. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:35.506286  8997 raft_consensus.cc:1275] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.507162  9175 consensus_queue.cc:1048] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } 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:35.511343  8731 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6c5defcb3b9a4aaf99bf077de821bdc5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:35.510258  8924 raft_consensus.cc:2955] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } }
I20260630 12:37:35.513089  8746 catalog_manager.cc:5697] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 reported cstate change: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New cstate: current_term: 1 leader_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:35.515352  8922 consensus_queue.cc:237] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [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: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } }
I20260630 12:37:35.519368  9050 consensus_queue.cc:1048] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 }, 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.529852  9063 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.530800  8998 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.535410  8849 raft_consensus.cc:1275] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.538069  8848 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
I20260630 12:37:35.540552  9050 consensus_queue.cc:1048] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:35.541384  8997 raft_consensus.cc:1275] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.543056  9175 consensus_queue.cc:1048] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } 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:35.552660  9156 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } }
I20260630 12:37:35.553921  8996 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } }
I20260630 12:37:35.566026  8744 catalog_manager.cc:5697] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "ef6b34d0157d46efb43fec365b06b332" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } peers { permanent_uuid: "c96be22528814922bfcaa731c2d4bc71" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 43421 } attrs { promote: true } } }
W20260630 12:37:35.576952  8795 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:35.577360  8795 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:35.570791  8849 raft_consensus.cc:2955] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } }
I20260630 12:37:35.579545  8732 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:35.586593  8747 catalog_manager.cc:5697] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 reported cstate change: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New cstate: current_term: 1 leader_uuid: "ef6b34d0157d46efb43fec365b06b332" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } attrs { replace: false } } peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } } }
I20260630 12:37:35.595944  9110 tablet_service.cc:1558] Processing DeleteTablet for tablet 6c5defcb3b9a4aaf99bf077de821bdc5 with delete_type TABLET_DATA_TOMBSTONED (TS c96be22528814922bfcaa731c2d4bc71 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55680
W20260630 12:37:35.600159  8731 catalog_manager.cc:4995] TS c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): delete failed for tablet 6c5defcb3b9a4aaf99bf077de821bdc5 because the tablet was not found. No further retry: Not found: Tablet not found: 6c5defcb3b9a4aaf99bf077de821bdc5
I20260630 12:37:35.605085  9110 tablet_service.cc:1558] Processing DeleteTablet for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95 with delete_type TABLET_DATA_TOMBSTONED (TS c96be22528814922bfcaa731c2d4bc71 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55680
I20260630 12:37:35.606446  8924 consensus_queue.cc:237] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [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: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } }
W20260630 12:37:35.607156  8731 catalog_manager.cc:4995] TS c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): delete failed for tablet 55ab92ad38bd42f5ba7d9b0dc1bcfb95 because the tablet was not found. No further retry: Not found: Tablet not found: 55ab92ad38bd42f5ba7d9b0dc1bcfb95
I20260630 12:37:35.612380  8996 raft_consensus.cc:1275] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.613183  8849 raft_consensus.cc:1275] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Refusing update from remote peer ef6b34d0157d46efb43fec365b06b332: 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:35.614061  9063 consensus_queue.cc:1048] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:35.614938  9156 consensus_queue.cc:1048] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [LEADER]: Connected to new peer: Peer: permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } 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:35.622223  9156 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } }
I20260630 12:37:35.624567  8849 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } }
I20260630 12:37:35.626029   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:37:35.631944  8997 raft_consensus.cc:2955] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } } }
I20260630 12:37:35.634896  8732 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet bc598e2c82b849708a39f9bb87864b88 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:35.641225  8747 catalog_manager.cc:5697] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 reported cstate change: config changed from index 3 to 4, NON_VOTER c96be22528814922bfcaa731c2d4bc71 (127.0.120.4) evicted. New cstate: current_term: 1 leader_uuid: "ef6b34d0157d46efb43fec365b06b332" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "21c63363a51840ff89b1e84d9ae165cc" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 41719 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef6b34d0157d46efb43fec365b06b332" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36219 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7658261801c46b5bc58a2cbdaa14fe4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 34221 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:35.660540  9110 tablet_service.cc:1558] Processing DeleteTablet for tablet bc598e2c82b849708a39f9bb87864b88 with delete_type TABLET_DATA_TOMBSTONED (TS c96be22528814922bfcaa731c2d4bc71 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55680
W20260630 12:37:35.662559  8731 catalog_manager.cc:4995] TS c96be22528814922bfcaa731c2d4bc71 (127.0.120.4:43421): delete failed for tablet bc598e2c82b849708a39f9bb87864b88 because the tablet was not found. No further retry: Not found: Tablet not found: bc598e2c82b849708a39f9bb87864b88
I20260630 12:37:35.677654   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:35.678310   480 tablet_replica.cc:333] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc: stopping tablet replica
I20260630 12:37:35.678907   480 raft_consensus.cc:2243] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:35.679802   480 raft_consensus.cc:2272] T f848724af0004d6fa2c5d0ae66e84a67 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.681808   480 tablet_replica.cc:333] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc: stopping tablet replica
I20260630 12:37:35.682332   480 raft_consensus.cc:2243] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:35.682914   480 raft_consensus.cc:2272] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.685546   480 tablet_replica.cc:333] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc: stopping tablet replica
I20260630 12:37:35.686110   480 raft_consensus.cc:2243] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:35.686786   480 raft_consensus.cc:2272] T bc598e2c82b849708a39f9bb87864b88 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.689111   480 tablet_replica.cc:333] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc: stopping tablet replica
I20260630 12:37:35.689646   480 raft_consensus.cc:2243] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:35.690244   480 raft_consensus.cc:2272] T 6c5defcb3b9a4aaf99bf077de821bdc5 P 21c63363a51840ff89b1e84d9ae165cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.713932   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:37:35.727396   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:37:35.750113   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:35.750981   480 tablet_replica.cc:333] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332: stopping tablet replica
I20260630 12:37:35.751724   480 raft_consensus.cc:2243] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:35.752620   480 raft_consensus.cc:2272] T bc598e2c82b849708a39f9bb87864b88 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.755239   480 tablet_replica.cc:333] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332: stopping tablet replica
I20260630 12:37:35.755959   480 raft_consensus.cc:2243] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:35.756583   480 raft_consensus.cc:2272] T 6c5defcb3b9a4aaf99bf077de821bdc5 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.758821   480 tablet_replica.cc:333] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332: stopping tablet replica
I20260630 12:37:35.759387   480 raft_consensus.cc:2243] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:35.760210   480 raft_consensus.cc:2272] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.762528   480 tablet_replica.cc:333] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332: stopping tablet replica
I20260630 12:37:35.763263   480 raft_consensus.cc:2243] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:35.763723   480 raft_consensus.cc:2272] T f848724af0004d6fa2c5d0ae66e84a67 P ef6b34d0157d46efb43fec365b06b332 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.778281   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:35.791201   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:35.810500   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:35.811333   480 tablet_replica.cc:333] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4: stopping tablet replica
I20260630 12:37:35.811918   480 raft_consensus.cc:2243] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:35.812531   480 raft_consensus.cc:2272] T 55ab92ad38bd42f5ba7d9b0dc1bcfb95 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.815104   480 tablet_replica.cc:333] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4: stopping tablet replica
I20260630 12:37:35.815642   480 raft_consensus.cc:2243] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:35.816104   480 raft_consensus.cc:2272] T f848724af0004d6fa2c5d0ae66e84a67 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.818002   480 tablet_replica.cc:333] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4: stopping tablet replica
I20260630 12:37:35.818511   480 raft_consensus.cc:2243] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:35.819378   480 raft_consensus.cc:2272] T 6c5defcb3b9a4aaf99bf077de821bdc5 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.821542   480 tablet_replica.cc:333] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4: stopping tablet replica
I20260630 12:37:35.822084   480 raft_consensus.cc:2243] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:35.822661   480 raft_consensus.cc:2272] T bc598e2c82b849708a39f9bb87864b88 P c7658261801c46b5bc58a2cbdaa14fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.846839   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:37:35.860888   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:37:35.879240   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:35.896332   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:37:35.904874   480 master.cc:562] Master@127.0.120.62:44835 shutting down...
I20260630 12:37:35.919879   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:35.920446   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:35.920776   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2d2b16dfb3d141529428f15e1e3be3b5: stopping tablet replica
I20260630 12:37:35.940635   480 master.cc:584] Master@127.0.120.62:44835 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (3852 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:37:35.970928   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:41567
I20260630 12:37:35.972065   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:35.977239  9181 instance_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:35.977483  9182 instance_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:35.978684  9184 instance_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:35.980165   480 server_base.cc:1061] running on GCE node
I20260630 12:37:35.981856   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:35.982079   480 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:35.982245   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823055982222 us; error 0 us; skew 500 ppm
I20260630 12:37:35.982774   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:35.985354   480 webserver.cc:533] Webserver started at http://127.0.120.62:34333/ using document root <none> and password file <none>
I20260630 12:37:35.985960   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:35.986161   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:35.986469   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:35.987643   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "2377c89a919746a19e0b2ad5e8360977"
format_stamp: "Formatted at 2026-06-30 12:37:35 on dist-test-slave-80h9"
I20260630 12:37:35.992288   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:37:35.995908  9189 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:35.996907   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:35.997169   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "2377c89a919746a19e0b2ad5e8360977"
format_stamp: "Formatted at 2026-06-30 12:37:35 on dist-test-slave-80h9"
I20260630 12:37:35.997423   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-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:36.018036   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:36.019191   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:36.057981   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:41567
I20260630 12:37:36.058151  9240 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:41567 every 8 connection(s)
I20260630 12:37:36.062264  9241 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:36.074911  9241 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977: Bootstrap starting.
I20260630 12:37:36.079959  9241 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:36.084179  9241 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977: No bootstrap required, opened a new log
I20260630 12:37:36.086468  9241 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2377c89a919746a19e0b2ad5e8360977" member_type: VOTER }
I20260630 12:37:36.086880  9241 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:36.087146  9241 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2377c89a919746a19e0b2ad5e8360977, State: Initialized, Role: FOLLOWER
I20260630 12:37:36.087735  9241 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2377c89a919746a19e0b2ad5e8360977" member_type: VOTER }
I20260630 12:37:36.088201  9241 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:36.088438  9241 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:36.088680  9241 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:36.093515  9241 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2377c89a919746a19e0b2ad5e8360977" member_type: VOTER }
I20260630 12:37:36.094111  9241 leader_election.cc:304] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [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: 2377c89a919746a19e0b2ad5e8360977; no voters: 
I20260630 12:37:36.095419  9241 leader_election.cc:290] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:36.095894  9244 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:36.097383  9244 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 1 LEADER]: Becoming Leader. State: Replica: 2377c89a919746a19e0b2ad5e8360977, State: Running, Role: LEADER
I20260630 12:37:36.098114  9244 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [LEADER]: Queue going to LEADER mode. State: All 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: "2377c89a919746a19e0b2ad5e8360977" member_type: VOTER }
I20260630 12:37:36.098448  9241 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:36.102484  9245 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2377c89a919746a19e0b2ad5e8360977" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2377c89a919746a19e0b2ad5e8360977" member_type: VOTER } }
I20260630 12:37:36.102962  9246 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2377c89a919746a19e0b2ad5e8360977. Latest consensus state: current_term: 1 leader_uuid: "2377c89a919746a19e0b2ad5e8360977" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2377c89a919746a19e0b2ad5e8360977" member_type: VOTER } }
I20260630 12:37:36.103318  9245 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:36.105010  9246 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:36.107329  9251 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:36.115813  9251 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:36.116914   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:36.125377  9251 catalog_manager.cc:1383] Generated new cluster ID: f434bf842b5e43ffa20811e2da1e026c
I20260630 12:37:36.125718  9251 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:36.142416  9251 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:36.143844  9251 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:36.175369  9251 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977: Generated new TSK 0
I20260630 12:37:36.176008  9251 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:36.183707   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:36.190160  9262 instance_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:36.191241  9263 instance_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:36.192977  9265 instance_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:36.194098   480 server_base.cc:1061] running on GCE node
I20260630 12:37:36.195113   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:36.195314   480 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:36.195467   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823056195454 us; error 0 us; skew 500 ppm
I20260630 12:37:36.196066   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:36.198489   480 webserver.cc:533] Webserver started at http://127.0.120.1:32975/ using document root <none> and password file <none>
I20260630 12:37:36.198971   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:36.199257   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:36.199512   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:36.200722   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "165f8a795bd34c5c8288b966df27c99b"
format_stamp: "Formatted at 2026-06-30 12:37:36 on dist-test-slave-80h9"
I20260630 12:37:36.205345   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:37:36.208832  9270 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:36.209563   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:36.209867   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "165f8a795bd34c5c8288b966df27c99b"
format_stamp: "Formatted at 2026-06-30 12:37:36 on dist-test-slave-80h9"
I20260630 12:37:36.210139   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-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:36.224378   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:36.225430   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:36.226858   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:36.229144   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:36.229372   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:36.229624   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:36.229796   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:36.271718   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:38605
I20260630 12:37:36.271823  9332 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:38605 every 8 connection(s)
I20260630 12:37:36.277448   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:36.286180  9338 instance_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:36.286767  9337 instance_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:36.287726  9340 instance_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:36.291499   480 server_base.cc:1061] running on GCE node
I20260630 12:37:36.295238  9333 heartbeater.cc:344] Connected to a master server at 127.0.120.62:41567
I20260630 12:37:36.295346   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:36.295730   480 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:36.295753  9333 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:36.296099   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823056296078 us; error 0 us; skew 500 ppm
I20260630 12:37:36.296766  9333 heartbeater.cc:507] Master 127.0.120.62:41567 requested a full tablet report, sending...
I20260630 12:37:36.296891   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:36.299131  9206 ts_manager.cc:194] Registered new tserver with Master: 165f8a795bd34c5c8288b966df27c99b (127.0.120.1:38605)
I20260630 12:37:36.299913   480 webserver.cc:533] Webserver started at http://127.0.120.2:43299/ using document root <none> and password file <none>
I20260630 12:37:36.300474   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:36.300678   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:36.300956   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:36.301158  9206 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58936
I20260630 12:37:36.302134   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "0fd2faf61ec74131918fe731a361d5f6"
format_stamp: "Formatted at 2026-06-30 12:37:36 on dist-test-slave-80h9"
I20260630 12:37:36.306769   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:36.310547  9345 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:36.311424   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:36.311771   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "0fd2faf61ec74131918fe731a361d5f6"
format_stamp: "Formatted at 2026-06-30 12:37:36 on dist-test-slave-80h9"
I20260630 12:37:36.312103   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-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:36.324414   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:36.325546   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:36.327191   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:36.329818   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:36.330078   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:36.330358   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:36.330580   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:36.371909   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:45023
I20260630 12:37:36.372005  9407 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:45023 every 8 connection(s)
I20260630 12:37:36.377609   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:36.385389  9411 instance_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:36.386829  9412 instance_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:36.389561   480 server_base.cc:1061] running on GCE node
W20260630 12:37:36.389870  9415 instance_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:36.390540  9408 heartbeater.cc:344] Connected to a master server at 127.0.120.62:41567
I20260630 12:37:36.390967  9408 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:36.391184   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:36.391469   480 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:36.391649   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823056391634 us; error 0 us; skew 500 ppm
I20260630 12:37:36.391964  9408 heartbeater.cc:507] Master 127.0.120.62:41567 requested a full tablet report, sending...
I20260630 12:37:36.392256   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:36.394241  9206 ts_manager.cc:194] Registered new tserver with Master: 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023)
I20260630 12:37:36.395278   480 webserver.cc:533] Webserver started at http://127.0.120.3:41445/ using document root <none> and password file <none>
I20260630 12:37:36.395823   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:36.395864  9206 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58946
I20260630 12:37:36.396021   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:36.396481   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:36.397575   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "3cc65b83af854753b4d4dfd5968fdc44"
format_stamp: "Formatted at 2026-06-30 12:37:36 on dist-test-slave-80h9"
I20260630 12:37:36.402643   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:37:36.406415  9419 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:36.407380   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:36.407693   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "3cc65b83af854753b4d4dfd5968fdc44"
format_stamp: "Formatted at 2026-06-30 12:37:36 on dist-test-slave-80h9"
I20260630 12:37:36.408044   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822836191499-480-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:36.424400   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:36.425473   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:36.426968   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:36.429370   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:36.429636   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:36.429870   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:36.430047   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:36.469708   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:33045
I20260630 12:37:36.469807  9481 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:33045 every 8 connection(s)
I20260630 12:37:36.484642  9482 heartbeater.cc:344] Connected to a master server at 127.0.120.62:41567
I20260630 12:37:36.485034  9482 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:36.485838  9482 heartbeater.cc:507] Master 127.0.120.62:41567 requested a full tablet report, sending...
I20260630 12:37:36.487864  9206 ts_manager.cc:194] Registered new tserver with Master: 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:36.488224   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014996759s
I20260630 12:37:36.489360  9206 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58954
I20260630 12:37:37.303843  9333 heartbeater.cc:499] Master 127.0.120.62:41567 was elected leader, sending a full tablet report...
I20260630 12:37:37.398630  9408 heartbeater.cc:499] Master 127.0.120.62:41567 was elected leader, sending a full tablet report...
I20260630 12:37:37.492237  9482 heartbeater.cc:499] Master 127.0.120.62:41567 was elected leader, sending a full tablet report...
I20260630 12:37:37.556357  9206 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58962:
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:37.560626  9206 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:37.637274  9298 tablet_service.cc:1511] Processing CreateTablet for tablet d7587a24e5424b6d965931185a46b5b2 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:37.638738  9298 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7587a24e5424b6d965931185a46b5b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.640583  9297 tablet_service.cc:1511] Processing CreateTablet for tablet f0109bacc1e84fed9253bce4c641a56a (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:37.641251  9296 tablet_service.cc:1511] Processing CreateTablet for tablet 274274065fa44dd484adef230c2aafe7 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:37.642592  9296 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 274274065fa44dd484adef230c2aafe7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.643232  9297 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f0109bacc1e84fed9253bce4c641a56a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.647600  9295 tablet_service.cc:1511] Processing CreateTablet for tablet c7ae54c98dba4500a9405c989b759f74 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:37.649245  9295 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7ae54c98dba4500a9405c989b759f74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.653405  9447 tablet_service.cc:1511] Processing CreateTablet for tablet d7587a24e5424b6d965931185a46b5b2 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:37.655210  9294 tablet_service.cc:1511] Processing CreateTablet for tablet 18e33f215e354a878277eb302e40a62e (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:37.656114  9446 tablet_service.cc:1511] Processing CreateTablet for tablet f0109bacc1e84fed9253bce4c641a56a (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:37.656850  9294 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18e33f215e354a878277eb302e40a62e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.658268  9445 tablet_service.cc:1511] Processing CreateTablet for tablet 274274065fa44dd484adef230c2aafe7 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:37.660132  9444 tablet_service.cc:1511] Processing CreateTablet for tablet c7ae54c98dba4500a9405c989b759f74 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:37.654870  9447 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7587a24e5424b6d965931185a46b5b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.661654  9293 tablet_service.cc:1511] Processing CreateTablet for tablet 40932ab1a6b8408aaea00f7a25f9aa20 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:37.662143  9444 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7ae54c98dba4500a9405c989b759f74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.662848  9446 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f0109bacc1e84fed9253bce4c641a56a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.663041  9293 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40932ab1a6b8408aaea00f7a25f9aa20. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.666591  9443 tablet_service.cc:1511] Processing CreateTablet for tablet 18e33f215e354a878277eb302e40a62e (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:37.667380  9445 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 274274065fa44dd484adef230c2aafe7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.669242  9442 tablet_service.cc:1511] Processing CreateTablet for tablet 40932ab1a6b8408aaea00f7a25f9aa20 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:37.670570  9442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40932ab1a6b8408aaea00f7a25f9aa20. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.671392  9443 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18e33f215e354a878277eb302e40a62e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.696266  9501 tablet_bootstrap.cc:492] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b: Bootstrap starting.
I20260630 12:37:37.705024  9502 tablet_bootstrap.cc:492] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44: Bootstrap starting.
I20260630 12:37:37.721957  9501 tablet_bootstrap.cc:654] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.724254  9373 tablet_service.cc:1511] Processing CreateTablet for tablet d7587a24e5424b6d965931185a46b5b2 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:37.725361  9372 tablet_service.cc:1511] Processing CreateTablet for tablet f0109bacc1e84fed9253bce4c641a56a (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:37.725958  9373 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7587a24e5424b6d965931185a46b5b2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.726756  9372 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f0109bacc1e84fed9253bce4c641a56a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.726902  9371 tablet_service.cc:1511] Processing CreateTablet for tablet 274274065fa44dd484adef230c2aafe7 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:37.728237  9371 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 274274065fa44dd484adef230c2aafe7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.724254  9370 tablet_service.cc:1511] Processing CreateTablet for tablet c7ae54c98dba4500a9405c989b759f74 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:37.731055  9370 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7ae54c98dba4500a9405c989b759f74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.737497  9502 tablet_bootstrap.cc:654] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.738858  9368 tablet_service.cc:1511] Processing CreateTablet for tablet 40932ab1a6b8408aaea00f7a25f9aa20 (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:37.737099  9369 tablet_service.cc:1511] Processing CreateTablet for tablet 18e33f215e354a878277eb302e40a62e (DEFAULT_TABLE table=test-workload [id=de462c87564645b29d02ece318a119b6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:37.741065  9368 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40932ab1a6b8408aaea00f7a25f9aa20. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.743438  9369 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18e33f215e354a878277eb302e40a62e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:37.773859  9501 tablet_bootstrap.cc:492] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b: No bootstrap required, opened a new log
I20260630 12:37:37.774623  9501 ts_tablet_manager.cc:1403] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b: Time spent bootstrapping tablet: real 0.079s	user 0.012s	sys 0.005s
I20260630 12:37:37.777117  9503 tablet_bootstrap.cc:492] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6: Bootstrap starting.
I20260630 12:37:37.778064  9501 raft_consensus.cc:359] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.778895  9501 raft_consensus.cc:385] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.779235  9501 raft_consensus.cc:740] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.779995  9501 consensus_queue.cc:260] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.780478  9502 tablet_bootstrap.cc:492] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44: No bootstrap required, opened a new log
I20260630 12:37:37.781566  9502 ts_tablet_manager.cc:1403] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44: Time spent bootstrapping tablet: real 0.077s	user 0.014s	sys 0.008s
I20260630 12:37:37.783990  9503 tablet_bootstrap.cc:654] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.784394  9501 ts_tablet_manager.cc:1434] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:37:37.784507  9502 raft_consensus.cc:359] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.785295  9502 raft_consensus.cc:385] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.785575  9502 raft_consensus.cc:740] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cc65b83af854753b4d4dfd5968fdc44, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.786036  9501 tablet_bootstrap.cc:492] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b: Bootstrap starting.
I20260630 12:37:37.786437  9502 consensus_queue.cc:260] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.793046  9502 ts_tablet_manager.cc:1434] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260630 12:37:37.794843  9501 tablet_bootstrap.cc:654] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.798785  9502 tablet_bootstrap.cc:492] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44: Bootstrap starting.
I20260630 12:37:37.808329  9503 tablet_bootstrap.cc:492] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6: No bootstrap required, opened a new log
I20260630 12:37:37.808907  9503 ts_tablet_manager.cc:1403] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.018s
I20260630 12:37:37.810279  9502 tablet_bootstrap.cc:654] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.811582  9501 tablet_bootstrap.cc:492] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b: No bootstrap required, opened a new log
I20260630 12:37:37.811779  9503 raft_consensus.cc:359] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.812435  9501 ts_tablet_manager.cc:1403] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.012s
I20260630 12:37:37.812590  9503 raft_consensus.cc:385] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.812963  9503 raft_consensus.cc:740] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0fd2faf61ec74131918fe731a361d5f6, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.813898  9503 consensus_queue.cc:260] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.815635  9502 tablet_bootstrap.cc:492] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44: No bootstrap required, opened a new log
I20260630 12:37:37.815634  9501 raft_consensus.cc:359] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.816381  9502 ts_tablet_manager.cc:1403] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.000s
I20260630 12:37:37.816598  9501 raft_consensus.cc:385] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.816713  9503 ts_tablet_manager.cc:1434] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.007s
I20260630 12:37:37.816939  9501 raft_consensus.cc:740] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.817830  9503 tablet_bootstrap.cc:492] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6: Bootstrap starting.
I20260630 12:37:37.817749  9501 consensus_queue.cc:260] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.820034  9501 ts_tablet_manager.cc:1434] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:37:37.821076  9501 tablet_bootstrap.cc:492] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b: Bootstrap starting.
I20260630 12:37:37.824575  9503 tablet_bootstrap.cc:654] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.825338  9502 raft_consensus.cc:359] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.826128  9502 raft_consensus.cc:385] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.826439  9502 raft_consensus.cc:740] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cc65b83af854753b4d4dfd5968fdc44, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.827430  9501 tablet_bootstrap.cc:654] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.827396  9502 consensus_queue.cc:260] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.838115  9502 ts_tablet_manager.cc:1434] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260630 12:37:37.839672  9502 tablet_bootstrap.cc:492] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44: Bootstrap starting.
I20260630 12:37:37.840533  9503 tablet_bootstrap.cc:492] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6: No bootstrap required, opened a new log
I20260630 12:37:37.841118  9503 ts_tablet_manager.cc:1403] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.003s
I20260630 12:37:37.844070  9503 raft_consensus.cc:359] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.844848  9503 raft_consensus.cc:385] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.845144  9503 raft_consensus.cc:740] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0fd2faf61ec74131918fe731a361d5f6, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.846007  9503 consensus_queue.cc:260] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.848083  9502 tablet_bootstrap.cc:654] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.848255  9503 ts_tablet_manager.cc:1434] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:37:37.849414  9503 tablet_bootstrap.cc:492] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6: Bootstrap starting.
I20260630 12:37:37.849928  9501 tablet_bootstrap.cc:492] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b: No bootstrap required, opened a new log
I20260630 12:37:37.850519  9501 ts_tablet_manager.cc:1403] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b: Time spent bootstrapping tablet: real 0.030s	user 0.003s	sys 0.023s
I20260630 12:37:37.854485  9501 raft_consensus.cc:359] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.855494  9503 tablet_bootstrap.cc:654] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.855552  9501 raft_consensus.cc:385] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.856307  9501 raft_consensus.cc:740] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.857463  9501 consensus_queue.cc:260] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.860932  9501 ts_tablet_manager.cc:1434] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.001s
I20260630 12:37:37.862396  9501 tablet_bootstrap.cc:492] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b: Bootstrap starting.
I20260630 12:37:37.867199  9503 tablet_bootstrap.cc:492] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6: No bootstrap required, opened a new log
I20260630 12:37:37.867784  9503 ts_tablet_manager.cc:1403] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
I20260630 12:37:37.870343  9501 tablet_bootstrap.cc:654] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.870551  9503 raft_consensus.cc:359] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.871456  9503 raft_consensus.cc:385] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.871793  9503 raft_consensus.cc:740] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0fd2faf61ec74131918fe731a361d5f6, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.872754  9503 consensus_queue.cc:260] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.878154  9503 ts_tablet_manager.cc:1434] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:37:37.879724  9503 tablet_bootstrap.cc:492] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6: Bootstrap starting.
I20260630 12:37:37.881662  9502 tablet_bootstrap.cc:492] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44: No bootstrap required, opened a new log
I20260630 12:37:37.882273  9502 ts_tablet_manager.cc:1403] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44: Time spent bootstrapping tablet: real 0.043s	user 0.026s	sys 0.013s
I20260630 12:37:37.885469  9502 raft_consensus.cc:359] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.886338  9502 raft_consensus.cc:385] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.886709  9502 raft_consensus.cc:740] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cc65b83af854753b4d4dfd5968fdc44, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.887609  9502 consensus_queue.cc:260] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.888471  9506 raft_consensus.cc:493] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:37.888746  9503 tablet_bootstrap.cc:654] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.889026  9506 raft_consensus.cc:515] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.890257  9502 ts_tablet_manager.cc:1434] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.005s
I20260630 12:37:37.893635  9502 tablet_bootstrap.cc:492] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44: Bootstrap starting.
I20260630 12:37:37.894023  9506 leader_election.cc:290] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:37.900025  9502 tablet_bootstrap.cc:654] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.903597  9501 tablet_bootstrap.cc:492] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b: No bootstrap required, opened a new log
I20260630 12:37:37.904189  9501 ts_tablet_manager.cc:1403] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b: Time spent bootstrapping tablet: real 0.042s	user 0.012s	sys 0.015s
I20260630 12:37:37.912395  9503 tablet_bootstrap.cc:492] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6: No bootstrap required, opened a new log
I20260630 12:37:37.913218  9503 ts_tablet_manager.cc:1403] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6: Time spent bootstrapping tablet: real 0.034s	user 0.013s	sys 0.006s
I20260630 12:37:37.917466  9503 raft_consensus.cc:359] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.918530  9503 raft_consensus.cc:385] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.919682  9501 raft_consensus.cc:359] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.920761  9501 raft_consensus.cc:385] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.919126  9503 raft_consensus.cc:740] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0fd2faf61ec74131918fe731a361d5f6, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.921039  9501 raft_consensus.cc:740] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.921342  9383 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40932ab1a6b8408aaea00f7a25f9aa20" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6" is_pre_election: true
I20260630 12:37:37.922384  9383 raft_consensus.cc:2468] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 0.
I20260630 12:37:37.922132  9503 consensus_queue.cc:260] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.922541  9501 consensus_queue.cc:260] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.924661  9503 ts_tablet_manager.cc:1434] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260630 12:37:37.925048  9501 ts_tablet_manager.cc:1434] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.002s
I20260630 12:37:37.925738  9503 tablet_bootstrap.cc:492] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6: Bootstrap starting.
I20260630 12:37:37.926218  9501 tablet_bootstrap.cc:492] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b: Bootstrap starting.
I20260630 12:37:37.932627  9503 tablet_bootstrap.cc:654] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.932756  9501 tablet_bootstrap.cc:654] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.935124  9271 leader_election.cc:304] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 165f8a795bd34c5c8288b966df27c99b; no voters: 
I20260630 12:37:37.936254  9506 raft_consensus.cc:2804] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:37.936751  9506 raft_consensus.cc:493] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:37.937199  9506 raft_consensus.cc:3060] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:37.937446  9502 tablet_bootstrap.cc:492] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44: No bootstrap required, opened a new log
I20260630 12:37:37.938017  9502 ts_tablet_manager.cc:1403] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44: Time spent bootstrapping tablet: real 0.045s	user 0.013s	sys 0.013s
I20260630 12:37:37.944759  9503 tablet_bootstrap.cc:492] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6: No bootstrap required, opened a new log
I20260630 12:37:37.945364  9503 ts_tablet_manager.cc:1403] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.003s
I20260630 12:37:37.941030  9502 raft_consensus.cc:359] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.946854  9502 raft_consensus.cc:385] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.947464  9502 raft_consensus.cc:740] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cc65b83af854753b4d4dfd5968fdc44, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.948272  9457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40932ab1a6b8408aaea00f7a25f9aa20" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44" is_pre_election: true
I20260630 12:37:37.948446  9503 raft_consensus.cc:359] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.950124  9503 raft_consensus.cc:385] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.950522  9503 raft_consensus.cc:740] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0fd2faf61ec74131918fe731a361d5f6, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.946743  9506 raft_consensus.cc:515] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.951637  9501 tablet_bootstrap.cc:492] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b: No bootstrap required, opened a new log
I20260630 12:37:37.951303  9503 consensus_queue.cc:260] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.952169  9501 ts_tablet_manager.cc:1403] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.007s
I20260630 12:37:37.952977  9506 leader_election.cc:290] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 election: Requested vote from peers 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:37.954033  9503 ts_tablet_manager.cc:1434] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:37.954751  9383 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40932ab1a6b8408aaea00f7a25f9aa20" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6"
I20260630 12:37:37.948624  9502 consensus_queue.cc:260] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.955370  9383 raft_consensus.cc:3060] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:37.955165  9501 raft_consensus.cc:359] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.956223  9501 raft_consensus.cc:385] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.956547  9501 raft_consensus.cc:740] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.957121  9502 ts_tablet_manager.cc:1434] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.000s
I20260630 12:37:37.958181  9502 tablet_bootstrap.cc:492] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44: Bootstrap starting.
I20260630 12:37:37.959236  9457 raft_consensus.cc:2468] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 0.
I20260630 12:37:37.957408  9501 consensus_queue.cc:260] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.963984  9501 ts_tablet_manager.cc:1434] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:37:37.964293  9502 tablet_bootstrap.cc:654] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.966773  9501 tablet_bootstrap.cc:492] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b: Bootstrap starting.
I20260630 12:37:37.955156  9503 tablet_bootstrap.cc:492] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6: Bootstrap starting.
I20260630 12:37:37.968740  9383 raft_consensus.cc:2468] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 1.
I20260630 12:37:37.971068  9457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40932ab1a6b8408aaea00f7a25f9aa20" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44"
I20260630 12:37:37.973004  9503 tablet_bootstrap.cc:654] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:37.973441  9501 tablet_bootstrap.cc:654] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b: Neither blocks nor log segments found. Creating new log.
W20260630 12:37:37.975459  9483 tablet.cc:2406] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:37.975647  9271 leader_election.cc:304] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 165f8a795bd34c5c8288b966df27c99b; no voters: 
I20260630 12:37:37.976492  9457 raft_consensus.cc:3060] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:37.977166  9506 raft_consensus.cc:2804] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:37.977665  9506 raft_consensus.cc:697] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 1 LEADER]: Becoming Leader. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Running, Role: LEADER
I20260630 12:37:37.979912  9502 tablet_bootstrap.cc:492] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44: No bootstrap required, opened a new log
I20260630 12:37:37.978536  9506 consensus_queue.cc:237] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.980499  9502 ts_tablet_manager.cc:1403] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44: Time spent bootstrapping tablet: real 0.023s	user 0.000s	sys 0.010s
I20260630 12:37:37.984361  9501 tablet_bootstrap.cc:492] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b: No bootstrap required, opened a new log
I20260630 12:37:37.984951  9501 ts_tablet_manager.cc:1403] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.000s
I20260630 12:37:37.984707  9502 raft_consensus.cc:359] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.985863  9502 raft_consensus.cc:385] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.986275  9502 raft_consensus.cc:740] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cc65b83af854753b4d4dfd5968fdc44, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.988131  9501 raft_consensus.cc:359] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.988952  9501 raft_consensus.cc:385] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:37.989248  9501 raft_consensus.cc:740] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Initialized, Role: FOLLOWER
I20260630 12:37:37.990020  9501 consensus_queue.cc:260] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.991199  9525 raft_consensus.cc:493] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:37.991263  9457 raft_consensus.cc:2468] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 1.
I20260630 12:37:37.991746  9525 raft_consensus.cc:515] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.994263  9525 leader_election.cc:290] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:37.993837  9502 consensus_queue.cc:260] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:37.996335  9383 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "274274065fa44dd484adef230c2aafe7" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6" is_pre_election: true
I20260630 12:37:37.997022  9383 raft_consensus.cc:2468] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 0.
I20260630 12:37:37.997812  9502 ts_tablet_manager.cc:1434] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.004s
I20260630 12:37:37.999289  9502 tablet_bootstrap.cc:492] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44: Bootstrap starting.
I20260630 12:37:38.002300  9271 leader_election.cc:304] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 165f8a795bd34c5c8288b966df27c99b; no voters: 
I20260630 12:37:38.003217  9506 raft_consensus.cc:2804] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:38.003100  9457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "274274065fa44dd484adef230c2aafe7" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44" is_pre_election: true
I20260630 12:37:38.003660  9506 raft_consensus.cc:493] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.003947  9457 raft_consensus.cc:2468] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 0.
I20260630 12:37:38.006629  9502 tablet_bootstrap.cc:654] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:38.008033  9508 raft_consensus.cc:493] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.008602  9508 raft_consensus.cc:515] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.009330  9206 catalog_manager.cc:5697] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b reported cstate change: term changed from 0 to 1, leader changed from <none> to 165f8a795bd34c5c8288b966df27c99b (127.0.120.1). New cstate: current_term: 1 leader_uuid: "165f8a795bd34c5c8288b966df27c99b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.004063  9506 raft_consensus.cc:3060] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.024916  9508 leader_election.cc:290] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 165f8a795bd34c5c8288b966df27c99b (127.0.120.1:38605), 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023)
I20260630 12:37:38.030570  9511 raft_consensus.cc:493] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.031378  9511 raft_consensus.cc:515] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.045086  9503 tablet_bootstrap.cc:492] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6: No bootstrap required, opened a new log
I20260630 12:37:38.045779  9503 ts_tablet_manager.cc:1403] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6: Time spent bootstrapping tablet: real 0.091s	user 0.014s	sys 0.013s
I20260630 12:37:38.047200  9511 leader_election.cc:290] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 165f8a795bd34c5c8288b966df27c99b (127.0.120.1:38605), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.049290  9503 raft_consensus.cc:359] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.050149  9503 raft_consensus.cc:385] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:38.050443  9503 raft_consensus.cc:740] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0fd2faf61ec74131918fe731a361d5f6, State: Initialized, Role: FOLLOWER
I20260630 12:37:38.051281  9503 consensus_queue.cc:260] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.053628  9503 ts_tablet_manager.cc:1434] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:38.061704  9511 raft_consensus.cc:493] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.062327  9511 raft_consensus.cc:515] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.064774  9511 leader_election.cc:290] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 165f8a795bd34c5c8288b966df27c99b (127.0.120.1:38605), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.079722  9502 tablet_bootstrap.cc:492] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44: No bootstrap required, opened a new log
I20260630 12:37:38.079933  9383 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0109bacc1e84fed9253bce4c641a56a" candidate_uuid: "3cc65b83af854753b4d4dfd5968fdc44" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6" is_pre_election: true
I20260630 12:37:38.080379  9502 ts_tablet_manager.cc:1403] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44: Time spent bootstrapping tablet: real 0.081s	user 0.046s	sys 0.020s
I20260630 12:37:38.080730  9383 raft_consensus.cc:2468] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cc65b83af854753b4d4dfd5968fdc44 in term 0.
I20260630 12:37:38.081017  9308 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0109bacc1e84fed9253bce4c641a56a" candidate_uuid: "3cc65b83af854753b4d4dfd5968fdc44" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "165f8a795bd34c5c8288b966df27c99b" is_pre_election: true
I20260630 12:37:38.081862  9308 raft_consensus.cc:2468] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cc65b83af854753b4d4dfd5968fdc44 in term 0.
I20260630 12:37:38.082470  9420 leader_election.cc:304] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 3cc65b83af854753b4d4dfd5968fdc44; no voters: 
I20260630 12:37:38.083379  9508 raft_consensus.cc:2804] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:38.083792  9502 raft_consensus.cc:359] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.083760  9508 raft_consensus.cc:493] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.084682  9502 raft_consensus.cc:385] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:38.084780  9508 raft_consensus.cc:3060] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.085047  9502 raft_consensus.cc:740] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cc65b83af854753b4d4dfd5968fdc44, State: Initialized, Role: FOLLOWER
I20260630 12:37:38.085943  9502 consensus_queue.cc:260] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.092020  9506 raft_consensus.cc:515] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.092490  9508 raft_consensus.cc:515] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.104487  9508 leader_election.cc:290] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [CANDIDATE]: Term 1 election: Requested vote from peers 165f8a795bd34c5c8288b966df27c99b (127.0.120.1:38605), 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023)
I20260630 12:37:38.105312  9383 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "274274065fa44dd484adef230c2aafe7" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6"
I20260630 12:37:38.105990  9383 raft_consensus.cc:3060] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.110219  9308 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0109bacc1e84fed9253bce4c641a56a" candidate_uuid: "3cc65b83af854753b4d4dfd5968fdc44" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "165f8a795bd34c5c8288b966df27c99b"
I20260630 12:37:38.110937  9308 raft_consensus.cc:3060] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.110983  9382 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0109bacc1e84fed9253bce4c641a56a" candidate_uuid: "3cc65b83af854753b4d4dfd5968fdc44" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6"
I20260630 12:37:38.111699  9382 raft_consensus.cc:3060] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.115492  9525 raft_consensus.cc:493] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.116057  9525 raft_consensus.cc:515] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
W20260630 12:37:38.116899  9254 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:38.118265  9525 leader_election.cc:290] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.120342  9457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7ae54c98dba4500a9405c989b759f74" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44" is_pre_election: true
I20260630 12:37:38.121100  9457 raft_consensus.cc:2468] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 0.
I20260630 12:37:38.122428  9271 leader_election.cc:304] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 165f8a795bd34c5c8288b966df27c99b, 3cc65b83af854753b4d4dfd5968fdc44; no voters: 
I20260630 12:37:38.123306  9525 raft_consensus.cc:2804] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:38.123683  9525 raft_consensus.cc:493] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.123977  9381 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7ae54c98dba4500a9405c989b759f74" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6" is_pre_election: true
I20260630 12:37:38.124657  9381 raft_consensus.cc:2468] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 0.
I20260630 12:37:38.126852  9307 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7ae54c98dba4500a9405c989b759f74" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "165f8a795bd34c5c8288b966df27c99b" is_pre_election: true
I20260630 12:37:38.127777  9502 ts_tablet_manager.cc:1434] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44: Time spent starting tablet: real 0.047s	user 0.016s	sys 0.031s
I20260630 12:37:38.129140  9306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0109bacc1e84fed9253bce4c641a56a" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "165f8a795bd34c5c8288b966df27c99b" is_pre_election: true
I20260630 12:37:38.129912  9383 raft_consensus.cc:2468] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 1.
I20260630 12:37:38.131811  9271 leader_election.cc:304] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 165f8a795bd34c5c8288b966df27c99b; no voters: 
I20260630 12:37:38.132534  9382 raft_consensus.cc:2468] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cc65b83af854753b4d4dfd5968fdc44 in term 1.
I20260630 12:37:38.124023  9525 raft_consensus.cc:3060] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.134083  9420 leader_election.cc:304] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 3cc65b83af854753b4d4dfd5968fdc44; no voters: 
I20260630 12:37:38.135707  9528 raft_consensus.cc:493] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.136227  9528 raft_consensus.cc:515] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.137384  9457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7ae54c98dba4500a9405c989b759f74" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44" is_pre_election: true
I20260630 12:37:38.137509  9456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f0109bacc1e84fed9253bce4c641a56a" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44" is_pre_election: true
I20260630 12:37:38.138118  9457 raft_consensus.cc:2468] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0fd2faf61ec74131918fe731a361d5f6 in term 0.
I20260630 12:37:38.138447  9456 raft_consensus.cc:2393] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0fd2faf61ec74131918fe731a361d5f6 in current term 1: Already voted for candidate 3cc65b83af854753b4d4dfd5968fdc44 in this term.
I20260630 12:37:38.138552  9528 leader_election.cc:290] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.139294  9528 raft_consensus.cc:2804] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:38.139731  9528 raft_consensus.cc:697] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 1 LEADER]: Becoming Leader. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Running, Role: LEADER
I20260630 12:37:38.140079  9346 leader_election.cc:304] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 3cc65b83af854753b4d4dfd5968fdc44; no voters: 
I20260630 12:37:38.140533  9528 consensus_queue.cc:237] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.140983  9511 raft_consensus.cc:2804] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:38.141196  9346 leader_election.cc:304] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [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: 0fd2faf61ec74131918fe731a361d5f6; no voters: 165f8a795bd34c5c8288b966df27c99b, 3cc65b83af854753b4d4dfd5968fdc44
I20260630 12:37:38.141520  9511 raft_consensus.cc:493] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.141947  9511 raft_consensus.cc:3060] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.143683  9506 leader_election.cc:290] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 election: Requested vote from peers 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.144941  9501 ts_tablet_manager.cc:1434] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b: Time spent starting tablet: real 0.160s	user 0.050s	sys 0.035s
I20260630 12:37:38.145661  9535 raft_consensus.cc:2804] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:38.147061  9535 raft_consensus.cc:697] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 LEADER]: Becoming Leader. State: Replica: 3cc65b83af854753b4d4dfd5968fdc44, State: Running, Role: LEADER
I20260630 12:37:38.147930  9535 consensus_queue.cc:237] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.129396  9308 raft_consensus.cc:2468] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cc65b83af854753b4d4dfd5968fdc44 in term 1.
I20260630 12:37:38.151780  9511 raft_consensus.cc:515] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.155264  9525 raft_consensus.cc:515] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.156018  9308 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7ae54c98dba4500a9405c989b759f74" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "165f8a795bd34c5c8288b966df27c99b"
I20260630 12:37:38.156445  9307 raft_consensus.cc:2393] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0fd2faf61ec74131918fe731a361d5f6 in current term 1: Already voted for candidate 165f8a795bd34c5c8288b966df27c99b in this term.
I20260630 12:37:38.157660  9525 leader_election.cc:290] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 election: Requested vote from peers 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.163206  9308 raft_consensus.cc:2393] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0fd2faf61ec74131918fe731a361d5f6 in current term 1: Already voted for candidate 165f8a795bd34c5c8288b966df27c99b in this term.
I20260630 12:37:38.166738  9382 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7587a24e5424b6d965931185a46b5b2" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6" is_pre_election: true
I20260630 12:37:38.167420  9457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "274274065fa44dd484adef230c2aafe7" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44"
I20260630 12:37:38.167646  9382 raft_consensus.cc:2468] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 0.
I20260630 12:37:38.168059  9457 raft_consensus.cc:3060] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.168226  9456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7587a24e5424b6d965931185a46b5b2" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44" is_pre_election: true
I20260630 12:37:38.168895  9456 raft_consensus.cc:2468] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 0.
I20260630 12:37:38.172644  9204 catalog_manager.cc:5697] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "3cc65b83af854753b4d4dfd5968fdc44" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:38.180365  9457 raft_consensus.cc:2468] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 1.
I20260630 12:37:38.183056  9456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7ae54c98dba4500a9405c989b759f74" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44"
I20260630 12:37:38.183085  9382 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7ae54c98dba4500a9405c989b759f74" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6"
I20260630 12:37:38.183954  9456 raft_consensus.cc:3060] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.184453  9382 raft_consensus.cc:2393] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 165f8a795bd34c5c8288b966df27c99b in current term 1: Already voted for candidate 0fd2faf61ec74131918fe731a361d5f6 in this term.
I20260630 12:37:38.189363  9271 leader_election.cc:304] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 165f8a795bd34c5c8288b966df27c99b, 3cc65b83af854753b4d4dfd5968fdc44; no voters: 
I20260630 12:37:38.191510  9456 raft_consensus.cc:2468] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 1.
I20260630 12:37:38.191890  9525 raft_consensus.cc:2804] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:38.192286  9525 raft_consensus.cc:493] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.192636  9525 raft_consensus.cc:3060] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.193205  9271 leader_election.cc:304] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [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: 165f8a795bd34c5c8288b966df27c99b, 3cc65b83af854753b4d4dfd5968fdc44; no voters: 0fd2faf61ec74131918fe731a361d5f6
I20260630 12:37:38.194481  9536 raft_consensus.cc:2804] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:38.195066  9536 raft_consensus.cc:697] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 1 LEADER]: Becoming Leader. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Running, Role: LEADER
I20260630 12:37:38.195933  9536 consensus_queue.cc:237] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.197903  9511 leader_election.cc:290] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [CANDIDATE]: Term 1 election: Requested vote from peers 165f8a795bd34c5c8288b966df27c99b (127.0.120.1:38605), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.198518  9511 raft_consensus.cc:2749] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:38.204047  9525 raft_consensus.cc:515] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
W20260630 12:37:38.207819  9346 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.120.3:33045, user_credentials={real_user=slave}} blocked reactor thread for 66728.6us
I20260630 12:37:38.209949  9456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7ae54c98dba4500a9405c989b759f74" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44"
I20260630 12:37:38.210899  9456 raft_consensus.cc:2393] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0fd2faf61ec74131918fe731a361d5f6 in current term 1: Already voted for candidate 165f8a795bd34c5c8288b966df27c99b in this term.
I20260630 12:37:38.211212  9382 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7587a24e5424b6d965931185a46b5b2" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0fd2faf61ec74131918fe731a361d5f6"
I20260630 12:37:38.211843  9382 raft_consensus.cc:3060] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.212419  9346 leader_election.cc:304] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [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: 0fd2faf61ec74131918fe731a361d5f6; no voters: 165f8a795bd34c5c8288b966df27c99b, 3cc65b83af854753b4d4dfd5968fdc44
I20260630 12:37:38.213164  9537 raft_consensus.cc:2749] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:38.213959  9525 leader_election.cc:290] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 election: Requested vote from peers 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.213474  9206 catalog_manager.cc:5697] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b reported cstate change: term changed from 0 to 1, leader changed from <none> to 165f8a795bd34c5c8288b966df27c99b (127.0.120.1). New cstate: current_term: 1 leader_uuid: "165f8a795bd34c5c8288b966df27c99b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.215667  9456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7587a24e5424b6d965931185a46b5b2" candidate_uuid: "165f8a795bd34c5c8288b966df27c99b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44"
I20260630 12:37:38.216184  9456 raft_consensus.cc:3060] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.216795  9537 raft_consensus.cc:493] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.217355  9537 raft_consensus.cc:515] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.219569  9382 raft_consensus.cc:2468] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 1.
I20260630 12:37:38.220798  9308 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e33f215e354a878277eb302e40a62e" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "165f8a795bd34c5c8288b966df27c99b" is_pre_election: true
I20260630 12:37:38.220844  9271 leader_election.cc:304] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 165f8a795bd34c5c8288b966df27c99b; no voters: 
I20260630 12:37:38.221400  9537 leader_election.cc:290] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 165f8a795bd34c5c8288b966df27c99b (127.0.120.1:38605), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.221709  9308 raft_consensus.cc:2468] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0fd2faf61ec74131918fe731a361d5f6 in term 0.
I20260630 12:37:38.223914  9456 raft_consensus.cc:2468] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 165f8a795bd34c5c8288b966df27c99b in term 1.
I20260630 12:37:38.223852  9349 leader_election.cc:304] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 165f8a795bd34c5c8288b966df27c99b; no voters: 
I20260630 12:37:38.222002  9525 raft_consensus.cc:2804] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:38.229864  9525 raft_consensus.cc:697] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 1 LEADER]: Becoming Leader. State: Replica: 165f8a795bd34c5c8288b966df27c99b, State: Running, Role: LEADER
I20260630 12:37:38.230034  9537 raft_consensus.cc:2804] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:38.225237  9457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e33f215e354a878277eb302e40a62e" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44" is_pre_election: true
I20260630 12:37:38.230854  9537 raft_consensus.cc:493] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:38.231667  9457 raft_consensus.cc:2468] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0fd2faf61ec74131918fe731a361d5f6 in term 0.
I20260630 12:37:38.231873  9537 raft_consensus.cc:3060] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.231806  9525 consensus_queue.cc:237] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.238809  9537 raft_consensus.cc:515] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.240932  9537 leader_election.cc:290] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [CANDIDATE]: Term 1 election: Requested vote from peers 165f8a795bd34c5c8288b966df27c99b (127.0.120.1:38605), 3cc65b83af854753b4d4dfd5968fdc44 (127.0.120.3:33045)
I20260630 12:37:38.241663  9308 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e33f215e354a878277eb302e40a62e" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "165f8a795bd34c5c8288b966df27c99b"
I20260630 12:37:38.242034  9457 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e33f215e354a878277eb302e40a62e" candidate_uuid: "0fd2faf61ec74131918fe731a361d5f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cc65b83af854753b4d4dfd5968fdc44"
I20260630 12:37:38.242367  9308 raft_consensus.cc:3060] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.242650  9457 raft_consensus.cc:3060] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.242404  9206 catalog_manager.cc:5697] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b reported cstate change: term changed from 0 to 1, leader changed from <none> to 165f8a795bd34c5c8288b966df27c99b (127.0.120.1). New cstate: current_term: 1 leader_uuid: "165f8a795bd34c5c8288b966df27c99b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.244316  9206 catalog_manager.cc:5697] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b reported cstate change: term changed from 0 to 1, leader changed from <none> to 165f8a795bd34c5c8288b966df27c99b (127.0.120.1). New cstate: current_term: 1 leader_uuid: "165f8a795bd34c5c8288b966df27c99b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.248188  9457 raft_consensus.cc:2468] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0fd2faf61ec74131918fe731a361d5f6 in term 1.
I20260630 12:37:38.249318  9308 raft_consensus.cc:2468] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0fd2faf61ec74131918fe731a361d5f6 in term 1.
I20260630 12:37:38.249509  9346 leader_election.cc:304] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fd2faf61ec74131918fe731a361d5f6, 3cc65b83af854753b4d4dfd5968fdc44; no voters: 
I20260630 12:37:38.250491  9537 raft_consensus.cc:2804] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:38.250957  9537 raft_consensus.cc:697] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 1 LEADER]: Becoming Leader. State: Replica: 0fd2faf61ec74131918fe731a361d5f6, State: Running, Role: LEADER
I20260630 12:37:38.251847  9537 consensus_queue.cc:237] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } }
I20260630 12:37:38.259857  9206 catalog_manager.cc:5697] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "0fd2faf61ec74131918fe731a361d5f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:38.380784  9525 consensus_queue.cc:1048] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:38.447404  9525 consensus_queue.cc:1048] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:38.527859  9457 raft_consensus.cc:1275] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Refusing update from remote peer 165f8a795bd34c5c8288b966df27c99b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.528385  9383 raft_consensus.cc:1275] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Refusing update from remote peer 165f8a795bd34c5c8288b966df27c99b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.534641  9383 raft_consensus.cc:1275] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Refusing update from remote peer 165f8a795bd34c5c8288b966df27c99b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.536845  9525 consensus_queue.cc:1048] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:38.538367  9457 raft_consensus.cc:1275] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Refusing update from remote peer 165f8a795bd34c5c8288b966df27c99b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.539703  9536 consensus_queue.cc:1048] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:38.541764  9536 consensus_queue.cc:1048] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:38.545504  9457 raft_consensus.cc:1275] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Refusing update from remote peer 165f8a795bd34c5c8288b966df27c99b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.546067  9383 raft_consensus.cc:1275] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Refusing update from remote peer 165f8a795bd34c5c8288b966df27c99b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.579898  9536 consensus_queue.cc:1048] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260630 12:37:38.591858  9381 raft_consensus.cc:1275] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Refusing update from remote peer 3cc65b83af854753b4d4dfd5968fdc44: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.593464  9536 consensus_queue.cc:1048] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:38.593755  9535 consensus_queue.cc:1048] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:38.627781  9308 raft_consensus.cc:1275] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Refusing update from remote peer 3cc65b83af854753b4d4dfd5968fdc44: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.641125  9536 consensus_queue.cc:1048] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0fd2faf61ec74131918fe731a361d5f6" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:38.654680  9535 consensus_queue.cc:1048] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [LEADER]: Connected to new peer: Peer: permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:38.661837  9453 raft_consensus.cc:1275] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Refusing update from remote peer 0fd2faf61ec74131918fe731a361d5f6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.657596  9308 raft_consensus.cc:1275] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Refusing update from remote peer 0fd2faf61ec74131918fe731a361d5f6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:38.664583  9511 consensus_queue.cc:1048] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cc65b83af854753b4d4dfd5968fdc44" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:38.666369  9511 consensus_queue.cc:1048] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "165f8a795bd34c5c8288b966df27c99b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 38605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:38.927630  9576 log.cc:927] Time spent T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6: Append to log took a long time: real 0.060s	user 0.001s	sys 0.000s
W20260630 12:37:38.906925  9489 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.120.1:38605, user_credentials={real_user=slave}} blocked reactor thread for 69173.6us
I20260630 12:37:38.990504  9557 mvcc.cc:204] Tried to move back new op lower bound from 7302443248198950912 to 7302443246219218944. Current Snapshot: MvccSnapshot[applied={T|T < 7302443247941005312}]
W20260630 12:37:38.999692  9349 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.1:38605, user_credentials={real_user=slave}} blocked reactor thread for 62277.3us
I20260630 12:37:40.111378   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:37:40.142714   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:40.143573   480 tablet_replica.cc:333] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b: stopping tablet replica
I20260630 12:37:40.144634   480 raft_consensus.cc:2243] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.146246   480 raft_consensus.cc:2272] T c7ae54c98dba4500a9405c989b759f74 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.150947   480 tablet_replica.cc:333] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b: stopping tablet replica
I20260630 12:37:40.152058   480 raft_consensus.cc:2243] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.153092   480 raft_consensus.cc:2272] T 18e33f215e354a878277eb302e40a62e P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.157923   480 tablet_replica.cc:333] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b: stopping tablet replica
I20260630 12:37:40.158696   480 raft_consensus.cc:2243] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.159647   480 raft_consensus.cc:2272] T f0109bacc1e84fed9253bce4c641a56a P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.164613   480 tablet_replica.cc:333] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b: stopping tablet replica
I20260630 12:37:40.165385   480 raft_consensus.cc:2243] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.166455   480 raft_consensus.cc:2272] T 274274065fa44dd484adef230c2aafe7 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.170933   480 tablet_replica.cc:333] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b: stopping tablet replica
I20260630 12:37:40.171967   480 raft_consensus.cc:2243] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.174126   480 raft_consensus.cc:2272] T d7587a24e5424b6d965931185a46b5b2 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.178870   480 tablet_replica.cc:333] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b: stopping tablet replica
I20260630 12:37:40.179515   480 raft_consensus.cc:2243] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.180629   480 raft_consensus.cc:2272] T 40932ab1a6b8408aaea00f7a25f9aa20 P 165f8a795bd34c5c8288b966df27c99b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.213317   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:37:40.240309   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:37:40.267005   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:40.267828   480 tablet_replica.cc:333] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6: stopping tablet replica
I20260630 12:37:40.268944   480 raft_consensus.cc:2243] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.270073   480 raft_consensus.cc:2272] T d7587a24e5424b6d965931185a46b5b2 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.274370   480 tablet_replica.cc:333] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6: stopping tablet replica
I20260630 12:37:40.275135   480 raft_consensus.cc:2243] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.275954   480 raft_consensus.cc:2272] T f0109bacc1e84fed9253bce4c641a56a P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.279515   480 tablet_replica.cc:333] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6: stopping tablet replica
I20260630 12:37:40.280244   480 raft_consensus.cc:2243] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.280839   480 raft_consensus.cc:2272] T 274274065fa44dd484adef230c2aafe7 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.284009   480 tablet_replica.cc:333] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6: stopping tablet replica
I20260630 12:37:40.284555   480 raft_consensus.cc:2243] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.285344   480 raft_consensus.cc:2272] T 40932ab1a6b8408aaea00f7a25f9aa20 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.288465   480 tablet_replica.cc:333] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6: stopping tablet replica
I20260630 12:37:40.289034   480 raft_consensus.cc:2243] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.289948   480 raft_consensus.cc:2272] T c7ae54c98dba4500a9405c989b759f74 P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.293766   480 tablet_replica.cc:333] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6: stopping tablet replica
I20260630 12:37:40.294332   480 raft_consensus.cc:2243] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.295713   480 raft_consensus.cc:2272] T 18e33f215e354a878277eb302e40a62e P 0fd2faf61ec74131918fe731a361d5f6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.326054   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:40.348485   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:40.377012   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:40.377733   480 tablet_replica.cc:333] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44: stopping tablet replica
I20260630 12:37:40.378439   480 raft_consensus.cc:2243] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.379316   480 raft_consensus.cc:2272] T 18e33f215e354a878277eb302e40a62e P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.383219   480 tablet_replica.cc:333] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44: stopping tablet replica
I20260630 12:37:40.384178   480 raft_consensus.cc:2243] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.385465   480 raft_consensus.cc:2272] T d7587a24e5424b6d965931185a46b5b2 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:40.388697  9420 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.2:45023: connect: Connection refused (error 111) [suppressed 1 similar messages]
I20260630 12:37:40.390933   480 tablet_replica.cc:333] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44: stopping tablet replica
I20260630 12:37:40.391722   480 raft_consensus.cc:2243] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.392614   480 raft_consensus.cc:2272] T 40932ab1a6b8408aaea00f7a25f9aa20 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:40.392964  9420 consensus_peers.cc:597] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 -> Peer 0fd2faf61ec74131918fe731a361d5f6 (127.0.120.2:45023): Couldn't send request to peer 0fd2faf61ec74131918fe731a361d5f6. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.2:45023: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:40.395949   480 tablet_replica.cc:333] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44: stopping tablet replica
I20260630 12:37:40.396590   480 raft_consensus.cc:2243] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.397336   480 raft_consensus.cc:2272] T 274274065fa44dd484adef230c2aafe7 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.400490   480 tablet_replica.cc:333] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44: stopping tablet replica
I20260630 12:37:40.401157   480 raft_consensus.cc:2243] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.402225   480 raft_consensus.cc:2272] T f0109bacc1e84fed9253bce4c641a56a P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.405205   480 tablet_replica.cc:333] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44: stopping tablet replica
I20260630 12:37:40.405694   480 raft_consensus.cc:2243] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.406553   480 raft_consensus.cc:2272] T c7ae54c98dba4500a9405c989b759f74 P 3cc65b83af854753b4d4dfd5968fdc44 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.430128   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:37:40.452204   480 master.cc:562] Master@127.0.120.62:41567 shutting down...
I20260630 12:37:40.476291   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.477015   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.477366   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2377c89a919746a19e0b2ad5e8360977: stopping tablet replica
I20260630 12:37:40.498510   480 master.cc:584] Master@127.0.120.62:41567 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4570 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:37:40.541702   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:35507
I20260630 12:37:40.542876   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:40.549188  9606 instance_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:40.549223  9607 instance_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:40.549925  9609 instance_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:40.551584   480 server_base.cc:1061] running on GCE node
I20260630 12:37:40.552515   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:40.552762   480 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:40.552919   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823060552901 us; error 0 us; skew 500 ppm
I20260630 12:37:40.553429   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:40.556128   480 webserver.cc:533] Webserver started at http://127.0.120.62:41131/ using document root <none> and password file <none>
I20260630 12:37:40.556632   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:40.556862   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:40.557163   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:40.558414   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "7260781aec8443ec90ad7d3a06aa4945"
format_stamp: "Formatted at 2026-06-30 12:37:40 on dist-test-slave-80h9"
I20260630 12:37:40.563474   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:37:40.567462  9614 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:40.568418   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:37:40.568941   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "7260781aec8443ec90ad7d3a06aa4945"
format_stamp: "Formatted at 2026-06-30 12:37:40 on dist-test-slave-80h9"
I20260630 12:37:40.569239   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-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:40.608798   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:40.609990   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:40.649473   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:35507
I20260630 12:37:40.649585  9665 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:35507 every 8 connection(s)
I20260630 12:37:40.653861  9666 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:40.666090  9666 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945: Bootstrap starting.
I20260630 12:37:40.671362  9666 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.675894  9666 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945: No bootstrap required, opened a new log
I20260630 12:37:40.678166  9666 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7260781aec8443ec90ad7d3a06aa4945" member_type: VOTER }
I20260630 12:37:40.678655  9666 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.678908  9666 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7260781aec8443ec90ad7d3a06aa4945, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.679543  9666 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7260781aec8443ec90ad7d3a06aa4945" member_type: VOTER }
I20260630 12:37:40.680037  9666 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:40.680265  9666 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:40.680553  9666 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.685585  9666 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7260781aec8443ec90ad7d3a06aa4945" member_type: VOTER }
I20260630 12:37:40.686230  9666 leader_election.cc:304] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [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: 7260781aec8443ec90ad7d3a06aa4945; no voters: 
I20260630 12:37:40.687521  9666 leader_election.cc:290] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:40.688031  9669 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.689450  9669 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 1 LEADER]: Becoming Leader. State: Replica: 7260781aec8443ec90ad7d3a06aa4945, State: Running, Role: LEADER
I20260630 12:37:40.690208  9669 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [LEADER]: Queue going to LEADER mode. State: All 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: "7260781aec8443ec90ad7d3a06aa4945" member_type: VOTER }
I20260630 12:37:40.690618  9666 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:40.697598  9670 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7260781aec8443ec90ad7d3a06aa4945" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7260781aec8443ec90ad7d3a06aa4945" member_type: VOTER } }
I20260630 12:37:40.698385  9671 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7260781aec8443ec90ad7d3a06aa4945. Latest consensus state: current_term: 1 leader_uuid: "7260781aec8443ec90ad7d3a06aa4945" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7260781aec8443ec90ad7d3a06aa4945" member_type: VOTER } }
I20260630 12:37:40.698604  9670 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:40.698976  9671 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:40.701076  9677 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:40.706542  9677 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:40.708920   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:40.716226  9677 catalog_manager.cc:1383] Generated new cluster ID: 6efba419976a4f4d8193efda119f4791
I20260630 12:37:40.716550  9677 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:40.742249  9677 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:40.743695  9677 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:40.756403  9677 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945: Generated new TSK 0
I20260630 12:37:40.757091  9677 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:40.775489   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:40.781968  9687 instance_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:40.782744  9688 instance_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:40.786221  9690 instance_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:40.787146   480 server_base.cc:1061] running on GCE node
I20260630 12:37:40.788048   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:40.788271   480 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:40.788462   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823060788441 us; error 0 us; skew 500 ppm
I20260630 12:37:40.788988   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:40.791498   480 webserver.cc:533] Webserver started at http://127.0.120.1:33997/ using document root <none> and password file <none>
I20260630 12:37:40.791973   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:40.792179   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:40.792451   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:40.793556   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "c41b804e4c254c4cb849abb0e1e41a47"
format_stamp: "Formatted at 2026-06-30 12:37:40 on dist-test-slave-80h9"
I20260630 12:37:40.798213   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:40.801749  9695 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:40.802664   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:40.802994   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "c41b804e4c254c4cb849abb0e1e41a47"
format_stamp: "Formatted at 2026-06-30 12:37:40 on dist-test-slave-80h9"
I20260630 12:37:40.803367   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-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:40.815394   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:40.816680   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:40.818189   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:40.820523   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:40.820744   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:40.821004   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:40.821188   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:40.861822   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:39777
I20260630 12:37:40.861955  9757 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:39777 every 8 connection(s)
I20260630 12:37:40.867189   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:40.875720  9762 instance_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:40.876492  9763 instance_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:40.879022   480 server_base.cc:1061] running on GCE node
W20260630 12:37:40.879411  9765 instance_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:40.881517   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:40.881822   480 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:40.881990   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823060881975 us; error 0 us; skew 500 ppm
I20260630 12:37:40.882542   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:40.883450  9758 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35507
I20260630 12:37:40.883828  9758 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:40.884594  9758 heartbeater.cc:507] Master 127.0.120.62:35507 requested a full tablet report, sending...
I20260630 12:37:40.885608   480 webserver.cc:533] Webserver started at http://127.0.120.2:33831/ using document root <none> and password file <none>
I20260630 12:37:40.886255   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:40.886461   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:40.886760   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:40.886838  9631 ts_manager.cc:194] Registered new tserver with Master: c41b804e4c254c4cb849abb0e1e41a47 (127.0.120.1:39777)
I20260630 12:37:40.888108   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "98a35ca9a0df4fe696903622c40acde7"
format_stamp: "Formatted at 2026-06-30 12:37:40 on dist-test-slave-80h9"
I20260630 12:37:40.888846  9631 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33016
I20260630 12:37:40.893100   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:40.896919  9770 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:40.898064   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260630 12:37:40.898391   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "98a35ca9a0df4fe696903622c40acde7"
format_stamp: "Formatted at 2026-06-30 12:37:40 on dist-test-slave-80h9"
I20260630 12:37:40.898712   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-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:40.921557   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:40.922799   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:40.924438   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:40.926779   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:40.926961   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:40.927294   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:40.927462   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:40.969585   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:39709
I20260630 12:37:40.969698  9832 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:39709 every 8 connection(s)
I20260630 12:37:40.974736   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:40.983517  9837 instance_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:40.983642  9836 instance_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:40.986528  9833 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35507
I20260630 12:37:40.987098  9833 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:40.987695   480 server_base.cc:1061] running on GCE node
I20260630 12:37:40.989022  9833 heartbeater.cc:507] Master 127.0.120.62:35507 requested a full tablet report, sending...
W20260630 12:37:40.989112  9840 instance_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:40.990367   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:40.990609   480 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:40.990833   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823060990812 us; error 0 us; skew 500 ppm
I20260630 12:37:40.991379   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:40.991742  9631 ts_manager.cc:194] Registered new tserver with Master: 98a35ca9a0df4fe696903622c40acde7 (127.0.120.2:39709)
I20260630 12:37:40.993589  9631 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33028
I20260630 12:37:40.994429   480 webserver.cc:533] Webserver started at http://127.0.120.3:43021/ using document root <none> and password file <none>
I20260630 12:37:40.995008   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:40.995294   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:40.995572   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:40.996733   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "a8f8470f5d114ba995cfbccbc3f3b246"
format_stamp: "Formatted at 2026-06-30 12:37:40 on dist-test-slave-80h9"
I20260630 12:37:41.001549   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:41.005242  9844 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:41.006143   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:41.006453   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "a8f8470f5d114ba995cfbccbc3f3b246"
format_stamp: "Formatted at 2026-06-30 12:37:40 on dist-test-slave-80h9"
I20260630 12:37:41.006750   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822836191499-480-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:41.035617   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:41.036923   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:41.038409   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:41.040796   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:41.041033   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:41.041287   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:41.041466   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:41.083480   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:33213
I20260630 12:37:41.083588  9906 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:33213 every 8 connection(s)
I20260630 12:37:41.098191  9907 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35507
I20260630 12:37:41.098640  9907 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:41.099485  9907 heartbeater.cc:507] Master 127.0.120.62:35507 requested a full tablet report, sending...
I20260630 12:37:41.101588  9631 ts_manager.cc:194] Registered new tserver with Master: a8f8470f5d114ba995cfbccbc3f3b246 (127.0.120.3:33213)
I20260630 12:37:41.102650   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015793002s
I20260630 12:37:41.103287  9631 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33036
I20260630 12:37:41.892076  9758 heartbeater.cc:499] Master 127.0.120.62:35507 was elected leader, sending a full tablet report...
I20260630 12:37:41.996286  9833 heartbeater.cc:499] Master 127.0.120.62:35507 was elected leader, sending a full tablet report...
I20260630 12:37:42.106086  9907 heartbeater.cc:499] Master 127.0.120.62:35507 was elected leader, sending a full tablet report...
I20260630 12:37:42.165547  9631 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58778:
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:37:42.167658  9631 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:42.218199  9872 tablet_service.cc:1511] Processing CreateTablet for tablet 683f4b8fbcd046f8b0a9a7506ec1ee64 (DEFAULT_TABLE table=test-workload [id=638aa6ff2da144b89631bb5e79e89893]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:42.219619  9872 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 683f4b8fbcd046f8b0a9a7506ec1ee64. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:42.228037  9723 tablet_service.cc:1511] Processing CreateTablet for tablet 683f4b8fbcd046f8b0a9a7506ec1ee64 (DEFAULT_TABLE table=test-workload [id=638aa6ff2da144b89631bb5e79e89893]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:42.229333  9723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 683f4b8fbcd046f8b0a9a7506ec1ee64. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:42.229269  9798 tablet_service.cc:1511] Processing CreateTablet for tablet 683f4b8fbcd046f8b0a9a7506ec1ee64 (DEFAULT_TABLE table=test-workload [id=638aa6ff2da144b89631bb5e79e89893]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:42.230687  9798 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 683f4b8fbcd046f8b0a9a7506ec1ee64. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:42.238313  9927 tablet_bootstrap.cc:492] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246: Bootstrap starting.
I20260630 12:37:42.244959  9927 tablet_bootstrap.cc:654] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:42.253486  9930 tablet_bootstrap.cc:492] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7: Bootstrap starting.
I20260630 12:37:42.254252  9927 tablet_bootstrap.cc:492] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246: No bootstrap required, opened a new log
I20260630 12:37:42.254763  9929 tablet_bootstrap.cc:492] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47: Bootstrap starting.
I20260630 12:37:42.254917  9927 ts_tablet_manager.cc:1403] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.005s
I20260630 12:37:42.259976  9930 tablet_bootstrap.cc:654] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:42.258459  9927 raft_consensus.cc:359] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.260648  9927 raft_consensus.cc:385] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:42.261013  9927 raft_consensus.cc:740] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8f8470f5d114ba995cfbccbc3f3b246, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.262012  9929 tablet_bootstrap.cc:654] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:42.261832  9927 consensus_queue.cc:260] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.265740  9930 tablet_bootstrap.cc:492] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7: No bootstrap required, opened a new log
I20260630 12:37:42.266384  9930 ts_tablet_manager.cc:1403] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.002s
I20260630 12:37:42.268132  9927 ts_tablet_manager.cc:1434] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.006s
I20260630 12:37:42.269959  9929 tablet_bootstrap.cc:492] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47: No bootstrap required, opened a new log
I20260630 12:37:42.269939  9930 raft_consensus.cc:359] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.270853  9929 ts_tablet_manager.cc:1403] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260630 12:37:42.270978  9930 raft_consensus.cc:385] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:42.271476  9930 raft_consensus.cc:740] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 98a35ca9a0df4fe696903622c40acde7, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.272529  9930 consensus_queue.cc:260] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.274453  9929 raft_consensus.cc:359] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.275314  9929 raft_consensus.cc:385] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:42.275663  9929 raft_consensus.cc:740] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c41b804e4c254c4cb849abb0e1e41a47, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.275820  9930 ts_tablet_manager.cc:1434] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.007s
I20260630 12:37:42.276669  9929 consensus_queue.cc:260] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.279680  9929 ts_tablet_manager.cc:1434] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:42.382269  9935 raft_consensus.cc:493] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:42.382851  9935 raft_consensus.cc:515] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.385155  9935 leader_election.cc:290] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8f8470f5d114ba995cfbccbc3f3b246 (127.0.120.3:33213), 98a35ca9a0df4fe696903622c40acde7 (127.0.120.2:39709)
I20260630 12:37:42.397351  9808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "683f4b8fbcd046f8b0a9a7506ec1ee64" candidate_uuid: "c41b804e4c254c4cb849abb0e1e41a47" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "98a35ca9a0df4fe696903622c40acde7" is_pre_election: true
I20260630 12:37:42.397825  9882 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "683f4b8fbcd046f8b0a9a7506ec1ee64" candidate_uuid: "c41b804e4c254c4cb849abb0e1e41a47" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" is_pre_election: true
I20260630 12:37:42.398181  9808 raft_consensus.cc:2468] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c41b804e4c254c4cb849abb0e1e41a47 in term 0.
I20260630 12:37:42.398540  9882 raft_consensus.cc:2468] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c41b804e4c254c4cb849abb0e1e41a47 in term 0.
I20260630 12:37:42.399633  9696 leader_election.cc:304] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 98a35ca9a0df4fe696903622c40acde7, c41b804e4c254c4cb849abb0e1e41a47; no voters: 
I20260630 12:37:42.400477  9935 raft_consensus.cc:2804] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:42.400944  9935 raft_consensus.cc:493] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:42.401209  9935 raft_consensus.cc:3060] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.407332  9935 raft_consensus.cc:515] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.409119  9935 leader_election.cc:290] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [CANDIDATE]: Term 1 election: Requested vote from peers a8f8470f5d114ba995cfbccbc3f3b246 (127.0.120.3:33213), 98a35ca9a0df4fe696903622c40acde7 (127.0.120.2:39709)
I20260630 12:37:42.410176  9882 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "683f4b8fbcd046f8b0a9a7506ec1ee64" candidate_uuid: "c41b804e4c254c4cb849abb0e1e41a47" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8f8470f5d114ba995cfbccbc3f3b246"
I20260630 12:37:42.410187  9808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "683f4b8fbcd046f8b0a9a7506ec1ee64" candidate_uuid: "c41b804e4c254c4cb849abb0e1e41a47" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "98a35ca9a0df4fe696903622c40acde7"
I20260630 12:37:42.411154  9882 raft_consensus.cc:3060] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.411252  9808 raft_consensus.cc:3060] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:42.419312  9808 raft_consensus.cc:2468] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c41b804e4c254c4cb849abb0e1e41a47 in term 1.
I20260630 12:37:42.419312  9882 raft_consensus.cc:2468] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c41b804e4c254c4cb849abb0e1e41a47 in term 1.
I20260630 12:37:42.420914  9696 leader_election.cc:304] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 98a35ca9a0df4fe696903622c40acde7, c41b804e4c254c4cb849abb0e1e41a47; no voters: 
I20260630 12:37:42.421655  9935 raft_consensus.cc:2804] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:42.422770  9935 raft_consensus.cc:697] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 1 LEADER]: Becoming Leader. State: Replica: c41b804e4c254c4cb849abb0e1e41a47, State: Running, Role: LEADER
I20260630 12:37:42.423481  9935 consensus_queue.cc:237] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } }
I20260630 12:37:42.433193  9628 catalog_manager.cc:5697] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 reported cstate change: term changed from 0 to 1, leader changed from <none> to c41b804e4c254c4cb849abb0e1e41a47 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "c41b804e4c254c4cb849abb0e1e41a47" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c41b804e4c254c4cb849abb0e1e41a47" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39777 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:42.633374  9882 raft_consensus.cc:1275] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 1 FOLLOWER]: Refusing update from remote peer c41b804e4c254c4cb849abb0e1e41a47: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:42.633464  9808 raft_consensus.cc:1275] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 1 FOLLOWER]: Refusing update from remote peer c41b804e4c254c4cb849abb0e1e41a47: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:42.635068  9938 consensus_queue.cc:1048] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a8f8470f5d114ba995cfbccbc3f3b246" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33213 }, 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.635941  9935 consensus_queue.cc:1048] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [LEADER]: Connected to new peer: Peer: permanent_uuid: "98a35ca9a0df4fe696903622c40acde7" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39709 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:43.072835   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:37:43.109664   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:43.110301   480 tablet_replica.cc:333] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47: stopping tablet replica
I20260630 12:37:43.110924   480 raft_consensus.cc:2243] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:43.111922   480 raft_consensus.cc:2272] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P c41b804e4c254c4cb849abb0e1e41a47 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.135607   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:37:43.145884   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:37:43.167253   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:43.167886   480 tablet_replica.cc:333] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7: stopping tablet replica
I20260630 12:37:43.168445   480 raft_consensus.cc:2243] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.169098   480 raft_consensus.cc:2272] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P 98a35ca9a0df4fe696903622c40acde7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.179638   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:43.189186   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:43.220618   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:43.221349   480 tablet_replica.cc:333] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246: stopping tablet replica
I20260630 12:37:43.221988   480 raft_consensus.cc:2243] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:43.222687   480 raft_consensus.cc:2272] T 683f4b8fbcd046f8b0a9a7506ec1ee64 P a8f8470f5d114ba995cfbccbc3f3b246 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.234015   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:37:43.244113   480 master.cc:562] Master@127.0.120.62:35507 shutting down...
I20260630 12:37:43.262600   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:43.263233   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:43.263561   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7260781aec8443ec90ad7d3a06aa4945: stopping tablet replica
I20260630 12:37:43.282626   480 master.cc:584] Master@127.0.120.62:35507 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2766 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:37:43.310990   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:44055
I20260630 12:37:43.312311   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:43.317394  9961 instance_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:43.319037  9962 instance_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:43.319669   480 server_base.cc:1061] running on GCE node
W20260630 12:37:43.319631  9964 instance_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:43.320744   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:43.320968   480 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:43.321142   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823063321127 us; error 0 us; skew 500 ppm
I20260630 12:37:43.321683   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:43.324121   480 webserver.cc:533] Webserver started at http://127.0.120.62:41983/ using document root <none> and password file <none>
I20260630 12:37:43.324620   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:43.324831   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:43.325103   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:43.326165   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "57b9c433f48941f4a043ba06cced2f0c"
format_stamp: "Formatted at 2026-06-30 12:37:43 on dist-test-slave-80h9"
I20260630 12:37:43.330588   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:37:43.334102  9969 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:43.335007   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:43.335311   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "57b9c433f48941f4a043ba06cced2f0c"
format_stamp: "Formatted at 2026-06-30 12:37:43 on dist-test-slave-80h9"
I20260630 12:37:43.335547   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-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:43.352608   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:43.353576   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:43.390388   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:44055
I20260630 12:37:43.390489 10020 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:44055 every 8 connection(s)
I20260630 12:37:43.395100 10021 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:43.406441 10021 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c: Bootstrap starting.
I20260630 12:37:43.410843 10021 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:43.414880 10021 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c: No bootstrap required, opened a new log
I20260630 12:37:43.416838 10021 raft_consensus.cc:359] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "57b9c433f48941f4a043ba06cced2f0c" member_type: VOTER }
I20260630 12:37:43.417214 10021 raft_consensus.cc:385] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:43.417387 10021 raft_consensus.cc:740] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57b9c433f48941f4a043ba06cced2f0c, State: Initialized, Role: FOLLOWER
I20260630 12:37:43.417984 10021 consensus_queue.cc:260] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "57b9c433f48941f4a043ba06cced2f0c" member_type: VOTER }
I20260630 12:37:43.418403 10021 raft_consensus.cc:399] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:43.418588 10021 raft_consensus.cc:493] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:43.418799 10021 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:43.423509 10021 raft_consensus.cc:515] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "57b9c433f48941f4a043ba06cced2f0c" member_type: VOTER }
I20260630 12:37:43.423969 10021 leader_election.cc:304] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [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: 57b9c433f48941f4a043ba06cced2f0c; no voters: 
I20260630 12:37:43.425123 10021 leader_election.cc:290] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:43.425413 10024 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:43.426863 10024 raft_consensus.cc:697] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 1 LEADER]: Becoming Leader. State: Replica: 57b9c433f48941f4a043ba06cced2f0c, State: Running, Role: LEADER
I20260630 12:37:43.427546 10024 consensus_queue.cc:237] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [LEADER]: Queue going to LEADER mode. State: All 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: "57b9c433f48941f4a043ba06cced2f0c" member_type: VOTER }
I20260630 12:37:43.428217 10021 sys_catalog.cc:565] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:43.432693 10026 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 57b9c433f48941f4a043ba06cced2f0c. Latest consensus state: current_term: 1 leader_uuid: "57b9c433f48941f4a043ba06cced2f0c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "57b9c433f48941f4a043ba06cced2f0c" member_type: VOTER } }
I20260630 12:37:43.432726 10025 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "57b9c433f48941f4a043ba06cced2f0c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "57b9c433f48941f4a043ba06cced2f0c" member_type: VOTER } }
I20260630 12:37:43.433352 10026 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:43.433384 10025 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:43.444168 10031 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:43.449107 10031 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:43.450228   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:43.458592 10031 catalog_manager.cc:1383] Generated new cluster ID: 5d865a6bb8ff42168d192eeb6c2d91f6
I20260630 12:37:43.458902 10031 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:43.482435 10031 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:43.483806 10031 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:43.506395 10031 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c: Generated new TSK 0
I20260630 12:37:43.507081 10031 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:43.517603   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:43.523798 10042 instance_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:43.524519 10043 instance_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:43.527377   480 server_base.cc:1061] running on GCE node
W20260630 12:37:43.527329 10045 instance_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:43.528625   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:43.528816   480 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:43.528963   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823063528950 us; error 0 us; skew 500 ppm
I20260630 12:37:43.529474   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:43.532224   480 webserver.cc:533] Webserver started at http://127.0.120.1:43695/ using document root <none> and password file <none>
I20260630 12:37:43.532769   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:43.532976   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:43.533265   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:43.534394   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "d2680b5a26494742be27d5419363115b"
format_stamp: "Formatted at 2026-06-30 12:37:43 on dist-test-slave-80h9"
I20260630 12:37:43.539209   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:43.542646 10050 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:43.543565   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:43.543890   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "d2680b5a26494742be27d5419363115b"
format_stamp: "Formatted at 2026-06-30 12:37:43 on dist-test-slave-80h9"
I20260630 12:37:43.544185   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-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:43.561928   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:43.563186   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:43.564641   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:43.566942   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:43.567203   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:43.567477   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:43.567656   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:43.608750   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:39819
I20260630 12:37:43.608935 10112 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:39819 every 8 connection(s)
I20260630 12:37:43.614188   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:43.621768 10117 instance_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:43.623634 10118 instance_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:43.627308 10120 instance_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:43.627334   480 server_base.cc:1061] running on GCE node
I20260630 12:37:43.628636   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:43.628834   480 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:43.628973   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823063628962 us; error 0 us; skew 500 ppm
I20260630 12:37:43.629480   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:43.632028   480 webserver.cc:533] Webserver started at http://127.0.120.2:46253/ using document root <none> and password file <none>
I20260630 12:37:43.632458   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:43.632611   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:43.632894   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:43.634333   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "d46df38f814a4eb6ac43724850bfdad9"
format_stamp: "Formatted at 2026-06-30 12:37:43 on dist-test-slave-80h9"
I20260630 12:37:43.636534 10113 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44055
I20260630 12:37:43.637028 10113 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:43.637984 10113 heartbeater.cc:507] Master 127.0.120.62:44055 requested a full tablet report, sending...
I20260630 12:37:43.640177   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.003s
I20260630 12:37:43.640539  9986 ts_manager.cc:194] Registered new tserver with Master: d2680b5a26494742be27d5419363115b (127.0.120.1:39819)
I20260630 12:37:43.642427  9986 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48786
I20260630 12:37:43.644296 10125 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:43.645284   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:43.645555   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "d46df38f814a4eb6ac43724850bfdad9"
format_stamp: "Formatted at 2026-06-30 12:37:43 on dist-test-slave-80h9"
I20260630 12:37:43.645831   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-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:43.654906   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:43.656008   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:43.657385   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:43.659765   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:43.659953   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:43.660240   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:43.660398   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:43.699783   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:40935
I20260630 12:37:43.699908 10187 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:40935 every 8 connection(s)
I20260630 12:37:43.704747   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:43.712150 10191 instance_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:43.714248 10192 instance_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:43.717986   480 server_base.cc:1061] running on GCE node
I20260630 12:37:43.719005 10188 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44055
W20260630 12:37:43.719156 10194 instance_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:43.719568 10188 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:43.720417   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:43.720515 10188 heartbeater.cc:507] Master 127.0.120.62:44055 requested a full tablet report, sending...
W20260630 12:37:43.720793   480 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:43.721040   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823063721020 us; error 0 us; skew 500 ppm
I20260630 12:37:43.721741   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:43.723349  9986 ts_manager.cc:194] Registered new tserver with Master: d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935)
I20260630 12:37:43.725123   480 webserver.cc:533] Webserver started at http://127.0.120.3:42105/ using document root <none> and password file <none>
I20260630 12:37:43.725811  9986 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48800
I20260630 12:37:43.725996   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:43.726356   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:43.726747   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:43.728662   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "ddc52a663f054442b35fe4982fbbde2c"
format_stamp: "Formatted at 2026-06-30 12:37:43 on dist-test-slave-80h9"
I20260630 12:37:43.733561   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:37:43.737149 10199 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:43.738118   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:43.738389   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "ddc52a663f054442b35fe4982fbbde2c"
format_stamp: "Formatted at 2026-06-30 12:37:43 on dist-test-slave-80h9"
I20260630 12:37:43.738632   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-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:43.751567   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:43.752558   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:43.753911   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:43.756232   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:43.756417   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:43.756703   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:43.756842   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:43.814630   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:40923
I20260630 12:37:43.814805 10261 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:40923 every 8 connection(s)
I20260630 12:37:43.830816 10262 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44055
I20260630 12:37:43.831359 10262 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:43.832091 10262 heartbeater.cc:507] Master 127.0.120.62:44055 requested a full tablet report, sending...
I20260630 12:37:43.834190  9986 ts_manager.cc:194] Registered new tserver with Master: ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:43.834316   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014881078s
I20260630 12:37:43.835922  9986 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48804
I20260630 12:37:44.645563 10113 heartbeater.cc:499] Master 127.0.120.62:44055 was elected leader, sending a full tablet report...
I20260630 12:37:44.729574 10188 heartbeater.cc:499] Master 127.0.120.62:44055 was elected leader, sending a full tablet report...
I20260630 12:37:44.838709 10262 heartbeater.cc:499] Master 127.0.120.62:44055 was elected leader, sending a full tablet report...
I20260630 12:37:44.891260  9986 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48806:
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:37:44.956140 10152 tablet_service.cc:1511] Processing CreateTablet for tablet 114547ffb3094e009e74f7a5145483c1 (DEFAULT_TABLE table=test-workload [id=11696c365629414b867f0d9affa04a7f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:44.956475 10153 tablet_service.cc:1511] Processing CreateTablet for tablet 9d736b2cb0d1403486d2e9a440f69e4a (DEFAULT_TABLE table=test-workload [id=11696c365629414b867f0d9affa04a7f]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:44.957688 10152 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 114547ffb3094e009e74f7a5145483c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:44.958398 10153 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d736b2cb0d1403486d2e9a440f69e4a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:44.959393 10227 tablet_service.cc:1511] Processing CreateTablet for tablet 86685348297b46e587464874f11c32a2 (DEFAULT_TABLE table=test-workload [id=11696c365629414b867f0d9affa04a7f]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:44.959636 10226 tablet_service.cc:1511] Processing CreateTablet for tablet 4dcc059e338b4511a0b09268cede7f3e (DEFAULT_TABLE table=test-workload [id=11696c365629414b867f0d9affa04a7f]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:44.962693 10227 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 86685348297b46e587464874f11c32a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:44.964782 10078 tablet_service.cc:1511] Processing CreateTablet for tablet c3fd867e1d0242dbb23f6c9e01c8b4ed (DEFAULT_TABLE table=test-workload [id=11696c365629414b867f0d9affa04a7f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:44.966305 10078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3fd867e1d0242dbb23f6c9e01c8b4ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:44.969946 10226 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dcc059e338b4511a0b09268cede7f3e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:44.970379 10077 tablet_service.cc:1511] Processing CreateTablet for tablet 6118d9d703614887ba7810de35e9ddfe (DEFAULT_TABLE table=test-workload [id=11696c365629414b867f0d9affa04a7f]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:44.972254 10077 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6118d9d703614887ba7810de35e9ddfe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:44.986299 10282 tablet_bootstrap.cc:492] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9: Bootstrap starting.
I20260630 12:37:44.997516 10282 tablet_bootstrap.cc:654] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:45.002863 10283 tablet_bootstrap.cc:492] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c: Bootstrap starting.
I20260630 12:37:45.009048 10285 tablet_bootstrap.cc:492] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b: Bootstrap starting.
I20260630 12:37:45.011390 10283 tablet_bootstrap.cc:654] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:45.012513 10282 tablet_bootstrap.cc:492] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9: No bootstrap required, opened a new log
I20260630 12:37:45.012975 10282 ts_tablet_manager.cc:1403] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9: Time spent bootstrapping tablet: real 0.027s	user 0.010s	sys 0.007s
I20260630 12:37:45.015635 10282 raft_consensus.cc:359] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } }
I20260630 12:37:45.016237 10282 raft_consensus.cc:385] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:45.016341 10285 tablet_bootstrap.cc:654] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:45.016589 10282 raft_consensus.cc:740] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Initialized, Role: FOLLOWER
I20260630 12:37:45.017362 10283 tablet_bootstrap.cc:492] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c: No bootstrap required, opened a new log
I20260630 12:37:45.017381 10282 consensus_queue.cc:260] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } }
I20260630 12:37:45.018158 10283 ts_tablet_manager.cc:1403] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c: Time spent bootstrapping tablet: real 0.016s	user 0.004s	sys 0.010s
I20260630 12:37:45.018308 10282 raft_consensus.cc:399] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:45.018687 10282 raft_consensus.cc:493] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:45.019069 10282 raft_consensus.cc:3060] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:45.021737 10285 tablet_bootstrap.cc:492] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b: No bootstrap required, opened a new log
I20260630 12:37:45.021431 10283 raft_consensus.cc:359] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:45.022143 10283 raft_consensus.cc:385] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:45.022244 10285 ts_tablet_manager.cc:1403] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:37:45.022482 10283 raft_consensus.cc:740] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Initialized, Role: FOLLOWER
I20260630 12:37:45.023319 10283 consensus_queue.cc:260] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:45.023973 10283 raft_consensus.cc:399] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:45.024277 10283 raft_consensus.cc:493] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:45.024597 10283 raft_consensus.cc:3060] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:45.025324 10285 raft_consensus.cc:359] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } }
I20260630 12:37:45.025777 10282 raft_consensus.cc:515] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } }
I20260630 12:37:45.025964 10285 raft_consensus.cc:385] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:45.026435 10285 raft_consensus.cc:740] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2680b5a26494742be27d5419363115b, State: Initialized, Role: FOLLOWER
I20260630 12:37:45.026607 10282 leader_election.cc:304] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [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: d46df38f814a4eb6ac43724850bfdad9; no voters: 
I20260630 12:37:45.027377 10285 consensus_queue.cc:260] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } }
I20260630 12:37:45.028234 10285 raft_consensus.cc:399] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:45.028309 10282 leader_election.cc:290] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:45.028677 10285 raft_consensus.cc:493] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:45.028928 10288 raft_consensus.cc:2804] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:45.029112 10285 raft_consensus.cc:3060] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:45.032080 10283 raft_consensus.cc:515] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:45.033102 10283 leader_election.cc:304] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [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: ddc52a663f054442b35fe4982fbbde2c; no voters: 
I20260630 12:37:45.039680 10288 raft_consensus.cc:697] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Becoming Leader. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Running, Role: LEADER
I20260630 12:37:45.040093 10285 raft_consensus.cc:515] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } }
I20260630 12:37:45.041087 10288 consensus_queue.cc:237] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Queue going to LEADER mode. State: All 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: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } }
I20260630 12:37:45.041572 10285 leader_election.cc:304] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [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: d2680b5a26494742be27d5419363115b; no voters: 
I20260630 12:37:45.047570 10291 raft_consensus.cc:2804] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:45.047526 10283 leader_election.cc:290] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:45.057152  9986 catalog_manager.cc:5697] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "d46df38f814a4eb6ac43724850bfdad9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:45.063594 10283 ts_tablet_manager.cc:1434] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c: Time spent starting tablet: real 0.045s	user 0.020s	sys 0.018s
I20260630 12:37:45.064814 10283 tablet_bootstrap.cc:492] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c: Bootstrap starting.
I20260630 12:37:45.046298 10282 ts_tablet_manager.cc:1434] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9: Time spent starting tablet: real 0.033s	user 0.029s	sys 0.005s
I20260630 12:37:45.068959 10282 tablet_bootstrap.cc:492] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9: Bootstrap starting.
I20260630 12:37:45.071679 10283 tablet_bootstrap.cc:654] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:45.074102 10291 raft_consensus.cc:697] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 1 LEADER]: Becoming Leader. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Running, Role: LEADER
I20260630 12:37:45.075189 10291 consensus_queue.cc:237] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [LEADER]: Queue going to LEADER mode. State: All 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: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:45.084043 10292 raft_consensus.cc:2804] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:45.082671 10285 leader_election.cc:290] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:45.094907  9985 catalog_manager.cc:5697] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c reported cstate change: term changed from 0 to 1, leader changed from <none> to ddc52a663f054442b35fe4982fbbde2c (127.0.120.3). New cstate: current_term: 1 leader_uuid: "ddc52a663f054442b35fe4982fbbde2c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:45.115782 10285 ts_tablet_manager.cc:1434] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b: Time spent starting tablet: real 0.093s	user 0.047s	sys 0.041s
I20260630 12:37:45.116150 10283 tablet_bootstrap.cc:492] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c: No bootstrap required, opened a new log
I20260630 12:37:45.116695 10285 tablet_bootstrap.cc:492] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b: Bootstrap starting.
I20260630 12:37:45.116892 10283 ts_tablet_manager.cc:1403] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c: Time spent bootstrapping tablet: real 0.052s	user 0.011s	sys 0.012s
I20260630 12:37:45.120201 10282 tablet_bootstrap.cc:654] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:45.123054 10285 tablet_bootstrap.cc:654] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:45.123869 10292 raft_consensus.cc:697] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Becoming Leader. State: Replica: d2680b5a26494742be27d5419363115b, State: Running, Role: LEADER
I20260630 12:37:45.124697 10292 consensus_queue.cc:237] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [LEADER]: Queue going to LEADER mode. State: All 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: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } }
I20260630 12:37:45.128495 10283 raft_consensus.cc:359] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:45.129333 10283 raft_consensus.cc:385] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:45.129719 10283 raft_consensus.cc:740] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Initialized, Role: FOLLOWER
I20260630 12:37:45.132699 10283 consensus_queue.cc:260] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:45.133437 10283 raft_consensus.cc:399] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:45.133826 10283 raft_consensus.cc:493] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:45.134145 10283 raft_consensus.cc:3060] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:45.143714  9985 catalog_manager.cc:5697] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b reported cstate change: term changed from 0 to 1, leader changed from <none> to d2680b5a26494742be27d5419363115b (127.0.120.1). New cstate: current_term: 1 leader_uuid: "d2680b5a26494742be27d5419363115b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:45.152597 10283 raft_consensus.cc:515] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:45.153939 10283 leader_election.cc:304] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [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: ddc52a663f054442b35fe4982fbbde2c; no voters: 
I20260630 12:37:45.155201 10291 raft_consensus.cc:2804] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:45.155838 10291 raft_consensus.cc:697] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 1 LEADER]: Becoming Leader. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Running, Role: LEADER
I20260630 12:37:45.156524 10291 consensus_queue.cc:237] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [LEADER]: Queue going to LEADER mode. State: All 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: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:45.158529 10283 leader_election.cc:290] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:45.169898 10285 tablet_bootstrap.cc:492] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b: No bootstrap required, opened a new log
I20260630 12:37:45.170584 10285 ts_tablet_manager.cc:1403] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b: Time spent bootstrapping tablet: real 0.054s	user 0.019s	sys 0.029s
I20260630 12:37:45.170688 10282 tablet_bootstrap.cc:492] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9: No bootstrap required, opened a new log
I20260630 12:37:45.171344 10282 ts_tablet_manager.cc:1403] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9: Time spent bootstrapping tablet: real 0.103s	user 0.009s	sys 0.028s
I20260630 12:37:45.172086 10283 ts_tablet_manager.cc:1434] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c: Time spent starting tablet: real 0.055s	user 0.015s	sys 0.008s
I20260630 12:37:45.173832 10282 raft_consensus.cc:359] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } }
I20260630 12:37:45.173715 10285 raft_consensus.cc:359] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } }
I20260630 12:37:45.174404 10282 raft_consensus.cc:385] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:45.174492 10285 raft_consensus.cc:385] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:45.174799 10282 raft_consensus.cc:740] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Initialized, Role: FOLLOWER
I20260630 12:37:45.174948 10285 raft_consensus.cc:740] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2680b5a26494742be27d5419363115b, State: Initialized, Role: FOLLOWER
I20260630 12:37:45.175797 10285 consensus_queue.cc:260] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } }
I20260630 12:37:45.175796 10282 consensus_queue.cc:260] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } }
I20260630 12:37:45.176671 10285 raft_consensus.cc:399] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:45.176715 10282 raft_consensus.cc:399] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:45.177175 10285 raft_consensus.cc:493] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:45.177728 10285 raft_consensus.cc:3060] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:45.176932  9985 catalog_manager.cc:5697] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c reported cstate change: term changed from 0 to 1, leader changed from <none> to ddc52a663f054442b35fe4982fbbde2c (127.0.120.3). New cstate: current_term: 1 leader_uuid: "ddc52a663f054442b35fe4982fbbde2c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:45.177207 10282 raft_consensus.cc:493] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:45.178380 10282 raft_consensus.cc:3060] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:45.185257 10285 raft_consensus.cc:515] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } }
I20260630 12:37:45.185428 10282 raft_consensus.cc:515] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } }
I20260630 12:37:45.186120 10285 leader_election.cc:304] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [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: d2680b5a26494742be27d5419363115b; no voters: 
I20260630 12:37:45.186124 10282 leader_election.cc:304] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [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: d46df38f814a4eb6ac43724850bfdad9; no voters: 
I20260630 12:37:45.186976 10285 leader_election.cc:290] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:45.187198 10288 raft_consensus.cc:2804] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:45.187767 10288 raft_consensus.cc:697] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Becoming Leader. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Running, Role: LEADER
I20260630 12:37:45.187351 10299 raft_consensus.cc:2804] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:45.188501 10288 consensus_queue.cc:237] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Queue going to LEADER mode. State: All 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: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } }
I20260630 12:37:45.188855 10299 raft_consensus.cc:697] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Becoming Leader. State: Replica: d2680b5a26494742be27d5419363115b, State: Running, Role: LEADER
I20260630 12:37:45.189024 10285 ts_tablet_manager.cc:1434] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b: Time spent starting tablet: real 0.018s	user 0.016s	sys 0.000s
I20260630 12:37:45.189852 10299 consensus_queue.cc:237] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [LEADER]: Queue going to LEADER mode. State: All 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: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } }
I20260630 12:37:45.194257 10282 leader_election.cc:290] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:45.195827 10282 ts_tablet_manager.cc:1434] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9: Time spent starting tablet: real 0.024s	user 0.015s	sys 0.000s
I20260630 12:37:45.195394  9986 catalog_manager.cc:5697] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "d46df38f814a4eb6ac43724850bfdad9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:45.600942  9984 catalog_manager.cc:5697] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b reported cstate change: term changed from 0 to 1, leader changed from <none> to d2680b5a26494742be27d5419363115b (127.0.120.1). New cstate: current_term: 1 leader_uuid: "d2680b5a26494742be27d5419363115b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: HEALTHY } } }
W20260630 12:37:45.630043 10034 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:46.402091  9986 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48822:
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:37:46.404737  9986 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:37:46.448122 10077 tablet_service.cc:1511] Processing CreateTablet for tablet 90531a850f9d43e1a305713150f72fa2 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:46.449501 10077 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90531a850f9d43e1a305713150f72fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.449271 10152 tablet_service.cc:1511] Processing CreateTablet for tablet 90531a850f9d43e1a305713150f72fa2 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:46.450614 10152 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90531a850f9d43e1a305713150f72fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.450760 10227 tablet_service.cc:1511] Processing CreateTablet for tablet 90531a850f9d43e1a305713150f72fa2 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:46.452047 10227 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90531a850f9d43e1a305713150f72fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.457018 10226 tablet_service.cc:1511] Processing CreateTablet for tablet 731ad710bc5f4637b68fa26090c93ee4 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:46.458504 10226 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 731ad710bc5f4637b68fa26090c93ee4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.459280 10225 tablet_service.cc:1511] Processing CreateTablet for tablet 75a5c37263514b4eaf697ad02f4c6cf2 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:46.460599 10225 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 75a5c37263514b4eaf697ad02f4c6cf2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.464943 10224 tablet_service.cc:1511] Processing CreateTablet for tablet 4ffb3f2a74d14d7186233b7ae69cc7d0 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:46.466362 10224 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ffb3f2a74d14d7186233b7ae69cc7d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.467788 10223 tablet_service.cc:1511] Processing CreateTablet for tablet e0c1be06845148f895e0bb67e88b1c09 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:46.469148 10223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0c1be06845148f895e0bb67e88b1c09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.473057 10222 tablet_service.cc:1511] Processing CreateTablet for tablet 02858b0251414cc4a1ef68d6488db110 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:46.473800 10151 tablet_service.cc:1511] Processing CreateTablet for tablet 75a5c37263514b4eaf697ad02f4c6cf2 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:46.474453 10222 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02858b0251414cc4a1ef68d6488db110. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.475072 10151 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 75a5c37263514b4eaf697ad02f4c6cf2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.475929 10076 tablet_service.cc:1511] Processing CreateTablet for tablet 75a5c37263514b4eaf697ad02f4c6cf2 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:46.473090 10078 tablet_service.cc:1511] Processing CreateTablet for tablet 731ad710bc5f4637b68fa26090c93ee4 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:46.477380 10076 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 75a5c37263514b4eaf697ad02f4c6cf2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.478835 10148 tablet_service.cc:1511] Processing CreateTablet for tablet 02858b0251414cc4a1ef68d6488db110 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:46.480186 10148 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02858b0251414cc4a1ef68d6488db110. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.480228 10075 tablet_service.cc:1511] Processing CreateTablet for tablet 4ffb3f2a74d14d7186233b7ae69cc7d0 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:46.480515 10149 tablet_service.cc:1511] Processing CreateTablet for tablet e0c1be06845148f895e0bb67e88b1c09 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:46.481774 10075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ffb3f2a74d14d7186233b7ae69cc7d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.481830 10149 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0c1be06845148f895e0bb67e88b1c09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.478693 10150 tablet_service.cc:1511] Processing CreateTablet for tablet 4ffb3f2a74d14d7186233b7ae69cc7d0 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:46.483788 10150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ffb3f2a74d14d7186233b7ae69cc7d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.484267 10074 tablet_service.cc:1511] Processing CreateTablet for tablet e0c1be06845148f895e0bb67e88b1c09 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:46.485703 10074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0c1be06845148f895e0bb67e88b1c09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.487426 10078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 731ad710bc5f4637b68fa26090c93ee4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.488294 10073 tablet_service.cc:1511] Processing CreateTablet for tablet 02858b0251414cc4a1ef68d6488db110 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:46.489681 10073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02858b0251414cc4a1ef68d6488db110. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.476037 10153 tablet_service.cc:1511] Processing CreateTablet for tablet 731ad710bc5f4637b68fa26090c93ee4 (DEFAULT_TABLE table=test-workload-rf3 [id=0f042d5029244829bba97699c0addf2d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:46.494779 10153 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 731ad710bc5f4637b68fa26090c93ee4. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:37:46.512405 10017 debug-util.cc:398] Leaking SignalData structure 0x7b08002c6b40 after lost signal to thread 483
I20260630 12:37:46.549045 10352 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9: Bootstrap starting.
I20260630 12:37:46.569038 10352 tablet_bootstrap.cc:654] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.572434 10351 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c: Bootstrap starting.
I20260630 12:37:46.583877 10352 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9: No bootstrap required, opened a new log
I20260630 12:37:46.584558 10352 ts_tablet_manager.cc:1403] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9: Time spent bootstrapping tablet: real 0.036s	user 0.008s	sys 0.010s
I20260630 12:37:46.587400 10352 raft_consensus.cc:359] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.588223 10352 raft_consensus.cc:385] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.588583 10352 raft_consensus.cc:740] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.589409 10352 consensus_queue.cc:260] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.591835 10352 ts_tablet_manager.cc:1434] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:46.592939 10352 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9: Bootstrap starting.
I20260630 12:37:46.592851 10354 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b: Bootstrap starting.
I20260630 12:37:46.603458 10351 tablet_bootstrap.cc:654] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.604797 10352 tablet_bootstrap.cc:654] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.613267 10354 tablet_bootstrap.cc:654] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.616374 10351 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c: No bootstrap required, opened a new log
I20260630 12:37:46.617210 10351 ts_tablet_manager.cc:1403] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c: Time spent bootstrapping tablet: real 0.045s	user 0.012s	sys 0.005s
I20260630 12:37:46.621155 10351 raft_consensus.cc:359] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.622310 10351 raft_consensus.cc:385] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.622766 10351 raft_consensus.cc:740] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.624091 10351 consensus_queue.cc:260] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
W20260630 12:37:46.636183 10034 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:46.639371 10351 ts_tablet_manager.cc:1434] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c: Time spent starting tablet: real 0.022s	user 0.009s	sys 0.000s
I20260630 12:37:46.643397 10352 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9: No bootstrap required, opened a new log
I20260630 12:37:46.644057 10352 ts_tablet_manager.cc:1403] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9: Time spent bootstrapping tablet: real 0.051s	user 0.019s	sys 0.012s
I20260630 12:37:46.644178 10354 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b: No bootstrap required, opened a new log
I20260630 12:37:46.644811 10354 ts_tablet_manager.cc:1403] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b: Time spent bootstrapping tablet: real 0.052s	user 0.019s	sys 0.018s
I20260630 12:37:46.647415 10352 raft_consensus.cc:359] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.647881 10354 raft_consensus.cc:359] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.648547 10352 raft_consensus.cc:385] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.648818 10354 raft_consensus.cc:385] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.648967 10352 raft_consensus.cc:740] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.649365 10354 raft_consensus.cc:740] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2680b5a26494742be27d5419363115b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.649986 10352 consensus_queue.cc:260] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.650732 10351 tablet_bootstrap.cc:492] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c: Bootstrap starting.
I20260630 12:37:46.650512 10354 consensus_queue.cc:260] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.655539 10354 ts_tablet_manager.cc:1434] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:37:46.656724 10354 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b: Bootstrap starting.
I20260630 12:37:46.657440 10352 ts_tablet_manager.cc:1434] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260630 12:37:46.658742 10352 tablet_bootstrap.cc:492] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9: Bootstrap starting.
I20260630 12:37:46.663300 10354 tablet_bootstrap.cc:654] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.669270 10352 tablet_bootstrap.cc:654] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.673015 10351 tablet_bootstrap.cc:654] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.681672 10352 tablet_bootstrap.cc:492] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9: No bootstrap required, opened a new log
I20260630 12:37:46.682322 10352 ts_tablet_manager.cc:1403] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9: Time spent bootstrapping tablet: real 0.024s	user 0.019s	sys 0.000s
I20260630 12:37:46.684021 10354 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b: No bootstrap required, opened a new log
I20260630 12:37:46.684865 10354 ts_tablet_manager.cc:1403] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b: Time spent bootstrapping tablet: real 0.028s	user 0.007s	sys 0.011s
I20260630 12:37:46.685674 10352 raft_consensus.cc:359] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.686568 10352 raft_consensus.cc:385] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.687485 10352 raft_consensus.cc:740] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.688352 10352 consensus_queue.cc:260] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.688511 10354 raft_consensus.cc:359] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.689275 10354 raft_consensus.cc:385] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.689621 10354 raft_consensus.cc:740] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2680b5a26494742be27d5419363115b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.690841 10352 ts_tablet_manager.cc:1434] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:37:46.690403 10354 consensus_queue.cc:260] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.691951 10352 tablet_bootstrap.cc:492] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9: Bootstrap starting.
I20260630 12:37:46.693674 10351 tablet_bootstrap.cc:492] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c: No bootstrap required, opened a new log
I20260630 12:37:46.694312 10351 ts_tablet_manager.cc:1403] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c: Time spent bootstrapping tablet: real 0.044s	user 0.013s	sys 0.011s
I20260630 12:37:46.700371 10354 ts_tablet_manager.cc:1434] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260630 12:37:46.702585 10352 tablet_bootstrap.cc:654] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.697896 10351 raft_consensus.cc:359] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.704913 10351 raft_consensus.cc:385] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.705295 10351 raft_consensus.cc:740] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.706287 10351 consensus_queue.cc:260] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.701699 10354 tablet_bootstrap.cc:492] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b: Bootstrap starting.
I20260630 12:37:46.717630 10351 ts_tablet_manager.cc:1434] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260630 12:37:46.719235 10354 tablet_bootstrap.cc:654] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.725693 10352 tablet_bootstrap.cc:492] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9: No bootstrap required, opened a new log
I20260630 12:37:46.726155 10351 tablet_bootstrap.cc:492] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c: Bootstrap starting.
I20260630 12:37:46.726369 10354 tablet_bootstrap.cc:492] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b: No bootstrap required, opened a new log
I20260630 12:37:46.726300 10352 ts_tablet_manager.cc:1403] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9: Time spent bootstrapping tablet: real 0.035s	user 0.011s	sys 0.011s
I20260630 12:37:46.727234 10354 ts_tablet_manager.cc:1403] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.004s
I20260630 12:37:46.729982 10352 raft_consensus.cc:359] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.730176 10354 raft_consensus.cc:359] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.730805 10352 raft_consensus.cc:385] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.730991 10354 raft_consensus.cc:385] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.731223 10352 raft_consensus.cc:740] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.731455 10354 raft_consensus.cc:740] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2680b5a26494742be27d5419363115b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.732213 10352 consensus_queue.cc:260] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.732365 10354 consensus_queue.cc:260] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.733479 10333 raft_consensus.cc:493] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.734028 10333 raft_consensus.cc:515] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.737222 10354 ts_tablet_manager.cc:1434] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b: Time spent starting tablet: real 0.010s	user 0.001s	sys 0.004s
I20260630 12:37:46.738399 10354 tablet_bootstrap.cc:492] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b: Bootstrap starting.
I20260630 12:37:46.739792 10352 ts_tablet_manager.cc:1434] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:37:46.741055 10352 tablet_bootstrap.cc:492] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9: Bootstrap starting.
I20260630 12:37:46.746165 10354 tablet_bootstrap.cc:654] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.748015 10333 leader_election.cc:290] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935)
I20260630 12:37:46.755548 10352 tablet_bootstrap.cc:654] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.762883 10354 tablet_bootstrap.cc:492] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b: No bootstrap required, opened a new log
I20260630 12:37:46.763516 10354 ts_tablet_manager.cc:1403] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.004s
I20260630 12:37:46.766646 10354 raft_consensus.cc:359] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.767488 10354 raft_consensus.cc:385] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.767854 10354 raft_consensus.cc:740] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2680b5a26494742be27d5419363115b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.763540 10352 tablet_bootstrap.cc:492] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9: No bootstrap required, opened a new log
I20260630 12:37:46.768869 10352 ts_tablet_manager.cc:1403] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.003s
I20260630 12:37:46.769088 10351 tablet_bootstrap.cc:654] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.768648 10354 consensus_queue.cc:260] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.771510 10352 raft_consensus.cc:359] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.775274 10352 raft_consensus.cc:385] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.775640 10352 raft_consensus.cc:740] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.776603 10352 consensus_queue.cc:260] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.782234 10352 ts_tablet_manager.cc:1434] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.000s
I20260630 12:37:46.779330 10354 ts_tablet_manager.cc:1434] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260630 12:37:46.783581 10354 tablet_bootstrap.cc:492] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b: Bootstrap starting.
I20260630 12:37:46.789845 10354 tablet_bootstrap.cc:654] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.793979 10351 tablet_bootstrap.cc:492] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c: No bootstrap required, opened a new log
I20260630 12:37:46.791003 10352 tablet_bootstrap.cc:492] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9: Bootstrap starting.
I20260630 12:37:46.802358 10352 tablet_bootstrap.cc:654] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.803138 10351 ts_tablet_manager.cc:1403] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c: Time spent bootstrapping tablet: real 0.077s	user 0.011s	sys 0.004s
I20260630 12:37:46.809299 10331 raft_consensus.cc:493] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.811507 10331 raft_consensus.cc:515] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.814312 10354 tablet_bootstrap.cc:492] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b: No bootstrap required, opened a new log
I20260630 12:37:46.814851 10354 ts_tablet_manager.cc:1403] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b: Time spent bootstrapping tablet: real 0.032s	user 0.014s	sys 0.008s
I20260630 12:37:46.814653 10351 raft_consensus.cc:359] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.815407 10351 raft_consensus.cc:385] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.815742 10351 raft_consensus.cc:740] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.817240 10331 leader_election.cc:290] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.816499 10351 consensus_queue.cc:260] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.821077 10354 raft_consensus.cc:359] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.824980 10354 raft_consensus.cc:385] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.825415 10354 raft_consensus.cc:740] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2680b5a26494742be27d5419363115b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.833243 10354 consensus_queue.cc:260] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.836858 10354 ts_tablet_manager.cc:1434] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.002s
I20260630 12:37:46.838686 10354 tablet_bootstrap.cc:492] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b: Bootstrap starting.
I20260630 12:37:46.838907 10351 ts_tablet_manager.cc:1434] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c: Time spent starting tablet: real 0.029s	user 0.006s	sys 0.001s
I20260630 12:37:46.843359 10088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90531a850f9d43e1a305713150f72fa2" candidate_uuid: "ddc52a663f054442b35fe4982fbbde2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b" is_pre_election: true
I20260630 12:37:46.843598 10351 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c: Bootstrap starting.
I20260630 12:37:46.844214 10088 raft_consensus.cc:2468] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ddc52a663f054442b35fe4982fbbde2c in term 0.
I20260630 12:37:46.847956 10203 leader_election.cc:304] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d2680b5a26494742be27d5419363115b, ddc52a663f054442b35fe4982fbbde2c; no voters: 
I20260630 12:37:46.852959 10327 raft_consensus.cc:493] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.853755 10327 raft_consensus.cc:515] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.855612 10333 raft_consensus.cc:2804] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:46.856104 10333 raft_consensus.cc:493] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:46.856491 10333 raft_consensus.cc:3060] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.857615 10327 leader_election.cc:290] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.858287 10327 raft_consensus.cc:493] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.864006 10327 raft_consensus.cc:515] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.870468 10163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90531a850f9d43e1a305713150f72fa2" candidate_uuid: "ddc52a663f054442b35fe4982fbbde2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9" is_pre_election: true
I20260630 12:37:46.881238 10354 tablet_bootstrap.cc:654] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.886543 10163 raft_consensus.cc:2468] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ddc52a663f054442b35fe4982fbbde2c in term 0.
I20260630 12:37:46.899959 10352 tablet_bootstrap.cc:492] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9: No bootstrap required, opened a new log
I20260630 12:37:46.900512 10352 ts_tablet_manager.cc:1403] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9: Time spent bootstrapping tablet: real 0.110s	user 0.021s	sys 0.003s
I20260630 12:37:46.905673 10351 tablet_bootstrap.cc:654] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.912695 10333 raft_consensus.cc:515] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.914255 10237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90531a850f9d43e1a305713150f72fa2" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:46.914954 10333 leader_election.cc:290] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [CANDIDATE]: Term 1 election: Requested vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935)
I20260630 12:37:46.915459 10237 raft_consensus.cc:2393] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d2680b5a26494742be27d5419363115b in current term 1: Already voted for candidate ddc52a663f054442b35fe4982fbbde2c in this term.
I20260630 12:37:46.916256 10352 raft_consensus.cc:359] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.920128 10352 raft_consensus.cc:385] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.920542 10352 raft_consensus.cc:740] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.920758 10327 leader_election.cc:290] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.918120 10163 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90531a850f9d43e1a305713150f72fa2" candidate_uuid: "ddc52a663f054442b35fe4982fbbde2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9"
I20260630 12:37:46.921669 10163 raft_consensus.cc:3060] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.921474 10352 consensus_queue.cc:260] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.916736 10088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90531a850f9d43e1a305713150f72fa2" candidate_uuid: "ddc52a663f054442b35fe4982fbbde2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b"
I20260630 12:37:46.925230 10088 raft_consensus.cc:3060] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.927731 10352 ts_tablet_manager.cc:1434] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9: Time spent starting tablet: real 0.027s	user 0.009s	sys 0.000s
I20260630 12:37:46.929607 10331 raft_consensus.cc:493] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.930244 10331 raft_consensus.cc:515] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.931497 10162 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90531a850f9d43e1a305713150f72fa2" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9" is_pre_election: true
I20260630 12:37:46.932639 10331 leader_election.cc:290] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.935563 10054 leader_election.cc:304] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [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: d2680b5a26494742be27d5419363115b; no voters: d46df38f814a4eb6ac43724850bfdad9, ddc52a663f054442b35fe4982fbbde2c
I20260630 12:37:46.935961 10237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ffb3f2a74d14d7186233b7ae69cc7d0" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:46.936661 10237 raft_consensus.cc:2468] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2680b5a26494742be27d5419363115b in term 0.
I20260630 12:37:46.938279 10053 leader_election.cc:304] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d2680b5a26494742be27d5419363115b, ddc52a663f054442b35fe4982fbbde2c; no voters: 
I20260630 12:37:46.939659 10162 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ffb3f2a74d14d7186233b7ae69cc7d0" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9" is_pre_election: true
I20260630 12:37:46.936661 10327 raft_consensus.cc:493] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.941164 10327 raft_consensus.cc:515] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.945489 10163 raft_consensus.cc:2468] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ddc52a663f054442b35fe4982fbbde2c in term 1.
I20260630 12:37:46.946092 10162 raft_consensus.cc:2468] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2680b5a26494742be27d5419363115b in term 0.
I20260630 12:37:46.946642 10203 leader_election.cc:304] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d46df38f814a4eb6ac43724850bfdad9, ddc52a663f054442b35fe4982fbbde2c; no voters: 
I20260630 12:37:46.947667 10333 raft_consensus.cc:2804] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.950203 10087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "75a5c37263514b4eaf697ad02f4c6cf2" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b" is_pre_election: true
I20260630 12:37:46.951072 10087 raft_consensus.cc:2468] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 0.
I20260630 12:37:46.953382 10087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90531a850f9d43e1a305713150f72fa2" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b" is_pre_election: true
I20260630 12:37:46.945302 10088 raft_consensus.cc:2468] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ddc52a663f054442b35fe4982fbbde2c in term 1.
I20260630 12:37:46.956561 10087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ffb3f2a74d14d7186233b7ae69cc7d0" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b" is_pre_election: true
I20260630 12:37:46.956956 10331 raft_consensus.cc:2749] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:46.958267 10087 raft_consensus.cc:2468] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 0.
I20260630 12:37:46.959954 10331 raft_consensus.cc:2804] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:46.960263 10331 raft_consensus.cc:493] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:46.960897 10331 raft_consensus.cc:3060] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.960012 10129 leader_election.cc:304] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9; no voters: 
I20260630 12:37:46.962913 10375 raft_consensus.cc:2804] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:46.963320 10375 raft_consensus.cc:493] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:46.963344 10129 leader_election.cc:304] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9; no voters: 
I20260630 12:37:46.963681 10375 raft_consensus.cc:3060] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.964802 10351 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c: No bootstrap required, opened a new log
I20260630 12:37:46.965518 10351 ts_tablet_manager.cc:1403] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c: Time spent bootstrapping tablet: real 0.122s	user 0.019s	sys 0.007s
I20260630 12:37:46.968212 10331 raft_consensus.cc:515] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.957728 10327 leader_election.cc:290] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.970762 10327 raft_consensus.cc:2804] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:46.971174 10327 raft_consensus.cc:493] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:46.971524 10327 raft_consensus.cc:3060] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.971956 10354 tablet_bootstrap.cc:492] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b: No bootstrap required, opened a new log
I20260630 12:37:46.976538 10162 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ffb3f2a74d14d7186233b7ae69cc7d0" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9"
I20260630 12:37:46.977064 10354 ts_tablet_manager.cc:1403] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b: Time spent bootstrapping tablet: real 0.139s	user 0.018s	sys 0.007s
I20260630 12:37:46.979094 10237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ffb3f2a74d14d7186233b7ae69cc7d0" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c"
I20260630 12:37:46.979738 10237 raft_consensus.cc:3060] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.980302 10354 raft_consensus.cc:359] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.981122 10354 raft_consensus.cc:385] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.981420 10354 raft_consensus.cc:740] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2680b5a26494742be27d5419363115b, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.981849 10236 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "75a5c37263514b4eaf697ad02f4c6cf2" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:46.982570 10236 raft_consensus.cc:2468] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 0.
I20260630 12:37:46.972131 10375 raft_consensus.cc:515] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.983878 10235 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "90531a850f9d43e1a305713150f72fa2" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:46.984746 10375 leader_election.cc:290] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Requested vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.985069 10234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ffb3f2a74d14d7186233b7ae69cc7d0" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:46.985520 10375 raft_consensus.cc:493] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:46.986020 10375 raft_consensus.cc:515] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.987169 10333 raft_consensus.cc:697] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 1 LEADER]: Becoming Leader. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Running, Role: LEADER
I20260630 12:37:46.988261 10237 raft_consensus.cc:2468] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d2680b5a26494742be27d5419363115b in term 1.
I20260630 12:37:46.989702 10087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "75a5c37263514b4eaf697ad02f4c6cf2" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b"
I20260630 12:37:46.990216 10375 leader_election.cc:290] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.990428 10087 raft_consensus.cc:3060] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.979143 10331 leader_election.cc:290] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 election: Requested vote from peers d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.977980 10327 raft_consensus.cc:515] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.989822 10234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "75a5c37263514b4eaf697ad02f4c6cf2" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c"
I20260630 12:37:46.992503 10234 raft_consensus.cc:3060] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.988180 10333 consensus_queue.cc:237] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.999868 10234 raft_consensus.cc:2468] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 1.
I20260630 12:37:47.000345 10087 raft_consensus.cc:2468] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 1.
I20260630 12:37:47.001366 10128 leader_election.cc:304] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d46df38f814a4eb6ac43724850bfdad9, ddc52a663f054442b35fe4982fbbde2c; no voters: 
I20260630 12:37:47.002483 10375 raft_consensus.cc:2804] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.990994 10382 raft_consensus.cc:493] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.003213 10382 raft_consensus.cc:515] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.990934 10053 leader_election.cc:304] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d2680b5a26494742be27d5419363115b, ddc52a663f054442b35fe4982fbbde2c; no voters: 
I20260630 12:37:47.004467 10327 leader_election.cc:290] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Requested vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:46.975328 10351 raft_consensus.cc:359] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:46.991451 10237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02858b0251414cc4a1ef68d6488db110" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:46.988099 10384 raft_consensus.cc:493] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.005514 10087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ffb3f2a74d14d7186233b7ae69cc7d0" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b"
I20260630 12:37:47.002633 10162 raft_consensus.cc:2393] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d2680b5a26494742be27d5419363115b in current term 1: Already voted for candidate d46df38f814a4eb6ac43724850bfdad9 in this term.
I20260630 12:37:46.991914 10088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02858b0251414cc4a1ef68d6488db110" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b" is_pre_election: true
I20260630 12:37:47.006445 10088 raft_consensus.cc:2468] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 0.
I20260630 12:37:47.005455 10384 raft_consensus.cc:515] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.006640 10237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ffb3f2a74d14d7186233b7ae69cc7d0" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c"
I20260630 12:37:47.007588 10087 raft_consensus.cc:2393] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d46df38f814a4eb6ac43724850bfdad9 in current term 1: Already voted for candidate d2680b5a26494742be27d5419363115b in this term.
I20260630 12:37:47.007874 10237 raft_consensus.cc:2393] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d46df38f814a4eb6ac43724850bfdad9 in current term 1: Already voted for candidate d2680b5a26494742be27d5419363115b in this term.
W20260630 12:37:47.010108 10128 leader_election.cc:343] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.011992 10237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0c1be06845148f895e0bb67e88b1c09" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:47.012768 10129 leader_election.cc:304] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [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: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9; no voters: ddc52a663f054442b35fe4982fbbde2c
I20260630 12:37:47.015760 10382 leader_election.cc:290] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:47.015837 10129 leader_election.cc:304] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [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: d46df38f814a4eb6ac43724850bfdad9; no voters: d2680b5a26494742be27d5419363115b, ddc52a663f054442b35fe4982fbbde2c
I20260630 12:37:47.016628 10382 raft_consensus.cc:2804] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.016798 10235 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02858b0251414cc4a1ef68d6488db110" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:47.009122 10384 leader_election.cc:290] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:47.014024 10128 leader_election.cc:304] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [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: d46df38f814a4eb6ac43724850bfdad9; no voters: d2680b5a26494742be27d5419363115b, ddc52a663f054442b35fe4982fbbde2c
I20260630 12:37:47.017925 10384 raft_consensus.cc:2804] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:37:47.018343 10053 leader_election.cc:343] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.018432 10384 raft_consensus.cc:493] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.019099 10384 raft_consensus.cc:3060] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.019112 10162 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02858b0251414cc4a1ef68d6488db110" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9" is_pre_election: true
I20260630 12:37:47.017161 10382 raft_consensus.cc:697] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Becoming Leader. State: Replica: d2680b5a26494742be27d5419363115b, State: Running, Role: LEADER
I20260630 12:37:47.020718 10382 consensus_queue.cc:237] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.022348  9981 catalog_manager.cc:5697] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c reported cstate change: term changed from 0 to 1, leader changed from <none> to ddc52a663f054442b35fe4982fbbde2c (127.0.120.3). New cstate: current_term: 1 leader_uuid: "ddc52a663f054442b35fe4982fbbde2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:47.023254 10327 raft_consensus.cc:2749] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:46.982285 10354 consensus_queue.cc:260] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.024252 10327 raft_consensus.cc:2749] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:47.026391 10354 ts_tablet_manager.cc:1434] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b: Time spent starting tablet: real 0.049s	user 0.007s	sys 0.000s
I20260630 12:37:47.014178 10087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0c1be06845148f895e0bb67e88b1c09" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b" is_pre_election: true
I20260630 12:37:47.030055 10087 raft_consensus.cc:2468] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 0.
I20260630 12:37:47.032066 10129 leader_election.cc:304] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9; no voters: 
I20260630 12:37:47.032711 10375 raft_consensus.cc:697] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Becoming Leader. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Running, Role: LEADER
I20260630 12:37:47.033325 10327 raft_consensus.cc:2804] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:47.005784 10351 raft_consensus.cc:385] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.033758 10327 raft_consensus.cc:493] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.033857 10351 raft_consensus.cc:740] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.034252 10327 raft_consensus.cc:3060] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.035149 10351 consensus_queue.cc:260] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.037060 10237 raft_consensus.cc:2468] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 0.
I20260630 12:37:47.036185 10375 consensus_queue.cc:237] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.041926 10351 ts_tablet_manager.cc:1434] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c: Time spent starting tablet: real 0.076s	user 0.006s	sys 0.003s
I20260630 12:37:47.046370 10351 tablet_bootstrap.cc:492] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c: Bootstrap starting.
I20260630 12:37:47.048084  9980 catalog_manager.cc:5697] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b reported cstate change: term changed from 0 to 1, leader changed from <none> to d2680b5a26494742be27d5419363115b (127.0.120.1). New cstate: current_term: 1 leader_uuid: "d2680b5a26494742be27d5419363115b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.052948 10351 tablet_bootstrap.cc:654] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.053431 10384 raft_consensus.cc:515] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.054841 10162 raft_consensus.cc:2393] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d2680b5a26494742be27d5419363115b in current term 1: Already voted for candidate d46df38f814a4eb6ac43724850bfdad9 in this term.
I20260630 12:37:47.056877 10054 leader_election.cc:304] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [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: d2680b5a26494742be27d5419363115b; no voters: d46df38f814a4eb6ac43724850bfdad9, ddc52a663f054442b35fe4982fbbde2c
I20260630 12:37:47.058091 10382 raft_consensus.cc:3060] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.058893 10087 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02858b0251414cc4a1ef68d6488db110" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b"
I20260630 12:37:47.060539 10384 leader_election.cc:290] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Requested vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:47.063697 10237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02858b0251414cc4a1ef68d6488db110" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c"
W20260630 12:37:47.065531 10128 leader_election.cc:343] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.066684 10382 raft_consensus.cc:2749] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:47.052984 10327 raft_consensus.cc:515] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.074008 10087 raft_consensus.cc:2468] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 1.
I20260630 12:37:47.073755 10088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0c1be06845148f895e0bb67e88b1c09" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b"
I20260630 12:37:47.075126 10088 raft_consensus.cc:3060] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.073163  9986 catalog_manager.cc:5697] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "d46df38f814a4eb6ac43724850bfdad9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.079401 10129 leader_election.cc:304] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [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: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9; no voters: ddc52a663f054442b35fe4982fbbde2c
I20260630 12:37:47.081017 10384 raft_consensus.cc:2804] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.081542 10384 raft_consensus.cc:697] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Becoming Leader. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Running, Role: LEADER
I20260630 12:37:47.087335 10351 tablet_bootstrap.cc:492] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c: No bootstrap required, opened a new log
I20260630 12:37:47.087954 10351 ts_tablet_manager.cc:1403] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c: Time spent bootstrapping tablet: real 0.042s	user 0.014s	sys 0.023s
I20260630 12:37:47.088945 10088 raft_consensus.cc:2468] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 1.
I20260630 12:37:47.090209 10129 leader_election.cc:304] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9; no voters: 
I20260630 12:37:47.087324 10384 consensus_queue.cc:237] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.092803 10382 raft_consensus.cc:493] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.091439 10375 raft_consensus.cc:2804] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.093483 10375 raft_consensus.cc:697] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Becoming Leader. State: Replica: d46df38f814a4eb6ac43724850bfdad9, State: Running, Role: LEADER
I20260630 12:37:47.093219 10351 raft_consensus.cc:359] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.093339 10382 raft_consensus.cc:515] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.094175 10351 raft_consensus.cc:385] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.094520 10351 raft_consensus.cc:740] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.095749 10327 leader_election.cc:290] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [CANDIDATE]: Term 1 election: Requested vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:47.096429 10375 consensus_queue.cc:237] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.099443 10237 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e0c1be06845148f895e0bb67e88b1c09" candidate_uuid: "d46df38f814a4eb6ac43724850bfdad9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c"
I20260630 12:37:47.100070 10237 raft_consensus.cc:3060] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.099965 10382 leader_election.cc:290] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:47.102779 10162 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "731ad710bc5f4637b68fa26090c93ee4" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9" is_pre_election: true
I20260630 12:37:47.103142 10235 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "731ad710bc5f4637b68fa26090c93ee4" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c" is_pre_election: true
I20260630 12:37:47.101097 10351 consensus_queue.cc:260] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
W20260630 12:37:47.105296 10053 leader_election.cc:343] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.103474 10162 raft_consensus.cc:2468] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d2680b5a26494742be27d5419363115b in term 0.
I20260630 12:37:47.109894 10054 leader_election.cc:304] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [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: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9; no voters: ddc52a663f054442b35fe4982fbbde2c
I20260630 12:37:47.112178 10351 ts_tablet_manager.cc:1434] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c: Time spent starting tablet: real 0.024s	user 0.008s	sys 0.001s
I20260630 12:37:47.113478 10351 tablet_bootstrap.cc:492] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c: Bootstrap starting.
I20260630 12:37:47.111258 10382 raft_consensus.cc:2804] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:47.120316 10382 raft_consensus.cc:493] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.120594 10382 raft_consensus.cc:3060] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.125257  9980 catalog_manager.cc:5697] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "d46df38f814a4eb6ac43724850bfdad9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.128422 10382 raft_consensus.cc:515] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.128947 10237 raft_consensus.cc:2468] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d46df38f814a4eb6ac43724850bfdad9 in term 1.
I20260630 12:37:47.131757 10162 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "731ad710bc5f4637b68fa26090c93ee4" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9"
I20260630 12:37:47.132440 10382 leader_election.cc:290] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 election: Requested vote from peers d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935), ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:47.133355 10235 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "731ad710bc5f4637b68fa26090c93ee4" candidate_uuid: "d2680b5a26494742be27d5419363115b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddc52a663f054442b35fe4982fbbde2c"
W20260630 12:37:47.134882 10053 leader_election.cc:343] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.132362 10162 raft_consensus.cc:3060] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.138593 10351 tablet_bootstrap.cc:654] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.144610 10162 raft_consensus.cc:2468] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d2680b5a26494742be27d5419363115b in term 1.
I20260630 12:37:47.146346 10054 leader_election.cc:304] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [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: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9; no voters: ddc52a663f054442b35fe4982fbbde2c
I20260630 12:37:47.147773  9980 catalog_manager.cc:5697] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 reported cstate change: term changed from 0 to 1, leader changed from <none> to d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "d46df38f814a4eb6ac43724850bfdad9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.150262 10382 raft_consensus.cc:2804] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.151441 10382 raft_consensus.cc:697] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Becoming Leader. State: Replica: d2680b5a26494742be27d5419363115b, State: Running, Role: LEADER
I20260630 12:37:47.152586 10382 consensus_queue.cc:237] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.168296 10351 tablet_bootstrap.cc:492] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c: No bootstrap required, opened a new log
I20260630 12:37:47.168861 10351 ts_tablet_manager.cc:1403] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c: Time spent bootstrapping tablet: real 0.056s	user 0.023s	sys 0.010s
I20260630 12:37:47.169896  9980 catalog_manager.cc:5697] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b reported cstate change: term changed from 0 to 1, leader changed from <none> to d2680b5a26494742be27d5419363115b (127.0.120.1). New cstate: current_term: 1 leader_uuid: "d2680b5a26494742be27d5419363115b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.171942 10351 raft_consensus.cc:359] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.172695 10351 raft_consensus.cc:385] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.172969 10351 raft_consensus.cc:740] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddc52a663f054442b35fe4982fbbde2c, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.173631 10351 consensus_queue.cc:260] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.175490 10351 ts_tablet_manager.cc:1434] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.002s
I20260630 12:37:47.389263 10333 raft_consensus.cc:493] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.389848 10333 raft_consensus.cc:515] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } }
I20260630 12:37:47.392025 10333 leader_election.cc:290] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2680b5a26494742be27d5419363115b (127.0.120.1:39819), d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935)
I20260630 12:37:47.393962 10162 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02858b0251414cc4a1ef68d6488db110" candidate_uuid: "ddc52a663f054442b35fe4982fbbde2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d46df38f814a4eb6ac43724850bfdad9" is_pre_election: true
I20260630 12:37:47.395867 10088 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02858b0251414cc4a1ef68d6488db110" candidate_uuid: "ddc52a663f054442b35fe4982fbbde2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2680b5a26494742be27d5419363115b" is_pre_election: true
I20260630 12:37:47.396816 10088 raft_consensus.cc:2393] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ddc52a663f054442b35fe4982fbbde2c in current term 1: Already voted for candidate d46df38f814a4eb6ac43724850bfdad9 in this term.
I20260630 12:37:47.401520 10203 leader_election.cc:304] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [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: ddc52a663f054442b35fe4982fbbde2c; no voters: d2680b5a26494742be27d5419363115b, d46df38f814a4eb6ac43724850bfdad9
I20260630 12:37:47.402757 10333 raft_consensus.cc:3060] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.439893 10383 consensus_queue.cc:1048] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:47.447446 10237 raft_consensus.cc:3060] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.450093 10235 raft_consensus.cc:1275] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.451826 10375 consensus_queue.cc:1048] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:47.452025 10163 raft_consensus.cc:1275] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Refusing update from remote peer d2680b5a26494742be27d5419363115b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.457859 10237 raft_consensus.cc:1275] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Refusing update from remote peer d2680b5a26494742be27d5419363115b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.460019 10382 consensus_queue.cc:1048] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:47.464103 10088 raft_consensus.cc:1275] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.466729 10382 consensus_queue.cc:1048] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:47.470089 10384 consensus_queue.cc:1048] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:47.476351 10086 raft_consensus.cc:1275] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.486369 10088 raft_consensus.cc:1275] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.488574 10384 consensus_queue.cc:1048] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:47.490242 10384 consensus_queue.cc:1048] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:47.492869 10163 raft_consensus.cc:1275] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Refusing update from remote peer d2680b5a26494742be27d5419363115b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.498054 10235 raft_consensus.cc:1275] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Refusing update from remote peer d2680b5a26494742be27d5419363115b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.514169 10331 consensus_queue.cc:1048] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:47.516592 10333 raft_consensus.cc:2749] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:47.518375 10236 raft_consensus.cc:1275] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.521103 10237 raft_consensus.cc:1275] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:47.533831 10382 consensus_queue.cc:1048] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:47.533989 10327 consensus_queue.cc:1048] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:47.533598 10384 consensus_queue.cc:1048] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
W20260630 12:37:47.588479 10203 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:40935, user_credentials={real_user=slave}} blocked reactor thread for 49607.7us
I20260630 12:37:47.636004 10423 consensus_queue.cc:1048] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:47.855926 10440 log.cc:927] Time spent T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c: Append to log took a long time: real 0.059s	user 0.001s	sys 0.000s
I20260630 12:37:47.874658 10407 mvcc.cc:204] Tried to move back new op lower bound from 7302443284231512064 to 7302443283071164416. Current Snapshot: MvccSnapshot[applied={T|T < 7302443284231512064}]
I20260630 12:37:49.036474   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:49.054409 10459 instance_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:49.056527 10460 instance_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:49.057698 10462 instance_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:49.059494   480 server_base.cc:1061] running on GCE node
I20260630 12:37:49.061533   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:49.061864   480 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:49.062095   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823069062078 us; error 0 us; skew 500 ppm
I20260630 12:37:49.062844   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:49.066264   480 webserver.cc:533] Webserver started at http://127.0.120.4:39009/ using document root <none> and password file <none>
I20260630 12:37:49.067054   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:49.067320   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:49.067659   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:49.069240   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "a3f0c9836f22462f8acc6d2ab5b509f4"
format_stamp: "Formatted at 2026-06-30 12:37:49 on dist-test-slave-80h9"
I20260630 12:37:49.076694   480 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.004s
I20260630 12:37:49.081866 10467 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:49.082904   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:49.083354   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "a3f0c9836f22462f8acc6d2ab5b509f4"
format_stamp: "Formatted at 2026-06-30 12:37:49 on dist-test-slave-80h9"
I20260630 12:37:49.083760   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822836191499-480-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:49.110848   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:49.112650   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:49.114761   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:49.118345   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:49.118654   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:49.118988   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:49.119233   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:49.183704   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:40069
I20260630 12:37:49.183800 10529 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:40069 every 8 connection(s)
I20260630 12:37:49.213157 10530 heartbeater.cc:344] Connected to a master server at 127.0.120.62:44055
I20260630 12:37:49.213747 10530 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:49.214795 10530 heartbeater.cc:507] Master 127.0.120.62:44055 requested a full tablet report, sending...
I20260630 12:37:49.217217  9986 ts_manager.cc:194] Registered new tserver with Master: a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4:40069)
I20260630 12:37:49.219066  9986 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48824
I20260630 12:37:49.860196 10161 consensus_queue.cc:237] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [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: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } }
I20260630 12:37:49.874477 10236 raft_consensus.cc:1275] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:37:49.878463 10386 consensus_queue.cc:1048] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } 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:37:49.882990 10085 raft_consensus.cc:1275] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:37:49.885939 10539 consensus_queue.cc:1048] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:37:49.888357 10386 raft_consensus.cc:2955] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:49.892665 10236 raft_consensus.cc:2955] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:49.893023 10085 raft_consensus.cc:2955] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
W20260630 12:37:49.898231 10126 consensus_peers.cc:597] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 -> Peer a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4:40069): Couldn't send request to peer a3f0c9836f22462f8acc6d2ab5b509f4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e0c1be06845148f895e0bb67e88b1c09. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:49.911258  9986 catalog_manager.cc:5697] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b reported cstate change: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "d46df38f814a4eb6ac43724850bfdad9" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:49.942787 10085 consensus_queue.cc:237] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [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: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } attrs { replace: true } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } }
I20260630 12:37:49.960737 10161 raft_consensus.cc:1275] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Refusing update from remote peer d2680b5a26494742be27d5419363115b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:37:49.964120 10236 raft_consensus.cc:1275] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Refusing update from remote peer d2680b5a26494742be27d5419363115b: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:37:49.971195 10450 consensus_queue.cc:1048] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:37:49.974548 10548 consensus_queue.cc:1048] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
W20260630 12:37:49.976522 10051 consensus_peers.cc:597] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b -> Peer a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4:40069): Couldn't send request to peer a3f0c9836f22462f8acc6d2ab5b509f4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 731ad710bc5f4637b68fa26090c93ee4. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:49.990411 10450 raft_consensus.cc:2955] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } attrs { replace: true } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:49.996776 10236 raft_consensus.cc:2955] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } attrs { replace: true } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:49.998230 10163 raft_consensus.cc:2955] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } attrs { replace: true } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:50.012059  9979 catalog_manager.cc:5697] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b reported cstate change: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "d2680b5a26494742be27d5419363115b" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:50.056736 10236 consensus_queue.cc:237] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [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: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } attrs { replace: true } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } }
I20260630 12:37:50.067006 10163 raft_consensus.cc:1275] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Refusing update from remote peer ddc52a663f054442b35fe4982fbbde2c: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:37:50.069499 10383 consensus_queue.cc:1048] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [LEADER]: Connected to new peer: Peer: permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260630 12:37:50.081243 10085 raft_consensus.cc:1275] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Refusing update from remote peer ddc52a663f054442b35fe4982fbbde2c: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:37:50.083436 10556 consensus_queue.cc:1048] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } 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:37:50.085861 10556 raft_consensus.cc:2955] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } attrs { replace: true } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:50.097757 10163 raft_consensus.cc:2955] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } attrs { replace: true } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:50.104516  9981 catalog_manager.cc:5697] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c reported cstate change: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "ddc52a663f054442b35fe4982fbbde2c" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:50.108187 10161 consensus_queue.cc:237] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [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: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } }
W20260630 12:37:50.111105 10200 consensus_peers.cc:597] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c -> Peer a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4:40069): Couldn't send request to peer a3f0c9836f22462f8acc6d2ab5b509f4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 90531a850f9d43e1a305713150f72fa2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:50.110396 10085 raft_consensus.cc:2955] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } attrs { replace: true } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:50.141044 10236 raft_consensus.cc:1275] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260630 12:37:50.142373 10126 consensus_peers.cc:597] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 -> Peer a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4:40069): Couldn't send request to peer a3f0c9836f22462f8acc6d2ab5b509f4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 02858b0251414cc4a1ef68d6488db110. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:50.143293 10085 raft_consensus.cc:1275] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Refusing update from remote peer d46df38f814a4eb6ac43724850bfdad9: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260630 12:37:50.143242 10540 consensus_queue.cc:1048] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } 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:37:50.144969 10539 consensus_queue.cc:1048] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:37:50.152995 10540 raft_consensus.cc:2955] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:50.154768 10236 raft_consensus.cc:2955] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:50.158196 10085 raft_consensus.cc:2955] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } } }
I20260630 12:37:50.220741   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:37:50.222568 10530 heartbeater.cc:499] Master 127.0.120.62:44055 was elected leader, sending a full tablet report...
I20260630 12:37:50.219215  9985 catalog_manager.cc:5697] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 reported cstate change: config changed from index -1 to 16, NON_VOTER a3f0c9836f22462f8acc6d2ab5b509f4 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "d46df38f814a4eb6ac43724850bfdad9" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:50.312547 10129 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:37:50.326455   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260630 12:37:50.326721 10129 consensus_peers.cc:597] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 -> Peer d2680b5a26494742be27d5419363115b (127.0.120.1:39819): Couldn't send request to peer d2680b5a26494742be27d5419363115b. 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:37:50.327862   480 tablet_replica.cc:333] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b: stopping tablet replica
I20260630 12:37:50.329892   480 raft_consensus.cc:2243] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.332895   480 raft_consensus.cc:2272] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.337774   480 tablet_replica.cc:333] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b: stopping tablet replica
I20260630 12:37:50.338800   480 raft_consensus.cc:2243] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.341048   480 raft_consensus.cc:2272] T 02858b0251414cc4a1ef68d6488db110 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.347667   480 tablet_replica.cc:333] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b: stopping tablet replica
I20260630 12:37:50.349467   480 raft_consensus.cc:2243] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.351330   480 raft_consensus.cc:2272] T 75a5c37263514b4eaf697ad02f4c6cf2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.358135   480 tablet_replica.cc:333] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b: stopping tablet replica
I20260630 12:37:50.359609   480 raft_consensus.cc:2243] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.362411   480 raft_consensus.cc:2272] T 90531a850f9d43e1a305713150f72fa2 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.363600 10566 ts_tablet_manager.cc:933] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: Initiating tablet copy from peer d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935)
I20260630 12:37:50.370224   480 tablet_replica.cc:333] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b: stopping tablet replica
I20260630 12:37:50.371912   480 raft_consensus.cc:2243] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.373485 10566 tablet_copy_client.cc:323] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:40935
I20260630 12:37:50.377233   480 raft_consensus.cc:2272] T 731ad710bc5f4637b68fa26090c93ee4 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.386525   480 tablet_replica.cc:333] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b: stopping tablet replica
I20260630 12:37:50.388230   480 raft_consensus.cc:2243] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.390115   480 raft_consensus.cc:2272] T e0c1be06845148f895e0bb67e88b1c09 P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.397742   480 tablet_replica.cc:333] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b: stopping tablet replica
I20260630 12:37:50.398816   480 raft_consensus.cc:2243] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.400213   480 raft_consensus.cc:2272] T c3fd867e1d0242dbb23f6c9e01c8b4ed P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.405614   480 tablet_replica.cc:333] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b: stopping tablet replica
I20260630 12:37:50.406579   480 raft_consensus.cc:2243] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.408041   480 raft_consensus.cc:2272] T 6118d9d703614887ba7810de35e9ddfe P d2680b5a26494742be27d5419363115b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.408591 10173 tablet_copy_service.cc:140] P d46df38f814a4eb6ac43724850bfdad9: Received BeginTabletCopySession request for tablet e0c1be06845148f895e0bb67e88b1c09 from peer a3f0c9836f22462f8acc6d2ab5b509f4 ({username='slave'} at 127.0.0.1:49554)
I20260630 12:37:50.409592 10173 tablet_copy_service.cc:161] P d46df38f814a4eb6ac43724850bfdad9: Beginning new tablet copy session on tablet e0c1be06845148f895e0bb67e88b1c09 from peer a3f0c9836f22462f8acc6d2ab5b509f4 at {username='slave'} at 127.0.0.1:49554: session id = a3f0c9836f22462f8acc6d2ab5b509f4-e0c1be06845148f895e0bb67e88b1c09
I20260630 12:37:50.424893 10173 tablet_copy_source_session.cc:215] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:50.438459 10566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e0c1be06845148f895e0bb67e88b1c09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.454797   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:37:50.472654 10566 tablet_copy_client.cc:806] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:50.473567 10566 tablet_copy_client.cc:670] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:50.479552 10566 tablet_copy_client.cc:538] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:50.494287 10566 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: Bootstrap starting.
I20260630 12:37:50.508040   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:37:50.535295   480 tablet_copy_service.cc:362] P d46df38f814a4eb6ac43724850bfdad9: Destroying tablet copy session a3f0c9836f22462f8acc6d2ab5b509f4-e0c1be06845148f895e0bb67e88b1c09 due to service shutdown
I20260630 12:37:50.535841   480 tablet_copy_service.cc:434] P d46df38f814a4eb6ac43724850bfdad9: ending tablet copy session a3f0c9836f22462f8acc6d2ab5b509f4-e0c1be06845148f895e0bb67e88b1c09 on tablet e0c1be06845148f895e0bb67e88b1c09 with peer a3f0c9836f22462f8acc6d2ab5b509f4
W20260630 12:37:50.573065 10129 consensus_peers.cc:597] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 -> Peer d2680b5a26494742be27d5419363115b (127.0.120.1:39819): Couldn't send request to peer d2680b5a26494742be27d5419363115b. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:39819: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:50.573288 10203 consensus_peers.cc:597] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c -> Peer d2680b5a26494742be27d5419363115b (127.0.120.1:39819): Couldn't send request to peer d2680b5a26494742be27d5419363115b. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:39819: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:50.580682   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:50.582872   480 tablet_replica.cc:333] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9: stopping tablet replica
I20260630 12:37:50.584080   480 raft_consensus.cc:2243] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.585597   480 raft_consensus.cc:2272] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:50.597611 10203 consensus_peers.cc:597] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c -> Peer d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935): Couldn't send request to peer d46df38f814a4eb6ac43724850bfdad9. 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:37:50.601797   480 tablet_replica.cc:333] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9: stopping tablet replica
I20260630 12:37:50.603588   480 raft_consensus.cc:2243] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.607247   480 raft_consensus.cc:2272] T 02858b0251414cc4a1ef68d6488db110 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.618593   480 tablet_replica.cc:333] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9: stopping tablet replica
I20260630 12:37:50.619673   480 raft_consensus.cc:2243] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.620745   480 raft_consensus.cc:2272] T 9d736b2cb0d1403486d2e9a440f69e4a P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.624078 10573 ts_tablet_manager.cc:933] T 02858b0251414cc4a1ef68d6488db110 P a3f0c9836f22462f8acc6d2ab5b509f4: Initiating tablet copy from peer d46df38f814a4eb6ac43724850bfdad9 (127.0.120.2:40935)
I20260630 12:37:50.628549   480 tablet_replica.cc:333] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9: stopping tablet replica
I20260630 12:37:50.631240   480 raft_consensus.cc:2243] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.634222   480 raft_consensus.cc:2272] T 75a5c37263514b4eaf697ad02f4c6cf2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.635600 10573 tablet_copy_client.cc:323] T 02858b0251414cc4a1ef68d6488db110 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:40935
I20260630 12:37:50.643700   480 tablet_replica.cc:333] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9: stopping tablet replica
I20260630 12:37:50.644765   480 raft_consensus.cc:2243] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.645881   480 raft_consensus.cc:2272] T 114547ffb3094e009e74f7a5145483c1 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.653375   480 tablet_replica.cc:333] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9: stopping tablet replica
I20260630 12:37:50.654424   480 raft_consensus.cc:2243] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.655624   480 raft_consensus.cc:2272] T 90531a850f9d43e1a305713150f72fa2 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.660249 10575 ts_tablet_manager.cc:933] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: Initiating tablet copy from peer ddc52a663f054442b35fe4982fbbde2c (127.0.120.3:40923)
I20260630 12:37:50.664176   480 tablet_replica.cc:333] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9: stopping tablet replica
I20260630 12:37:50.665253   480 raft_consensus.cc:2243] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.666628   480 raft_consensus.cc:2272] T 731ad710bc5f4637b68fa26090c93ee4 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.671977 10575 tablet_copy_client.cc:323] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:40923
I20260630 12:37:50.679409 10566 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=130 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:50.680734 10566 tablet_bootstrap.cc:492] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: Bootstrap complete.
I20260630 12:37:50.681619 10566 ts_tablet_manager.cc:1403] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: Time spent bootstrapping tablet: real 0.188s	user 0.140s	sys 0.017s
I20260630 12:37:50.683197   480 tablet_replica.cc:333] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9: stopping tablet replica
I20260630 12:37:50.684098   480 raft_consensus.cc:2243] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.685144 10566 raft_consensus.cc:359] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } }
I20260630 12:37:50.686072   480 raft_consensus.cc:2272] T e0c1be06845148f895e0bb67e88b1c09 P d46df38f814a4eb6ac43724850bfdad9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.686110 10566 raft_consensus.cc:740] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a3f0c9836f22462f8acc6d2ab5b509f4, State: Initialized, Role: LEARNER
I20260630 12:37:50.688169 10566 consensus_queue.cc:260] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } attrs { replace: true } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } }
I20260630 12:37:50.704890 10566 ts_tablet_manager.cc:1434] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: Time spent starting tablet: real 0.023s	user 0.016s	sys 0.004s
I20260630 12:37:50.708149 10247 tablet_copy_service.cc:140] P ddc52a663f054442b35fe4982fbbde2c: Received BeginTabletCopySession request for tablet 90531a850f9d43e1a305713150f72fa2 from peer a3f0c9836f22462f8acc6d2ab5b509f4 ({username='slave'} at 127.0.0.1:33698)
I20260630 12:37:50.708858 10247 tablet_copy_service.cc:161] P ddc52a663f054442b35fe4982fbbde2c: Beginning new tablet copy session on tablet 90531a850f9d43e1a305713150f72fa2 from peer a3f0c9836f22462f8acc6d2ab5b509f4 at {username='slave'} at 127.0.0.1:33698: session id = a3f0c9836f22462f8acc6d2ab5b509f4-90531a850f9d43e1a305713150f72fa2
I20260630 12:37:50.719725 10247 tablet_copy_source_session.cc:215] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:50.725735 10575 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 90531a850f9d43e1a305713150f72fa2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.744206   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:50.754695 10575 tablet_copy_client.cc:806] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:50.755554 10575 tablet_copy_client.cc:670] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Starting download of 1 WAL segments...
W20260630 12:37:50.760401 10566 tablet_copy_client.cc:1131] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.120.2:40935: connect: Connection refused (error 111)
I20260630 12:37:50.760695 10575 tablet_copy_client.cc:538] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:37:50.773842 10469 connection.cc:466] server connection from 127.0.0.1:51874 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:51874 (request call id 3) could send its response
I20260630 12:37:50.774384 10575 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: Bootstrap starting.
I20260630 12:37:50.802953   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:50.820667   480 tablet_copy_service.cc:362] P ddc52a663f054442b35fe4982fbbde2c: Destroying tablet copy session a3f0c9836f22462f8acc6d2ab5b509f4-90531a850f9d43e1a305713150f72fa2 due to service shutdown
I20260630 12:37:50.821198   480 tablet_copy_service.cc:434] P ddc52a663f054442b35fe4982fbbde2c: ending tablet copy session a3f0c9836f22462f8acc6d2ab5b509f4-90531a850f9d43e1a305713150f72fa2 on tablet 90531a850f9d43e1a305713150f72fa2 with peer a3f0c9836f22462f8acc6d2ab5b509f4
I20260630 12:37:50.862476   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:50.864215   480 tablet_replica.cc:333] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c: stopping tablet replica
I20260630 12:37:50.865365   480 raft_consensus.cc:2243] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.866720   480 raft_consensus.cc:2272] T 02858b0251414cc4a1ef68d6488db110 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.873131   480 tablet_replica.cc:333] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c: stopping tablet replica
I20260630 12:37:50.874259   480 raft_consensus.cc:2243] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.875648   480 raft_consensus.cc:2272] T 731ad710bc5f4637b68fa26090c93ee4 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.880440   480 tablet_replica.cc:333] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c: stopping tablet replica
I20260630 12:37:50.881446   480 raft_consensus.cc:2243] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.882776   480 raft_consensus.cc:2272] T e0c1be06845148f895e0bb67e88b1c09 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.888342   480 tablet_replica.cc:333] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c: stopping tablet replica
I20260630 12:37:50.889338   480 raft_consensus.cc:2243] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.890225   480 raft_consensus.cc:2272] T 75a5c37263514b4eaf697ad02f4c6cf2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.894331   480 tablet_replica.cc:333] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c: stopping tablet replica
I20260630 12:37:50.895233   480 raft_consensus.cc:2243] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.896298   480 raft_consensus.cc:2272] T 4dcc059e338b4511a0b09268cede7f3e P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.900434   480 tablet_replica.cc:333] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c: stopping tablet replica
I20260630 12:37:50.901278   480 raft_consensus.cc:2243] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.902194   480 raft_consensus.cc:2272] T 86685348297b46e587464874f11c32a2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.906267   480 tablet_replica.cc:333] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c: stopping tablet replica
I20260630 12:37:50.907181   480 raft_consensus.cc:2243] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.908150   480 raft_consensus.cc:2272] T 4ffb3f2a74d14d7186233b7ae69cc7d0 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.912036   480 tablet_replica.cc:333] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c: stopping tablet replica
I20260630 12:37:50.912820   480 raft_consensus.cc:2243] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.914911   480 raft_consensus.cc:2272] T 90531a850f9d43e1a305713150f72fa2 P ddc52a663f054442b35fe4982fbbde2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.935529 10575 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=128 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:50.937062 10575 tablet_bootstrap.cc:492] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: Bootstrap complete.
I20260630 12:37:50.937975 10575 ts_tablet_manager.cc:1403] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: Time spent bootstrapping tablet: real 0.164s	user 0.127s	sys 0.031s
I20260630 12:37:50.940944 10575 raft_consensus.cc:359] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } attrs { replace: true } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } }
I20260630 12:37:50.941982 10575 raft_consensus.cc:740] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a3f0c9836f22462f8acc6d2ab5b509f4, State: Initialized, Role: LEARNER
I20260630 12:37:50.942683 10575 consensus_queue.cc:260] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "d2680b5a26494742be27d5419363115b" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 39819 } attrs { replace: true } } peers { permanent_uuid: "d46df38f814a4eb6ac43724850bfdad9" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 40935 } } peers { permanent_uuid: "ddc52a663f054442b35fe4982fbbde2c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 40923 } } peers { permanent_uuid: "a3f0c9836f22462f8acc6d2ab5b509f4" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 40069 } attrs { promote: true } }
I20260630 12:37:50.947614 10575 ts_tablet_manager.cc:1434] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:37:50.954025   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
W20260630 12:37:50.955716 10575 tablet_copy_client.cc:1131] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.120.3:40923: connect: Connection refused (error 111)
I20260630 12:37:50.996033   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:37:51.048085   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.049937   480 tablet_replica.cc:333] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4: stopping tablet replica
I20260630 12:37:51.050714   480 raft_consensus.cc:2243] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:51.051225   480 raft_consensus.cc:2272] T 90531a850f9d43e1a305713150f72fa2 P a3f0c9836f22462f8acc6d2ab5b509f4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:51.053884   480 tablet_replica.cc:333] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4: stopping tablet replica
I20260630 12:37:51.054472   480 raft_consensus.cc:2243] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:51.054901   480 raft_consensus.cc:2272] T e0c1be06845148f895e0bb67e88b1c09 P a3f0c9836f22462f8acc6d2ab5b509f4 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:51.076790   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:37:51.091738   480 master.cc:562] Master@127.0.120.62:44055 shutting down...
W20260630 12:37:51.137108 10034 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:37:51.139628   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.140323   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.140800   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 57b9c433f48941f4a043ba06cced2f0c: stopping tablet replica
W20260630 12:37:52.164354   480 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 10017)
I20260630 12:37:52.702509   480 master.cc:584] Master@127.0.120.62:44055 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (9455 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:37:52.767180   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:36621
I20260630 12:37:52.768564   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.775187 10580 instance_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.775166 10581 instance_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.775961 10583 instance_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.777477   480 server_base.cc:1061] running on GCE node
I20260630 12:37:52.778331   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:52.778509   480 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.778627   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823072778615 us; error 0 us; skew 500 ppm
I20260630 12:37:52.779574   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.782323   480 webserver.cc:533] Webserver started at http://127.0.120.62:42045/ using document root <none> and password file <none>
I20260630 12:37:52.782809   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.782963   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.783305   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.784420   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "0b025209bd004e22974891c8976b8363"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-80h9"
I20260630 12:37:52.789168   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:52.792999 10588 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.793828   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:52.794098   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "0b025209bd004e22974891c8976b8363"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-80h9"
I20260630 12:37:52.794343   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-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:52.813090   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.814214   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.853498   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:36621
I20260630 12:37:52.853621 10639 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:36621 every 8 connection(s)
I20260630 12:37:52.857858 10640 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:52.870095 10640 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363: Bootstrap starting.
I20260630 12:37:52.875353 10640 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:52.879982 10640 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363: No bootstrap required, opened a new log
I20260630 12:37:52.882412 10640 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0b025209bd004e22974891c8976b8363" member_type: VOTER }
I20260630 12:37:52.882936 10640 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:52.883224 10640 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b025209bd004e22974891c8976b8363, State: Initialized, Role: FOLLOWER
I20260630 12:37:52.883922 10640 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0b025209bd004e22974891c8976b8363" member_type: VOTER }
I20260630 12:37:52.884397 10640 raft_consensus.cc:399] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:52.884595 10640 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:52.884904 10640 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:52.892601 10640 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0b025209bd004e22974891c8976b8363" member_type: VOTER }
I20260630 12:37:52.893496 10640 leader_election.cc:304] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [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: 0b025209bd004e22974891c8976b8363; no voters: 
I20260630 12:37:52.894884 10640 leader_election.cc:290] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:52.895424 10643 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:52.897010 10643 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 1 LEADER]: Becoming Leader. State: Replica: 0b025209bd004e22974891c8976b8363, State: Running, Role: LEADER
I20260630 12:37:52.897850 10643 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [LEADER]: Queue going to LEADER mode. State: All 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: "0b025209bd004e22974891c8976b8363" member_type: VOTER }
I20260630 12:37:52.898418 10640 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:52.904204 10645 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0b025209bd004e22974891c8976b8363. Latest consensus state: current_term: 1 leader_uuid: "0b025209bd004e22974891c8976b8363" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0b025209bd004e22974891c8976b8363" member_type: VOTER } }
I20260630 12:37:52.905156 10644 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "0b025209bd004e22974891c8976b8363" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0b025209bd004e22974891c8976b8363" member_type: VOTER } }
I20260630 12:37:52.905644 10645 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:52.905959 10644 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:52.908939 10649 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:52.915424 10649 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:52.920527   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:52.928053 10649 catalog_manager.cc:1383] Generated new cluster ID: 3a5192de48cf4f6a823d4d3c2248580d
I20260630 12:37:52.928469 10649 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:52.960583 10649 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:52.961998 10649 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:52.980103 10649 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363: Generated new TSK 0
I20260630 12:37:52.980753 10649 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:52.991279   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.997747 10661 instance_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.998766 10662 instance_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:53.001716   480 server_base.cc:1061] running on GCE node
W20260630 12:37:53.002074 10664 instance_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.003111   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:53.003294   480 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.003422   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823073003409 us; error 0 us; skew 500 ppm
I20260630 12:37:53.003904   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.006253   480 webserver.cc:533] Webserver started at http://127.0.120.1:43881/ using document root <none> and password file <none>
I20260630 12:37:53.006690   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.006855   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.007130   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.008167   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "85e5c5764e3d406e93d263e6686d7ade"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-80h9"
I20260630 12:37:53.012687   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:53.016243 10669 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.017062   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:53.017376   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "85e5c5764e3d406e93d263e6686d7ade"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-80h9"
I20260630 12:37:53.017688   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-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:53.030719   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:53.031975   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:53.033562   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:53.036239   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:53.036510   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.036758   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:53.037026   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.080617   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:44441
I20260630 12:37:53.080739 10731 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:44441 every 8 connection(s)
I20260630 12:37:53.085932   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:53.093814 10736 instance_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.094260 10737 instance_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.102732 10739 instance_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.104912 10732 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36621
I20260630 12:37:53.105365 10732 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:53.106221 10732 heartbeater.cc:507] Master 127.0.120.62:36621 requested a full tablet report, sending...
I20260630 12:37:53.107223   480 server_base.cc:1061] running on GCE node
I20260630 12:37:53.109004   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:53.108911 10605 ts_manager.cc:194] Registered new tserver with Master: 85e5c5764e3d406e93d263e6686d7ade (127.0.120.1:44441)
W20260630 12:37:53.109344   480 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.109627   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823073109611 us; error 0 us; skew 500 ppm
I20260630 12:37:53.110199   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.111305 10605 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44928
I20260630 12:37:53.113389   480 webserver.cc:533] Webserver started at http://127.0.120.2:43303/ using document root <none> and password file <none>
I20260630 12:37:53.114073   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.114315   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.114547   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.115746   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "4f1e0939a4a74aae8553734cdc14dc0f"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-80h9"
I20260630 12:37:53.121408   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:37:53.124769 10744 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.125612   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:53.125864   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "4f1e0939a4a74aae8553734cdc14dc0f"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-80h9"
I20260630 12:37:53.126157   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-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:53.149503   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:53.150605   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:53.152107   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:53.154469   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:53.154647   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.154951   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:53.155114   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:53.195923   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:37569
I20260630 12:37:53.196133 10806 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:37569 every 8 connection(s)
I20260630 12:37:53.200889   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:53.211920 10810 instance_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.217006 10811 instance_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:53.219594   480 server_base.cc:1061] running on GCE node
I20260630 12:37:53.220502 10807 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36621
I20260630 12:37:53.220916 10807 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:53.220925 10813 instance_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.221953 10807 heartbeater.cc:507] Master 127.0.120.62:36621 requested a full tablet report, sending...
I20260630 12:37:53.222168   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:53.222467   480 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.222675   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823073222655 us; error 0 us; skew 500 ppm
I20260630 12:37:53.223421   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.224411 10605 ts_manager.cc:194] Registered new tserver with Master: 4f1e0939a4a74aae8553734cdc14dc0f (127.0.120.2:37569)
I20260630 12:37:53.226199   480 webserver.cc:533] Webserver started at http://127.0.120.3:40337/ using document root <none> and password file <none>
I20260630 12:37:53.226434 10605 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44936
I20260630 12:37:53.226928   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.227226   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.227593   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.229029   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "0c646839b13e41c98da6d05dcd82c37b"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-80h9"
I20260630 12:37:53.233542   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:53.237102 10818 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.237954   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:53.238392   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "0c646839b13e41c98da6d05dcd82c37b"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-80h9"
I20260630 12:37:53.238667   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822836191499-480-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:53.257472   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:53.258738   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:53.260306   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:53.262771   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:53.262955   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.263291   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:53.263468   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.306641   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:33377
I20260630 12:37:53.306741 10880 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:33377 every 8 connection(s)
I20260630 12:37:53.322526 10881 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36621
I20260630 12:37:53.322973 10881 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:53.323863 10881 heartbeater.cc:507] Master 127.0.120.62:36621 requested a full tablet report, sending...
I20260630 12:37:53.326041 10605 ts_manager.cc:194] Registered new tserver with Master: 0c646839b13e41c98da6d05dcd82c37b (127.0.120.3:33377)
I20260630 12:37:53.326179   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016245554s
I20260630 12:37:53.327697 10605 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44938
I20260630 12:37:53.352643 10605 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44954:
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:37:53.354512 10605 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.399299 10846 tablet_service.cc:1511] Processing CreateTablet for tablet 96be4d453e9649afa0c6fa80671fccc7 (DEFAULT_TABLE table=test-workload [id=24ba70f8a72b488fa6ce0d31f773a44e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:53.400683 10846 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96be4d453e9649afa0c6fa80671fccc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.405817 10772 tablet_service.cc:1511] Processing CreateTablet for tablet 96be4d453e9649afa0c6fa80671fccc7 (DEFAULT_TABLE table=test-workload [id=24ba70f8a72b488fa6ce0d31f773a44e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:53.407397 10772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96be4d453e9649afa0c6fa80671fccc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.409791 10697 tablet_service.cc:1511] Processing CreateTablet for tablet 96be4d453e9649afa0c6fa80671fccc7 (DEFAULT_TABLE table=test-workload [id=24ba70f8a72b488fa6ce0d31f773a44e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:53.411193 10697 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96be4d453e9649afa0c6fa80671fccc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.417868 10896 tablet_bootstrap.cc:492] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b: Bootstrap starting.
I20260630 12:37:53.425462 10896 tablet_bootstrap.cc:654] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.426268 10897 tablet_bootstrap.cc:492] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f: Bootstrap starting.
I20260630 12:37:53.432485 10896 tablet_bootstrap.cc:492] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b: No bootstrap required, opened a new log
I20260630 12:37:53.433030 10899 tablet_bootstrap.cc:492] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade: Bootstrap starting.
I20260630 12:37:53.433178 10896 ts_tablet_manager.cc:1403] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.008s
I20260630 12:37:53.435420 10897 tablet_bootstrap.cc:654] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.436580 10896 raft_consensus.cc:359] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.437368 10896 raft_consensus.cc:385] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.437675 10896 raft_consensus.cc:740] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c646839b13e41c98da6d05dcd82c37b, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.439409 10899 tablet_bootstrap.cc:654] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.438566 10896 consensus_queue.cc:260] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.444860 10899 tablet_bootstrap.cc:492] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade: No bootstrap required, opened a new log
I20260630 12:37:53.445098 10896 ts_tablet_manager.cc:1434] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.003s
I20260630 12:37:53.445381 10899 ts_tablet_manager.cc:1403] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.006s
I20260630 12:37:53.445469 10897 tablet_bootstrap.cc:492] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f: No bootstrap required, opened a new log
I20260630 12:37:53.446017 10881 heartbeater.cc:499] Master 127.0.120.62:36621 was elected leader, sending a full tablet report...
I20260630 12:37:53.446184 10897 ts_tablet_manager.cc:1403] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260630 12:37:53.448478 10899 raft_consensus.cc:359] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.449146 10899 raft_consensus.cc:385] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.448844 10897 raft_consensus.cc:359] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.449431 10899 raft_consensus.cc:740] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85e5c5764e3d406e93d263e6686d7ade, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.449630 10897 raft_consensus.cc:385] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.450011 10897 raft_consensus.cc:740] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f1e0939a4a74aae8553734cdc14dc0f, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.450340 10899 consensus_queue.cc:260] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.450809 10897 consensus_queue.cc:260] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.453718 10807 heartbeater.cc:499] Master 127.0.120.62:36621 was elected leader, sending a full tablet report...
I20260630 12:37:53.454111 10897 ts_tablet_manager.cc:1434] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:53.455370 10732 heartbeater.cc:499] Master 127.0.120.62:36621 was elected leader, sending a full tablet report...
I20260630 12:37:53.456645 10899 ts_tablet_manager.cc:1434] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:37:53.479525 10902 raft_consensus.cc:493] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:53.480146 10902 raft_consensus.cc:515] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.482447 10902 leader_election.cc:290] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4f1e0939a4a74aae8553734cdc14dc0f (127.0.120.2:37569), 85e5c5764e3d406e93d263e6686d7ade (127.0.120.1:44441)
I20260630 12:37:53.493561 10782 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96be4d453e9649afa0c6fa80671fccc7" candidate_uuid: "0c646839b13e41c98da6d05dcd82c37b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" is_pre_election: true
I20260630 12:37:53.494442 10707 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96be4d453e9649afa0c6fa80671fccc7" candidate_uuid: "0c646839b13e41c98da6d05dcd82c37b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85e5c5764e3d406e93d263e6686d7ade" is_pre_election: true
I20260630 12:37:53.494416 10782 raft_consensus.cc:2468] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c646839b13e41c98da6d05dcd82c37b in term 0.
I20260630 12:37:53.495249 10707 raft_consensus.cc:2468] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c646839b13e41c98da6d05dcd82c37b in term 0.
I20260630 12:37:53.496201 10822 leader_election.cc:304] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c646839b13e41c98da6d05dcd82c37b, 4f1e0939a4a74aae8553734cdc14dc0f; no voters: 
I20260630 12:37:53.497097 10902 raft_consensus.cc:2804] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:53.497481 10902 raft_consensus.cc:493] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:53.497758 10902 raft_consensus.cc:3060] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.503547 10902 raft_consensus.cc:515] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.505290 10902 leader_election.cc:290] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [CANDIDATE]: Term 1 election: Requested vote from peers 4f1e0939a4a74aae8553734cdc14dc0f (127.0.120.2:37569), 85e5c5764e3d406e93d263e6686d7ade (127.0.120.1:44441)
I20260630 12:37:53.506287 10782 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96be4d453e9649afa0c6fa80671fccc7" candidate_uuid: "0c646839b13e41c98da6d05dcd82c37b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f1e0939a4a74aae8553734cdc14dc0f"
I20260630 12:37:53.506345 10707 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96be4d453e9649afa0c6fa80671fccc7" candidate_uuid: "0c646839b13e41c98da6d05dcd82c37b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85e5c5764e3d406e93d263e6686d7ade"
I20260630 12:37:53.507174 10782 raft_consensus.cc:3060] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.507230 10707 raft_consensus.cc:3060] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.515455 10707 raft_consensus.cc:2468] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c646839b13e41c98da6d05dcd82c37b in term 1.
I20260630 12:37:53.515455 10782 raft_consensus.cc:2468] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c646839b13e41c98da6d05dcd82c37b in term 1.
I20260630 12:37:53.516952 10822 leader_election.cc:304] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c646839b13e41c98da6d05dcd82c37b, 4f1e0939a4a74aae8553734cdc14dc0f; no voters: 
I20260630 12:37:53.517694 10902 raft_consensus.cc:2804] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:53.518671 10902 raft_consensus.cc:697] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 1 LEADER]: Becoming Leader. State: Replica: 0c646839b13e41c98da6d05dcd82c37b, State: Running, Role: LEADER
I20260630 12:37:53.519573 10902 consensus_queue.cc:237] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } }
I20260630 12:37:53.528168 10605 catalog_manager.cc:5697] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b reported cstate change: term changed from 0 to 1, leader changed from <none> to 0c646839b13e41c98da6d05dcd82c37b (127.0.120.3). New cstate: current_term: 1 leader_uuid: "0c646839b13e41c98da6d05dcd82c37b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c646839b13e41c98da6d05dcd82c37b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 33377 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4f1e0939a4a74aae8553734cdc14dc0f" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 37569 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "85e5c5764e3d406e93d263e6686d7ade" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 44441 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:53.567385   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:37:53.585815   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:53.586676   480 tablet_replica.cc:333] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade: stopping tablet replica
I20260630 12:37:53.587317   480 raft_consensus.cc:2243] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.587738   480 raft_consensus.cc:2272] T 96be4d453e9649afa0c6fa80671fccc7 P 85e5c5764e3d406e93d263e6686d7ade [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.607306   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:37:53.617354   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:37:53.636947   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:53.637801   480 tablet_replica.cc:333] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f: stopping tablet replica
I20260630 12:37:53.638288   480 raft_consensus.cc:2243] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:53.638653   480 raft_consensus.cc:2272] T 96be4d453e9649afa0c6fa80671fccc7 P 4f1e0939a4a74aae8553734cdc14dc0f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.658362   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:53.668702   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:53.687812   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:53.688683   480 tablet_replica.cc:333] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b: stopping tablet replica
I20260630 12:37:53.689312   480 raft_consensus.cc:2243] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:53.689977   480 pending_rounds.cc:70] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b: Trying to abort 1 pending ops.
I20260630 12:37:53.690177   480 pending_rounds.cc:77] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443309143846912 op_type: NO_OP noop_request { }
I20260630 12:37:53.690498   480 raft_consensus.cc:2889] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:53.690820   480 raft_consensus.cc:2272] T 96be4d453e9649afa0c6fa80671fccc7 P 0c646839b13e41c98da6d05dcd82c37b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.711704   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:37:53.721740   480 master.cc:562] Master@127.0.120.62:36621 shutting down...
I20260630 12:37:53.737457   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:53.738116   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:53.738476   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0b025209bd004e22974891c8976b8363: stopping tablet replica
I20260630 12:37:53.758458   480 master.cc:584] Master@127.0.120.62:36621 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1025 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:37:53.791649   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:36091
I20260630 12:37:53.792838   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:53.798280 10908 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.798307 10909 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.799829 10911 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:53.800953   480 server_base.cc:1061] running on GCE node
I20260630 12:37:53.801733   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:53.801900   480 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.802026   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823073802013 us; error 0 us; skew 500 ppm
I20260630 12:37:53.802506   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.808513   480 webserver.cc:533] Webserver started at http://127.0.120.62:39105/ using document root <none> and password file <none>
I20260630 12:37:53.808966   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.809114   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.809374   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.810410   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "e264f64a8d9941b0b678c2f535bca955"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-80h9"
I20260630 12:37:53.814812   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:37:53.818265 10916 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.819240   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:53.819562   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "e264f64a8d9941b0b678c2f535bca955"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-80h9"
I20260630 12:37:53.819852   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-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:53.842823   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:53.844296   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:53.892851   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:36091
I20260630 12:37:53.892959 10967 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:36091 every 8 connection(s)
I20260630 12:37:53.896657 10968 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:53.908375 10968 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955: Bootstrap starting.
I20260630 12:37:53.912995 10968 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.917165 10968 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955: No bootstrap required, opened a new log
I20260630 12:37:53.919314 10968 raft_consensus.cc:359] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e264f64a8d9941b0b678c2f535bca955" member_type: VOTER }
I20260630 12:37:53.919732 10968 raft_consensus.cc:385] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:53.919958 10968 raft_consensus.cc:740] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e264f64a8d9941b0b678c2f535bca955, State: Initialized, Role: FOLLOWER
I20260630 12:37:53.920644 10968 consensus_queue.cc:260] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e264f64a8d9941b0b678c2f535bca955" member_type: VOTER }
I20260630 12:37:53.921133 10968 raft_consensus.cc:399] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:53.921454 10968 raft_consensus.cc:493] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:53.921749 10968 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:53.926755 10968 raft_consensus.cc:515] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e264f64a8d9941b0b678c2f535bca955" member_type: VOTER }
I20260630 12:37:53.927358 10968 leader_election.cc:304] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [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: e264f64a8d9941b0b678c2f535bca955; no voters: 
I20260630 12:37:53.928503 10968 leader_election.cc:290] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:53.928887 10971 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:53.930434 10971 raft_consensus.cc:697] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 1 LEADER]: Becoming Leader. State: Replica: e264f64a8d9941b0b678c2f535bca955, State: Running, Role: LEADER
I20260630 12:37:53.931566 10968 sys_catalog.cc:565] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:53.931495 10971 consensus_queue.cc:237] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [LEADER]: Queue going to LEADER mode. State: All 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: "e264f64a8d9941b0b678c2f535bca955" member_type: VOTER }
I20260630 12:37:53.934772 10972 sys_catalog.cc:455] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e264f64a8d9941b0b678c2f535bca955" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e264f64a8d9941b0b678c2f535bca955" member_type: VOTER } }
I20260630 12:37:53.935490 10973 sys_catalog.cc:455] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e264f64a8d9941b0b678c2f535bca955. Latest consensus state: current_term: 1 leader_uuid: "e264f64a8d9941b0b678c2f535bca955" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e264f64a8d9941b0b678c2f535bca955" member_type: VOTER } }
I20260630 12:37:53.936614 10973 sys_catalog.cc:458] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:53.935508 10972 sys_catalog.cc:458] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:53.938933 10980 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:53.946246 10980 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:53.947393   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:53.956264 10980 catalog_manager.cc:1383] Generated new cluster ID: 4b0ce5d0af36441d8cf8e4665a7265d9
I20260630 12:37:53.956656 10980 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:53.983181 10980 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:53.984658 10980 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:54.001959 10980 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955: Generated new TSK 0
I20260630 12:37:54.002645 10980 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:54.013971   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:54.020368 10989 instance_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:54.021145 10990 instance_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:54.029059   480 server_base.cc:1061] running on GCE node
W20260630 12:37:54.029120 10992 instance_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:54.030356   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:54.030617   480 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:54.030758   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823074030744 us; error 0 us; skew 500 ppm
I20260630 12:37:54.031311   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:54.034113   480 webserver.cc:533] Webserver started at http://127.0.120.1:36215/ using document root <none> and password file <none>
I20260630 12:37:54.034535   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:54.034685   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:54.034904   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:54.036105   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "0b73a92246614357b034ecaf2e6aab22"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-80h9"
I20260630 12:37:54.041466   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:37:54.045202 10997 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:54.046114   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:37:54.046473   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "0b73a92246614357b034ecaf2e6aab22"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-80h9"
I20260630 12:37:54.046792   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-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:54.078598   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:54.079870   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:54.081410   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:54.083704   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:54.083951   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.084255   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:54.084444   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.125381   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:46459
I20260630 12:37:54.125466 11059 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:46459 every 8 connection(s)
I20260630 12:37:54.130563   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:54.137768 11064 instance_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:54.140883 11065 instance_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:54.143105 11060 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36091
I20260630 12:37:54.143579 11060 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:54.143688 11067 instance_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:54.144075   480 server_base.cc:1061] running on GCE node
I20260630 12:37:54.144690 11060 heartbeater.cc:507] Master 127.0.120.62:36091 requested a full tablet report, sending...
I20260630 12:37:54.145259   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:54.145552   480 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:54.145753   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823074145737 us; error 0 us; skew 500 ppm
I20260630 12:37:54.146420   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:54.147425 10933 ts_manager.cc:194] Registered new tserver with Master: 0b73a92246614357b034ecaf2e6aab22 (127.0.120.1:46459)
I20260630 12:37:54.149308   480 webserver.cc:533] Webserver started at http://127.0.120.2:46649/ using document root <none> and password file <none>
I20260630 12:37:54.149854   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:54.150063   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:54.149926 10933 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57070
I20260630 12:37:54.150633   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:54.152200   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "2d120462e13644d9b8c4884ac5252f4d"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-80h9"
I20260630 12:37:54.156977   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:37:54.160521 11072 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:54.161494   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:54.161830   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "2d120462e13644d9b8c4884ac5252f4d"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-80h9"
I20260630 12:37:54.162173   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-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:54.178675   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:54.179853   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:54.181322   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:54.183645   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:54.183867   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.184122   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:54.184296   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.224154   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:35193
I20260630 12:37:54.224274 11134 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:35193 every 8 connection(s)
I20260630 12:37:54.228892   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:54.235775 11138 instance_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:54.238303 11139 instance_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:54.239615 11141 instance_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:54.240694   480 server_base.cc:1061] running on GCE node
I20260630 12:37:54.241602   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:54.241839   480 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:54.242063   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823074242047 us; error 0 us; skew 500 ppm
I20260630 12:37:54.242733   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:54.243752 11135 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36091
I20260630 12:37:54.244200 11135 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:54.245136 11135 heartbeater.cc:507] Master 127.0.120.62:36091 requested a full tablet report, sending...
I20260630 12:37:54.245510   480 webserver.cc:533] Webserver started at http://127.0.120.3:34919/ using document root <none> and password file <none>
I20260630 12:37:54.246168   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:54.246397   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:54.246716   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:54.247493 10933 ts_manager.cc:194] Registered new tserver with Master: 2d120462e13644d9b8c4884ac5252f4d (127.0.120.2:35193)
I20260630 12:37:54.247974   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "9a4abe5189d541808b0da1bab5f26df2"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-80h9"
I20260630 12:37:54.249020 10933 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57080
I20260630 12:37:54.253494   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260630 12:37:54.257074 11146 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:54.258023   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:54.258407   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "9a4abe5189d541808b0da1bab5f26df2"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-80h9"
I20260630 12:37:54.258684   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-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:54.276193   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:54.277362   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:54.279178   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:54.281617   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:54.281872   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.282186   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:54.282346   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.325459   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:43179
I20260630 12:37:54.325613 11208 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:43179 every 8 connection(s)
I20260630 12:37:54.330726   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:54.338723 11212 instance_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:54.339944 11213 instance_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:54.342305 11215 instance_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:54.343241 11209 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36091
I20260630 12:37:54.343739 11209 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:54.344072   480 server_base.cc:1061] running on GCE node
I20260630 12:37:54.344694 11209 heartbeater.cc:507] Master 127.0.120.62:36091 requested a full tablet report, sending...
I20260630 12:37:54.344890   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:54.345171   480 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:54.345309   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823074345298 us; error 0 us; skew 500 ppm
I20260630 12:37:54.346005   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:54.347092 10933 ts_manager.cc:194] Registered new tserver with Master: 9a4abe5189d541808b0da1bab5f26df2 (127.0.120.3:43179)
I20260630 12:37:54.348733 10933 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57086
I20260630 12:37:54.349136   480 webserver.cc:533] Webserver started at http://127.0.120.4:33017/ using document root <none> and password file <none>
I20260630 12:37:54.349822   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:54.350104   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:54.350386   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:54.351598   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "accf294b3179430f952b242a465885de"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-80h9"
I20260630 12:37:54.356164   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:37:54.359687 11220 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:54.360625   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:37:54.360954   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "accf294b3179430f952b242a465885de"
format_stamp: "Formatted at 2026-06-30 12:37:54 on dist-test-slave-80h9"
I20260630 12:37:54.361253   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822836191499-480-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:54.381513   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:54.382798   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:54.384285   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:54.386678   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:54.386881   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.387214   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:54.387367   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:54.429383   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:36513
I20260630 12:37:54.429504 11282 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:36513 every 8 connection(s)
I20260630 12:37:54.444433 11283 heartbeater.cc:344] Connected to a master server at 127.0.120.62:36091
I20260630 12:37:54.444918 11283 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:54.445689 11283 heartbeater.cc:507] Master 127.0.120.62:36091 requested a full tablet report, sending...
I20260630 12:37:54.447988 10933 ts_manager.cc:194] Registered new tserver with Master: accf294b3179430f952b242a465885de (127.0.120.4:36513)
I20260630 12:37:54.449147   480 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.016376571s
I20260630 12:37:54.449661 10933 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57094
I20260630 12:37:54.474154 10933 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57106:
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:37:54.517941 11174 tablet_service.cc:1511] Processing CreateTablet for tablet 8ebfe6fc060a4d1aaea3000153a3926e (DEFAULT_TABLE table=test-workload [id=888af301c51c4d6fa92f5ab46df5ecb9]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:54.519364 11174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ebfe6fc060a4d1aaea3000153a3926e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.528138 11248 tablet_service.cc:1511] Processing CreateTablet for tablet 8ebfe6fc060a4d1aaea3000153a3926e (DEFAULT_TABLE table=test-workload [id=888af301c51c4d6fa92f5ab46df5ecb9]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:54.528738 11025 tablet_service.cc:1511] Processing CreateTablet for tablet 8ebfe6fc060a4d1aaea3000153a3926e (DEFAULT_TABLE table=test-workload [id=888af301c51c4d6fa92f5ab46df5ecb9]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:54.529624 11248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ebfe6fc060a4d1aaea3000153a3926e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.529974 11025 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ebfe6fc060a4d1aaea3000153a3926e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.536950 11298 tablet_bootstrap.cc:492] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2: Bootstrap starting.
I20260630 12:37:54.542693 11298 tablet_bootstrap.cc:654] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.552386 11301 tablet_bootstrap.cc:492] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22: Bootstrap starting.
I20260630 12:37:54.553133 11298 tablet_bootstrap.cc:492] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2: No bootstrap required, opened a new log
I20260630 12:37:54.553694 11298 ts_tablet_manager.cc:1403] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260630 12:37:54.555459 11300 tablet_bootstrap.cc:492] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de: Bootstrap starting.
I20260630 12:37:54.556866 11298 raft_consensus.cc:359] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.557739 11298 raft_consensus.cc:385] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.558090 11298 raft_consensus.cc:740] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a4abe5189d541808b0da1bab5f26df2, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.558748 11301 tablet_bootstrap.cc:654] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.559160 11298 consensus_queue.cc:260] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.562027 11300 tablet_bootstrap.cc:654] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.562410 11209 heartbeater.cc:499] Master 127.0.120.62:36091 was elected leader, sending a full tablet report...
I20260630 12:37:54.565770 11301 tablet_bootstrap.cc:492] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22: No bootstrap required, opened a new log
I20260630 12:37:54.566313 11301 ts_tablet_manager.cc:1403] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.002s
I20260630 12:37:54.566494 11298 ts_tablet_manager.cc:1434] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:37:54.568989 11301 raft_consensus.cc:359] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.569793 11301 raft_consensus.cc:385] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.570145 11301 raft_consensus.cc:740] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b73a92246614357b034ecaf2e6aab22, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.571141 11301 consensus_queue.cc:260] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.575987 11060 heartbeater.cc:499] Master 127.0.120.62:36091 was elected leader, sending a full tablet report...
I20260630 12:37:54.576695 11300 tablet_bootstrap.cc:492] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de: No bootstrap required, opened a new log
I20260630 12:37:54.577239 11300 ts_tablet_manager.cc:1403] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.009s
I20260630 12:37:54.578234 11301 ts_tablet_manager.cc:1434] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.005s
I20260630 12:37:54.579923 11300 raft_consensus.cc:359] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.580549 11300 raft_consensus.cc:385] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.580792 11300 raft_consensus.cc:740] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: accf294b3179430f952b242a465885de, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.581598 11300 consensus_queue.cc:260] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.583823 11283 heartbeater.cc:499] Master 127.0.120.62:36091 was elected leader, sending a full tablet report...
I20260630 12:37:54.584390 11300 ts_tablet_manager.cc:1434] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.002s
I20260630 12:37:54.649544 11302 raft_consensus.cc:493] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.650238 11302 raft_consensus.cc:515] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.653828 11302 leader_election.cc:290] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0b73a92246614357b034ecaf2e6aab22 (127.0.120.1:46459), accf294b3179430f952b242a465885de (127.0.120.4:36513)
I20260630 12:37:54.657723 11306 raft_consensus.cc:493] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.658356 11306 raft_consensus.cc:515] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.661357 11306 leader_election.cc:290] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9a4abe5189d541808b0da1bab5f26df2 (127.0.120.3:43179), 0b73a92246614357b034ecaf2e6aab22 (127.0.120.1:46459)
I20260630 12:37:54.666018 11035 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ebfe6fc060a4d1aaea3000153a3926e" candidate_uuid: "9a4abe5189d541808b0da1bab5f26df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b73a92246614357b034ecaf2e6aab22" is_pre_election: true
I20260630 12:37:54.666781 11258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ebfe6fc060a4d1aaea3000153a3926e" candidate_uuid: "9a4abe5189d541808b0da1bab5f26df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "accf294b3179430f952b242a465885de" is_pre_election: true
I20260630 12:37:54.666981 11035 raft_consensus.cc:2468] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a4abe5189d541808b0da1bab5f26df2 in term 0.
I20260630 12:37:54.667569 11258 raft_consensus.cc:2468] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a4abe5189d541808b0da1bab5f26df2 in term 0.
I20260630 12:37:54.668957 11148 leader_election.cc:304] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0b73a92246614357b034ecaf2e6aab22, 9a4abe5189d541808b0da1bab5f26df2; no voters: 
I20260630 12:37:54.670050 11302 raft_consensus.cc:2804] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.670496 11302 raft_consensus.cc:493] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.670934 11302 raft_consensus.cc:3060] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.675469 11184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ebfe6fc060a4d1aaea3000153a3926e" candidate_uuid: "accf294b3179430f952b242a465885de" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a4abe5189d541808b0da1bab5f26df2" is_pre_election: true
I20260630 12:37:54.677697 11035 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ebfe6fc060a4d1aaea3000153a3926e" candidate_uuid: "accf294b3179430f952b242a465885de" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b73a92246614357b034ecaf2e6aab22" is_pre_election: true
I20260630 12:37:54.678339 11035 raft_consensus.cc:2468] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate accf294b3179430f952b242a465885de in term 0.
I20260630 12:37:54.679167 11302 raft_consensus.cc:515] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.679457 11222 leader_election.cc:304] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0b73a92246614357b034ecaf2e6aab22, accf294b3179430f952b242a465885de; no voters: 
I20260630 12:37:54.680366 11306 raft_consensus.cc:2804] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.680475 11184 raft_consensus.cc:2393] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate accf294b3179430f952b242a465885de in current term 1: Already voted for candidate 9a4abe5189d541808b0da1bab5f26df2 in this term.
I20260630 12:37:54.680806 11306 raft_consensus.cc:493] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.681218 11306 raft_consensus.cc:3060] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.682371 11035 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ebfe6fc060a4d1aaea3000153a3926e" candidate_uuid: "9a4abe5189d541808b0da1bab5f26df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b73a92246614357b034ecaf2e6aab22"
I20260630 12:37:54.682791 11258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ebfe6fc060a4d1aaea3000153a3926e" candidate_uuid: "9a4abe5189d541808b0da1bab5f26df2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "accf294b3179430f952b242a465885de"
I20260630 12:37:54.683121 11035 raft_consensus.cc:3060] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.683768 11302 leader_election.cc:290] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [CANDIDATE]: Term 1 election: Requested vote from peers 0b73a92246614357b034ecaf2e6aab22 (127.0.120.1:46459), accf294b3179430f952b242a465885de (127.0.120.4:36513)
I20260630 12:37:54.690862 11306 raft_consensus.cc:515] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.692238 11258 raft_consensus.cc:2393] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9a4abe5189d541808b0da1bab5f26df2 in current term 1: Already voted for candidate accf294b3179430f952b242a465885de in this term.
I20260630 12:37:54.692409 11035 raft_consensus.cc:2468] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9a4abe5189d541808b0da1bab5f26df2 in term 1.
I20260630 12:37:54.693514 11306 leader_election.cc:290] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [CANDIDATE]: Term 1 election: Requested vote from peers 9a4abe5189d541808b0da1bab5f26df2 (127.0.120.3:43179), 0b73a92246614357b034ecaf2e6aab22 (127.0.120.1:46459)
I20260630 12:37:54.693818 11148 leader_election.cc:304] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0b73a92246614357b034ecaf2e6aab22, 9a4abe5189d541808b0da1bab5f26df2; no voters: 
I20260630 12:37:54.694752 11302 raft_consensus.cc:2804] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.694860 11035 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ebfe6fc060a4d1aaea3000153a3926e" candidate_uuid: "accf294b3179430f952b242a465885de" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b73a92246614357b034ecaf2e6aab22"
I20260630 12:37:54.695735 11035 raft_consensus.cc:2393] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate accf294b3179430f952b242a465885de in current term 1: Already voted for candidate 9a4abe5189d541808b0da1bab5f26df2 in this term.
I20260630 12:37:54.695801 11184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ebfe6fc060a4d1aaea3000153a3926e" candidate_uuid: "accf294b3179430f952b242a465885de" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a4abe5189d541808b0da1bab5f26df2"
I20260630 12:37:54.696758 11302 raft_consensus.cc:697] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 1 LEADER]: Becoming Leader. State: Replica: 9a4abe5189d541808b0da1bab5f26df2, State: Running, Role: LEADER
I20260630 12:37:54.697751 11302 consensus_queue.cc:237] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } }
I20260630 12:37:54.702529 11222 leader_election.cc:304] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [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: accf294b3179430f952b242a465885de; no voters: 0b73a92246614357b034ecaf2e6aab22, 9a4abe5189d541808b0da1bab5f26df2
I20260630 12:37:54.703429 11306 raft_consensus.cc:2749] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:54.707674 10933 catalog_manager.cc:5697] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a4abe5189d541808b0da1bab5f26df2 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "9a4abe5189d541808b0da1bab5f26df2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a4abe5189d541808b0da1bab5f26df2" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0b73a92246614357b034ecaf2e6aab22" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 46459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "accf294b3179430f952b242a465885de" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 36513 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:54.764285   480 auto_rebalancer.cc:639] Failed to schedule move for tablet 8ebfe6fc060a4d1aaea3000153a3926e: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:37:54.766126   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:37:54.794140   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:54.795174   480 tablet_replica.cc:333] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22: stopping tablet replica
I20260630 12:37:54.796128   480 raft_consensus.cc:2243] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:54.796674   480 raft_consensus.cc:2272] T 8ebfe6fc060a4d1aaea3000153a3926e P 0b73a92246614357b034ecaf2e6aab22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:54.820683   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:37:54.834374   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:37:54.853508   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:54.869659   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:37:54.877696   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:37:54.893810   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:54.894726   480 tablet_replica.cc:333] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2: stopping tablet replica
I20260630 12:37:54.895366   480 raft_consensus.cc:2243] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:54.896019   480 pending_rounds.cc:70] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2: Trying to abort 1 pending ops.
I20260630 12:37:54.896243   480 pending_rounds.cc:77] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443313969541120 op_type: NO_OP noop_request { }
I20260630 12:37:54.896545   480 raft_consensus.cc:2889] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:54.896833   480 raft_consensus.cc:2272] T 8ebfe6fc060a4d1aaea3000153a3926e P 9a4abe5189d541808b0da1bab5f26df2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:54.917938   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:37:54.927539   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:37:54.947520   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:54.948365   480 tablet_replica.cc:333] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de: stopping tablet replica
I20260630 12:37:54.948886   480 raft_consensus.cc:2243] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:54.949307   480 raft_consensus.cc:2272] T 8ebfe6fc060a4d1aaea3000153a3926e P accf294b3179430f952b242a465885de [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:54.968946   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:37:54.978065   480 master.cc:562] Master@127.0.120.62:36091 shutting down...
I20260630 12:37:54.994367   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:54.994975   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:54.995424   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P e264f64a8d9941b0b678c2f535bca955: stopping tablet replica
I20260630 12:37:55.014981   480 master.cc:584] Master@127.0.120.62:36091 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1258 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:37:55.050765   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:35107
I20260630 12:37:55.051935   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:55.057802 11313 instance_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.058245 11314 instance_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.058717 11316 instance_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.059067   480 server_base.cc:1061] running on GCE node
I20260630 12:37:55.059990   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:55.060160   480 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.060385   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823075060367 us; error 0 us; skew 500 ppm
I20260630 12:37:55.060937   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:55.063338   480 webserver.cc:533] Webserver started at http://127.0.120.62:33051/ using document root <none> and password file <none>
I20260630 12:37:55.063867   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:55.064054   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:55.064332   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:55.065404   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "bc1482c71f054442a4c0ad4d08e6863c"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-80h9"
I20260630 12:37:55.069960   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:37:55.073398 11321 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.074277   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:55.074613   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "bc1482c71f054442a4c0ad4d08e6863c"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-80h9"
I20260630 12:37:55.074900   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-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.096493   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:55.097534   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:55.134065   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:35107
I20260630 12:37:55.134166 11372 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:35107 every 8 connection(s)
I20260630 12:37:55.137998 11373 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.149000 11373 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c: Bootstrap starting.
I20260630 12:37:55.153445 11373 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:55.157400 11373 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c: No bootstrap required, opened a new log
I20260630 12:37:55.159607 11373 raft_consensus.cc:359] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bc1482c71f054442a4c0ad4d08e6863c" member_type: VOTER }
I20260630 12:37:55.159996 11373 raft_consensus.cc:385] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:55.160192 11373 raft_consensus.cc:740] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1482c71f054442a4c0ad4d08e6863c, State: Initialized, Role: FOLLOWER
I20260630 12:37:55.160825 11373 consensus_queue.cc:260] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bc1482c71f054442a4c0ad4d08e6863c" member_type: VOTER }
I20260630 12:37:55.161237 11373 raft_consensus.cc:399] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:55.161432 11373 raft_consensus.cc:493] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:55.161633 11373 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:55.166579 11373 raft_consensus.cc:515] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bc1482c71f054442a4c0ad4d08e6863c" member_type: VOTER }
I20260630 12:37:55.167153 11373 leader_election.cc:304] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [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: bc1482c71f054442a4c0ad4d08e6863c; no voters: 
I20260630 12:37:55.168247 11373 leader_election.cc:290] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:55.168612 11376 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:55.169911 11376 raft_consensus.cc:697] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 1 LEADER]: Becoming Leader. State: Replica: bc1482c71f054442a4c0ad4d08e6863c, State: Running, Role: LEADER
I20260630 12:37:55.170610 11376 consensus_queue.cc:237] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [LEADER]: Queue going to LEADER mode. State: All 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: "bc1482c71f054442a4c0ad4d08e6863c" member_type: VOTER }
I20260630 12:37:55.171306 11373 sys_catalog.cc:565] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:55.173475 11378 sys_catalog.cc:455] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [sys.catalog]: SysCatalogTable state changed. Reason: New leader bc1482c71f054442a4c0ad4d08e6863c. Latest consensus state: current_term: 1 leader_uuid: "bc1482c71f054442a4c0ad4d08e6863c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bc1482c71f054442a4c0ad4d08e6863c" member_type: VOTER } }
I20260630 12:37:55.173451 11377 sys_catalog.cc:455] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "bc1482c71f054442a4c0ad4d08e6863c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bc1482c71f054442a4c0ad4d08e6863c" member_type: VOTER } }
I20260630 12:37:55.174218 11378 sys_catalog.cc:458] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:55.174304 11377 sys_catalog.cc:458] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:55.177456 11381 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:55.182276 11381 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:55.187383   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:55.191365 11381 catalog_manager.cc:1383] Generated new cluster ID: 7f60f83c46ca412aa19749c7bc8e257b
I20260630 12:37:55.191661 11381 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:55.210795 11381 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:55.212598 11381 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:55.227944 11381 catalog_manager.cc:6070] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c: Generated new TSK 0
I20260630 12:37:55.228482 11381 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:55.254768   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:55.261025 11394 instance_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.262065 11395 instance_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.263836 11397 instance_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.264261   480 server_base.cc:1061] running on GCE node
I20260630 12:37:55.265261   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:55.265558   480 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.265708   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823075265688 us; error 0 us; skew 500 ppm
I20260630 12:37:55.266197   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:55.268848   480 webserver.cc:533] Webserver started at http://127.0.120.1:41491/ using document root <none> and password file <none>
I20260630 12:37:55.269346   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:55.269519   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:55.269767   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:55.270967   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "0ff1b302f5464dd8a1f12ae8730f8f55"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-80h9"
I20260630 12:37:55.276213   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:37:55.280011 11402 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.280813   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:37:55.281201   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "0ff1b302f5464dd8a1f12ae8730f8f55"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-80h9"
I20260630 12:37:55.281451   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-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.312255   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:55.313220   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:55.314581   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:55.316880   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:55.317060   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.317355   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:55.317528   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.356547   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:37013
I20260630 12:37:55.356747 11464 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:37013 every 8 connection(s)
I20260630 12:37:55.361543   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:55.369675 11469 instance_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.371532 11470 instance_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.373854   480 server_base.cc:1061] running on GCE node
W20260630 12:37:55.374593 11473 instance_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.375638 11465 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35107
I20260630 12:37:55.375764   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:55.376082   480 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.376163 11465 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:55.376319   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823075376286 us; error 0 us; skew 500 ppm
I20260630 12:37:55.377130 11465 heartbeater.cc:507] Master 127.0.120.62:35107 requested a full tablet report, sending...
I20260630 12:37:55.377182   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:55.379765 11338 ts_manager.cc:194] Registered new tserver with Master: 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013)
I20260630 12:37:55.380236   480 webserver.cc:533] Webserver started at http://127.0.120.2:46413/ using document root <none> and password file <none>
I20260630 12:37:55.380789   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:55.381004   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:55.381330   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:55.382058 11338 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52804
I20260630 12:37:55.382486   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "7c8937af3e764f95b4ddc81772839ae4"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-80h9"
I20260630 12:37:55.387766   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:55.391599 11477 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.392531   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:55.392886   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "7c8937af3e764f95b4ddc81772839ae4"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-80h9"
I20260630 12:37:55.393234   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-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.403887   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:55.404963   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:55.406360   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:55.408666   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:55.408895   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.409123   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:55.409287   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.449465   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:45069
I20260630 12:37:55.449590 11539 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:45069 every 8 connection(s)
I20260630 12:37:55.454404   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:55.460779 11543 instance_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.462747 11544 instance_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.464282   480 server_base.cc:1061] running on GCE node
W20260630 12:37:55.464656 11546 instance_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.465822   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:55.466104   480 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.466331   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823075466286 us; error 0 us; skew 500 ppm
I20260630 12:37:55.467044   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:55.467008 11540 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35107
I20260630 12:37:55.467648 11540 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:55.468609 11540 heartbeater.cc:507] Master 127.0.120.62:35107 requested a full tablet report, sending...
I20260630 12:37:55.469774   480 webserver.cc:533] Webserver started at http://127.0.120.3:33303/ using document root <none> and password file <none>
I20260630 12:37:55.470434   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:55.470674   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:55.470952   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:55.470976 11338 ts_manager.cc:194] Registered new tserver with Master: 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069)
I20260630 12:37:55.472178   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "9c09e52257914438b57e5f9956bd4ec4"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-80h9"
I20260630 12:37:55.472628 11338 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52814
I20260630 12:37:55.477181   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:55.480824 11551 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.481761   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:55.482107   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "9c09e52257914438b57e5f9956bd4ec4"
format_stamp: "Formatted at 2026-06-30 12:37:55 on dist-test-slave-80h9"
I20260630 12:37:55.482417   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-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:55.509234   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:55.510419   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:55.512255   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:55.514556   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:55.514739   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:55.515026   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:55.515232   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:55.556150   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:41255
I20260630 12:37:55.556269 11613 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:41255 every 8 connection(s)
I20260630 12:37:55.570619 11614 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35107
I20260630 12:37:55.571120 11614 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:55.571928 11614 heartbeater.cc:507] Master 127.0.120.62:35107 requested a full tablet report, sending...
I20260630 12:37:55.574023 11338 ts_manager.cc:194] Registered new tserver with Master: 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255)
I20260630 12:37:55.574164   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014814143s
I20260630 12:37:55.575572 11338 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52818
I20260630 12:37:56.385264 11465 heartbeater.cc:499] Master 127.0.120.62:35107 was elected leader, sending a full tablet report...
I20260630 12:37:56.475317 11540 heartbeater.cc:499] Master 127.0.120.62:35107 was elected leader, sending a full tablet report...
I20260630 12:37:56.578353 11614 heartbeater.cc:499] Master 127.0.120.62:35107 was elected leader, sending a full tablet report...
I20260630 12:37:56.630771 11338 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52826:
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:56.633013 11338 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:56.691994 11429 tablet_service.cc:1511] Processing CreateTablet for tablet d22c8d9c06df4abc80e6a9c4a11d063e (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:56.693622 11429 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d22c8d9c06df4abc80e6a9c4a11d063e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.693210 11428 tablet_service.cc:1511] Processing CreateTablet for tablet c89066b34eaf48109d4bc16c939dc33e (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:56.694698 11428 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c89066b34eaf48109d4bc16c939dc33e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.696890 11430 tablet_service.cc:1511] Processing CreateTablet for tablet 81cfc34d4c8649f2aa125036c6b40d2f (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:56.698341 11430 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81cfc34d4c8649f2aa125036c6b40d2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.699628 11427 tablet_service.cc:1511] Processing CreateTablet for tablet 404818328548410fa94185b1ddcb2044 (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:56.699728 11578 tablet_service.cc:1511] Processing CreateTablet for tablet d22c8d9c06df4abc80e6a9c4a11d063e (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:56.701228 11427 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 404818328548410fa94185b1ddcb2044. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.701344 11578 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d22c8d9c06df4abc80e6a9c4a11d063e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.702224 11577 tablet_service.cc:1511] Processing CreateTablet for tablet c89066b34eaf48109d4bc16c939dc33e (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:56.703708 11577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c89066b34eaf48109d4bc16c939dc33e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.704180 11579 tablet_service.cc:1511] Processing CreateTablet for tablet 81cfc34d4c8649f2aa125036c6b40d2f (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:56.705566 11579 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81cfc34d4c8649f2aa125036c6b40d2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.709456 11576 tablet_service.cc:1511] Processing CreateTablet for tablet 404818328548410fa94185b1ddcb2044 (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:56.711033 11576 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 404818328548410fa94185b1ddcb2044. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.742923 11505 tablet_service.cc:1511] Processing CreateTablet for tablet 81cfc34d4c8649f2aa125036c6b40d2f (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:56.744050 11502 tablet_service.cc:1511] Processing CreateTablet for tablet 404818328548410fa94185b1ddcb2044 (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:56.745730 11504 tablet_service.cc:1511] Processing CreateTablet for tablet d22c8d9c06df4abc80e6a9c4a11d063e (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:56.745730 11503 tablet_service.cc:1511] Processing CreateTablet for tablet c89066b34eaf48109d4bc16c939dc33e (DEFAULT_TABLE table=test-workload [id=3537efd025ee4c0f882826476227ad50]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:56.744432 11505 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81cfc34d4c8649f2aa125036c6b40d2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.750092 11504 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d22c8d9c06df4abc80e6a9c4a11d063e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.751479 11503 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c89066b34eaf48109d4bc16c939dc33e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.752562 11635 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55: Bootstrap starting.
I20260630 12:37:56.755462 11502 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 404818328548410fa94185b1ddcb2044. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:56.762086 11635 tablet_bootstrap.cc:654] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.764997 11634 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: Bootstrap starting.
I20260630 12:37:56.774603 11634 tablet_bootstrap.cc:654] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.776234 11637 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: Bootstrap starting.
I20260630 12:37:56.782810 11637 tablet_bootstrap.cc:654] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.785074 11635 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55: No bootstrap required, opened a new log
I20260630 12:37:56.787529 11635 ts_tablet_manager.cc:1403] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55: Time spent bootstrapping tablet: real 0.035s	user 0.012s	sys 0.010s
I20260630 12:37:56.792094 11635 raft_consensus.cc:359] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.795428 11635 raft_consensus.cc:385] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.795785 11635 raft_consensus.cc:740] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ff1b302f5464dd8a1f12ae8730f8f55, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.796604 11635 consensus_queue.cc:260] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.794982 11637 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: No bootstrap required, opened a new log
I20260630 12:37:56.798534 11637 ts_tablet_manager.cc:1403] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.007s
I20260630 12:37:56.801755 11637 raft_consensus.cc:359] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.802623 11637 raft_consensus.cc:385] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.803079 11637 raft_consensus.cc:740] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c8937af3e764f95b4ddc81772839ae4, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.804039 11637 consensus_queue.cc:260] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.804570 11635 ts_tablet_manager.cc:1434] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260630 12:37:56.804862 11634 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: No bootstrap required, opened a new log
I20260630 12:37:56.805727 11634 ts_tablet_manager.cc:1403] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: Time spent bootstrapping tablet: real 0.041s	user 0.013s	sys 0.027s
I20260630 12:37:56.808140 11635 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: Bootstrap starting.
I20260630 12:37:56.808341 11637 ts_tablet_manager.cc:1434] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260630 12:37:56.808971 11634 raft_consensus.cc:359] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.809854 11634 raft_consensus.cc:385] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.810205 11634 raft_consensus.cc:740] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c09e52257914438b57e5f9956bd4ec4, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.810415 11637 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4: Bootstrap starting.
I20260630 12:37:56.811081 11634 consensus_queue.cc:260] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.816342 11635 tablet_bootstrap.cc:654] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.817256 11637 tablet_bootstrap.cc:654] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.827050 11637 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4: No bootstrap required, opened a new log
I20260630 12:37:56.827906 11637 ts_tablet_manager.cc:1403] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.003s
I20260630 12:37:56.831463 11641 raft_consensus.cc:493] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:56.832046 11637 raft_consensus.cc:359] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:56.832199 11641 raft_consensus.cc:515] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.846450 11641 leader_election.cc:290] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013), 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255)
I20260630 12:37:56.854146 11635 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: No bootstrap required, opened a new log
I20260630 12:37:56.854872 11635 ts_tablet_manager.cc:1403] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: Time spent bootstrapping tablet: real 0.047s	user 0.019s	sys 0.026s
I20260630 12:37:56.857942 11635 raft_consensus.cc:359] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:56.858753 11635 raft_consensus.cc:385] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.859108 11635 raft_consensus.cc:740] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ff1b302f5464dd8a1f12ae8730f8f55, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.860111 11635 consensus_queue.cc:260] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:56.859191 11637 raft_consensus.cc:385] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.861246 11637 raft_consensus.cc:740] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c8937af3e764f95b4ddc81772839ae4, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.861583 11634 ts_tablet_manager.cc:1434] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: Time spent starting tablet: real 0.055s	user 0.024s	sys 0.031s
I20260630 12:37:56.862481 11635 ts_tablet_manager.cc:1434] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:37:56.863765 11635 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55: Bootstrap starting.
I20260630 12:37:56.865921 11637 consensus_queue.cc:260] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:56.868501 11440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22c8d9c06df4abc80e6a9c4a11d063e" candidate_uuid: "7c8937af3e764f95b4ddc81772839ae4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" is_pre_election: true
I20260630 12:37:56.869912 11635 tablet_bootstrap.cc:654] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.870566 11634 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4: Bootstrap starting.
I20260630 12:37:56.871801 11637 ts_tablet_manager.cc:1434] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4: Time spent starting tablet: real 0.043s	user 0.008s	sys 0.001s
W20260630 12:37:56.875741 11480 leader_election.cc:343] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:56.876165 11589 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22c8d9c06df4abc80e6a9c4a11d063e" candidate_uuid: "7c8937af3e764f95b4ddc81772839ae4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c09e52257914438b57e5f9956bd4ec4" is_pre_election: true
I20260630 12:37:56.877410 11634 tablet_bootstrap.cc:654] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4: Neither blocks nor log segments found. Creating new log.
W20260630 12:37:56.879240 11478 leader_election.cc:343] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:56.879828 11478 leader_election.cc:304] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [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: 7c8937af3e764f95b4ddc81772839ae4; no voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 9c09e52257914438b57e5f9956bd4ec4
I20260630 12:37:56.881237 11641 raft_consensus.cc:2749] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:56.884596 11637 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4: Bootstrap starting.
I20260630 12:37:56.894104 11637 tablet_bootstrap.cc:654] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.908617 11637 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4: No bootstrap required, opened a new log
I20260630 12:37:56.909507 11637 ts_tablet_manager.cc:1403] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.006s
I20260630 12:37:56.913434 11637 raft_consensus.cc:359] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.914240 11637 raft_consensus.cc:385] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.914572 11637 raft_consensus.cc:740] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c8937af3e764f95b4ddc81772839ae4, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.915609 11635 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55: No bootstrap required, opened a new log
I20260630 12:37:56.915469 11637 consensus_queue.cc:260] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.916208 11635 ts_tablet_manager.cc:1403] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55: Time spent bootstrapping tablet: real 0.053s	user 0.028s	sys 0.023s
I20260630 12:37:56.916220 11634 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4: No bootstrap required, opened a new log
I20260630 12:37:56.917757 11637 ts_tablet_manager.cc:1434] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:37:56.918231 11634 ts_tablet_manager.cc:1403] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4: Time spent bootstrapping tablet: real 0.048s	user 0.021s	sys 0.025s
I20260630 12:37:56.918928 11637 tablet_bootstrap.cc:492] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4: Bootstrap starting.
I20260630 12:37:56.919404 11635 raft_consensus.cc:359] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.920219 11635 raft_consensus.cc:385] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.920567 11635 raft_consensus.cc:740] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ff1b302f5464dd8a1f12ae8730f8f55, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.921406 11634 raft_consensus.cc:359] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:56.921440 11635 consensus_queue.cc:260] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.922339 11634 raft_consensus.cc:385] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.922758 11634 raft_consensus.cc:740] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c09e52257914438b57e5f9956bd4ec4, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.923579 11634 consensus_queue.cc:260] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:56.926129 11637 tablet_bootstrap.cc:654] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.927090 11635 ts_tablet_manager.cc:1434] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:37:56.928320 11635 tablet_bootstrap.cc:492] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55: Bootstrap starting.
I20260630 12:37:56.932843 11634 ts_tablet_manager.cc:1434] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4: Time spent starting tablet: real 0.014s	user 0.003s	sys 0.010s
I20260630 12:37:56.934057 11634 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4: Bootstrap starting.
I20260630 12:37:56.936336 11635 tablet_bootstrap.cc:654] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.938418 11637 tablet_bootstrap.cc:492] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4: No bootstrap required, opened a new log
I20260630 12:37:56.939072 11637 ts_tablet_manager.cc:1403] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.010s
I20260630 12:37:56.940691 11634 tablet_bootstrap.cc:654] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.943058 11637 raft_consensus.cc:359] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.944332 11637 raft_consensus.cc:385] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.944816 11637 raft_consensus.cc:740] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c8937af3e764f95b4ddc81772839ae4, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.946040 11637 consensus_queue.cc:260] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.952035 11637 ts_tablet_manager.cc:1434] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:37:56.956235 11635 tablet_bootstrap.cc:492] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55: No bootstrap required, opened a new log
I20260630 12:37:56.956900 11635 ts_tablet_manager.cc:1403] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55: Time spent bootstrapping tablet: real 0.029s	user 0.016s	sys 0.012s
I20260630 12:37:56.957895 11634 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4: No bootstrap required, opened a new log
I20260630 12:37:56.958436 11634 ts_tablet_manager.cc:1403] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.015s
I20260630 12:37:56.959952 11635 raft_consensus.cc:359] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.960744 11635 raft_consensus.cc:385] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.961057 11635 raft_consensus.cc:740] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ff1b302f5464dd8a1f12ae8730f8f55, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.961459 11634 raft_consensus.cc:359] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.962278 11634 raft_consensus.cc:385] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.962044 11635 consensus_queue.cc:260] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.962689 11634 raft_consensus.cc:740] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c09e52257914438b57e5f9956bd4ec4, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.963804 11634 consensus_queue.cc:260] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.967193 11635 ts_tablet_manager.cc:1434] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:37:56.968302 11634 ts_tablet_manager.cc:1434] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4: Time spent starting tablet: real 0.010s	user 0.000s	sys 0.009s
I20260630 12:37:56.969431 11634 tablet_bootstrap.cc:492] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4: Bootstrap starting.
I20260630 12:37:56.975260 11634 tablet_bootstrap.cc:654] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.980489 11634 tablet_bootstrap.cc:492] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4: No bootstrap required, opened a new log
I20260630 12:37:56.980973 11634 ts_tablet_manager.cc:1403] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4: Time spent bootstrapping tablet: real 0.012s	user 0.005s	sys 0.005s
I20260630 12:37:56.983337 11634 raft_consensus.cc:359] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.983850 11634 raft_consensus.cc:385] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.984090 11634 raft_consensus.cc:740] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c09e52257914438b57e5f9956bd4ec4, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.984724 11634 consensus_queue.cc:260] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:56.986361 11634 ts_tablet_manager.cc:1434] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:56.989023 11642 raft_consensus.cc:493] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:56.989516 11642 raft_consensus.cc:515] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:56.996062 11642 leader_election.cc:290] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013), 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069)
I20260630 12:37:57.007006 11440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81cfc34d4c8649f2aa125036c6b40d2f" candidate_uuid: "9c09e52257914438b57e5f9956bd4ec4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" is_pre_election: true
I20260630 12:37:57.007266 11515 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81cfc34d4c8649f2aa125036c6b40d2f" candidate_uuid: "9c09e52257914438b57e5f9956bd4ec4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c8937af3e764f95b4ddc81772839ae4" is_pre_election: true
I20260630 12:37:57.007828 11440 raft_consensus.cc:2468] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c09e52257914438b57e5f9956bd4ec4 in term 0.
I20260630 12:37:57.007920 11515 raft_consensus.cc:2468] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c09e52257914438b57e5f9956bd4ec4 in term 0.
I20260630 12:37:57.008962 11554 leader_election.cc:304] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 9c09e52257914438b57e5f9956bd4ec4; no voters: 
I20260630 12:37:57.009652 11642 raft_consensus.cc:2804] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.010020 11642 raft_consensus.cc:493] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.010241 11642 raft_consensus.cc:3060] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.015549 11642 raft_consensus.cc:515] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:57.017498 11642 leader_election.cc:290] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [CANDIDATE]: Term 1 election: Requested vote from peers 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013), 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069)
I20260630 12:37:57.018260 11440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81cfc34d4c8649f2aa125036c6b40d2f" candidate_uuid: "9c09e52257914438b57e5f9956bd4ec4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55"
I20260630 12:37:57.018530 11515 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "81cfc34d4c8649f2aa125036c6b40d2f" candidate_uuid: "9c09e52257914438b57e5f9956bd4ec4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c8937af3e764f95b4ddc81772839ae4"
I20260630 12:37:57.018826 11440 raft_consensus.cc:3060] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.019169 11515 raft_consensus.cc:3060] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.024518 11440 raft_consensus.cc:2468] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c09e52257914438b57e5f9956bd4ec4 in term 1.
I20260630 12:37:57.024552 11515 raft_consensus.cc:2468] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c09e52257914438b57e5f9956bd4ec4 in term 1.
I20260630 12:37:57.025763 11554 leader_election.cc:304] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 9c09e52257914438b57e5f9956bd4ec4; no voters: 
I20260630 12:37:57.026564 11642 raft_consensus.cc:2804] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.027663 11642 raft_consensus.cc:697] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Becoming Leader. State: Replica: 9c09e52257914438b57e5f9956bd4ec4, State: Running, Role: LEADER
I20260630 12:37:57.028457 11642 consensus_queue.cc:237] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } }
I20260630 12:37:57.035807 11334 catalog_manager.cc:5697] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "9c09e52257914438b57e5f9956bd4ec4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:57.050462 11640 raft_consensus.cc:493] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.050978 11640 raft_consensus.cc:515] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.053752 11640 leader_election.cc:290] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069), 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255)
I20260630 12:37:57.064536 11589 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c89066b34eaf48109d4bc16c939dc33e" candidate_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c09e52257914438b57e5f9956bd4ec4" is_pre_election: true
I20260630 12:37:57.064909 11515 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c89066b34eaf48109d4bc16c939dc33e" candidate_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c8937af3e764f95b4ddc81772839ae4" is_pre_election: true
I20260630 12:37:57.065361 11589 raft_consensus.cc:2468] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ff1b302f5464dd8a1f12ae8730f8f55 in term 0.
I20260630 12:37:57.065557 11515 raft_consensus.cc:2468] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ff1b302f5464dd8a1f12ae8730f8f55 in term 0.
I20260630 12:37:57.066556 11403 leader_election.cc:304] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 9c09e52257914438b57e5f9956bd4ec4; no voters: 
I20260630 12:37:57.067384 11640 raft_consensus.cc:2804] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.067814 11640 raft_consensus.cc:493] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.068187 11640 raft_consensus.cc:3060] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.073827 11640 raft_consensus.cc:515] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.075999 11640 leader_election.cc:290] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [CANDIDATE]: Term 1 election: Requested vote from peers 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069), 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255)
I20260630 12:37:57.076535 11515 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c89066b34eaf48109d4bc16c939dc33e" candidate_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c8937af3e764f95b4ddc81772839ae4"
I20260630 12:37:57.076689 11589 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c89066b34eaf48109d4bc16c939dc33e" candidate_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c09e52257914438b57e5f9956bd4ec4"
I20260630 12:37:57.077162 11515 raft_consensus.cc:3060] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.077307 11589 raft_consensus.cc:3060] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.083415 11515 raft_consensus.cc:2468] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ff1b302f5464dd8a1f12ae8730f8f55 in term 1.
I20260630 12:37:57.084096 11589 raft_consensus.cc:2468] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ff1b302f5464dd8a1f12ae8730f8f55 in term 1.
I20260630 12:37:57.084755 11406 leader_election.cc:304] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 7c8937af3e764f95b4ddc81772839ae4; no voters: 
I20260630 12:37:57.085572 11640 raft_consensus.cc:2804] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.086649 11640 raft_consensus.cc:697] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 LEADER]: Becoming Leader. State: Replica: 0ff1b302f5464dd8a1f12ae8730f8f55, State: Running, Role: LEADER
I20260630 12:37:57.087389 11640 consensus_queue.cc:237] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.094331 11334 catalog_manager.cc:5697] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:57.100589 11642 raft_consensus.cc:493] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.101104 11642 raft_consensus.cc:515] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.103134 11642 leader_election.cc:290] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013), 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069)
I20260630 12:37:57.103714 11440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22c8d9c06df4abc80e6a9c4a11d063e" candidate_uuid: "9c09e52257914438b57e5f9956bd4ec4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" is_pre_election: true
I20260630 12:37:57.104223 11515 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22c8d9c06df4abc80e6a9c4a11d063e" candidate_uuid: "9c09e52257914438b57e5f9956bd4ec4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c8937af3e764f95b4ddc81772839ae4" is_pre_election: true
I20260630 12:37:57.104447 11440 raft_consensus.cc:2468] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c09e52257914438b57e5f9956bd4ec4 in term 0.
I20260630 12:37:57.104887 11515 raft_consensus.cc:2468] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9c09e52257914438b57e5f9956bd4ec4 in term 0.
I20260630 12:37:57.105619 11554 leader_election.cc:304] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 9c09e52257914438b57e5f9956bd4ec4; no voters: 
I20260630 12:37:57.106455 11642 raft_consensus.cc:2804] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.106760 11642 raft_consensus.cc:493] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.107062 11642 raft_consensus.cc:3060] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.112182 11642 raft_consensus.cc:515] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.113929 11642 leader_election.cc:290] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [CANDIDATE]: Term 1 election: Requested vote from peers 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013), 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069)
I20260630 12:37:57.114907 11440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22c8d9c06df4abc80e6a9c4a11d063e" candidate_uuid: "9c09e52257914438b57e5f9956bd4ec4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55"
I20260630 12:37:57.115144 11515 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d22c8d9c06df4abc80e6a9c4a11d063e" candidate_uuid: "9c09e52257914438b57e5f9956bd4ec4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c8937af3e764f95b4ddc81772839ae4"
I20260630 12:37:57.115559 11440 raft_consensus.cc:3060] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.115793 11515 raft_consensus.cc:3060] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.120741 11440 raft_consensus.cc:2468] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c09e52257914438b57e5f9956bd4ec4 in term 1.
I20260630 12:37:57.120741 11515 raft_consensus.cc:2468] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9c09e52257914438b57e5f9956bd4ec4 in term 1.
I20260630 12:37:57.121954 11554 leader_election.cc:304] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 9c09e52257914438b57e5f9956bd4ec4; no voters: 
I20260630 12:37:57.122898 11642 raft_consensus.cc:2804] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.123381 11642 raft_consensus.cc:697] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Becoming Leader. State: Replica: 9c09e52257914438b57e5f9956bd4ec4, State: Running, Role: LEADER
I20260630 12:37:57.124094 11642 consensus_queue.cc:237] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.131369 11334 catalog_manager.cc:5697] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "9c09e52257914438b57e5f9956bd4ec4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:57.136626 11640 raft_consensus.cc:493] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:57.137111 11640 raft_consensus.cc:515] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.139340 11640 leader_election.cc:290] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069), 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255)
I20260630 12:37:57.140161 11515 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "404818328548410fa94185b1ddcb2044" candidate_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c8937af3e764f95b4ddc81772839ae4" is_pre_election: true
I20260630 12:37:57.140832 11515 raft_consensus.cc:2468] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ff1b302f5464dd8a1f12ae8730f8f55 in term 0.
I20260630 12:37:57.140797 11589 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "404818328548410fa94185b1ddcb2044" candidate_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c09e52257914438b57e5f9956bd4ec4" is_pre_election: true
I20260630 12:37:57.141728 11589 raft_consensus.cc:2468] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ff1b302f5464dd8a1f12ae8730f8f55 in term 0.
I20260630 12:37:57.142251 11406 leader_election.cc:304] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 7c8937af3e764f95b4ddc81772839ae4; no voters: 
I20260630 12:37:57.143100 11640 raft_consensus.cc:2804] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:57.143448 11640 raft_consensus.cc:493] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:57.143692 11640 raft_consensus.cc:3060] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.148679 11640 raft_consensus.cc:515] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.150415 11640 leader_election.cc:290] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [CANDIDATE]: Term 1 election: Requested vote from peers 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069), 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255)
I20260630 12:37:57.151294 11515 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "404818328548410fa94185b1ddcb2044" candidate_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c8937af3e764f95b4ddc81772839ae4"
I20260630 12:37:57.151499 11589 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "404818328548410fa94185b1ddcb2044" candidate_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c09e52257914438b57e5f9956bd4ec4"
I20260630 12:37:57.151858 11515 raft_consensus.cc:3060] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.152103 11589 raft_consensus.cc:3060] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:57.156992 11515 raft_consensus.cc:2468] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ff1b302f5464dd8a1f12ae8730f8f55 in term 1.
I20260630 12:37:57.157068 11589 raft_consensus.cc:2468] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ff1b302f5464dd8a1f12ae8730f8f55 in term 1.
I20260630 12:37:57.158231 11403 leader_election.cc:304] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ff1b302f5464dd8a1f12ae8730f8f55, 9c09e52257914438b57e5f9956bd4ec4; no voters: 
I20260630 12:37:57.158923 11640 raft_consensus.cc:2804] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:57.159433 11640 raft_consensus.cc:697] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 LEADER]: Becoming Leader. State: Replica: 0ff1b302f5464dd8a1f12ae8730f8f55, State: Running, Role: LEADER
I20260630 12:37:57.160208 11640 consensus_queue.cc:237] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } }
I20260630 12:37:57.166690 11334 catalog_manager.cc:5697] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:57.515758 11642 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 }, 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.529633 11666 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, 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.532228 11666 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, 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.538323 11640 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 }, 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.557734 11642 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 }, 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.577509 11660 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:57.593037 11640 consensus_queue.cc:1048] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, 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.605324 11640 consensus_queue.cc:1048] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:02.182487 11610 debug-util.cc:398] Leaking SignalData structure 0x7b0800240080 after lost signal to thread 483
W20260630 12:38:02.184553 11610 debug-util.cc:398] Leaking SignalData structure 0x7b08000ab6e0 after lost signal to thread 11372
W20260630 12:38:02.186332 11610 debug-util.cc:398] Leaking SignalData structure 0x7b08002b5e20 after lost signal to thread 11464
W20260630 12:38:02.187842 11610 debug-util.cc:398] Leaking SignalData structure 0x7b0800035980 after lost signal to thread 11539
W20260630 12:38:02.189196 11610 debug-util.cc:398] Leaking SignalData structure 0x7b08000f1ba0 after lost signal to thread 11613
I20260630 12:38:04.497746   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.507259 11683 instance_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.512444 11684 instance_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.515753 11686 instance_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.515941   480 server_base.cc:1061] running on GCE node
I20260630 12:38:04.517781   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:04.518119   480 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.518362   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823084518344 us; error 0 us; skew 500 ppm
I20260630 12:38:04.519168   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:04.522804   480 webserver.cc:533] Webserver started at http://127.0.120.4:45395/ using document root <none> and password file <none>
I20260630 12:38:04.523646   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:04.523936   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:04.524369   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:04.526752   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "752e2183b2d44765bc889ec0dd220583"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-80h9"
I20260630 12:38:04.534094   480 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
I20260630 12:38:04.539636 11691 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.540617   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:38:04.541042   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "752e2183b2d44765bc889ec0dd220583"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-80h9"
I20260630 12:38:04.541443   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-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:04.567184   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:04.569186   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:04.571600   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:04.575852   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:04.576182   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.576498   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:04.576735   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.635283   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:44495
I20260630 12:38:04.635362 11753 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:44495 every 8 connection(s)
I20260630 12:38:04.658444 11754 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35107
I20260630 12:38:04.658921 11754 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:04.660041 11754 heartbeater.cc:507] Master 127.0.120.62:35107 requested a full tablet report, sending...
I20260630 12:38:04.662665 11337 ts_manager.cc:194] Registered new tserver with Master: 752e2183b2d44765bc889ec0dd220583 (127.0.120.4:44495)
I20260630 12:38:04.665221 11337 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55084
I20260630 12:38:05.265552 11589 consensus_queue.cc:237] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.280817 11515 raft_consensus.cc:1275] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:05.284627 11642 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:05.294288 11440 raft_consensus.cc:1275] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:05.297998 11642 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } 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:38:05.312270 11554 consensus_peers.cc:597] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 -> Peer 752e2183b2d44765bc889ec0dd220583 (127.0.120.4:44495): Couldn't send request to peer 752e2183b2d44765bc889ec0dd220583. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 81cfc34d4c8649f2aa125036c6b40d2f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:05.311623 11761 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.316273 11515 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.334087 11589 consensus_queue.cc:237] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.337680 11440 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.346889 11338 catalog_manager.cc:5697] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 reported cstate change: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "9c09e52257914438b57e5f9956bd4ec4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:05.360114 11439 raft_consensus.cc:1275] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:05.361822 11554 consensus_peers.cc:597] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 -> Peer 752e2183b2d44765bc889ec0dd220583 (127.0.120.4:44495): Couldn't send request to peer 752e2183b2d44765bc889ec0dd220583. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d22c8d9c06df4abc80e6a9c4a11d063e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:05.363101 11515 raft_consensus.cc:1275] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:05.364598 11767 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:05.367738 11766 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } 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:05.381644 11766 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.386869 11439 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.389881 11515 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.414235 11338 catalog_manager.cc:5697] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 reported cstate change: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "9c09e52257914438b57e5f9956bd4ec4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.425981 11439 consensus_queue.cc:237] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.441215 11589 raft_consensus.cc:1275] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Refusing update from remote peer 0ff1b302f5464dd8a1f12ae8730f8f55: 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:05.443647 11640 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } 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:05.455960 11640 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.456871 11589 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.481820 11334 catalog_manager.cc:5697] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 reported cstate change: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
W20260630 12:38:05.505693 11405 consensus_peers.cc:597] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 -> Peer 752e2183b2d44765bc889ec0dd220583 (127.0.120.4:44495): Couldn't send request to peer 752e2183b2d44765bc889ec0dd220583. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c89066b34eaf48109d4bc16c939dc33e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:05.505798 11515 raft_consensus.cc:1275] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Refusing update from remote peer 0ff1b302f5464dd8a1f12ae8730f8f55: 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:05.507937 11778 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:05.514192 11515 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } } }
I20260630 12:38:05.668597 11754 heartbeater.cc:499] Master 127.0.120.62:35107 was elected leader, sending a full tablet report...
I20260630 12:38:05.814654 11784 ts_tablet_manager.cc:933] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: Initiating tablet copy from peer 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255)
I20260630 12:38:05.816501 11784 tablet_copy_client.cc:323] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:41255
I20260630 12:38:05.829005 11599 tablet_copy_service.cc:140] P 9c09e52257914438b57e5f9956bd4ec4: Received BeginTabletCopySession request for tablet d22c8d9c06df4abc80e6a9c4a11d063e from peer 752e2183b2d44765bc889ec0dd220583 ({username='slave'} at 127.0.0.1:59084)
I20260630 12:38:05.829530 11599 tablet_copy_service.cc:161] P 9c09e52257914438b57e5f9956bd4ec4: Beginning new tablet copy session on tablet d22c8d9c06df4abc80e6a9c4a11d063e from peer 752e2183b2d44765bc889ec0dd220583 at {username='slave'} at 127.0.0.1:59084: session id = 752e2183b2d44765bc889ec0dd220583-d22c8d9c06df4abc80e6a9c4a11d063e
I20260630 12:38:05.837416 11599 tablet_copy_source_session.cc:215] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:05.840621 11784 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d22c8d9c06df4abc80e6a9c4a11d063e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.853606 11784 tablet_copy_client.cc:806] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:05.854229 11784 tablet_copy_client.cc:670] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:05.857969 11784 tablet_copy_client.cc:538] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:05.864902 11784 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: Bootstrap starting.
I20260630 12:38:05.882201 11784 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: 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:05.883437 11784 tablet_bootstrap.cc:492] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: Bootstrap complete.
I20260630 12:38:05.883849 11789 ts_tablet_manager.cc:933] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: Initiating tablet copy from peer 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013)
I20260630 12:38:05.884197 11784 ts_tablet_manager.cc:1403] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.011s
I20260630 12:38:05.888790 11784 raft_consensus.cc:359] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.890206 11784 raft_consensus.cc:740] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 752e2183b2d44765bc889ec0dd220583, State: Initialized, Role: LEARNER
I20260630 12:38:05.891279 11784 consensus_queue.cc:260] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.894178 11791 ts_tablet_manager.cc:933] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: Initiating tablet copy from peer 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255)
I20260630 12:38:05.896948 11789 tablet_copy_client.cc:323] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:37013
I20260630 12:38:05.904908 11791 tablet_copy_client.cc:323] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:41255
I20260630 12:38:05.906939 11599 tablet_copy_service.cc:140] P 9c09e52257914438b57e5f9956bd4ec4: Received BeginTabletCopySession request for tablet 81cfc34d4c8649f2aa125036c6b40d2f from peer 752e2183b2d44765bc889ec0dd220583 ({username='slave'} at 127.0.0.1:59084)
I20260630 12:38:05.907572 11599 tablet_copy_service.cc:161] P 9c09e52257914438b57e5f9956bd4ec4: Beginning new tablet copy session on tablet 81cfc34d4c8649f2aa125036c6b40d2f from peer 752e2183b2d44765bc889ec0dd220583 at {username='slave'} at 127.0.0.1:59084: session id = 752e2183b2d44765bc889ec0dd220583-81cfc34d4c8649f2aa125036c6b40d2f
I20260630 12:38:05.913342 11784 ts_tablet_manager.cc:1434] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: Time spent starting tablet: real 0.029s	user 0.013s	sys 0.010s
I20260630 12:38:05.916254 11599 tablet_copy_source_session.cc:215] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:05.918058 11450 tablet_copy_service.cc:140] P 0ff1b302f5464dd8a1f12ae8730f8f55: Received BeginTabletCopySession request for tablet c89066b34eaf48109d4bc16c939dc33e from peer 752e2183b2d44765bc889ec0dd220583 ({username='slave'} at 127.0.0.1:59266)
I20260630 12:38:05.918696 11450 tablet_copy_service.cc:161] P 0ff1b302f5464dd8a1f12ae8730f8f55: Beginning new tablet copy session on tablet c89066b34eaf48109d4bc16c939dc33e from peer 752e2183b2d44765bc889ec0dd220583 at {username='slave'} at 127.0.0.1:59266: session id = 752e2183b2d44765bc889ec0dd220583-c89066b34eaf48109d4bc16c939dc33e
I20260630 12:38:05.921005 11791 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 81cfc34d4c8649f2aa125036c6b40d2f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.922106 11599 tablet_copy_service.cc:342] P 9c09e52257914438b57e5f9956bd4ec4: Request end of tablet copy session 752e2183b2d44765bc889ec0dd220583-d22c8d9c06df4abc80e6a9c4a11d063e received from {username='slave'} at 127.0.0.1:59084
I20260630 12:38:05.922585 11599 tablet_copy_service.cc:434] P 9c09e52257914438b57e5f9956bd4ec4: ending tablet copy session 752e2183b2d44765bc889ec0dd220583-d22c8d9c06df4abc80e6a9c4a11d063e on tablet d22c8d9c06df4abc80e6a9c4a11d063e with peer 752e2183b2d44765bc889ec0dd220583
I20260630 12:38:05.927500 11450 tablet_copy_source_session.cc:215] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:05.931174 11789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c89066b34eaf48109d4bc16c939dc33e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.942543 11791 tablet_copy_client.cc:806] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:05.943235 11791 tablet_copy_client.cc:670] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:05.949685 11791 tablet_copy_client.cc:538] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:05.953048 11789 tablet_copy_client.cc:806] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:05.953755 11789 tablet_copy_client.cc:670] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:05.959688 11789 tablet_copy_client.cc:538] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:05.959935 11791 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: Bootstrap starting.
I20260630 12:38:05.967187 11789 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: Bootstrap starting.
I20260630 12:38:05.982034 11791 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: 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:05.982924 11791 tablet_bootstrap.cc:492] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: Bootstrap complete.
I20260630 12:38:05.983680 11791 ts_tablet_manager.cc:1403] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: Time spent bootstrapping tablet: real 0.024s	user 0.017s	sys 0.006s
I20260630 12:38:05.985517 11789 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: 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:05.986333 11789 tablet_bootstrap.cc:492] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: Bootstrap complete.
I20260630 12:38:05.986963 11789 ts_tablet_manager.cc:1403] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.008s
I20260630 12:38:05.986824 11791 raft_consensus.cc:359] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.987772 11791 raft_consensus.cc:740] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 752e2183b2d44765bc889ec0dd220583, State: Initialized, Role: LEARNER
I20260630 12:38:05.988528 11791 consensus_queue.cc:260] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.989970 11789 raft_consensus.cc:359] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.991118 11791 ts_tablet_manager.cc:1434] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:05.991462 11789 raft_consensus.cc:740] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 752e2183b2d44765bc889ec0dd220583, State: Initialized, Role: LEARNER
I20260630 12:38:05.992316 11789 consensus_queue.cc:260] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: true } }
I20260630 12:38:05.994302 11599 tablet_copy_service.cc:342] P 9c09e52257914438b57e5f9956bd4ec4: Request end of tablet copy session 752e2183b2d44765bc889ec0dd220583-81cfc34d4c8649f2aa125036c6b40d2f received from {username='slave'} at 127.0.0.1:59084
I20260630 12:38:05.994889 11599 tablet_copy_service.cc:434] P 9c09e52257914438b57e5f9956bd4ec4: ending tablet copy session 752e2183b2d44765bc889ec0dd220583-81cfc34d4c8649f2aa125036c6b40d2f on tablet 81cfc34d4c8649f2aa125036c6b40d2f with peer 752e2183b2d44765bc889ec0dd220583
I20260630 12:38:05.995687 11789 ts_tablet_manager.cc:1434] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:05.997627 11450 tablet_copy_service.cc:342] P 0ff1b302f5464dd8a1f12ae8730f8f55: Request end of tablet copy session 752e2183b2d44765bc889ec0dd220583-c89066b34eaf48109d4bc16c939dc33e received from {username='slave'} at 127.0.0.1:59266
I20260630 12:38:05.998099 11450 tablet_copy_service.cc:434] P 0ff1b302f5464dd8a1f12ae8730f8f55: ending tablet copy session 752e2183b2d44765bc889ec0dd220583-c89066b34eaf48109d4bc16c939dc33e on tablet c89066b34eaf48109d4bc16c939dc33e with peer 752e2183b2d44765bc889ec0dd220583
I20260630 12:38:06.377472 11729 raft_consensus.cc:1217] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:06.465790 11729 raft_consensus.cc:1217] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:06.468288 11728 raft_consensus.cc:1217] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:06.871874 11799 raft_consensus.cc:1064] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55: attempting to promote NON_VOTER 752e2183b2d44765bc889ec0dd220583 to VOTER
I20260630 12:38:06.874876 11799 consensus_queue.cc:237] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } }
I20260630 12:38:06.882422 11728 raft_consensus.cc:1275] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Refusing update from remote peer 0ff1b302f5464dd8a1f12ae8730f8f55: 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:06.882851 11589 raft_consensus.cc:1275] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Refusing update from remote peer 0ff1b302f5464dd8a1f12ae8730f8f55: 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:06.883809 11515 raft_consensus.cc:1275] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Refusing update from remote peer 0ff1b302f5464dd8a1f12ae8730f8f55: 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:06.884199 11799 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } 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:06.885879 11798 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:06.886817 11781 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } 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:06.907441 11798 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:06.909547 11728 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:06.914232 11515 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:06.921028 11589 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:06.923213 11337 catalog_manager.cc:5697] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 reported cstate change: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:06.957955 11439 consensus_queue.cc:237] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } }
I20260630 12:38:06.963722 11728 raft_consensus.cc:1275] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Refusing update from remote peer 0ff1b302f5464dd8a1f12ae8730f8f55: 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:06.965585 11799 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } 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:06.965966 11515 raft_consensus.cc:1275] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Refusing update from remote peer 0ff1b302f5464dd8a1f12ae8730f8f55: 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:06.967391 11781 consensus_queue.cc:1048] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:06.972906 11781 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:06.975824 11729 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:06.982676 11515 raft_consensus.cc:2955] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:06.988399 11324 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c89066b34eaf48109d4bc16c939dc33e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:06.990760 11797 raft_consensus.cc:1064] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4: attempting to promote NON_VOTER 752e2183b2d44765bc889ec0dd220583 to VOTER
I20260630 12:38:06.993441 11797 consensus_queue.cc:237] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } }
I20260630 12:38:06.999202 11336 catalog_manager.cc:5697] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 reported cstate change: config changed from index 3 to 4, VOTER 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3) evicted. New cstate: current_term: 1 leader_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:07.009267 11729 raft_consensus.cc:1275] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.011754 11440 raft_consensus.cc:1275] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.011899 11514 raft_consensus.cc:1275] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.017319 11577 tablet_service.cc:1558] Processing DeleteTablet for tablet c89066b34eaf48109d4bc16c939dc33e with delete_type TABLET_DATA_TOMBSTONED (TS 9c09e52257914438b57e5f9956bd4ec4 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:54712
I20260630 12:38:07.013767 11810 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:38:07.022264 11797 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } 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:07.023478 11814 tablet_replica.cc:333] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: stopping tablet replica
I20260630 12:38:07.024688 11814 raft_consensus.cc:2243] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.025158 11812 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:38:07.025503 11814 raft_consensus.cc:2272] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.040867 11814 ts_tablet_manager.cc:1916] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:07.049289 11797 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.051712 11514 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.055558 11439 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.064311 11729 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.075484 11338 catalog_manager.cc:5697] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 reported cstate change: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9c09e52257914438b57e5f9956bd4ec4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.084888 11814 ts_tablet_manager.cc:1929] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:07.085608 11814 log.cc:1199] T c89066b34eaf48109d4bc16c939dc33e P 9c09e52257914438b57e5f9956bd4ec4: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-2-root/wals/c89066b34eaf48109d4bc16c939dc33e
I20260630 12:38:07.087512 11810 raft_consensus.cc:1064] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4: attempting to promote NON_VOTER 752e2183b2d44765bc889ec0dd220583 to VOTER
I20260630 12:38:07.087641 11322 catalog_manager.cc:5028] TS 9c09e52257914438b57e5f9956bd4ec4 (127.0.120.3:41255): tablet c89066b34eaf48109d4bc16c939dc33e (table test-workload [id=3537efd025ee4c0f882826476227ad50]) successfully deleted
I20260630 12:38:07.090516 11810 consensus_queue.cc:237] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } }
I20260630 12:38:07.096307 11589 consensus_queue.cc:237] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [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: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } }
I20260630 12:38:07.102592 11729 raft_consensus.cc:1275] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.104192 11797 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } 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:07.105073 11439 raft_consensus.cc:1275] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.107095 11797 consensus_queue.cc:1048] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:07.114444 11514 raft_consensus.cc:1275] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.115360 11440 raft_consensus.cc:1275] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.115724 11728 raft_consensus.cc:1275] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 LEARNER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.116793 11811 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:38:07.117416 11812 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.118875 11819 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } 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:07.119941 11439 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.124181 11811 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } 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:07.137362 11336 catalog_manager.cc:5697] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 reported cstate change: config changed from index 3 to 4, VOTER 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2) evicted. New cstate: current_term: 1 leader_uuid: "9c09e52257914438b57e5f9956bd4ec4" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:07.141528 11322 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d22c8d9c06df4abc80e6a9c4a11d063e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:07.141402 11728 raft_consensus.cc:2955] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.142367 11819 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.155197 11502 tablet_service.cc:1558] Processing DeleteTablet for tablet d22c8d9c06df4abc80e6a9c4a11d063e with delete_type TABLET_DATA_TOMBSTONED (TS 7c8937af3e764f95b4ddc81772839ae4 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42324
I20260630 12:38:07.158424 11514 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.160634 11439 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.158382 11729 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.170498 11336 catalog_manager.cc:5697] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 reported cstate change: config changed from index 2 to 3, 752e2183b2d44765bc889ec0dd220583 (127.0.120.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9c09e52257914438b57e5f9956bd4ec4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0ff1b302f5464dd8a1f12ae8730f8f55" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 37013 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:07.172580 11823 tablet_replica.cc:333] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: stopping tablet replica
I20260630 12:38:07.175879 11823 raft_consensus.cc:2243] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.176632 11823 raft_consensus.cc:2272] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.183115 11823 ts_tablet_manager.cc:1916] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:07.194224 11589 consensus_queue.cc:237] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [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: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } }
I20260630 12:38:07.200309 11729 raft_consensus.cc:1275] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.201543 11514 raft_consensus.cc:1275] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Refusing update from remote peer 9c09e52257914438b57e5f9956bd4ec4: 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:07.203267 11812 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } 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:07.205140 11812 consensus_queue.cc:1048] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:07.208107 11823 ts_tablet_manager.cc:1929] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:07.208935 11823 log.cc:1199] T d22c8d9c06df4abc80e6a9c4a11d063e P 7c8937af3e764f95b4ddc81772839ae4: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-1-root/wals/d22c8d9c06df4abc80e6a9c4a11d063e
I20260630 12:38:07.211272 11325 catalog_manager.cc:5028] TS 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069): tablet d22c8d9c06df4abc80e6a9c4a11d063e (table test-workload [id=3537efd025ee4c0f882826476227ad50]) successfully deleted
I20260630 12:38:07.215253 11812 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.217252 11729 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.219166 11514 raft_consensus.cc:2955] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.231830 11337 catalog_manager.cc:5697] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 reported cstate change: config changed from index 3 to 4, VOTER 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1) evicted. New cstate: current_term: 1 leader_uuid: "9c09e52257914438b57e5f9956bd4ec4" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9c09e52257914438b57e5f9956bd4ec4" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41255 } } peers { permanent_uuid: "7c8937af3e764f95b4ddc81772839ae4" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 45069 } } peers { permanent_uuid: "752e2183b2d44765bc889ec0dd220583" member_type: VOTER last_known_addr { host: "127.0.120.4" port: 44495 } attrs { promote: false } } }
I20260630 12:38:07.232570 11322 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 81cfc34d4c8649f2aa125036c6b40d2f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:07.242619 11427 tablet_service.cc:1558] Processing DeleteTablet for tablet 81cfc34d4c8649f2aa125036c6b40d2f with delete_type TABLET_DATA_TOMBSTONED (TS 0ff1b302f5464dd8a1f12ae8730f8f55 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:47210
I20260630 12:38:07.249295 11824 tablet_replica.cc:333] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: stopping tablet replica
I20260630 12:38:07.250025 11824 raft_consensus.cc:2243] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.250535 11824 raft_consensus.cc:2272] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.253743 11824 ts_tablet_manager.cc:1916] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:07.265868 11824 ts_tablet_manager.cc:1929] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:07.266211 11824 log.cc:1199] T 81cfc34d4c8649f2aa125036c6b40d2f P 0ff1b302f5464dd8a1f12ae8730f8f55: Deleting WAL directory at /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822836191499-480-0/minicluster-data/ts-0-root/wals/81cfc34d4c8649f2aa125036c6b40d2f
I20260630 12:38:07.267781 11324 catalog_manager.cc:5028] TS 0ff1b302f5464dd8a1f12ae8730f8f55 (127.0.120.1:37013): tablet 81cfc34d4c8649f2aa125036c6b40d2f (table test-workload [id=3537efd025ee4c0f882826476227ad50]) successfully deleted
I20260630 12:38:07.675944   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:38:07.704788   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.705901   480 tablet_replica.cc:333] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55: stopping tablet replica
I20260630 12:38:07.706967   480 raft_consensus.cc:2243] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.708001   480 raft_consensus.cc:2272] T 404818328548410fa94185b1ddcb2044 P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.710656   480 tablet_replica.cc:333] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55: stopping tablet replica
I20260630 12:38:07.711369   480 raft_consensus.cc:2243] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.712073   480 raft_consensus.cc:2272] T d22c8d9c06df4abc80e6a9c4a11d063e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.715185   480 tablet_replica.cc:333] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55: stopping tablet replica
I20260630 12:38:07.715754   480 raft_consensus.cc:2243] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.716617   480 raft_consensus.cc:2272] T c89066b34eaf48109d4bc16c939dc33e P 0ff1b302f5464dd8a1f12ae8730f8f55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.742329   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:38:07.760121   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:38:07.781697   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.782449   480 tablet_replica.cc:333] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4: stopping tablet replica
I20260630 12:38:07.783149   480 raft_consensus.cc:2243] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.783633   480 raft_consensus.cc:2272] T 404818328548410fa94185b1ddcb2044 P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.785869   480 tablet_replica.cc:333] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4: stopping tablet replica
I20260630 12:38:07.786376   480 raft_consensus.cc:2243] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.786957   480 raft_consensus.cc:2272] T c89066b34eaf48109d4bc16c939dc33e P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.789970   480 tablet_replica.cc:333] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4: stopping tablet replica
I20260630 12:38:07.790494   480 raft_consensus.cc:2243] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.791168   480 raft_consensus.cc:2272] T 81cfc34d4c8649f2aa125036c6b40d2f P 7c8937af3e764f95b4ddc81772839ae4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.814905   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
W20260630 12:38:07.825886 11555 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.2:45069: connect: Connection refused (error 111) [suppressed 4 similar messages]
W20260630 12:38:07.829734 11555 consensus_peers.cc:597] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 -> Peer 7c8937af3e764f95b4ddc81772839ae4 (127.0.120.2:45069): Couldn't send request to peer 7c8937af3e764f95b4ddc81772839ae4. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.2:45069: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:07.834484   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:38:07.857098   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.857743   480 tablet_replica.cc:333] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4: stopping tablet replica
I20260630 12:38:07.858333   480 raft_consensus.cc:2243] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.858855   480 raft_consensus.cc:2272] T 404818328548410fa94185b1ddcb2044 P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.861099   480 tablet_replica.cc:333] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4: stopping tablet replica
I20260630 12:38:07.861624   480 raft_consensus.cc:2243] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.862424   480 raft_consensus.cc:2272] T d22c8d9c06df4abc80e6a9c4a11d063e P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.865259   480 tablet_replica.cc:333] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4: stopping tablet replica
I20260630 12:38:07.865772   480 raft_consensus.cc:2243] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.866592   480 raft_consensus.cc:2272] T 81cfc34d4c8649f2aa125036c6b40d2f P 9c09e52257914438b57e5f9956bd4ec4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.908882   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:38:07.925411   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:38:07.947286   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.948071   480 tablet_replica.cc:333] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583: stopping tablet replica
I20260630 12:38:07.948637   480 raft_consensus.cc:2243] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.949204   480 raft_consensus.cc:2272] T c89066b34eaf48109d4bc16c939dc33e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.951843   480 tablet_replica.cc:333] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583: stopping tablet replica
I20260630 12:38:07.952389   480 raft_consensus.cc:2243] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.952950   480 raft_consensus.cc:2272] T 81cfc34d4c8649f2aa125036c6b40d2f P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.955507   480 tablet_replica.cc:333] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583: stopping tablet replica
I20260630 12:38:07.956023   480 raft_consensus.cc:2243] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.956525   480 raft_consensus.cc:2272] T d22c8d9c06df4abc80e6a9c4a11d063e P 752e2183b2d44765bc889ec0dd220583 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.977293   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:38:07.988910   480 master.cc:562] Master@127.0.120.62:35107 shutting down...
I20260630 12:38:08.008116   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:08.008670   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:08.009029   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P bc1482c71f054442a4c0ad4d08e6863c: stopping tablet replica
I20260630 12:38:08.030900   480 master.cc:584] Master@127.0.120.62:35107 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (13027 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:38:08.075769   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:42353
I20260630 12:38:08.077126   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:08.082386 11827 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:08.082383 11828 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:08.083974 11830 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:08.084991   480 server_base.cc:1061] running on GCE node
I20260630 12:38:08.085858   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:08.086030   480 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:08.086246   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823088086207 us; error 0 us; skew 500 ppm
I20260630 12:38:08.086763   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:08.089170   480 webserver.cc:533] Webserver started at http://127.0.120.62:46535/ using document root <none> and password file <none>
I20260630 12:38:08.089655   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:08.089849   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:08.090122   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:08.091281   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "19886c59788e4dcfb94bcfcabb8ae7d7"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-80h9"
I20260630 12:38:08.095912   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:38:08.099323 11835 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:08.100041   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:08.100390   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "19886c59788e4dcfb94bcfcabb8ae7d7"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-80h9"
I20260630 12:38:08.100669   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-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:08.138639   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:08.139885   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:08.179930   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:42353
I20260630 12:38:08.180141 11886 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:42353 every 8 connection(s)
I20260630 12:38:08.183852 11887 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:08.194944 11887 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7: Bootstrap starting.
I20260630 12:38:08.199757 11887 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:08.204105 11887 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7: No bootstrap required, opened a new log
I20260630 12:38:08.206269 11887 raft_consensus.cc:359] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "19886c59788e4dcfb94bcfcabb8ae7d7" member_type: VOTER }
I20260630 12:38:08.206660 11887 raft_consensus.cc:385] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:08.206837 11887 raft_consensus.cc:740] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19886c59788e4dcfb94bcfcabb8ae7d7, State: Initialized, Role: FOLLOWER
I20260630 12:38:08.207441 11887 consensus_queue.cc:260] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "19886c59788e4dcfb94bcfcabb8ae7d7" member_type: VOTER }
I20260630 12:38:08.207865 11887 raft_consensus.cc:399] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:08.208052 11887 raft_consensus.cc:493] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:08.208254 11887 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:08.213172 11887 raft_consensus.cc:515] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "19886c59788e4dcfb94bcfcabb8ae7d7" member_type: VOTER }
I20260630 12:38:08.213673 11887 leader_election.cc:304] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [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: 19886c59788e4dcfb94bcfcabb8ae7d7; no voters: 
I20260630 12:38:08.214771 11887 leader_election.cc:290] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:08.215158 11890 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:08.216560 11890 raft_consensus.cc:697] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 1 LEADER]: Becoming Leader. State: Replica: 19886c59788e4dcfb94bcfcabb8ae7d7, State: Running, Role: LEADER
I20260630 12:38:08.217285 11890 consensus_queue.cc:237] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [LEADER]: Queue going to LEADER mode. State: All 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: "19886c59788e4dcfb94bcfcabb8ae7d7" member_type: VOTER }
I20260630 12:38:08.217751 11887 sys_catalog.cc:565] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:08.222347 11891 sys_catalog.cc:455] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "19886c59788e4dcfb94bcfcabb8ae7d7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "19886c59788e4dcfb94bcfcabb8ae7d7" member_type: VOTER } }
I20260630 12:38:08.222368 11892 sys_catalog.cc:455] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 19886c59788e4dcfb94bcfcabb8ae7d7. Latest consensus state: current_term: 1 leader_uuid: "19886c59788e4dcfb94bcfcabb8ae7d7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "19886c59788e4dcfb94bcfcabb8ae7d7" member_type: VOTER } }
I20260630 12:38:08.223415 11891 sys_catalog.cc:458] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:08.223477 11892 sys_catalog.cc:458] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:08.230649 11897 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:08.236999 11897 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:08.238248   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:08.246531 11897 catalog_manager.cc:1383] Generated new cluster ID: dd99b8d559d1416c9eb957b2b082bbd2
I20260630 12:38:08.246862 11897 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:08.278697 11897 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:08.280136 11897 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:08.293216 11897 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7: Generated new TSK 0
I20260630 12:38:08.293902 11897 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:08.305639   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:08.311853 11908 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:08.313213 11909 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:08.314262 11911 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:08.314642   480 server_base.cc:1061] running on GCE node
I20260630 12:38:08.315646   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:08.315826   480 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:08.315944   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823088315933 us; error 0 us; skew 500 ppm
I20260630 12:38:08.316454   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:08.318817   480 webserver.cc:533] Webserver started at http://127.0.120.1:36913/ using document root <none> and password file <none>
I20260630 12:38:08.319348   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:08.319535   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:08.319747   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:08.321055   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "3d69a662b7d7448194a3fe8829f28a92"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-80h9"
I20260630 12:38:08.325834   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:08.329494 11916 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:08.330365   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:38:08.330647   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "3d69a662b7d7448194a3fe8829f28a92"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-80h9"
I20260630 12:38:08.330902   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-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:08.355425   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:08.356523   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:08.357962   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:08.360416   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:08.360671   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.360939   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:08.361078   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.400200   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:34567
I20260630 12:38:08.400302 11978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:34567 every 8 connection(s)
I20260630 12:38:08.404964   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:08.412592 11983 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:08.415696 11984 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:08.417199 11986 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:08.417968   480 server_base.cc:1061] running on GCE node
I20260630 12:38:08.419046 11979 heartbeater.cc:344] Connected to a master server at 127.0.120.62:42353
I20260630 12:38:08.419064   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:08.419562   480 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:08.419591 11979 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:08.419790   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823088419776 us; error 0 us; skew 500 ppm
I20260630 12:38:08.420466   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:08.420535 11979 heartbeater.cc:507] Master 127.0.120.62:42353 requested a full tablet report, sending...
I20260630 12:38:08.423084 11852 ts_manager.cc:194] Registered new tserver with Master: 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567)
I20260630 12:38:08.423292   480 webserver.cc:533] Webserver started at http://127.0.120.2:37571/ using document root <none> and password file <none>
I20260630 12:38:08.423877   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:08.424086   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:08.424346   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:08.425148 11852 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55852
I20260630 12:38:08.425439   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "3d05dc4830954ae198b5ad1eb37cf29b"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-80h9"
I20260630 12:38:08.430140   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:38:08.433857 11991 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:08.434686   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:08.434986   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "3d05dc4830954ae198b5ad1eb37cf29b"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-80h9"
I20260630 12:38:08.435349   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-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:08.454795   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:08.455914   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:08.457355   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:08.459656   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:08.459879   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.460130   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:08.460368   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.499874   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:34335
I20260630 12:38:08.500097 12053 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:34335 every 8 connection(s)
I20260630 12:38:08.505101   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:08.512650 12057 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:08.514529 12058 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:08.517796   480 server_base.cc:1061] running on GCE node
W20260630 12:38:08.518234 12060 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:08.519357 12054 heartbeater.cc:344] Connected to a master server at 127.0.120.62:42353
I20260630 12:38:08.519379   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:08.519963   480 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:08.519982 12054 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:08.520283   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823088520246 us; error 0 us; skew 500 ppm
I20260630 12:38:08.520931   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:08.520974 12054 heartbeater.cc:507] Master 127.0.120.62:42353 requested a full tablet report, sending...
I20260630 12:38:08.523532 11852 ts_manager.cc:194] Registered new tserver with Master: 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335)
I20260630 12:38:08.523731   480 webserver.cc:533] Webserver started at http://127.0.120.3:33459/ using document root <none> and password file <none>
I20260630 12:38:08.524345   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:08.524562   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:08.524856   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:08.525239 11852 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55864
I20260630 12:38:08.526003   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "8e4f21dd11a64022b20b62de41a6413b"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-80h9"
I20260630 12:38:08.530982   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260630 12:38:08.534560 12065 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:08.535415   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:08.535750   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "8e4f21dd11a64022b20b62de41a6413b"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-80h9"
I20260630 12:38:08.536056   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822836191499-480-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:08.558418   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:08.559651   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:08.561275   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:08.563547   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:08.563786   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.564016   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:08.564191   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.606962   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:43307
I20260630 12:38:08.607110 12127 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:43307 every 8 connection(s)
I20260630 12:38:08.621477 12128 heartbeater.cc:344] Connected to a master server at 127.0.120.62:42353
I20260630 12:38:08.621866 12128 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:08.622602 12128 heartbeater.cc:507] Master 127.0.120.62:42353 requested a full tablet report, sending...
I20260630 12:38:08.624810 11852 ts_manager.cc:194] Registered new tserver with Master: 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:08.625160   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014772753s
I20260630 12:38:08.626302 11852 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55876
I20260630 12:38:09.427872 11979 heartbeater.cc:499] Master 127.0.120.62:42353 was elected leader, sending a full tablet report...
I20260630 12:38:09.528115 12054 heartbeater.cc:499] Master 127.0.120.62:42353 was elected leader, sending a full tablet report...
I20260630 12:38:09.629328 12128 heartbeater.cc:499] Master 127.0.120.62:42353 was elected leader, sending a full tablet report...
I20260630 12:38:09.686964 11852 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55892:
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:09.689630 11852 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:09.754326 12019 tablet_service.cc:1511] Processing CreateTablet for tablet 663b4f21908c424fb930db2cb77ce3f2 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:09.756162 12019 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 663b4f21908c424fb930db2cb77ce3f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.760066 12016 tablet_service.cc:1511] Processing CreateTablet for tablet 74e17ca7e63c45369512f8fa77b6f9b8 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:09.760214 12015 tablet_service.cc:1511] Processing CreateTablet for tablet 6ee79f4d41be4e3f882c138cc74b95dc (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:09.761579 12016 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74e17ca7e63c45369512f8fa77b6f9b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.763430 12015 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ee79f4d41be4e3f882c138cc74b95dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.764099 12017 tablet_service.cc:1511] Processing CreateTablet for tablet c76832dc57c04b7fb87308facb04aa45 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:09.765585 12014 tablet_service.cc:1511] Processing CreateTablet for tablet 8769d2c5abce4c579515dc8201521337 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:09.766189 12018 tablet_service.cc:1511] Processing CreateTablet for tablet 728d12f3021c45dfae6c88805b8a92fc (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:09.767722 12018 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 728d12f3021c45dfae6c88805b8a92fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.769420 12014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8769d2c5abce4c579515dc8201521337. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.771356 12017 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c76832dc57c04b7fb87308facb04aa45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.784541 11944 tablet_service.cc:1511] Processing CreateTablet for tablet 663b4f21908c424fb930db2cb77ce3f2 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:09.786466 11944 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 663b4f21908c424fb930db2cb77ce3f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.788261 11939 tablet_service.cc:1511] Processing CreateTablet for tablet 8769d2c5abce4c579515dc8201521337 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:09.789618 11939 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8769d2c5abce4c579515dc8201521337. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.792273 11940 tablet_service.cc:1511] Processing CreateTablet for tablet 6ee79f4d41be4e3f882c138cc74b95dc (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:09.793663 11940 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ee79f4d41be4e3f882c138cc74b95dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.796262 11941 tablet_service.cc:1511] Processing CreateTablet for tablet 74e17ca7e63c45369512f8fa77b6f9b8 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:09.797608 11941 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74e17ca7e63c45369512f8fa77b6f9b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.800172 11942 tablet_service.cc:1511] Processing CreateTablet for tablet c76832dc57c04b7fb87308facb04aa45 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:09.801673 11942 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c76832dc57c04b7fb87308facb04aa45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.803741 11943 tablet_service.cc:1511] Processing CreateTablet for tablet 728d12f3021c45dfae6c88805b8a92fc (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:09.805110 12148 tablet_bootstrap.cc:492] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b: Bootstrap starting.
I20260630 12:38:09.805209 11943 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 728d12f3021c45dfae6c88805b8a92fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.811823 12148 tablet_bootstrap.cc:654] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.821107 12149 tablet_bootstrap.cc:492] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92: Bootstrap starting.
I20260630 12:38:09.823729 12148 tablet_bootstrap.cc:492] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b: No bootstrap required, opened a new log
I20260630 12:38:09.824438 12148 ts_tablet_manager.cc:1403] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260630 12:38:09.827854 12148 raft_consensus.cc:359] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.828635 12149 tablet_bootstrap.cc:654] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.828850 12148 raft_consensus.cc:385] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.836844 12148 raft_consensus.cc:740] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.837941 12148 consensus_queue.cc:260] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.861920 12148 ts_tablet_manager.cc:1434] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent starting tablet: real 0.037s	user 0.010s	sys 0.011s
I20260630 12:38:09.863204 12148 tablet_bootstrap.cc:492] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b: Bootstrap starting.
I20260630 12:38:09.863276 12149 tablet_bootstrap.cc:492] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92: No bootstrap required, opened a new log
I20260630 12:38:09.864048 12149 ts_tablet_manager.cc:1403] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92: Time spent bootstrapping tablet: real 0.043s	user 0.009s	sys 0.022s
I20260630 12:38:09.867136 12149 raft_consensus.cc:359] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.868141 12149 raft_consensus.cc:385] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.868515 12149 raft_consensus.cc:740] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d69a662b7d7448194a3fe8829f28a92, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.869505 12149 consensus_queue.cc:260] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.870146 12148 tablet_bootstrap.cc:654] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.874333 12149 ts_tablet_manager.cc:1434] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.001s
I20260630 12:38:09.876894 12149 tablet_bootstrap.cc:492] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92: Bootstrap starting.
I20260630 12:38:09.884264 12092 tablet_service.cc:1511] Processing CreateTablet for tablet 728d12f3021c45dfae6c88805b8a92fc (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:09.885814 12092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 728d12f3021c45dfae6c88805b8a92fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.885952 12149 tablet_bootstrap.cc:654] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.888144 12091 tablet_service.cc:1511] Processing CreateTablet for tablet c76832dc57c04b7fb87308facb04aa45 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:09.889519 12091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c76832dc57c04b7fb87308facb04aa45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.890668 12088 tablet_service.cc:1511] Processing CreateTablet for tablet 8769d2c5abce4c579515dc8201521337 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:09.892113 12088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8769d2c5abce4c579515dc8201521337. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.892099 12090 tablet_service.cc:1511] Processing CreateTablet for tablet 74e17ca7e63c45369512f8fa77b6f9b8 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:09.892755 12089 tablet_service.cc:1511] Processing CreateTablet for tablet 6ee79f4d41be4e3f882c138cc74b95dc (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:09.893697 12090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 74e17ca7e63c45369512f8fa77b6f9b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.893975 12093 tablet_service.cc:1511] Processing CreateTablet for tablet 663b4f21908c424fb930db2cb77ce3f2 (DEFAULT_TABLE table=test-workload [id=4503c39216344a35af1da78418214c37]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:09.894549 12089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ee79f4d41be4e3f882c138cc74b95dc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.896864 12093 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 663b4f21908c424fb930db2cb77ce3f2. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:38:09.905965 11980 tablet.cc:2406] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:38:09.917910 12148 tablet_bootstrap.cc:492] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b: No bootstrap required, opened a new log
I20260630 12:38:09.919073 12148 ts_tablet_manager.cc:1403] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent bootstrapping tablet: real 0.056s	user 0.021s	sys 0.010s
I20260630 12:38:09.922529 12148 raft_consensus.cc:359] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.923295 12148 raft_consensus.cc:385] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.923602 12148 raft_consensus.cc:740] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.924582 12148 consensus_queue.cc:260] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.934161 12148 ts_tablet_manager.cc:1434] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:38:09.935598 12148 tablet_bootstrap.cc:492] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b: Bootstrap starting.
I20260630 12:38:09.951258 12148 tablet_bootstrap.cc:654] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.962800 12149 tablet_bootstrap.cc:492] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92: No bootstrap required, opened a new log
I20260630 12:38:09.963115 12148 tablet_bootstrap.cc:492] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b: No bootstrap required, opened a new log
I20260630 12:38:09.963569 12149 ts_tablet_manager.cc:1403] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92: Time spent bootstrapping tablet: real 0.087s	user 0.033s	sys 0.025s
I20260630 12:38:09.963807 12148 ts_tablet_manager.cc:1403] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.007s
I20260630 12:38:09.967324 12148 raft_consensus.cc:359] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.967624 12149 raft_consensus.cc:359] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.968120 12148 raft_consensus.cc:385] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.968421 12149 raft_consensus.cc:385] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.968498 12148 raft_consensus.cc:740] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.968856 12149 raft_consensus.cc:740] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d69a662b7d7448194a3fe8829f28a92, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.969563 12148 consensus_queue.cc:260] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.968125 12156 tablet_bootstrap.cc:492] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b: Bootstrap starting.
I20260630 12:38:09.970326 12149 consensus_queue.cc:260] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:09.972265 12148 ts_tablet_manager.cc:1434] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:09.973320 12148 tablet_bootstrap.cc:492] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b: Bootstrap starting.
I20260630 12:38:09.973901 12149 ts_tablet_manager.cc:1434] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.001s
I20260630 12:38:09.974977 12149 tablet_bootstrap.cc:492] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92: Bootstrap starting.
I20260630 12:38:09.979530 12148 tablet_bootstrap.cc:654] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.981247 12149 tablet_bootstrap.cc:654] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.996508 12156 tablet_bootstrap.cc:654] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.000599 12152 raft_consensus.cc:493] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.001173 12152 raft_consensus.cc:515] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.001762 12148 tablet_bootstrap.cc:492] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b: No bootstrap required, opened a new log
I20260630 12:38:10.002336 12148 ts_tablet_manager.cc:1403] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent bootstrapping tablet: real 0.029s	user 0.016s	sys 0.006s
I20260630 12:38:10.002506 12149 tablet_bootstrap.cc:492] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92: No bootstrap required, opened a new log
I20260630 12:38:10.003314 12149 ts_tablet_manager.cc:1403] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92: Time spent bootstrapping tablet: real 0.029s	user 0.010s	sys 0.016s
I20260630 12:38:10.005398 12148 raft_consensus.cc:359] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.006181 12148 raft_consensus.cc:385] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.006474 12148 raft_consensus.cc:740] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.007272 12148 consensus_queue.cc:260] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.007536 12149 raft_consensus.cc:359] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.009250 12149 raft_consensus.cc:385] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.010066 12149 raft_consensus.cc:740] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d69a662b7d7448194a3fe8829f28a92, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.011729 12149 consensus_queue.cc:260] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.015450 12149 ts_tablet_manager.cc:1434] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92: Time spent starting tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:38:10.017143 12149 tablet_bootstrap.cc:492] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92: Bootstrap starting.
I20260630 12:38:10.024183 12149 tablet_bootstrap.cc:654] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.026158 12152 leader_election.cc:290] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.030339 12152 raft_consensus.cc:493] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.031129 12152 raft_consensus.cc:515] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.037747 12149 tablet_bootstrap.cc:492] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92: No bootstrap required, opened a new log
I20260630 12:38:10.038726 12149 ts_tablet_manager.cc:1403] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.004s
I20260630 12:38:10.041061 12152 leader_election.cc:290] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.043185 12149 raft_consensus.cc:359] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.044373 12149 raft_consensus.cc:385] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.044847 12149 raft_consensus.cc:740] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d69a662b7d7448194a3fe8829f28a92, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.045961 12149 consensus_queue.cc:260] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.049283 12149 ts_tablet_manager.cc:1434] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:38:10.050865 12149 tablet_bootstrap.cc:492] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92: Bootstrap starting.
I20260630 12:38:10.057466 12149 tablet_bootstrap.cc:654] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.072762 12149 tablet_bootstrap.cc:492] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92: No bootstrap required, opened a new log
I20260630 12:38:10.073724 12149 ts_tablet_manager.cc:1403] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.008s
I20260630 12:38:10.077824 12149 raft_consensus.cc:359] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.079099 12149 raft_consensus.cc:385] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.079569 12149 raft_consensus.cc:740] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d69a662b7d7448194a3fe8829f28a92, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.080626 12149 consensus_queue.cc:260] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.083523 12149 ts_tablet_manager.cc:1434] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:38:10.084781 12149 tablet_bootstrap.cc:492] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92: Bootstrap starting.
I20260630 12:38:10.091264 12149 tablet_bootstrap.cc:654] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.092000 12148 ts_tablet_manager.cc:1434] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent starting tablet: real 0.089s	user 0.035s	sys 0.056s
I20260630 12:38:10.092120 12153 raft_consensus.cc:493] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.092720 12153 raft_consensus.cc:515] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.095062 12148 tablet_bootstrap.cc:492] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b: Bootstrap starting.
I20260630 12:38:10.098002 12153 leader_election.cc:290] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.102176 12148 tablet_bootstrap.cc:654] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.114099 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "663b4f21908c424fb930db2cb77ce3f2" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b" is_pre_election: true
I20260630 12:38:10.114811 12148 tablet_bootstrap.cc:492] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b: No bootstrap required, opened a new log
I20260630 12:38:10.115445 12148 ts_tablet_manager.cc:1403] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.006s
I20260630 12:38:10.115983 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ee79f4d41be4e3f882c138cc74b95dc" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b" is_pre_election: true
I20260630 12:38:10.117282 12156 tablet_bootstrap.cc:492] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b: No bootstrap required, opened a new log
I20260630 12:38:10.117519 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ee79f4d41be4e3f882c138cc74b95dc" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92" is_pre_election: true
W20260630 12:38:10.117945 11993 leader_election.cc:343] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.118434 11953 raft_consensus.cc:2468] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d05dc4830954ae198b5ad1eb37cf29b in term 0.
W20260630 12:38:10.119129 11993 leader_election.cc:343] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.117478 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "663b4f21908c424fb930db2cb77ce3f2" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92" is_pre_election: true
I20260630 12:38:10.120092 11954 raft_consensus.cc:2468] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d05dc4830954ae198b5ad1eb37cf29b in term 0.
I20260630 12:38:10.120102 11994 leader_election.cc:304] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [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: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 8e4f21dd11a64022b20b62de41a6413b
I20260630 12:38:10.121536 11994 leader_election.cc:304] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [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: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 8e4f21dd11a64022b20b62de41a6413b
I20260630 12:38:10.121934 12156 ts_tablet_manager.cc:1403] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b: Time spent bootstrapping tablet: real 0.154s	user 0.031s	sys 0.037s
I20260630 12:38:10.122740 12162 raft_consensus.cc:2804] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:10.123066 12152 raft_consensus.cc:2804] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:10.123245 12162 raft_consensus.cc:493] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:10.123528 12152 raft_consensus.cc:493] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:10.123669 12162 raft_consensus.cc:3060] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.123975 12152 raft_consensus.cc:3060] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.122774 12148 raft_consensus.cc:359] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.124796 12148 raft_consensus.cc:385] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.125128 12148 raft_consensus.cc:740] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.127440 12148 consensus_queue.cc:260] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.130071 12149 tablet_bootstrap.cc:492] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92: No bootstrap required, opened a new log
I20260630 12:38:10.131825 12152 raft_consensus.cc:515] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.131853 12162 raft_consensus.cc:515] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.132617 12149 ts_tablet_manager.cc:1403] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92: Time spent bootstrapping tablet: real 0.048s	user 0.009s	sys 0.011s
I20260630 12:38:10.134336 12152 leader_election.cc:290] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Requested vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.134902 12152 raft_consensus.cc:493] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.135385 12152 raft_consensus.cc:515] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.136297 11954 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "663b4f21908c424fb930db2cb77ce3f2" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92"
I20260630 12:38:10.137065 11954 raft_consensus.cc:3060] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.139053 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ee79f4d41be4e3f882c138cc74b95dc" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92"
I20260630 12:38:10.139523 11952 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8769d2c5abce4c579515dc8201521337" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92" is_pre_election: true
I20260630 12:38:10.140327 11952 raft_consensus.cc:2468] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d05dc4830954ae198b5ad1eb37cf29b in term 0.
I20260630 12:38:10.141305 12149 raft_consensus.cc:359] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.143421 12149 raft_consensus.cc:385] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.144316 12149 raft_consensus.cc:740] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d69a662b7d7448194a3fe8829f28a92, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.141732 11994 leader_election.cc:304] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 
I20260630 12:38:10.139703 11953 raft_consensus.cc:3060] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.146224 12149 consensus_queue.cc:260] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.148555 12148 ts_tablet_manager.cc:1434] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent starting tablet: real 0.033s	user 0.005s	sys 0.002s
I20260630 12:38:10.136394 12156 raft_consensus.cc:359] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.149549 12156 raft_consensus.cc:385] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.149884 12156 raft_consensus.cc:740] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e4f21dd11a64022b20b62de41a6413b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.150702 12156 consensus_queue.cc:260] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.138233 12152 leader_election.cc:290] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.152732 12152 raft_consensus.cc:2804] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:10.153122 12149 ts_tablet_manager.cc:1434] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.001s
I20260630 12:38:10.153091 12152 raft_consensus.cc:493] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:10.157156 12162 leader_election.cc:290] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Requested vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.157722 12148 tablet_bootstrap.cc:492] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b: Bootstrap starting.
I20260630 12:38:10.157210 11954 raft_consensus.cc:2468] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d05dc4830954ae198b5ad1eb37cf29b in term 1.
I20260630 12:38:10.162096 11994 leader_election.cc:304] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 
I20260630 12:38:10.163913 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "728d12f3021c45dfae6c88805b8a92fc" candidate_uuid: "3d69a662b7d7448194a3fe8829f28a92" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" is_pre_election: true
I20260630 12:38:10.164669 12029 raft_consensus.cc:2468] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d69a662b7d7448194a3fe8829f28a92 in term 0.
I20260630 12:38:10.165660 12162 raft_consensus.cc:2804] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:10.166200 12162 raft_consensus.cc:697] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 LEADER]: Becoming Leader. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Running, Role: LEADER
I20260630 12:38:10.166113 11920 leader_election.cc:304] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 
I20260630 12:38:10.167423 12153 raft_consensus.cc:2804] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:10.167852 12153 raft_consensus.cc:493] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:10.160724 11953 raft_consensus.cc:2468] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d05dc4830954ae198b5ad1eb37cf29b in term 1.
I20260630 12:38:10.168344 12153 raft_consensus.cc:3060] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.168597 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "728d12f3021c45dfae6c88805b8a92fc" candidate_uuid: "3d69a662b7d7448194a3fe8829f28a92" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b" is_pre_election: true
W20260630 12:38:10.170360 11918 leader_election.cc:343] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.155129 12152 raft_consensus.cc:3060] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.174249 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "663b4f21908c424fb930db2cb77ce3f2" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b"
I20260630 12:38:10.175383 11994 leader_election.cc:304] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 
I20260630 12:38:10.177127 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8769d2c5abce4c579515dc8201521337" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b" is_pre_election: true
I20260630 12:38:10.167438 12162 consensus_queue.cc:237] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.184458 12148 tablet_bootstrap.cc:654] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.187181 12172 raft_consensus.cc:2804] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:10.188124 12172 raft_consensus.cc:697] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 LEADER]: Becoming Leader. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Running, Role: LEADER
I20260630 12:38:10.190536 12153 raft_consensus.cc:515] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.193851 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ee79f4d41be4e3f882c138cc74b95dc" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b"
I20260630 12:38:10.194118 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "728d12f3021c45dfae6c88805b8a92fc" candidate_uuid: "3d69a662b7d7448194a3fe8829f28a92" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b"
I20260630 12:38:10.194751 12029 raft_consensus.cc:3060] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:38:10.197142 11993 leader_election.cc:343] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:38:10.198369 11993 leader_election.cc:343] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.193632 12152 raft_consensus.cc:515] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
W20260630 12:38:10.199491 11993 leader_election.cc:343] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.201122 12152 leader_election.cc:290] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Requested vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.202646 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8769d2c5abce4c579515dc8201521337" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b"
I20260630 12:38:10.203302 12148 tablet_bootstrap.cc:492] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b: No bootstrap required, opened a new log
I20260630 12:38:10.203838 12148 ts_tablet_manager.cc:1403] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent bootstrapping tablet: real 0.046s	user 0.009s	sys 0.008s
I20260630 12:38:10.204200 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8769d2c5abce4c579515dc8201521337" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92"
I20260630 12:38:10.204854 11953 raft_consensus.cc:3060] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.205003 12029 raft_consensus.cc:2468] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d69a662b7d7448194a3fe8829f28a92 in term 1.
W20260630 12:38:10.205811 11993 leader_election.cc:343] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.206444 11920 leader_election.cc:304] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 
I20260630 12:38:10.206977 12148 raft_consensus.cc:359] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.207748 12148 raft_consensus.cc:385] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.208031 12148 raft_consensus.cc:740] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.208773 12148 consensus_queue.cc:260] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.211539 12148 ts_tablet_manager.cc:1434] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.008s
I20260630 12:38:10.211606 12172 consensus_queue.cc:237] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.213268 11953 raft_consensus.cc:2468] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d05dc4830954ae198b5ad1eb37cf29b in term 1.
I20260630 12:38:10.203748 12156 ts_tablet_manager.cc:1434] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b: Time spent starting tablet: real 0.081s	user 0.016s	sys 0.024s
I20260630 12:38:10.214607 11994 leader_election.cc:304] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [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: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 8e4f21dd11a64022b20b62de41a6413b
I20260630 12:38:10.215082 12156 tablet_bootstrap.cc:492] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b: Bootstrap starting.
I20260630 12:38:10.215832 12152 raft_consensus.cc:2804] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:10.216620 12152 raft_consensus.cc:697] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 LEADER]: Becoming Leader. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Running, Role: LEADER
I20260630 12:38:10.217532 12152 consensus_queue.cc:237] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.219928 12176 raft_consensus.cc:2804] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:10.222684 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "728d12f3021c45dfae6c88805b8a92fc" candidate_uuid: "3d69a662b7d7448194a3fe8829f28a92" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b"
I20260630 12:38:10.223834 12153 leader_election.cc:290] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 election: Requested vote from peers 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.224030 12156 tablet_bootstrap.cc:654] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b: Neither blocks nor log segments found. Creating new log.
W20260630 12:38:10.224364 11918 leader_election.cc:343] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.231531 12176 raft_consensus.cc:697] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 LEADER]: Becoming Leader. State: Replica: 3d69a662b7d7448194a3fe8829f28a92, State: Running, Role: LEADER
I20260630 12:38:10.232637 12176 consensus_queue.cc:237] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
W20260630 12:38:10.235306 11900 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:10.234611 12173 raft_consensus.cc:493] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.236829 12173 raft_consensus.cc:515] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.238647 12156 tablet_bootstrap.cc:492] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b: No bootstrap required, opened a new log
I20260630 12:38:10.239394 12156 ts_tablet_manager.cc:1403] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.006s
I20260630 12:38:10.240995 11850 catalog_manager.cc:5697] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2). New cstate: current_term: 1 leader_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:10.243743 12156 raft_consensus.cc:359] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.245111 12156 raft_consensus.cc:385] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.245208 12177 raft_consensus.cc:493] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.245611 12156 raft_consensus.cc:740] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e4f21dd11a64022b20b62de41a6413b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.243911 11850 catalog_manager.cc:5697] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2). New cstate: current_term: 1 leader_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:10.246981 12156 consensus_queue.cc:260] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.246315 12177 raft_consensus.cc:515] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.249217 12173 leader_election.cc:290] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335)
I20260630 12:38:10.256698 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c76832dc57c04b7fb87308facb04aa45" candidate_uuid: "3d69a662b7d7448194a3fe8829f28a92" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" is_pre_election: true
I20260630 12:38:10.257669 12029 raft_consensus.cc:2468] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d69a662b7d7448194a3fe8829f28a92 in term 0.
I20260630 12:38:10.263518 11920 leader_election.cc:304] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 
I20260630 12:38:10.264809 12153 raft_consensus.cc:2804] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:10.265326 12153 raft_consensus.cc:493] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:10.265739 12153 raft_consensus.cc:3060] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.283149 12156 ts_tablet_manager.cc:1434] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b: Time spent starting tablet: real 0.043s	user 0.016s	sys 0.001s
I20260630 12:38:10.284519 12156 tablet_bootstrap.cc:492] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b: Bootstrap starting.
I20260630 12:38:10.288882 12152 raft_consensus.cc:493] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.289666 12152 raft_consensus.cc:515] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.290628 11852 catalog_manager.cc:5697] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "3d69a662b7d7448194a3fe8829f28a92" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:10.292160 12152 leader_election.cc:290] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.291908 12156 tablet_bootstrap.cc:654] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.292868 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74e17ca7e63c45369512f8fa77b6f9b8" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92" is_pre_election: true
I20260630 12:38:10.293599 11953 raft_consensus.cc:2468] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d05dc4830954ae198b5ad1eb37cf29b in term 0.
I20260630 12:38:10.294976 11994 leader_election.cc:304] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 
I20260630 12:38:10.295897 12152 raft_consensus.cc:2804] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:10.296248 12152 raft_consensus.cc:493] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:10.296576 12152 raft_consensus.cc:3060] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.297546 12153 raft_consensus.cc:515] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.301051 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74e17ca7e63c45369512f8fa77b6f9b8" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92" is_pre_election: true
I20260630 12:38:10.301584 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c76832dc57c04b7fb87308facb04aa45" candidate_uuid: "3d69a662b7d7448194a3fe8829f28a92" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b" is_pre_election: true
I20260630 12:38:10.302105 11953 raft_consensus.cc:2468] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e4f21dd11a64022b20b62de41a6413b in term 0.
W20260630 12:38:10.303514 11918 leader_election.cc:343] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.304874 12177 leader_election.cc:290] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.304509 12152 raft_consensus.cc:515] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.306414 12068 leader_election.cc:304] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d69a662b7d7448194a3fe8829f28a92, 8e4f21dd11a64022b20b62de41a6413b; no voters: 
I20260630 12:38:10.307359 12156 tablet_bootstrap.cc:492] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b: No bootstrap required, opened a new log
I20260630 12:38:10.307685 12152 leader_election.cc:290] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [CANDIDATE]: Term 1 election: Requested vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.307925 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74e17ca7e63c45369512f8fa77b6f9b8" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92"
I20260630 12:38:10.308646 12156 ts_tablet_manager.cc:1403] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.007s
I20260630 12:38:10.308667 11953 raft_consensus.cc:3060] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.312727 12184 raft_consensus.cc:2804] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:10.313333 12184 raft_consensus.cc:493] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:10.312726 12156 raft_consensus.cc:359] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.313733 12184 raft_consensus.cc:3060] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.313993 12156 raft_consensus.cc:385] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.314450 12156 raft_consensus.cc:740] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e4f21dd11a64022b20b62de41a6413b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.315646 12156 consensus_queue.cc:260] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.318497 12156 ts_tablet_manager.cc:1434] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:38:10.320142 12156 tablet_bootstrap.cc:492] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b: Bootstrap starting.
I20260630 12:38:10.321391 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74e17ca7e63c45369512f8fa77b6f9b8" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b" is_pre_election: true
I20260630 12:38:10.322850 12103 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74e17ca7e63c45369512f8fa77b6f9b8" candidate_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b"
I20260630 12:38:10.326515 12156 tablet_bootstrap.cc:654] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.326436 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c76832dc57c04b7fb87308facb04aa45" candidate_uuid: "3d69a662b7d7448194a3fe8829f28a92" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b"
I20260630 12:38:10.327198 12029 raft_consensus.cc:3060] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.325500 12184 raft_consensus.cc:515] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.318439 11953 raft_consensus.cc:2468] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d05dc4830954ae198b5ad1eb37cf29b in term 1.
I20260630 12:38:10.331581 12102 raft_consensus.cc:2393] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3d05dc4830954ae198b5ad1eb37cf29b in current term 1: Already voted for candidate 8e4f21dd11a64022b20b62de41a6413b in this term.
I20260630 12:38:10.331904 12027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74e17ca7e63c45369512f8fa77b6f9b8" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b"
I20260630 12:38:10.330986 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74e17ca7e63c45369512f8fa77b6f9b8" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92"
I20260630 12:38:10.332926 12027 raft_consensus.cc:2393] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 8e4f21dd11a64022b20b62de41a6413b in current term 1: Already voted for candidate 3d05dc4830954ae198b5ad1eb37cf29b in this term.
I20260630 12:38:10.333099 11953 raft_consensus.cc:2393] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 8e4f21dd11a64022b20b62de41a6413b in current term 1: Already voted for candidate 3d05dc4830954ae198b5ad1eb37cf29b in this term.
I20260630 12:38:10.331362 11994 leader_election.cc:304] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [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: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 8e4f21dd11a64022b20b62de41a6413b
I20260630 12:38:10.329717 12028 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "74e17ca7e63c45369512f8fa77b6f9b8" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" is_pre_election: true
I20260630 12:38:10.335109 12152 raft_consensus.cc:2804] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:10.335708 12152 raft_consensus.cc:697] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 LEADER]: Becoming Leader. State: Replica: 3d05dc4830954ae198b5ad1eb37cf29b, State: Running, Role: LEADER
I20260630 12:38:10.335878 12068 leader_election.cc:304] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [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: 8e4f21dd11a64022b20b62de41a6413b; no voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92
I20260630 12:38:10.330674 12184 leader_election.cc:290] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [CANDIDATE]: Term 1 election: Requested vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335)
I20260630 12:38:10.337594 12173 raft_consensus.cc:2749] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:10.336663 12152 consensus_queue.cc:237] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.339991 12153 leader_election.cc:290] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 election: Requested vote from peers 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335), 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307)
I20260630 12:38:10.341106 12156 tablet_bootstrap.cc:492] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b: No bootstrap required, opened a new log
I20260630 12:38:10.341764 12156 ts_tablet_manager.cc:1403] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b: Time spent bootstrapping tablet: real 0.022s	user 0.014s	sys 0.004s
I20260630 12:38:10.343832 12029 raft_consensus.cc:2468] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d69a662b7d7448194a3fe8829f28a92 in term 1.
I20260630 12:38:10.345038 11920 leader_election.cc:304] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92; no voters: 
I20260630 12:38:10.345444 12156 raft_consensus.cc:359] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.341136 12102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c76832dc57c04b7fb87308facb04aa45" candidate_uuid: "3d69a662b7d7448194a3fe8829f28a92" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e4f21dd11a64022b20b62de41a6413b"
I20260630 12:38:10.346434 12156 raft_consensus.cc:385] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.345791 12153 raft_consensus.cc:2804] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:10.346880 12156 raft_consensus.cc:740] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e4f21dd11a64022b20b62de41a6413b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.347671 12153 raft_consensus.cc:697] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 LEADER]: Becoming Leader. State: Replica: 3d69a662b7d7448194a3fe8829f28a92, State: Running, Role: LEADER
I20260630 12:38:10.348206 12156 consensus_queue.cc:260] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.348721 12153 consensus_queue.cc:237] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.351568 12156 ts_tablet_manager.cc:1434] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:38:10.352959 12156 tablet_bootstrap.cc:492] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b: Bootstrap starting.
W20260630 12:38:10.380658 11918 leader_election.cc:343] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8e4f21dd11a64022b20b62de41a6413b (127.0.120.3:43307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:10.384882 12173 raft_consensus.cc:493] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.386734 12173 raft_consensus.cc:515] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.405268 12173 leader_election.cc:290] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335)
I20260630 12:38:10.408944 12029 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "728d12f3021c45dfae6c88805b8a92fc" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" is_pre_election: true
I20260630 12:38:10.410828 12029 raft_consensus.cc:2393] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8e4f21dd11a64022b20b62de41a6413b in current term 1: Already voted for candidate 3d69a662b7d7448194a3fe8829f28a92 in this term.
I20260630 12:38:10.410547 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "728d12f3021c45dfae6c88805b8a92fc" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92" is_pre_election: true
I20260630 12:38:10.413723 12068 leader_election.cc:304] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [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: 8e4f21dd11a64022b20b62de41a6413b; no voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92
I20260630 12:38:10.415068 12156 tablet_bootstrap.cc:654] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.415199 12184 raft_consensus.cc:493] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.415475 12173 raft_consensus.cc:3060] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.416249 12184 raft_consensus.cc:515] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.424774 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ee79f4d41be4e3f882c138cc74b95dc" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92" is_pre_election: true
I20260630 12:38:10.425554 12184 leader_election.cc:290] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335)
I20260630 12:38:10.425987 11953 raft_consensus.cc:2393] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8e4f21dd11a64022b20b62de41a6413b in current term 1: Already voted for candidate 3d05dc4830954ae198b5ad1eb37cf29b in this term.
I20260630 12:38:10.426522 12028 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ee79f4d41be4e3f882c138cc74b95dc" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" is_pre_election: true
I20260630 12:38:10.434450 12156 tablet_bootstrap.cc:492] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b: No bootstrap required, opened a new log
I20260630 12:38:10.435369 12156 ts_tablet_manager.cc:1403] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b: Time spent bootstrapping tablet: real 0.083s	user 0.008s	sys 0.025s
I20260630 12:38:10.435906 12173 raft_consensus.cc:2749] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:10.436395 12069 leader_election.cc:304] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [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: 8e4f21dd11a64022b20b62de41a6413b; no voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92
I20260630 12:38:10.438271 12184 raft_consensus.cc:3060] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.435392 11852 catalog_manager.cc:5697] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "3d69a662b7d7448194a3fe8829f28a92" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:10.440131 12156 raft_consensus.cc:359] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.443925 12156 raft_consensus.cc:385] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.444348 12156 raft_consensus.cc:740] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e4f21dd11a64022b20b62de41a6413b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.445322 12156 consensus_queue.cc:260] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.453097 12184 raft_consensus.cc:2749] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:10.456640 12156 ts_tablet_manager.cc:1434] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.009s
I20260630 12:38:10.457384 11850 catalog_manager.cc:5697] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2). New cstate: current_term: 1 leader_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:10.458544 12156 tablet_bootstrap.cc:492] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b: Bootstrap starting.
I20260630 12:38:10.459767 11850 catalog_manager.cc:5697] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2). New cstate: current_term: 1 leader_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:10.465287 12156 tablet_bootstrap.cc:654] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:10.471405 12156 tablet_bootstrap.cc:492] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b: No bootstrap required, opened a new log
I20260630 12:38:10.471966 12156 ts_tablet_manager.cc:1403] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260630 12:38:10.475311 12156 raft_consensus.cc:359] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.476060 12156 raft_consensus.cc:385] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:10.476353 12156 raft_consensus.cc:740] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e4f21dd11a64022b20b62de41a6413b, State: Initialized, Role: FOLLOWER
I20260630 12:38:10.477176 12156 consensus_queue.cc:260] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.479628 12156 ts_tablet_manager.cc:1434] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:38:10.573355 12194 raft_consensus.cc:493] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:10.573920 12194 raft_consensus.cc:515] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 } } peers { permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 } } peers { permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 } }
I20260630 12:38:10.575958 12194 leader_election.cc:290] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567), 3d05dc4830954ae198b5ad1eb37cf29b (127.0.120.2:34335)
I20260630 12:38:10.576869 11953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c76832dc57c04b7fb87308facb04aa45" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d69a662b7d7448194a3fe8829f28a92" is_pre_election: true
I20260630 12:38:10.577168 12028 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c76832dc57c04b7fb87308facb04aa45" candidate_uuid: "8e4f21dd11a64022b20b62de41a6413b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" is_pre_election: true
I20260630 12:38:10.578190 12028 raft_consensus.cc:2393] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8e4f21dd11a64022b20b62de41a6413b in current term 1: Already voted for candidate 3d69a662b7d7448194a3fe8829f28a92 in this term.
I20260630 12:38:10.579264 12069 leader_election.cc:304] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [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: 8e4f21dd11a64022b20b62de41a6413b; no voters: 3d05dc4830954ae198b5ad1eb37cf29b, 3d69a662b7d7448194a3fe8829f28a92
I20260630 12:38:10.580139 12194 raft_consensus.cc:3060] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.587973 12194 raft_consensus.cc:2749] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:10.621037 12102 raft_consensus.cc:3060] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.630519 12152 consensus_queue.cc:1048] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.644704 12162 consensus_queue.cc:1048] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:10.664726 12172 consensus_queue.cc:1048] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:10.675510 12102 raft_consensus.cc:3060] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:10.685318 12172 consensus_queue.cc:1048] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.691053 12153 consensus_queue.cc:1048] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:10.697227 12152 consensus_queue.cc:1048] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.710229 12153 consensus_queue.cc:1048] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.728999 12162 consensus_queue.cc:1048] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.778625 12205 consensus_queue.cc:1048] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d05dc4830954ae198b5ad1eb37cf29b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 34335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.791364 12177 consensus_queue.cc:1048] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:10.879429 12162 consensus_queue.cc:1048] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d69a662b7d7448194a3fe8829f28a92" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 34567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.891443 12152 consensus_queue.cc:1048] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8e4f21dd11a64022b20b62de41a6413b" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 43307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:20.580463   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:38:20.619796   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:20.620906   480 tablet_replica.cc:333] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92: stopping tablet replica
I20260630 12:38:20.621785   480 raft_consensus.cc:2243] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.622526   480 raft_consensus.cc:2272] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.625787   480 tablet_replica.cc:333] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92: stopping tablet replica
I20260630 12:38:20.626428   480 raft_consensus.cc:2243] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.627095   480 raft_consensus.cc:2272] T 663b4f21908c424fb930db2cb77ce3f2 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.630010   480 tablet_replica.cc:333] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92: stopping tablet replica
I20260630 12:38:20.630537   480 raft_consensus.cc:2243] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.631209   480 raft_consensus.cc:2272] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.634351   480 tablet_replica.cc:333] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92: stopping tablet replica
I20260630 12:38:20.634850   480 raft_consensus.cc:2243] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.635428   480 raft_consensus.cc:2272] T 8769d2c5abce4c579515dc8201521337 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.638465   480 tablet_replica.cc:333] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92: stopping tablet replica
I20260630 12:38:20.639128   480 raft_consensus.cc:2243] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:20.640573   480 raft_consensus.cc:2272] T 728d12f3021c45dfae6c88805b8a92fc P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.643359   480 tablet_replica.cc:333] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92: stopping tablet replica
I20260630 12:38:20.643891   480 raft_consensus.cc:2243] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:20.645431   480 raft_consensus.cc:2272] T c76832dc57c04b7fb87308facb04aa45 P 3d69a662b7d7448194a3fe8829f28a92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.679345   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
W20260630 12:38:20.695828 11994 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.120.1:34567: connect: Connection refused (error 111)
W20260630 12:38:20.700812 11994 consensus_peers.cc:597] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b -> Peer 3d69a662b7d7448194a3fe8829f28a92 (127.0.120.1:34567): Couldn't send request to peer 3d69a662b7d7448194a3fe8829f28a92. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:34567: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:20.713552   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:38:20.746409   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:20.747448   480 tablet_replica.cc:333] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b: stopping tablet replica
I20260630 12:38:20.748721   480 raft_consensus.cc:2243] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.749500   480 raft_consensus.cc:2272] T c76832dc57c04b7fb87308facb04aa45 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.752501   480 tablet_replica.cc:333] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b: stopping tablet replica
I20260630 12:38:20.753113   480 raft_consensus.cc:2243] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:20.754089   480 raft_consensus.cc:2272] T 74e17ca7e63c45369512f8fa77b6f9b8 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.756824   480 tablet_replica.cc:333] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b: stopping tablet replica
I20260630 12:38:20.757488   480 raft_consensus.cc:2243] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:20.758728   480 raft_consensus.cc:2272] T 663b4f21908c424fb930db2cb77ce3f2 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.762245   480 tablet_replica.cc:333] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b: stopping tablet replica
I20260630 12:38:20.763250   480 raft_consensus.cc:2243] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:20.764518   480 raft_consensus.cc:2272] T 6ee79f4d41be4e3f882c138cc74b95dc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.768478   480 tablet_replica.cc:333] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b: stopping tablet replica
I20260630 12:38:20.768985   480 raft_consensus.cc:2243] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:20.769992   480 raft_consensus.cc:2272] T 8769d2c5abce4c579515dc8201521337 P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.772804   480 tablet_replica.cc:333] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b: stopping tablet replica
I20260630 12:38:20.773468   480 raft_consensus.cc:2243] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.774106   480 raft_consensus.cc:2272] T 728d12f3021c45dfae6c88805b8a92fc P 3d05dc4830954ae198b5ad1eb37cf29b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.804472   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:38:20.828824   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:38:20.859237   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:20.860080   480 tablet_replica.cc:333] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b: stopping tablet replica
I20260630 12:38:20.860749   480 raft_consensus.cc:2243] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.861327   480 raft_consensus.cc:2272] T c76832dc57c04b7fb87308facb04aa45 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.863958   480 tablet_replica.cc:333] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b: stopping tablet replica
I20260630 12:38:20.864514   480 raft_consensus.cc:2243] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.865037   480 raft_consensus.cc:2272] T 728d12f3021c45dfae6c88805b8a92fc P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.867533   480 tablet_replica.cc:333] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b: stopping tablet replica
I20260630 12:38:20.868041   480 raft_consensus.cc:2243] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.868464   480 raft_consensus.cc:2272] T 8769d2c5abce4c579515dc8201521337 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.870819   480 tablet_replica.cc:333] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b: stopping tablet replica
I20260630 12:38:20.871412   480 raft_consensus.cc:2243] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.871865   480 raft_consensus.cc:2272] T 663b4f21908c424fb930db2cb77ce3f2 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.874184   480 tablet_replica.cc:333] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b: stopping tablet replica
I20260630 12:38:20.874745   480 raft_consensus.cc:2243] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.875260   480 raft_consensus.cc:2272] T 6ee79f4d41be4e3f882c138cc74b95dc P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.877663   480 tablet_replica.cc:333] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b: stopping tablet replica
I20260630 12:38:20.878091   480 raft_consensus.cc:2243] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:20.878525   480 raft_consensus.cc:2272] T 74e17ca7e63c45369512f8fa77b6f9b8 P 8e4f21dd11a64022b20b62de41a6413b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.907298   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:38:20.930425   480 master.cc:562] Master@127.0.120.62:42353 shutting down...
I20260630 12:38:20.955420   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:20.956094   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:20.956418   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 19886c59788e4dcfb94bcfcabb8ae7d7: stopping tablet replica
I20260630 12:38:20.976887   480 master.cc:584] Master@127.0.120.62:42353 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (12945 ms)
[----------] 24 tests from AutoRebalancerTest (264661 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:38:21.025520   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:38517
I20260630 12:38:21.026656   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:21.032617 12219 instance_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:21.032821 12220 instance_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:21.033972 12222 instance_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:21.035512   480 server_base.cc:1061] running on GCE node
I20260630 12:38:21.036396   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:21.036580   480 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:21.036702   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823101036691 us; error 0 us; skew 500 ppm
I20260630 12:38:21.037230   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:21.039812   480 webserver.cc:533] Webserver started at http://127.0.120.62:32893/ using document root <none> and password file <none>
I20260630 12:38:21.040405   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:21.040660   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:21.041011   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:21.042263   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "38cdd5b6446140f095146b8a5f91754c"
format_stamp: "Formatted at 2026-06-30 12:38:21 on dist-test-slave-80h9"
I20260630 12:38:21.047164   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260630 12:38:21.050621 12227 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:21.051479   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:21.051749   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "38cdd5b6446140f095146b8a5f91754c"
format_stamp: "Formatted at 2026-06-30 12:38:21 on dist-test-slave-80h9"
I20260630 12:38:21.051990   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-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:21.065284   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:21.066531   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:21.105415   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:38517
I20260630 12:38:21.105518 12278 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:38517 every 8 connection(s)
I20260630 12:38:21.109532 12279 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:21.122359 12279 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c: Bootstrap starting.
I20260630 12:38:21.127508 12279 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:21.132009 12279 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c: No bootstrap required, opened a new log
I20260630 12:38:21.134382 12279 raft_consensus.cc:359] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "38cdd5b6446140f095146b8a5f91754c" member_type: VOTER }
I20260630 12:38:21.134858 12279 raft_consensus.cc:385] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:21.135123 12279 raft_consensus.cc:740] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38cdd5b6446140f095146b8a5f91754c, State: Initialized, Role: FOLLOWER
I20260630 12:38:21.135762 12279 consensus_queue.cc:260] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "38cdd5b6446140f095146b8a5f91754c" member_type: VOTER }
I20260630 12:38:21.136251 12279 raft_consensus.cc:399] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:21.136484 12279 raft_consensus.cc:493] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:21.136783 12279 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:21.142521 12279 raft_consensus.cc:515] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "38cdd5b6446140f095146b8a5f91754c" member_type: VOTER }
I20260630 12:38:21.143136 12279 leader_election.cc:304] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [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: 38cdd5b6446140f095146b8a5f91754c; no voters: 
I20260630 12:38:21.144307 12279 leader_election.cc:290] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:21.144770 12282 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:21.146149 12282 raft_consensus.cc:697] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 1 LEADER]: Becoming Leader. State: Replica: 38cdd5b6446140f095146b8a5f91754c, State: Running, Role: LEADER
I20260630 12:38:21.146874 12282 consensus_queue.cc:237] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [LEADER]: Queue going to LEADER mode. State: All 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: "38cdd5b6446140f095146b8a5f91754c" member_type: VOTER }
I20260630 12:38:21.147411 12279 sys_catalog.cc:565] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:21.151927 12284 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 38cdd5b6446140f095146b8a5f91754c. Latest consensus state: current_term: 1 leader_uuid: "38cdd5b6446140f095146b8a5f91754c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "38cdd5b6446140f095146b8a5f91754c" member_type: VOTER } }
I20260630 12:38:21.151927 12283 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "38cdd5b6446140f095146b8a5f91754c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "38cdd5b6446140f095146b8a5f91754c" member_type: VOTER } }
I20260630 12:38:21.152820 12284 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:21.152868 12283 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:21.157258 12289 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:21.162334 12289 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:21.165447   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:21.171517 12289 catalog_manager.cc:1383] Generated new cluster ID: 8c1f804108704f68934eaeb39b4da1c2
I20260630 12:38:21.171833 12289 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:21.186385 12289 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:21.187808 12289 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:21.200486 12289 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c: Generated new TSK 0
I20260630 12:38:21.201119 12289 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:21.232642   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:21.238932 12300 instance_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:21.240648 12301 instance_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:21.241395 12303 instance_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:21.241542   480 server_base.cc:1061] running on GCE node
I20260630 12:38:21.242590   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:21.242770   480 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:21.242889   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823101242878 us; error 0 us; skew 500 ppm
I20260630 12:38:21.243412   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:21.245612   480 webserver.cc:533] Webserver started at http://127.0.120.1:35081/ using document root <none> and password file <none>
I20260630 12:38:21.246039   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:21.246208   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:21.246419   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:21.247634   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "27fe54c4a9ad4eed9398f9231825223d"
format_stamp: "Formatted at 2026-06-30 12:38:21 on dist-test-slave-80h9"
I20260630 12:38:21.252300   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:38:21.255904 12308 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:21.256731   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:21.257009   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "27fe54c4a9ad4eed9398f9231825223d"
format_stamp: "Formatted at 2026-06-30 12:38:21 on dist-test-slave-80h9"
I20260630 12:38:21.257296   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-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:21.279745   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:21.280879   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:21.282287   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:21.284677   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:21.284854   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:21.285167   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:21.285343   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:21.326989   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:32871
I20260630 12:38:21.327153 12370 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:32871 every 8 connection(s)
I20260630 12:38:21.332382   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:21.340164 12375 instance_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:21.341691 12376 instance_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:21.343451 12378 instance_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:21.344491   480 server_base.cc:1061] running on GCE node
I20260630 12:38:21.345367   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:21.345553   480 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:21.345691   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823101345679 us; error 0 us; skew 500 ppm
I20260630 12:38:21.346153   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:21.349519   480 webserver.cc:533] Webserver started at http://127.0.120.2:39375/ using document root <none> and password file <none>
I20260630 12:38:21.350026   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:21.350154 12371 heartbeater.cc:344] Connected to a master server at 127.0.120.62:38517
I20260630 12:38:21.350275   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:21.350659 12371 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:21.350731   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:21.351704 12371 heartbeater.cc:507] Master 127.0.120.62:38517 requested a full tablet report, sending...
I20260630 12:38:21.352495   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "6cf1d719d4b24329808c9366f0f5707b"
format_stamp: "Formatted at 2026-06-30 12:38:21 on dist-test-slave-80h9"
I20260630 12:38:21.354143 12244 ts_manager.cc:194] Registered new tserver with Master: 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871)
I20260630 12:38:21.356061 12244 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55434
I20260630 12:38:21.357832   480 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:38:21.361878 12383 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:21.362680   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:21.362982   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "6cf1d719d4b24329808c9366f0f5707b"
format_stamp: "Formatted at 2026-06-30 12:38:21 on dist-test-slave-80h9"
I20260630 12:38:21.363353   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-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:21.383564   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:21.384862   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:21.386354   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:21.388640   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:21.388872   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:21.389120   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:21.389295   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:21.431715   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:39977
I20260630 12:38:21.431813 12445 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:39977 every 8 connection(s)
I20260630 12:38:21.436841   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:21.444902 12449 instance_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:21.445888 12450 instance_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:21.448810   480 server_base.cc:1061] running on GCE node
W20260630 12:38:21.449514 12452 instance_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:21.450623   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:21.450906   480 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:21.451203   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823101451182 us; error 0 us; skew 500 ppm
I20260630 12:38:21.451354 12446 heartbeater.cc:344] Connected to a master server at 127.0.120.62:38517
I20260630 12:38:21.451761 12446 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:21.451886   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:21.452755 12446 heartbeater.cc:507] Master 127.0.120.62:38517 requested a full tablet report, sending...
I20260630 12:38:21.454892   480 webserver.cc:533] Webserver started at http://127.0.120.3:46009/ using document root <none> and password file <none>
I20260630 12:38:21.455354 12244 ts_manager.cc:194] Registered new tserver with Master: 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977)
I20260630 12:38:21.455518   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:21.455879   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:21.456144   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:21.456934 12244 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55442
I20260630 12:38:21.457370   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6"
format_stamp: "Formatted at 2026-06-30 12:38:21 on dist-test-slave-80h9"
I20260630 12:38:21.462248   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:21.465837 12457 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:21.466748   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:21.467002   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6"
format_stamp: "Formatted at 2026-06-30 12:38:21 on dist-test-slave-80h9"
I20260630 12:38:21.467352   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-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:21.480242   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:21.481390   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:21.482748   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:21.485073   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:21.485266   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:21.485605   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:21.485793   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:21.527068   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:41377
I20260630 12:38:21.527245 12519 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:41377 every 8 connection(s)
I20260630 12:38:21.541603 12520 heartbeater.cc:344] Connected to a master server at 127.0.120.62:38517
I20260630 12:38:21.542055 12520 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:21.542822 12520 heartbeater.cc:507] Master 127.0.120.62:38517 requested a full tablet report, sending...
I20260630 12:38:21.544910 12244 ts_manager.cc:194] Registered new tserver with Master: 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:21.545190   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014780708s
I20260630 12:38:21.546883 12244 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55450
I20260630 12:38:22.359589 12371 heartbeater.cc:499] Master 127.0.120.62:38517 was elected leader, sending a full tablet report...
I20260630 12:38:22.459753 12446 heartbeater.cc:499] Master 127.0.120.62:38517 was elected leader, sending a full tablet report...
I20260630 12:38:22.549881 12520 heartbeater.cc:499] Master 127.0.120.62:38517 was elected leader, sending a full tablet report...
I20260630 12:38:22.605329 12244 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53188:
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:22.608049 12244 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:22.674371 12336 tablet_service.cc:1511] Processing CreateTablet for tablet 3b5a288c7678433ca1b87031225e96df (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:22.676023 12336 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b5a288c7678433ca1b87031225e96df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.685345 12485 tablet_service.cc:1511] Processing CreateTablet for tablet 3b5a288c7678433ca1b87031225e96df (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:22.685714 12483 tablet_service.cc:1511] Processing CreateTablet for tablet 9237f56c24c5445f9e256d9724f6d794 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:22.686946 12485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b5a288c7678433ca1b87031225e96df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.687955 12484 tablet_service.cc:1511] Processing CreateTablet for tablet 497c8a6338674cca9d0a1c00d8595767 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:22.688388 12411 tablet_service.cc:1511] Processing CreateTablet for tablet 3b5a288c7678433ca1b87031225e96df (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:22.689442 12484 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 497c8a6338674cca9d0a1c00d8595767. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.690259 12409 tablet_service.cc:1511] Processing CreateTablet for tablet 9237f56c24c5445f9e256d9724f6d794 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:22.690268 12411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3b5a288c7678433ca1b87031225e96df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.692170 12410 tablet_service.cc:1511] Processing CreateTablet for tablet 497c8a6338674cca9d0a1c00d8595767 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:22.693558 12333 tablet_service.cc:1511] Processing CreateTablet for tablet ed4a4743454346fb8662f8e93a8f6f09 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:22.694964 12333 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed4a4743454346fb8662f8e93a8f6f09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.696652 12483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9237f56c24c5445f9e256d9724f6d794. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.693931 12410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 497c8a6338674cca9d0a1c00d8595767. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.699738 12409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9237f56c24c5445f9e256d9724f6d794. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.692243 12334 tablet_service.cc:1511] Processing CreateTablet for tablet 9237f56c24c5445f9e256d9724f6d794 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:22.701748 12334 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9237f56c24c5445f9e256d9724f6d794. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.696242 12335 tablet_service.cc:1511] Processing CreateTablet for tablet 497c8a6338674cca9d0a1c00d8595767 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:22.704466 12335 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 497c8a6338674cca9d0a1c00d8595767. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.720274 12408 tablet_service.cc:1511] Processing CreateTablet for tablet ed4a4743454346fb8662f8e93a8f6f09 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:22.722054 12408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed4a4743454346fb8662f8e93a8f6f09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.729031 12482 tablet_service.cc:1511] Processing CreateTablet for tablet ed4a4743454346fb8662f8e93a8f6f09 (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:22.730739 12482 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed4a4743454346fb8662f8e93a8f6f09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.745725 12481 tablet_service.cc:1511] Processing CreateTablet for tablet 98340ca942124be4aea2182d0852fd0c (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:22.747745 12481 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98340ca942124be4aea2182d0852fd0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.763223 12332 tablet_service.cc:1511] Processing CreateTablet for tablet 98340ca942124be4aea2182d0852fd0c (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:22.766641 12407 tablet_service.cc:1511] Processing CreateTablet for tablet 98340ca942124be4aea2182d0852fd0c (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:22.768738 12407 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98340ca942124be4aea2182d0852fd0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.765012 12332 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98340ca942124be4aea2182d0852fd0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.776347 12331 tablet_service.cc:1511] Processing CreateTablet for tablet 03f8845abe74497b86d36df083ceab7e (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:22.784961 12541 tablet_bootstrap.cc:492] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d: Bootstrap starting.
I20260630 12:38:22.783156 12540 tablet_bootstrap.cc:492] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b: Bootstrap starting.
I20260630 12:38:22.789044 12331 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03f8845abe74497b86d36df083ceab7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.796617 12484 tablet_service.cc:1511] Processing CreateTablet for tablet 03f8845abe74497b86d36df083ceab7e (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:22.800953 12541 tablet_bootstrap.cc:654] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.801510 12409 tablet_service.cc:1511] Processing CreateTablet for tablet 03f8845abe74497b86d36df083ceab7e (DEFAULT_TABLE table=test-workload [id=25d1bebc50864046adfb388d0dfda7b8]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:22.812135 12409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03f8845abe74497b86d36df083ceab7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.821792 12540 tablet_bootstrap.cc:654] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.822978 12484 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03f8845abe74497b86d36df083ceab7e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.854553 12543 tablet_bootstrap.cc:492] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Bootstrap starting.
I20260630 12:38:22.855319 12541 tablet_bootstrap.cc:492] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d: No bootstrap required, opened a new log
I20260630 12:38:22.855665 12540 tablet_bootstrap.cc:492] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b: No bootstrap required, opened a new log
I20260630 12:38:22.855886 12541 ts_tablet_manager.cc:1403] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d: Time spent bootstrapping tablet: real 0.071s	user 0.039s	sys 0.011s
I20260630 12:38:22.856208 12540 ts_tablet_manager.cc:1403] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b: Time spent bootstrapping tablet: real 0.076s	user 0.006s	sys 0.010s
I20260630 12:38:22.859293 12541 raft_consensus.cc:359] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.860183 12541 raft_consensus.cc:385] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.859742 12540 raft_consensus.cc:359] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.860522 12541 raft_consensus.cc:740] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.860781 12540 raft_consensus.cc:385] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.861282 12540 raft_consensus.cc:740] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cf1d719d4b24329808c9366f0f5707b, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.861534 12541 consensus_queue.cc:260] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.861434 12543 tablet_bootstrap.cc:654] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.863410 12540 consensus_queue.cc:260] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.866681 12540 ts_tablet_manager.cc:1434] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.005s
I20260630 12:38:22.867726 12540 tablet_bootstrap.cc:492] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b: Bootstrap starting.
I20260630 12:38:22.875583 12540 tablet_bootstrap.cc:654] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.881124 12541 ts_tablet_manager.cc:1434] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d: Time spent starting tablet: real 0.025s	user 0.019s	sys 0.004s
I20260630 12:38:22.882272 12543 tablet_bootstrap.cc:492] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: No bootstrap required, opened a new log
I20260630 12:38:22.882735 12541 tablet_bootstrap.cc:492] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d: Bootstrap starting.
I20260630 12:38:22.882807 12543 ts_tablet_manager.cc:1403] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent bootstrapping tablet: real 0.029s	user 0.015s	sys 0.008s
I20260630 12:38:22.885958 12540 tablet_bootstrap.cc:492] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b: No bootstrap required, opened a new log
I20260630 12:38:22.886629 12540 ts_tablet_manager.cc:1403] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.000s
I20260630 12:38:22.887234 12543 raft_consensus.cc:359] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.888043 12543 raft_consensus.cc:385] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.888345 12543 raft_consensus.cc:740] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.889278 12543 consensus_queue.cc:260] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.889766 12541 tablet_bootstrap.cc:654] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.890067 12540 raft_consensus.cc:359] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.890936 12540 raft_consensus.cc:385] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.891340 12540 raft_consensus.cc:740] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cf1d719d4b24329808c9366f0f5707b, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.892266 12540 consensus_queue.cc:260] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.895619 12540 ts_tablet_manager.cc:1434] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:38:22.897169 12540 tablet_bootstrap.cc:492] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b: Bootstrap starting.
I20260630 12:38:22.905817 12540 tablet_bootstrap.cc:654] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.919461 12543 ts_tablet_manager.cc:1434] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent starting tablet: real 0.035s	user 0.010s	sys 0.024s
I20260630 12:38:22.921413 12541 tablet_bootstrap.cc:492] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d: No bootstrap required, opened a new log
I20260630 12:38:22.921437 12540 tablet_bootstrap.cc:492] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b: No bootstrap required, opened a new log
I20260630 12:38:22.922139 12541 ts_tablet_manager.cc:1403] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d: Time spent bootstrapping tablet: real 0.040s	user 0.024s	sys 0.011s
I20260630 12:38:22.922183 12540 ts_tablet_manager.cc:1403] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b: Time spent bootstrapping tablet: real 0.025s	user 0.018s	sys 0.006s
I20260630 12:38:22.922652 12543 tablet_bootstrap.cc:492] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Bootstrap starting.
I20260630 12:38:22.925400 12541 raft_consensus.cc:359] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.925762 12540 raft_consensus.cc:359] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.926219 12541 raft_consensus.cc:385] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.926617 12540 raft_consensus.cc:385] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.926702 12541 raft_consensus.cc:740] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.927068 12540 raft_consensus.cc:740] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cf1d719d4b24329808c9366f0f5707b, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.927708 12541 consensus_queue.cc:260] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.928041 12540 consensus_queue.cc:260] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.930047 12541 ts_tablet_manager.cc:1434] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:38:22.931159 12541 tablet_bootstrap.cc:492] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d: Bootstrap starting.
I20260630 12:38:22.932783 12540 ts_tablet_manager.cc:1434] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:38:22.933780 12540 tablet_bootstrap.cc:492] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b: Bootstrap starting.
I20260630 12:38:22.937572 12541 tablet_bootstrap.cc:654] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.940124 12540 tablet_bootstrap.cc:654] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.940130 12543 tablet_bootstrap.cc:654] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.952723 12540 tablet_bootstrap.cc:492] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b: No bootstrap required, opened a new log
I20260630 12:38:22.953438 12540 ts_tablet_manager.cc:1403] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.008s
I20260630 12:38:22.955590 12541 tablet_bootstrap.cc:492] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d: No bootstrap required, opened a new log
I20260630 12:38:22.956096 12541 ts_tablet_manager.cc:1403] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.003s
I20260630 12:38:22.956683 12543 tablet_bootstrap.cc:492] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: No bootstrap required, opened a new log
I20260630 12:38:22.956607 12540 raft_consensus.cc:359] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.957337 12543 ts_tablet_manager.cc:1403] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent bootstrapping tablet: real 0.035s	user 0.013s	sys 0.003s
I20260630 12:38:22.957531 12540 raft_consensus.cc:385] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.957877 12540 raft_consensus.cc:740] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cf1d719d4b24329808c9366f0f5707b, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.958760 12541 raft_consensus.cc:359] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.958833 12540 consensus_queue.cc:260] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.959679 12541 raft_consensus.cc:385] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.960040 12541 raft_consensus.cc:740] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.960464 12543 raft_consensus.cc:359] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.960786 12541 consensus_queue.cc:260] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.961303 12543 raft_consensus.cc:385] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.961809 12540 ts_tablet_manager.cc:1434] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:38:22.961875 12543 raft_consensus.cc:740] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.963084 12540 tablet_bootstrap.cc:492] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b: Bootstrap starting.
I20260630 12:38:22.963178 12541 ts_tablet_manager.cc:1434] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:38:22.962852 12543 consensus_queue.cc:260] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.964498 12541 tablet_bootstrap.cc:492] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d: Bootstrap starting.
I20260630 12:38:22.969367 12543 ts_tablet_manager.cc:1434] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.001s
I20260630 12:38:22.970508 12540 tablet_bootstrap.cc:654] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.970520 12543 tablet_bootstrap.cc:492] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Bootstrap starting.
I20260630 12:38:22.971376 12541 tablet_bootstrap.cc:654] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.982715 12540 tablet_bootstrap.cc:492] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b: No bootstrap required, opened a new log
I20260630 12:38:22.983328 12540 ts_tablet_manager.cc:1403] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b: Time spent bootstrapping tablet: real 0.021s	user 0.008s	sys 0.011s
I20260630 12:38:22.986428 12540 raft_consensus.cc:359] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.987181 12540 raft_consensus.cc:385] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.987478 12540 raft_consensus.cc:740] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cf1d719d4b24329808c9366f0f5707b, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.987713 12543 tablet_bootstrap.cc:654] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.988467 12540 consensus_queue.cc:260] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.991369 12540 ts_tablet_manager.cc:1434] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:22.992519 12540 tablet_bootstrap.cc:492] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b: Bootstrap starting.
I20260630 12:38:22.993830 12541 tablet_bootstrap.cc:492] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d: No bootstrap required, opened a new log
I20260630 12:38:22.994415 12541 ts_tablet_manager.cc:1403] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d: Time spent bootstrapping tablet: real 0.030s	user 0.012s	sys 0.015s
I20260630 12:38:22.997423 12541 raft_consensus.cc:359] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:22.998373 12541 raft_consensus.cc:385] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.998690 12541 raft_consensus.cc:740] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.999447 12541 consensus_queue.cc:260] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.001116 12543 tablet_bootstrap.cc:492] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: No bootstrap required, opened a new log
I20260630 12:38:23.001760 12540 tablet_bootstrap.cc:654] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:23.001953 12543 ts_tablet_manager.cc:1403] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.009s
I20260630 12:38:23.003696 12541 ts_tablet_manager.cc:1434] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.005s
I20260630 12:38:23.005821 12541 tablet_bootstrap.cc:492] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d: Bootstrap starting.
I20260630 12:38:23.008157 12540 tablet_bootstrap.cc:492] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b: No bootstrap required, opened a new log
I20260630 12:38:23.008723 12540 ts_tablet_manager.cc:1403] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.000s
I20260630 12:38:23.010013 12543 raft_consensus.cc:359] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.010924 12543 raft_consensus.cc:385] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:23.011322 12543 raft_consensus.cc:740] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, State: Initialized, Role: FOLLOWER
I20260630 12:38:23.011955 12540 raft_consensus.cc:359] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.012346 12541 tablet_bootstrap.cc:654] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:23.012749 12540 raft_consensus.cc:385] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:23.013219 12540 raft_consensus.cc:740] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cf1d719d4b24329808c9366f0f5707b, State: Initialized, Role: FOLLOWER
I20260630 12:38:23.012367 12543 consensus_queue.cc:260] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.014127 12540 consensus_queue.cc:260] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.016928 12540 ts_tablet_manager.cc:1434] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:38:23.018208 12543 ts_tablet_manager.cc:1434] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:38:23.019250 12543 tablet_bootstrap.cc:492] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Bootstrap starting.
I20260630 12:38:23.023715 12541 tablet_bootstrap.cc:492] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d: No bootstrap required, opened a new log
I20260630 12:38:23.024338 12541 ts_tablet_manager.cc:1403] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.009s
I20260630 12:38:23.027416 12541 raft_consensus.cc:359] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.027964 12543 tablet_bootstrap.cc:654] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:23.028250 12541 raft_consensus.cc:385] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:23.028632 12541 raft_consensus.cc:740] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Initialized, Role: FOLLOWER
I20260630 12:38:23.029559 12541 consensus_queue.cc:260] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.032461 12541 ts_tablet_manager.cc:1434] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:23.033475 12541 tablet_bootstrap.cc:492] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d: Bootstrap starting.
I20260630 12:38:23.042624 12541 tablet_bootstrap.cc:654] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:23.043228 12543 tablet_bootstrap.cc:492] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: No bootstrap required, opened a new log
I20260630 12:38:23.043823 12543 ts_tablet_manager.cc:1403] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.010s
I20260630 12:38:23.047003 12543 raft_consensus.cc:359] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.047676 12543 raft_consensus.cc:385] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:23.047686 12541 tablet_bootstrap.cc:492] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d: No bootstrap required, opened a new log
I20260630 12:38:23.047964 12543 raft_consensus.cc:740] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, State: Initialized, Role: FOLLOWER
I20260630 12:38:23.048427 12541 ts_tablet_manager.cc:1403] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:38:23.048823 12543 consensus_queue.cc:260] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.051126 12543 ts_tablet_manager.cc:1434] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260630 12:38:23.052416 12543 tablet_bootstrap.cc:492] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Bootstrap starting.
I20260630 12:38:23.051877 12541 raft_consensus.cc:359] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.052881 12541 raft_consensus.cc:385] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:23.053332 12541 raft_consensus.cc:740] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Initialized, Role: FOLLOWER
I20260630 12:38:23.054221 12541 consensus_queue.cc:260] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.056634 12549 raft_consensus.cc:493] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:23.057210 12549 raft_consensus.cc:515] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.059052 12543 tablet_bootstrap.cc:654] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:23.059216 12541 ts_tablet_manager.cc:1434] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:38:23.066382 12549 leader_election.cc:290] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871), 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977)
I20260630 12:38:23.066757 12543 tablet_bootstrap.cc:492] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: No bootstrap required, opened a new log
I20260630 12:38:23.067430 12543 ts_tablet_manager.cc:1403] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.001s
I20260630 12:38:23.071477 12543 raft_consensus.cc:359] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.072326 12543 raft_consensus.cc:385] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:23.072638 12543 raft_consensus.cc:740] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, State: Initialized, Role: FOLLOWER
I20260630 12:38:23.073410 12543 consensus_queue.cc:260] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.076236 12543 ts_tablet_manager.cc:1434] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.007s
I20260630 12:38:23.077636 12543 tablet_bootstrap.cc:492] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Bootstrap starting.
I20260630 12:38:23.085502 12543 tablet_bootstrap.cc:654] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:23.086609 12346 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9237f56c24c5445f9e256d9724f6d794" candidate_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27fe54c4a9ad4eed9398f9231825223d" is_pre_election: true
I20260630 12:38:23.087399 12346 raft_consensus.cc:2468] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 13bb5b9bf00c4d2f87bb3c7476bfa1c6 in term 0.
I20260630 12:38:23.088869 12461 leader_election.cc:304] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 27fe54c4a9ad4eed9398f9231825223d; no voters: 
I20260630 12:38:23.089730 12549 raft_consensus.cc:2804] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:23.090130 12549 raft_consensus.cc:493] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:23.090452 12549 raft_consensus.cc:3060] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.094275 12421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9237f56c24c5445f9e256d9724f6d794" candidate_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cf1d719d4b24329808c9366f0f5707b" is_pre_election: true
I20260630 12:38:23.095510 12421 raft_consensus.cc:2468] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 13bb5b9bf00c4d2f87bb3c7476bfa1c6 in term 0.
I20260630 12:38:23.097205 12543 tablet_bootstrap.cc:492] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: No bootstrap required, opened a new log
I20260630 12:38:23.097771 12543 ts_tablet_manager.cc:1403] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.001s
I20260630 12:38:23.097661 12546 raft_consensus.cc:493] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:23.098805 12546 raft_consensus.cc:515] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.098958 12549 raft_consensus.cc:515] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.101367 12549 leader_election.cc:290] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [CANDIDATE]: Term 1 election: Requested vote from peers 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871), 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977)
I20260630 12:38:23.101255 12543 raft_consensus.cc:359] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.108566 12543 raft_consensus.cc:385] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:23.107246 12546 leader_election.cc:290] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.102777 12346 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9237f56c24c5445f9e256d9724f6d794" candidate_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27fe54c4a9ad4eed9398f9231825223d"
I20260630 12:38:23.109793 12346 raft_consensus.cc:3060] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.109225 12543 raft_consensus.cc:740] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, State: Initialized, Role: FOLLOWER
I20260630 12:38:23.112851 12421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9237f56c24c5445f9e256d9724f6d794" candidate_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cf1d719d4b24329808c9366f0f5707b"
I20260630 12:38:23.113641 12421 raft_consensus.cc:3060] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.113399 12543 consensus_queue.cc:260] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.115916 12543 ts_tablet_manager.cc:1434] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.009s
I20260630 12:38:23.125608 12495 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b5a288c7678433ca1b87031225e96df" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" is_pre_election: true
I20260630 12:38:23.126832 12495 raft_consensus.cc:2468] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 0.
I20260630 12:38:23.123430 12421 raft_consensus.cc:2468] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 13bb5b9bf00c4d2f87bb3c7476bfa1c6 in term 1.
I20260630 12:38:23.128623 12386 leader_election.cc:304] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.129688 12461 leader_election.cc:304] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.129501 12345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b5a288c7678433ca1b87031225e96df" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27fe54c4a9ad4eed9398f9231825223d" is_pre_election: true
I20260630 12:38:23.130556 12549 raft_consensus.cc:2804] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:23.130879 12546 raft_consensus.cc:2804] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:23.130605 12345 raft_consensus.cc:2468] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 0.
I20260630 12:38:23.131390 12546 raft_consensus.cc:493] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:23.131867 12546 raft_consensus.cc:3060] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.133734 12346 raft_consensus.cc:2468] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 13bb5b9bf00c4d2f87bb3c7476bfa1c6 in term 1.
I20260630 12:38:23.138613 12546 raft_consensus.cc:515] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.139498 12549 raft_consensus.cc:697] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 LEADER]: Becoming Leader. State: Replica: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, State: Running, Role: LEADER
I20260630 12:38:23.140712 12546 leader_election.cc:290] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 election: Requested vote from peers 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.140614 12549 consensus_queue.cc:237] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.141966 12495 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b5a288c7678433ca1b87031225e96df" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6"
I20260630 12:38:23.142122 12346 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3b5a288c7678433ca1b87031225e96df" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27fe54c4a9ad4eed9398f9231825223d"
I20260630 12:38:23.142954 12495 raft_consensus.cc:3060] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.143049 12346 raft_consensus.cc:3060] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.152370 12346 raft_consensus.cc:2468] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 1.
I20260630 12:38:23.153811 12387 leader_election.cc:304] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 27fe54c4a9ad4eed9398f9231825223d, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.154548 12495 raft_consensus.cc:2468] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 1.
I20260630 12:38:23.154126 12242 catalog_manager.cc:5697] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3). New cstate: current_term: 1 leader_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:23.154846 12546 raft_consensus.cc:2804] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:23.159235 12546 raft_consensus.cc:697] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 1 LEADER]: Becoming Leader. State: Replica: 6cf1d719d4b24329808c9366f0f5707b, State: Running, Role: LEADER
I20260630 12:38:23.160130 12546 consensus_queue.cc:237] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
W20260630 12:38:23.162859 12292 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:23.171250 12545 raft_consensus.cc:493] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:23.171953 12545 raft_consensus.cc:515] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.171473 12243 catalog_manager.cc:5697] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b reported cstate change: term changed from 0 to 1, leader changed from <none> to 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2). New cstate: current_term: 1 leader_uuid: "6cf1d719d4b24329808c9366f0f5707b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:23.174108 12545 leader_election.cc:290] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.179644 12546 raft_consensus.cc:493] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:23.180307 12546 raft_consensus.cc:515] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.182550 12546 leader_election.cc:290] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.184134 12495 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98340ca942124be4aea2182d0852fd0c" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" is_pre_election: true
I20260630 12:38:23.184803 12495 raft_consensus.cc:2468] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 0.
I20260630 12:38:23.185283 12346 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98340ca942124be4aea2182d0852fd0c" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27fe54c4a9ad4eed9398f9231825223d" is_pre_election: true
I20260630 12:38:23.185959 12346 raft_consensus.cc:2468] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 0.
I20260630 12:38:23.185895 12386 leader_election.cc:304] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.187860 12546 raft_consensus.cc:2804] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:23.188220 12546 raft_consensus.cc:493] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:23.188575 12546 raft_consensus.cc:3060] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.189651 12421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497c8a6338674cca9d0a1c00d8595767" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cf1d719d4b24329808c9366f0f5707b" is_pre_election: true
I20260630 12:38:23.190348 12421 raft_consensus.cc:2468] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 0.
I20260630 12:38:23.191416 12312 leader_election.cc:304] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 27fe54c4a9ad4eed9398f9231825223d, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.191366 12495 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497c8a6338674cca9d0a1c00d8595767" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" is_pre_election: true
I20260630 12:38:23.192445 12495 raft_consensus.cc:2468] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 0.
I20260630 12:38:23.193281 12545 raft_consensus.cc:2804] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:23.193699 12545 raft_consensus.cc:493] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:23.194047 12545 raft_consensus.cc:3060] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.196254 12546 raft_consensus.cc:515] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.198870 12546 leader_election.cc:290] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 election: Requested vote from peers 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.199206 12346 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98340ca942124be4aea2182d0852fd0c" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27fe54c4a9ad4eed9398f9231825223d"
I20260630 12:38:23.199654 12495 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98340ca942124be4aea2182d0852fd0c" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6"
I20260630 12:38:23.199855 12346 raft_consensus.cc:3060] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.200253 12495 raft_consensus.cc:3060] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.202371 12545 raft_consensus.cc:515] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.205874 12494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497c8a6338674cca9d0a1c00d8595767" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6"
I20260630 12:38:23.206629 12494 raft_consensus.cc:3060] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.207317 12495 raft_consensus.cc:2468] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 1.
I20260630 12:38:23.207317 12346 raft_consensus.cc:2468] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 1.
I20260630 12:38:23.208806 12387 leader_election.cc:304] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 27fe54c4a9ad4eed9398f9231825223d, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.210143 12421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "497c8a6338674cca9d0a1c00d8595767" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cf1d719d4b24329808c9366f0f5707b"
I20260630 12:38:23.210809 12546 raft_consensus.cc:2804] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:23.210824 12421 raft_consensus.cc:3060] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.211549 12546 raft_consensus.cc:697] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 1 LEADER]: Becoming Leader. State: Replica: 6cf1d719d4b24329808c9366f0f5707b, State: Running, Role: LEADER
I20260630 12:38:23.212414 12546 consensus_queue.cc:237] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.214886 12494 raft_consensus.cc:2468] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 1.
I20260630 12:38:23.216378 12311 leader_election.cc:304] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 27fe54c4a9ad4eed9398f9231825223d; no voters: 
I20260630 12:38:23.216576 12545 leader_election.cc:290] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 election: Requested vote from peers 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.217258 12545 raft_consensus.cc:2804] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:23.217730 12545 raft_consensus.cc:697] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Becoming Leader. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Running, Role: LEADER
I20260630 12:38:23.218511 12545 consensus_queue.cc:237] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.219947 12421 raft_consensus.cc:2468] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 1.
I20260630 12:38:23.222443 12243 catalog_manager.cc:5697] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b reported cstate change: term changed from 0 to 1, leader changed from <none> to 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2). New cstate: current_term: 1 leader_uuid: "6cf1d719d4b24329808c9366f0f5707b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:23.227802 12242 catalog_manager.cc:5697] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d reported cstate change: term changed from 0 to 1, leader changed from <none> to 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1). New cstate: current_term: 1 leader_uuid: "27fe54c4a9ad4eed9398f9231825223d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:23.337180 12578 raft_consensus.cc:493] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:23.337723 12578 raft_consensus.cc:515] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.339538 12578 leader_election.cc:290] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.340608 12421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03f8845abe74497b86d36df083ceab7e" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cf1d719d4b24329808c9366f0f5707b" is_pre_election: true
I20260630 12:38:23.340759 12494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03f8845abe74497b86d36df083ceab7e" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" is_pre_election: true
I20260630 12:38:23.341279 12421 raft_consensus.cc:2468] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 0.
I20260630 12:38:23.341493 12494 raft_consensus.cc:2468] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 0.
I20260630 12:38:23.342422 12312 leader_election.cc:304] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 27fe54c4a9ad4eed9398f9231825223d, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.343173 12578 raft_consensus.cc:2804] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:23.343603 12578 raft_consensus.cc:493] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:23.343890 12578 raft_consensus.cc:3060] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.349578 12578 raft_consensus.cc:515] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.351625 12578 leader_election.cc:290] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 election: Requested vote from peers 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.352486 12421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03f8845abe74497b86d36df083ceab7e" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cf1d719d4b24329808c9366f0f5707b"
I20260630 12:38:23.352674 12494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03f8845abe74497b86d36df083ceab7e" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6"
I20260630 12:38:23.353063 12421 raft_consensus.cc:3060] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.353336 12494 raft_consensus.cc:3060] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.358634 12421 raft_consensus.cc:2468] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 1.
I20260630 12:38:23.359695 12494 raft_consensus.cc:2468] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 1.
I20260630 12:38:23.360062 12312 leader_election.cc:304] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 27fe54c4a9ad4eed9398f9231825223d, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.361008 12578 raft_consensus.cc:2804] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:23.361500 12578 raft_consensus.cc:697] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Becoming Leader. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Running, Role: LEADER
I20260630 12:38:23.362268 12578 consensus_queue.cc:237] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.370942 12242 catalog_manager.cc:5697] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d reported cstate change: term changed from 0 to 1, leader changed from <none> to 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1). New cstate: current_term: 1 leader_uuid: "27fe54c4a9ad4eed9398f9231825223d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:23.481978 12578 raft_consensus.cc:493] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:23.482491 12578 raft_consensus.cc:515] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.484344 12578 leader_election.cc:290] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.484709 12546 raft_consensus.cc:493] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:23.485389 12494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed4a4743454346fb8662f8e93a8f6f09" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" is_pre_election: true
I20260630 12:38:23.485435 12421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed4a4743454346fb8662f8e93a8f6f09" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cf1d719d4b24329808c9366f0f5707b" is_pre_election: true
I20260630 12:38:23.485338 12546 raft_consensus.cc:515] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.486325 12494 raft_consensus.cc:2468] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 0.
I20260630 12:38:23.486729 12421 raft_consensus.cc:2468] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 0.
I20260630 12:38:23.487577 12311 leader_election.cc:304] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 27fe54c4a9ad4eed9398f9231825223d; no voters: 
I20260630 12:38:23.487869 12546 leader_election.cc:290] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.488556 12578 raft_consensus.cc:2804] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:23.488734 12346 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed4a4743454346fb8662f8e93a8f6f09" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27fe54c4a9ad4eed9398f9231825223d" is_pre_election: true
I20260630 12:38:23.489017 12578 raft_consensus.cc:493] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:23.489392 12578 raft_consensus.cc:3060] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.489763 12494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed4a4743454346fb8662f8e93a8f6f09" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" is_pre_election: true
I20260630 12:38:23.490273 12494 raft_consensus.cc:2468] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cf1d719d4b24329808c9366f0f5707b in term 0.
I20260630 12:38:23.491223 12386 leader_election.cc:304] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 6cf1d719d4b24329808c9366f0f5707b; no voters: 
I20260630 12:38:23.491923 12546 raft_consensus.cc:2804] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:23.492223 12546 raft_consensus.cc:493] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:23.492543 12546 raft_consensus.cc:3060] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.495761 12578 raft_consensus.cc:515] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.496955 12346 raft_consensus.cc:2393] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6cf1d719d4b24329808c9366f0f5707b in current term 1: Already voted for candidate 27fe54c4a9ad4eed9398f9231825223d in this term.
I20260630 12:38:23.498229 12578 leader_election.cc:290] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [CANDIDATE]: Term 1 election: Requested vote from peers 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.498299 12546 raft_consensus.cc:515] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.499667 12494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed4a4743454346fb8662f8e93a8f6f09" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6"
I20260630 12:38:23.500207 12421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed4a4743454346fb8662f8e93a8f6f09" candidate_uuid: "27fe54c4a9ad4eed9398f9231825223d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cf1d719d4b24329808c9366f0f5707b"
I20260630 12:38:23.500367 12494 raft_consensus.cc:3060] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.500996 12421 raft_consensus.cc:2393] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 27fe54c4a9ad4eed9398f9231825223d in current term 1: Already voted for candidate 6cf1d719d4b24329808c9366f0f5707b in this term.
I20260630 12:38:23.502439 12495 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed4a4743454346fb8662f8e93a8f6f09" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6"
I20260630 12:38:23.502544 12546 leader_election.cc:290] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [CANDIDATE]: Term 1 election: Requested vote from peers 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871), 13bb5b9bf00c4d2f87bb3c7476bfa1c6 (127.0.120.3:41377)
I20260630 12:38:23.502496 12345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed4a4743454346fb8662f8e93a8f6f09" candidate_uuid: "6cf1d719d4b24329808c9366f0f5707b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "27fe54c4a9ad4eed9398f9231825223d"
I20260630 12:38:23.503764 12345 raft_consensus.cc:2393] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 6cf1d719d4b24329808c9366f0f5707b in current term 1: Already voted for candidate 27fe54c4a9ad4eed9398f9231825223d in this term.
I20260630 12:38:23.504961 12387 leader_election.cc:304] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [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: 6cf1d719d4b24329808c9366f0f5707b; no voters: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 27fe54c4a9ad4eed9398f9231825223d
I20260630 12:38:23.505703 12546 raft_consensus.cc:2749] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:23.507927 12494 raft_consensus.cc:2468] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 27fe54c4a9ad4eed9398f9231825223d in term 1.
I20260630 12:38:23.509002 12311 leader_election.cc:304] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [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: 13bb5b9bf00c4d2f87bb3c7476bfa1c6, 27fe54c4a9ad4eed9398f9231825223d; no voters: 6cf1d719d4b24329808c9366f0f5707b
I20260630 12:38:23.509805 12578 raft_consensus.cc:2804] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:23.510308 12578 raft_consensus.cc:697] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Becoming Leader. State: Replica: 27fe54c4a9ad4eed9398f9231825223d, State: Running, Role: LEADER
I20260630 12:38:23.511178 12578 consensus_queue.cc:237] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } }
I20260630 12:38:23.519529 12242 catalog_manager.cc:5697] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d reported cstate change: term changed from 0 to 1, leader changed from <none> to 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1). New cstate: current_term: 1 leader_uuid: "27fe54c4a9ad4eed9398f9231825223d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:23.603765 12546 consensus_queue.cc:1048] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Connected to new peer: Peer: permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:23.608610 12578 consensus_queue.cc:1048] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:23.641150 12583 consensus_queue.cc:1048] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:23.644275 12578 consensus_queue.cc:1048] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:23.665139 12549 consensus_queue.cc:1048] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:38:23.694073 12312 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:39977, user_credentials={real_user=slave}} blocked reactor thread for 52221.9us
I20260630 12:38:23.713038 12549 consensus_queue.cc:1048] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:23.775440 12583 consensus_queue.cc:1048] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:23.779048 12578 consensus_queue.cc:1048] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:23.787137 12583 consensus_queue.cc:1048] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Connected to new peer: Peer: permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:23.829507 12578 consensus_queue.cc:1048] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:23.968811 12590 consensus_queue.cc:1048] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:23.992429 12588 consensus_queue.cc:1048] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:25.042166   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:25.050832 12643 instance_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:25.052024 12644 instance_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:25.052722 12646 instance_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:25.053414   480 server_base.cc:1061] running on GCE node
I20260630 12:38:25.054430   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:25.054622   480 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:25.054812   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823105054753 us; error 0 us; skew 500 ppm
I20260630 12:38:25.055373   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:25.057819   480 webserver.cc:533] Webserver started at http://127.0.120.4:45149/ using document root <none> and password file <none>
I20260630 12:38:25.058282   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:25.058441   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:25.058751   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:25.059962   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "1a7c488939e3495881c1160667c2c93b"
format_stamp: "Formatted at 2026-06-30 12:38:25 on dist-test-slave-80h9"
I20260630 12:38:25.064679   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:25.068046 12651 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:25.068876   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:38:25.069269   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "1a7c488939e3495881c1160667c2c93b"
format_stamp: "Formatted at 2026-06-30 12:38:25 on dist-test-slave-80h9"
I20260630 12:38:25.069571   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822836191499-480-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:25.084549   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:25.085713   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:25.087163   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:25.089423   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:25.089643   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:25.089908   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:25.090049   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:25.132028   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:33975
I20260630 12:38:25.132164 12713 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:33975 every 8 connection(s)
I20260630 12:38:25.146615 12714 heartbeater.cc:344] Connected to a master server at 127.0.120.62:38517
I20260630 12:38:25.147086 12714 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:25.147799 12714 heartbeater.cc:507] Master 127.0.120.62:38517 requested a full tablet report, sending...
I20260630 12:38:25.149820 12235 ts_manager.cc:194] Registered new tserver with Master: 1a7c488939e3495881c1160667c2c93b (127.0.120.4:33975)
I20260630 12:38:25.151271 12235 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53194
I20260630 12:38:25.230690 12345 consensus_queue.cc:237] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } }
I20260630 12:38:25.236339 12495 raft_consensus.cc:1275] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Refusing update from remote peer 27fe54c4a9ad4eed9398f9231825223d: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:25.238394 12590 consensus_queue.cc:1048] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:25.239813 12420 raft_consensus.cc:1275] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Refusing update from remote peer 27fe54c4a9ad4eed9398f9231825223d: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:25.243275 12590 consensus_queue.cc:1048] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.001s
I20260630 12:38:25.247514 12632 raft_consensus.cc:2955] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
W20260630 12:38:25.251417 12312 consensus_peers.cc:597] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d -> Peer 1a7c488939e3495881c1160667c2c93b (127.0.120.4:33975): Couldn't send request to peer 1a7c488939e3495881c1160667c2c93b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 03f8845abe74497b86d36df083ceab7e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:25.251554 12495 raft_consensus.cc:2955] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.253857 12420 raft_consensus.cc:2955] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.267695 12235 catalog_manager.cc:5697] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 reported cstate change: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "27fe54c4a9ad4eed9398f9231825223d" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.286638 12420 consensus_queue.cc:237] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } attrs { replace: true } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } }
I20260630 12:38:25.293560 12495 raft_consensus.cc:1275] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Refusing update from remote peer 6cf1d719d4b24329808c9366f0f5707b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:25.295379 12345 raft_consensus.cc:1275] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Refusing update from remote peer 6cf1d719d4b24329808c9366f0f5707b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:25.295759 12607 consensus_queue.cc:1048] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.001s
I20260630 12:38:25.297250 12583 consensus_queue.cc:1048] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [LEADER]: Connected to new peer: Peer: permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:25.304322 12546 raft_consensus.cc:2955] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } attrs { replace: true } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
W20260630 12:38:25.305981 12387 consensus_peers.cc:597] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b -> Peer 1a7c488939e3495881c1160667c2c93b (127.0.120.4:33975): Couldn't send request to peer 1a7c488939e3495881c1160667c2c93b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3b5a288c7678433ca1b87031225e96df. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:25.306268 12345 raft_consensus.cc:2955] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } attrs { replace: true } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.306865 12495 raft_consensus.cc:2955] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } attrs { replace: true } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.317672 12343 consensus_queue.cc:237] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } attrs { replace: true } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } }
I20260630 12:38:25.317327 12240 catalog_manager.cc:5697] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b reported cstate change: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "6cf1d719d4b24329808c9366f0f5707b" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:25.328421 12495 raft_consensus.cc:1275] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Refusing update from remote peer 27fe54c4a9ad4eed9398f9231825223d: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
W20260630 12:38:25.329659 12312 consensus_peers.cc:597] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d -> Peer 1a7c488939e3495881c1160667c2c93b (127.0.120.4:33975): Couldn't send request to peer 1a7c488939e3495881c1160667c2c93b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ed4a4743454346fb8662f8e93a8f6f09. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:25.330725 12578 consensus_queue.cc:1048] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:25.331445 12420 raft_consensus.cc:1275] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Refusing update from remote peer 27fe54c4a9ad4eed9398f9231825223d: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:25.333675 12590 consensus_queue.cc:1048] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:25.340966 12578 raft_consensus.cc:2955] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } attrs { replace: true } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.344106 12420 raft_consensus.cc:2955] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } attrs { replace: true } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.345841 12495 raft_consensus.cc:2955] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } attrs { replace: true } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.359149 12343 consensus_queue.cc:237] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } }
I20260630 12:38:25.359956 12240 catalog_manager.cc:5697] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d reported cstate change: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "27fe54c4a9ad4eed9398f9231825223d" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:25.366798 12495 raft_consensus.cc:1275] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Refusing update from remote peer 27fe54c4a9ad4eed9398f9231825223d: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
W20260630 12:38:25.367149 12312 consensus_peers.cc:597] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d -> Peer 1a7c488939e3495881c1160667c2c93b (127.0.120.4:33975): Couldn't send request to peer 1a7c488939e3495881c1160667c2c93b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 497c8a6338674cca9d0a1c00d8595767. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:25.368326 12420 raft_consensus.cc:1275] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Refusing update from remote peer 27fe54c4a9ad4eed9398f9231825223d: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:25.368301 12632 consensus_queue.cc:1048] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.001s
I20260630 12:38:25.370316 12632 consensus_queue.cc:1048] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:25.378567 12590 raft_consensus.cc:2955] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.380352 12495 raft_consensus.cc:2955] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.391527 12420 raft_consensus.cc:2955] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.394730 12237 catalog_manager.cc:5697] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 reported cstate change: config changed from index -1 to 12, NON_VOTER 1a7c488939e3495881c1160667c2c93b (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "27fe54c4a9ad4eed9398f9231825223d" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "27fe54c4a9ad4eed9398f9231825223d" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 32871 } } peers { permanent_uuid: "6cf1d719d4b24329808c9366f0f5707b" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 39977 } attrs { replace: true } } peers { permanent_uuid: "13bb5b9bf00c4d2f87bb3c7476bfa1c6" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 41377 } } peers { permanent_uuid: "1a7c488939e3495881c1160667c2c93b" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 33975 } attrs { promote: true } } }
I20260630 12:38:25.397161   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:38:25.443431   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:25.444140   480 tablet_replica.cc:333] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d: stopping tablet replica
I20260630 12:38:25.444757   480 raft_consensus.cc:2243] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:25.445792   480 raft_consensus.cc:2272] T 03f8845abe74497b86d36df083ceab7e P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.448611   480 tablet_replica.cc:333] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d: stopping tablet replica
I20260630 12:38:25.449275   480 raft_consensus.cc:2243] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.449786   480 raft_consensus.cc:2272] T 9237f56c24c5445f9e256d9724f6d794 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.452649   480 tablet_replica.cc:333] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d: stopping tablet replica
I20260630 12:38:25.453274   480 raft_consensus.cc:2243] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.453791   480 raft_consensus.cc:2272] T 98340ca942124be4aea2182d0852fd0c P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.456476   480 tablet_replica.cc:333] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d: stopping tablet replica
I20260630 12:38:25.457050   480 raft_consensus.cc:2243] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:25.458052   480 raft_consensus.cc:2272] T ed4a4743454346fb8662f8e93a8f6f09 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.460736   480 tablet_replica.cc:333] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d: stopping tablet replica
I20260630 12:38:25.461288   480 raft_consensus.cc:2243] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:25.462284   480 raft_consensus.cc:2272] T 497c8a6338674cca9d0a1c00d8595767 P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.464838   480 tablet_replica.cc:333] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d: stopping tablet replica
I20260630 12:38:25.465409   480 raft_consensus.cc:2243] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.465912   480 raft_consensus.cc:2272] T 3b5a288c7678433ca1b87031225e96df P 27fe54c4a9ad4eed9398f9231825223d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.496356   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
I20260630 12:38:25.514400   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:38:25.552426   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:25.553193   480 tablet_replica.cc:333] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b: stopping tablet replica
I20260630 12:38:25.554049   480 raft_consensus.cc:2243] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.554818   480 raft_consensus.cc:2272] T 03f8845abe74497b86d36df083ceab7e P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.558038   480 tablet_replica.cc:333] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b: stopping tablet replica
I20260630 12:38:25.558770   480 raft_consensus.cc:2243] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:25.559811   480 raft_consensus.cc:2272] T 98340ca942124be4aea2182d0852fd0c P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.562788   480 tablet_replica.cc:333] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b: stopping tablet replica
I20260630 12:38:25.563570   480 raft_consensus.cc:2243] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.564112   480 raft_consensus.cc:2272] T 9237f56c24c5445f9e256d9724f6d794 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.567266   480 tablet_replica.cc:333] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b: stopping tablet replica
I20260630 12:38:25.568037   480 raft_consensus.cc:2243] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.568645   480 raft_consensus.cc:2272] T ed4a4743454346fb8662f8e93a8f6f09 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.571635   480 tablet_replica.cc:333] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b: stopping tablet replica
I20260630 12:38:25.572202   480 raft_consensus.cc:2243] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.572746   480 raft_consensus.cc:2272] T 497c8a6338674cca9d0a1c00d8595767 P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.575316   480 tablet_replica.cc:333] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b: stopping tablet replica
I20260630 12:38:25.575811   480 raft_consensus.cc:2243] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:25.576877   480 raft_consensus.cc:2272] T 3b5a288c7678433ca1b87031225e96df P 6cf1d719d4b24329808c9366f0f5707b [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:25.588702 12461 consensus_peers.cc:597] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 -> Peer 6cf1d719d4b24329808c9366f0f5707b (127.0.120.2:39977): Couldn't send request to peer 6cf1d719d4b24329808c9366f0f5707b. 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:25.597078   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
I20260630 12:38:25.614976   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
W20260630 12:38:25.646974 12461 consensus_peers.cc:597] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 -> Peer 27fe54c4a9ad4eed9398f9231825223d (127.0.120.1:32871): Couldn't send request to peer 27fe54c4a9ad4eed9398f9231825223d. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:32871: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:25.651652   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:25.652490   480 tablet_replica.cc:333] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: stopping tablet replica
I20260630 12:38:25.653404   480 raft_consensus.cc:2243] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.654157   480 raft_consensus.cc:2272] T ed4a4743454346fb8662f8e93a8f6f09 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.656814   480 tablet_replica.cc:333] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: stopping tablet replica
I20260630 12:38:25.657371   480 raft_consensus.cc:2243] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.657907   480 raft_consensus.cc:2272] T 497c8a6338674cca9d0a1c00d8595767 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.660661   480 tablet_replica.cc:333] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: stopping tablet replica
I20260630 12:38:25.661208   480 raft_consensus.cc:2243] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.661703   480 raft_consensus.cc:2272] T 3b5a288c7678433ca1b87031225e96df P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.664382   480 tablet_replica.cc:333] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: stopping tablet replica
I20260630 12:38:25.664918   480 raft_consensus.cc:2243] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:25.665711   480 raft_consensus.cc:2272] T 9237f56c24c5445f9e256d9724f6d794 P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.668161   480 tablet_replica.cc:333] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: stopping tablet replica
I20260630 12:38:25.668743   480 raft_consensus.cc:2243] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.669303   480 raft_consensus.cc:2272] T 98340ca942124be4aea2182d0852fd0c P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.672161   480 tablet_replica.cc:333] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6: stopping tablet replica
I20260630 12:38:25.672644   480 raft_consensus.cc:2243] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:25.673182   480 raft_consensus.cc:2272] T 03f8845abe74497b86d36df083ceab7e P 13bb5b9bf00c4d2f87bb3c7476bfa1c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.692629   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:38:25.717681   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:38:25.743399   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:25.760455   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:38:25.771186   480 master.cc:562] Master@127.0.120.62:38517 shutting down...
W20260630 12:38:25.794131 12292 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:25.795403   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:25.795886   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:25.796160   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 38cdd5b6446140f095146b8a5f91754c: stopping tablet replica
I20260630 12:38:25.816454   480 master.cc:584] Master@127.0.120.62:38517 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (4831 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:38:25.856419   480 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.120.62:35593
I20260630 12:38:25.857548   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:25.862399 12730 instance_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:25.862706 12731 instance_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:25.863821 12733 instance_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:25.865228   480 server_base.cc:1061] running on GCE node
I20260630 12:38:25.865993   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:25.866176   480 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:25.866288   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823105866277 us; error 0 us; skew 500 ppm
I20260630 12:38:25.866699   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:25.869153   480 webserver.cc:533] Webserver started at http://127.0.120.62:45941/ using document root <none> and password file <none>
I20260630 12:38:25.869571   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:25.869716   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:25.869915   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:25.870922   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/master-0-root/instance:
uuid: "384c590214db424aab6d7aca61284f91"
format_stamp: "Formatted at 2026-06-30 12:38:25 on dist-test-slave-80h9"
I20260630 12:38:25.875578   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:38:25.878902 12738 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:25.879807   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:25.880160   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/master-0-root
uuid: "384c590214db424aab6d7aca61284f91"
format_stamp: "Formatted at 2026-06-30 12:38:25 on dist-test-slave-80h9"
I20260630 12:38:25.880460   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-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:25.894016   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:25.895200   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:25.930193   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.62:35593
I20260630 12:38:25.930310 12789 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.62:35593 every 8 connection(s)
I20260630 12:38:25.934232 12790 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:25.945048 12790 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91: Bootstrap starting.
I20260630 12:38:25.949462 12790 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.953588 12790 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91: No bootstrap required, opened a new log
I20260630 12:38:25.955562 12790 raft_consensus.cc:359] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "384c590214db424aab6d7aca61284f91" member_type: VOTER }
I20260630 12:38:25.955946 12790 raft_consensus.cc:385] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.956132 12790 raft_consensus.cc:740] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 384c590214db424aab6d7aca61284f91, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.956619 12790 consensus_queue.cc:260] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "384c590214db424aab6d7aca61284f91" member_type: VOTER }
I20260630 12:38:25.957015 12790 raft_consensus.cc:399] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:25.957204 12790 raft_consensus.cc:493] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:25.957403 12790 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.962046 12790 raft_consensus.cc:515] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "384c590214db424aab6d7aca61284f91" member_type: VOTER }
I20260630 12:38:25.962532 12790 leader_election.cc:304] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [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: 384c590214db424aab6d7aca61284f91; no voters: 
I20260630 12:38:25.963742 12790 leader_election.cc:290] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:25.964118 12793 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:25.965562 12793 raft_consensus.cc:697] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 1 LEADER]: Becoming Leader. State: Replica: 384c590214db424aab6d7aca61284f91, State: Running, Role: LEADER
I20260630 12:38:25.966130 12793 consensus_queue.cc:237] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [LEADER]: Queue going to LEADER mode. State: All 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: "384c590214db424aab6d7aca61284f91" member_type: VOTER }
I20260630 12:38:25.966651 12790 sys_catalog.cc:565] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:25.970178 12794 sys_catalog.cc:455] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "384c590214db424aab6d7aca61284f91" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "384c590214db424aab6d7aca61284f91" member_type: VOTER } }
I20260630 12:38:25.970414 12795 sys_catalog.cc:455] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 384c590214db424aab6d7aca61284f91. Latest consensus state: current_term: 1 leader_uuid: "384c590214db424aab6d7aca61284f91" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "384c590214db424aab6d7aca61284f91" member_type: VOTER } }
I20260630 12:38:25.970896 12794 sys_catalog.cc:458] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:25.971333 12795 sys_catalog.cc:458] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:25.974143 12799 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:25.982402 12799 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:25.983472   480 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:25.992094 12799 catalog_manager.cc:1383] Generated new cluster ID: 2d574a65aa27419f8478617f7bf0a45f
I20260630 12:38:25.992388 12799 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:26.023160 12799 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:26.024483 12799 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:26.042646 12799 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91: Generated new TSK 0
I20260630 12:38:26.043339 12799 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:26.049839   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:26.055745 12811 instance_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:26.056893 12812 instance_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:26.060026   480 server_base.cc:1061] running on GCE node
W20260630 12:38:26.060375 12814 instance_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:26.061352   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:26.061532   480 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:26.061695   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823106061678 us; error 0 us; skew 500 ppm
I20260630 12:38:26.062148   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:26.064388   480 webserver.cc:533] Webserver started at http://127.0.120.1:36423/ using document root <none> and password file <none>
I20260630 12:38:26.064877   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:26.065060   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:26.065272   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:26.066323   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-0-root/instance:
uuid: "0a1123962efe4b9d84534b2b853680e3"
format_stamp: "Formatted at 2026-06-30 12:38:26 on dist-test-slave-80h9"
I20260630 12:38:26.070567   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:26.073853 12819 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:26.074677   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:26.074971   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-0-root
uuid: "0a1123962efe4b9d84534b2b853680e3"
format_stamp: "Formatted at 2026-06-30 12:38:26 on dist-test-slave-80h9"
I20260630 12:38:26.075335   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-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:26.089700   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:26.090744   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:26.092245   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:26.094432   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:26.094668   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:26.094903   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:26.095090   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:38:26.132827   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.1:36789
I20260630 12:38:26.132931 12881 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.1:36789 every 8 connection(s)
I20260630 12:38:26.138084   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:26.145287 12886 instance_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:26.145828 12887 instance_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:26.148715 12889 instance_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:26.149456   480 server_base.cc:1061] running on GCE node
I20260630 12:38:26.152359 12882 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35593
I20260630 12:38:26.152750   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:26.152760 12882 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:26.153136   480 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:26.153343   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823106153328 us; error 0 us; skew 500 ppm
I20260630 12:38:26.153836 12882 heartbeater.cc:507] Master 127.0.120.62:35593 requested a full tablet report, sending...
I20260630 12:38:26.153905   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:26.156343 12755 ts_manager.cc:194] Registered new tserver with Master: 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789)
I20260630 12:38:26.156679   480 webserver.cc:533] Webserver started at http://127.0.120.2:32899/ using document root <none> and password file <none>
I20260630 12:38:26.157356   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:26.157600   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:26.157912   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:26.158878 12755 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37926
I20260630 12:38:26.159394   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-1-root/instance:
uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8"
format_stamp: "Formatted at 2026-06-30 12:38:26 on dist-test-slave-80h9"
I20260630 12:38:26.164232   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:26.167527 12894 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:26.168501   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:26.168816   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-1-root
uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8"
format_stamp: "Formatted at 2026-06-30 12:38:26 on dist-test-slave-80h9"
I20260630 12:38:26.169062   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-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:26.178949   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:26.180045   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:26.181542   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:26.183817   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:26.184042   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:26.184293   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:26.184463   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:26.222256   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.2:36423
I20260630 12:38:26.222342 12956 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.2:36423 every 8 connection(s)
I20260630 12:38:26.227140   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:26.233666 12960 instance_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:26.235821 12961 instance_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:26.237681 12963 instance_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:26.238613   480 server_base.cc:1061] running on GCE node
I20260630 12:38:26.239464 12957 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35593
I20260630 12:38:26.239800   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:26.239895 12957 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:26.240156   480 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:26.240376   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823106240357 us; error 0 us; skew 500 ppm
I20260630 12:38:26.240865 12957 heartbeater.cc:507] Master 127.0.120.62:35593 requested a full tablet report, sending...
I20260630 12:38:26.241142   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:26.243359 12755 ts_manager.cc:194] Registered new tserver with Master: b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423)
I20260630 12:38:26.244076   480 webserver.cc:533] Webserver started at http://127.0.120.3:36385/ using document root <none> and password file <none>
I20260630 12:38:26.244629   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:26.244882 12755 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37936
I20260630 12:38:26.245004   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:26.245503   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:26.247004   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-2-root/instance:
uuid: "7b52b75d46f04140ae6fad99f882995c"
format_stamp: "Formatted at 2026-06-30 12:38:26 on dist-test-slave-80h9"
I20260630 12:38:26.251912   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:38:26.255213 12968 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:26.256094   480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:26.256417   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-2-root
uuid: "7b52b75d46f04140ae6fad99f882995c"
format_stamp: "Formatted at 2026-06-30 12:38:26 on dist-test-slave-80h9"
I20260630 12:38:26.256760   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-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:26.269476   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:26.270509   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:26.272064   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:26.274308   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:26.274528   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:26.274766   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:26.274935   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:26.315693   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.3:35185
I20260630 12:38:26.315986 13030 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.3:35185 every 8 connection(s)
I20260630 12:38:26.330699 13031 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35593
I20260630 12:38:26.331339 13031 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:26.332237 13031 heartbeater.cc:507] Master 127.0.120.62:35593 requested a full tablet report, sending...
I20260630 12:38:26.334475 12755 ts_manager.cc:194] Registered new tserver with Master: 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:26.335242   480 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016124676s
I20260630 12:38:26.336097 12755 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37948
I20260630 12:38:27.161702 12882 heartbeater.cc:499] Master 127.0.120.62:35593 was elected leader, sending a full tablet report...
I20260630 12:38:27.249169 12957 heartbeater.cc:499] Master 127.0.120.62:35593 was elected leader, sending a full tablet report...
I20260630 12:38:27.339141 13031 heartbeater.cc:499] Master 127.0.120.62:35593 was elected leader, sending a full tablet report...
I20260630 12:38:27.402156 12755 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37956:
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:27.405464 12755 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:27.474571 12847 tablet_service.cc:1511] Processing CreateTablet for tablet e57b87ead7264800a2d419641200ebe3 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:27.475991 12847 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e57b87ead7264800a2d419641200ebe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.478752 12846 tablet_service.cc:1511] Processing CreateTablet for tablet 19d7ccb9c67744479c2007b128cc6d98 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:27.480305 12846 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 19d7ccb9c67744479c2007b128cc6d98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.480110 12844 tablet_service.cc:1511] Processing CreateTablet for tablet 9d7dbd85a0864374abd45f96552d93e3 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:27.481510 12844 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d7dbd85a0864374abd45f96552d93e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.484160 12845 tablet_service.cc:1511] Processing CreateTablet for tablet 4ca3e17baaca4e35b550e535ae9de846 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:27.485529 12845 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ca3e17baaca4e35b550e535ae9de846. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.487088 12922 tablet_service.cc:1511] Processing CreateTablet for tablet e57b87ead7264800a2d419641200ebe3 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:27.488466 12922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e57b87ead7264800a2d419641200ebe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.488767 12918 tablet_service.cc:1511] Processing CreateTablet for tablet 70c66602ef3540e5862d077eef3624de (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:27.490082 12918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70c66602ef3540e5862d077eef3624de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.492151 12996 tablet_service.cc:1511] Processing CreateTablet for tablet e57b87ead7264800a2d419641200ebe3 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:27.493593 12996 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e57b87ead7264800a2d419641200ebe3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.494942 12919 tablet_service.cc:1511] Processing CreateTablet for tablet 9d7dbd85a0864374abd45f96552d93e3 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:27.496088 12995 tablet_service.cc:1511] Processing CreateTablet for tablet 19d7ccb9c67744479c2007b128cc6d98 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:27.497453 12995 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 19d7ccb9c67744479c2007b128cc6d98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.497203 12843 tablet_service.cc:1511] Processing CreateTablet for tablet 70c66602ef3540e5862d077eef3624de (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:27.498517 12843 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70c66602ef3540e5862d077eef3624de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.493214 12920 tablet_service.cc:1511] Processing CreateTablet for tablet 4ca3e17baaca4e35b550e535ae9de846 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:27.500286 12994 tablet_service.cc:1511] Processing CreateTablet for tablet 4ca3e17baaca4e35b550e535ae9de846 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:27.500896 12993 tablet_service.cc:1511] Processing CreateTablet for tablet 9d7dbd85a0864374abd45f96552d93e3 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:27.500286 12842 tablet_service.cc:1511] Processing CreateTablet for tablet 7dd7f950775d4b918371b2ae65a99711 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:27.501685 12994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ca3e17baaca4e35b550e535ae9de846. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.502398 12842 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7dd7f950775d4b918371b2ae65a99711. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.504084 12991 tablet_service.cc:1511] Processing CreateTablet for tablet 7dd7f950775d4b918371b2ae65a99711 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:27.505393 12991 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7dd7f950775d4b918371b2ae65a99711. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.508121 12917 tablet_service.cc:1511] Processing CreateTablet for tablet 7dd7f950775d4b918371b2ae65a99711 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:27.509476 12992 tablet_service.cc:1511] Processing CreateTablet for tablet 70c66602ef3540e5862d077eef3624de (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:27.510829 12992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70c66602ef3540e5862d077eef3624de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.492154 12921 tablet_service.cc:1511] Processing CreateTablet for tablet 19d7ccb9c67744479c2007b128cc6d98 (DEFAULT_TABLE table=test-workload [id=553c54e9387248e689fdbcaa404a3410]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:27.513633 12993 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d7dbd85a0864374abd45f96552d93e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.519640 12919 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9d7dbd85a0864374abd45f96552d93e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.523373 12917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7dd7f950775d4b918371b2ae65a99711. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.524650 12921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 19d7ccb9c67744479c2007b128cc6d98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.527355 12920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ca3e17baaca4e35b550e535ae9de846. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:27.528836 13051 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3: Bootstrap starting.
I20260630 12:38:27.542274 13051 tablet_bootstrap.cc:654] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.587767 13052 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c: Bootstrap starting.
I20260630 12:38:27.595695 13051 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3: No bootstrap required, opened a new log
I20260630 12:38:27.596380 13051 ts_tablet_manager.cc:1403] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3: Time spent bootstrapping tablet: real 0.068s	user 0.015s	sys 0.004s
I20260630 12:38:27.599205 13051 raft_consensus.cc:359] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.599998 13051 raft_consensus.cc:385] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.600345 13051 raft_consensus.cc:740] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.601434 13051 consensus_queue.cc:260] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.602658 13052 tablet_bootstrap.cc:654] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.603922 13054 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8: Bootstrap starting.
I20260630 12:38:27.612385 13051 ts_tablet_manager.cc:1434] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:38:27.613607 13051 tablet_bootstrap.cc:492] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3: Bootstrap starting.
I20260630 12:38:27.614691 13054 tablet_bootstrap.cc:654] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.619879 13051 tablet_bootstrap.cc:654] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.620316 13054 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8: No bootstrap required, opened a new log
I20260630 12:38:27.620500 13052 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c: No bootstrap required, opened a new log
I20260630 12:38:27.620879 13054 ts_tablet_manager.cc:1403] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.004s
I20260630 12:38:27.621102 13052 ts_tablet_manager.cc:1403] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c: Time spent bootstrapping tablet: real 0.034s	user 0.009s	sys 0.001s
I20260630 12:38:27.624270 13054 raft_consensus.cc:359] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.624624 13052 raft_consensus.cc:359] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.625161 13054 raft_consensus.cc:385] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.625319 13052 raft_consensus.cc:385] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.625583 13054 raft_consensus.cc:740] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2481d0c15eb4dbc986c7ca958bdf6d8, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.625747 13052 raft_consensus.cc:740] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52b75d46f04140ae6fad99f882995c, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.626516 13054 consensus_queue.cc:260] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.627120 13051 tablet_bootstrap.cc:492] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3: No bootstrap required, opened a new log
I20260630 12:38:27.626744 13052 consensus_queue.cc:260] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.627676 13051 ts_tablet_manager.cc:1403] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260630 12:38:27.629559 13054 ts_tablet_manager.cc:1434] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.003s
I20260630 12:38:27.630839 13054 tablet_bootstrap.cc:492] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8: Bootstrap starting.
I20260630 12:38:27.631625 13051 raft_consensus.cc:359] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.632697 13051 raft_consensus.cc:385] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.633074 13051 raft_consensus.cc:740] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.634127 13051 consensus_queue.cc:260] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.636332 13051 ts_tablet_manager.cc:1434] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:38:27.637377 13051 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3: Bootstrap starting.
I20260630 12:38:27.638870 13054 tablet_bootstrap.cc:654] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.636361 13052 ts_tablet_manager.cc:1434] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.010s
I20260630 12:38:27.642318 13052 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c: Bootstrap starting.
I20260630 12:38:27.643507 13051 tablet_bootstrap.cc:654] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.649747 13052 tablet_bootstrap.cc:654] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.660516 13051 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3: No bootstrap required, opened a new log
I20260630 12:38:27.661303 13051 ts_tablet_manager.cc:1403] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3: Time spent bootstrapping tablet: real 0.024s	user 0.007s	sys 0.015s
I20260630 12:38:27.665342 13051 raft_consensus.cc:359] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.666460 13051 raft_consensus.cc:385] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.666865 13051 raft_consensus.cc:740] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.668218 13051 consensus_queue.cc:260] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.671751 13051 ts_tablet_manager.cc:1434] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3: Time spent starting tablet: real 0.010s	user 0.010s	sys 0.000s
I20260630 12:38:27.673226 13051 tablet_bootstrap.cc:492] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3: Bootstrap starting.
I20260630 12:38:27.683234 13051 tablet_bootstrap.cc:654] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.695343 13051 tablet_bootstrap.cc:492] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3: No bootstrap required, opened a new log
I20260630 12:38:27.695917 13051 ts_tablet_manager.cc:1403] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.007s
I20260630 12:38:27.697273 13052 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c: No bootstrap required, opened a new log
I20260630 12:38:27.697865 13052 ts_tablet_manager.cc:1403] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c: Time spent bootstrapping tablet: real 0.056s	user 0.026s	sys 0.022s
I20260630 12:38:27.699168 13054 tablet_bootstrap.cc:492] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8: No bootstrap required, opened a new log
I20260630 12:38:27.698704 13051 raft_consensus.cc:359] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.699643 13051 raft_consensus.cc:385] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.699725 13054 ts_tablet_manager.cc:1403] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent bootstrapping tablet: real 0.069s	user 0.032s	sys 0.027s
I20260630 12:38:27.700009 13051 raft_consensus.cc:740] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.700896 13052 raft_consensus.cc:359] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.700870 13051 consensus_queue.cc:260] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.701732 13052 raft_consensus.cc:385] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.702065 13052 raft_consensus.cc:740] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52b75d46f04140ae6fad99f882995c, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.702807 13054 raft_consensus.cc:359] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.702939 13052 consensus_queue.cc:260] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.703683 13054 raft_consensus.cc:385] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.704066 13054 raft_consensus.cc:740] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2481d0c15eb4dbc986c7ca958bdf6d8, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.705379 13051 ts_tablet_manager.cc:1434] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:38:27.704942 13054 consensus_queue.cc:260] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.706514 13051 tablet_bootstrap.cc:492] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3: Bootstrap starting.
I20260630 12:38:27.707839 13054 ts_tablet_manager.cc:1434] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:27.708109 13052 ts_tablet_manager.cc:1434] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:38:27.709228 13052 tablet_bootstrap.cc:492] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c: Bootstrap starting.
I20260630 12:38:27.712575 13054 tablet_bootstrap.cc:492] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8: Bootstrap starting.
I20260630 12:38:27.713387 13051 tablet_bootstrap.cc:654] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.715385 13052 tablet_bootstrap.cc:654] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.719141 13054 tablet_bootstrap.cc:654] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.721336 13055 raft_consensus.cc:493] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:27.721977 13055 raft_consensus.cc:515] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.726419 13051 tablet_bootstrap.cc:492] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3: No bootstrap required, opened a new log
I20260630 12:38:27.727257 13051 ts_tablet_manager.cc:1403] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.004s
I20260630 12:38:27.729272 13055 leader_election.cc:290] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.730450 13055 raft_consensus.cc:493] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:27.731003 13051 raft_consensus.cc:359] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.732086 13051 raft_consensus.cc:385] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.732656 13051 raft_consensus.cc:740] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.733984 13051 consensus_queue.cc:260] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.737208 13051 ts_tablet_manager.cc:1434] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260630 12:38:27.738422 13051 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3: Bootstrap starting.
I20260630 12:38:27.731910 13055 raft_consensus.cc:515] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.742511 13055 leader_election.cc:290] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.746658 13051 tablet_bootstrap.cc:654] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.758549 13052 tablet_bootstrap.cc:492] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c: No bootstrap required, opened a new log
I20260630 12:38:27.759213 13052 ts_tablet_manager.cc:1403] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c: Time spent bootstrapping tablet: real 0.050s	user 0.012s	sys 0.013s
I20260630 12:38:27.762207 13052 raft_consensus.cc:359] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.762950 13052 raft_consensus.cc:385] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.765282 13052 raft_consensus.cc:740] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52b75d46f04140ae6fad99f882995c, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.766011 13052 consensus_queue.cc:260] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.769294 13052 ts_tablet_manager.cc:1434] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c: Time spent starting tablet: real 0.010s	user 0.001s	sys 0.005s
I20260630 12:38:27.770411 13052 tablet_bootstrap.cc:492] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c: Bootstrap starting.
I20260630 12:38:27.784072 13052 tablet_bootstrap.cc:654] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.793737 13055 raft_consensus.cc:493] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:27.794680 13052 tablet_bootstrap.cc:492] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c: No bootstrap required, opened a new log
I20260630 12:38:27.795290 13052 ts_tablet_manager.cc:1403] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.003s
I20260630 12:38:27.796027 13054 tablet_bootstrap.cc:492] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8: No bootstrap required, opened a new log
I20260630 12:38:27.796578 13054 ts_tablet_manager.cc:1403] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent bootstrapping tablet: real 0.084s	user 0.042s	sys 0.036s
I20260630 12:38:27.796772 12932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ca3e17baaca4e35b550e535ae9de846" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" is_pre_election: true
I20260630 12:38:27.798276 12931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d7dbd85a0864374abd45f96552d93e3" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" is_pre_election: true
I20260630 12:38:27.798144 13052 raft_consensus.cc:359] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.798977 13052 raft_consensus.cc:385] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.799206 13006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ca3e17baaca4e35b550e535ae9de846" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:27.799326 13052 raft_consensus.cc:740] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52b75d46f04140ae6fad99f882995c, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.799415 13054 raft_consensus.cc:359] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.799926 13006 raft_consensus.cc:2468] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a1123962efe4b9d84534b2b853680e3 in term 0.
W20260630 12:38:27.799983 12823 leader_election.cc:343] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:27.800247 13054 raft_consensus.cc:385] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.800617 13054 raft_consensus.cc:740] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2481d0c15eb4dbc986c7ca958bdf6d8, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.800379 13052 consensus_queue.cc:260] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
W20260630 12:38:27.800850 12823 leader_election.cc:343] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:27.801270 13005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d7dbd85a0864374abd45f96552d93e3" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:27.801415 13054 consensus_queue.cc:260] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.801959 13005 raft_consensus.cc:2468] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a1123962efe4b9d84534b2b853680e3 in term 0.
I20260630 12:38:27.802830 13052 ts_tablet_manager.cc:1434] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:27.803610 13068 raft_consensus.cc:493] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:27.803906 13052 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c: Bootstrap starting.
I20260630 12:38:27.804028 13054 ts_tablet_manager.cc:1434] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:38:27.794353 13055 raft_consensus.cc:515] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.805243 13054 tablet_bootstrap.cc:492] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8: Bootstrap starting.
I20260630 12:38:27.806975 13055 leader_election.cc:290] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.808640 12931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19d7ccb9c67744479c2007b128cc6d98" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" is_pre_election: true
W20260630 12:38:27.810214 12823 leader_election.cc:343] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:27.810564 13052 tablet_bootstrap.cc:654] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.804112 13068 raft_consensus.cc:515] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.811662 13054 tablet_bootstrap.cc:654] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:27.812983 13068 leader_election.cc:290] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.814023 12820 leader_election.cc:304] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [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: 0a1123962efe4b9d84534b2b853680e3, 7b52b75d46f04140ae6fad99f882995c; no voters: b2481d0c15eb4dbc986c7ca958bdf6d8
I20260630 12:38:27.814767 12931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70c66602ef3540e5862d077eef3624de" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" is_pre_election: true
I20260630 12:38:27.815748 12931 raft_consensus.cc:2468] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a1123962efe4b9d84534b2b853680e3 in term 0.
I20260630 12:38:27.815902 12820 leader_election.cc:304] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [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: 0a1123962efe4b9d84534b2b853680e3, 7b52b75d46f04140ae6fad99f882995c; no voters: b2481d0c15eb4dbc986c7ca958bdf6d8
I20260630 12:38:27.817498 13055 raft_consensus.cc:2804] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:27.818003 13055 raft_consensus.cc:493] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:27.818444 13055 raft_consensus.cc:3060] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.819118 13005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19d7ccb9c67744479c2007b128cc6d98" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:27.820999 13006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70c66602ef3540e5862d077eef3624de" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:27.825492 12823 leader_election.cc:304] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a1123962efe4b9d84534b2b853680e3, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 
I20260630 12:38:27.828873 13068 raft_consensus.cc:2804] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:27.829615 13068 raft_consensus.cc:493] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:27.830173 13068 raft_consensus.cc:3060] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.834203 13051 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3: No bootstrap required, opened a new log
I20260630 12:38:27.834987 13051 ts_tablet_manager.cc:1403] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3: Time spent bootstrapping tablet: real 0.097s	user 0.013s	sys 0.011s
W20260630 12:38:27.842694 12820 leader_election.cc:343] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:27.843551 12820 leader_election.cc:304] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [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: 0a1123962efe4b9d84534b2b853680e3; no voters: 7b52b75d46f04140ae6fad99f882995c, b2481d0c15eb4dbc986c7ca958bdf6d8
I20260630 12:38:27.852728 13077 raft_consensus.cc:2804] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:27.854976 13077 raft_consensus.cc:493] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260630 12:38:27.854254 12820 leader_election.cc:343] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:27.856019 13077 raft_consensus.cc:3060] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.857401 13075 raft_consensus.cc:493] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:27.861090 13068 raft_consensus.cc:515] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.838899 13051 raft_consensus.cc:359] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.866938 13055 raft_consensus.cc:515] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.871227 12931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d7dbd85a0864374abd45f96552d93e3" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8"
I20260630 12:38:27.873869 13060 raft_consensus.cc:493] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:38:27.874666 12823 leader_election.cc:343] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:27.874619 13060 raft_consensus.cc:515] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.877380 13055 leader_election.cc:290] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 election: Requested vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.868414 13076 raft_consensus.cc:2749] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:27.873862 13006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ca3e17baaca4e35b550e535ae9de846" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c"
I20260630 12:38:27.884673 13006 raft_consensus.cc:3060] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.876427 12931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ca3e17baaca4e35b550e535ae9de846" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8"
I20260630 12:38:27.869412 13051 raft_consensus.cc:385] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.891427 13051 raft_consensus.cc:740] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.893015 13051 consensus_queue.cc:260] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.895751 13051 ts_tablet_manager.cc:1434] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3: Time spent starting tablet: real 0.060s	user 0.007s	sys 0.002s
I20260630 12:38:27.893842 13060 leader_election.cc:290] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423)
W20260630 12:38:27.902498 12823 leader_election.cc:343] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:27.867542 13075 raft_consensus.cc:515] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.916183 13059 raft_consensus.cc:493] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:27.917011 13059 raft_consensus.cc:515] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.920713 13059 leader_election.cc:290] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.929956 13075 leader_election.cc:290] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.932193 12931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57b87ead7264800a2d419641200ebe3" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" is_pre_election: true
I20260630 12:38:27.947506 12931 raft_consensus.cc:2468] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a1123962efe4b9d84534b2b853680e3 in term 0.
I20260630 12:38:27.947923 13068 leader_election.cc:290] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 election: Requested vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.949030 12823 leader_election.cc:304] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a1123962efe4b9d84534b2b853680e3, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 
I20260630 12:38:27.950095 13075 raft_consensus.cc:2804] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:27.950482 13075 raft_consensus.cc:493] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:27.950855 13075 raft_consensus.cc:3060] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.952136 13077 raft_consensus.cc:515] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.957819 12931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70c66602ef3540e5862d077eef3624de" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8"
I20260630 12:38:27.937295 13006 raft_consensus.cc:2468] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a1123962efe4b9d84534b2b853680e3 in term 1.
I20260630 12:38:27.941910 13052 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c: No bootstrap required, opened a new log
I20260630 12:38:27.942673 13059 raft_consensus.cc:493] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:27.958930 12931 raft_consensus.cc:3060] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.959151 13059 raft_consensus.cc:515] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.961536 13059 leader_election.cc:290] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.942989 13054 tablet_bootstrap.cc:492] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8: No bootstrap required, opened a new log
I20260630 12:38:27.962334 13054 ts_tablet_manager.cc:1403] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent bootstrapping tablet: real 0.157s	user 0.051s	sys 0.069s
I20260630 12:38:27.965530 13054 raft_consensus.cc:359] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.966256 13054 raft_consensus.cc:385] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.966537 13054 raft_consensus.cc:740] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2481d0c15eb4dbc986c7ca958bdf6d8, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.967343 13052 ts_tablet_manager.cc:1403] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c: Time spent bootstrapping tablet: real 0.164s	user 0.062s	sys 0.074s
I20260630 12:38:27.970482 13052 raft_consensus.cc:359] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.971342 13052 raft_consensus.cc:385] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:27.971668 13052 raft_consensus.cc:740] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52b75d46f04140ae6fad99f882995c, State: Initialized, Role: FOLLOWER
I20260630 12:38:27.971724 13005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57b87ead7264800a2d419641200ebe3" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:27.972446 13005 raft_consensus.cc:2468] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a1123962efe4b9d84534b2b853680e3 in term 0.
I20260630 12:38:27.973323 13054 consensus_queue.cc:260] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.973901 13005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d7dbd85a0864374abd45f96552d93e3" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c"
I20260630 12:38:27.974514 13005 raft_consensus.cc:3060] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.977216 12932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dd7f950775d4b918371b2ae65a99711" candidate_uuid: "7b52b75d46f04140ae6fad99f882995c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" is_pre_election: true
I20260630 12:38:27.977941 13054 ts_tablet_manager.cc:1434] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.001s
I20260630 12:38:27.977900 12932 raft_consensus.cc:2468] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b52b75d46f04140ae6fad99f882995c in term 0.
I20260630 12:38:27.980782 13054 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8: Bootstrap starting.
I20260630 12:38:27.981022 12972 leader_election.cc:304] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52b75d46f04140ae6fad99f882995c, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 
I20260630 12:38:27.981964 13060 raft_consensus.cc:2804] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:27.982322 13060 raft_consensus.cc:493] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:27.982709 13060 raft_consensus.cc:3060] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.983742 12820 leader_election.cc:304] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [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: 0a1123962efe4b9d84534b2b853680e3, 7b52b75d46f04140ae6fad99f882995c; no voters: b2481d0c15eb4dbc986c7ca958bdf6d8
I20260630 12:38:27.984447 13004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57b87ead7264800a2d419641200ebe3" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:27.972482 13052 consensus_queue.cc:260] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.985123 13004 raft_consensus.cc:2468] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in term 0.
I20260630 12:38:27.985597 13068 raft_consensus.cc:2804] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:27.986135 13005 raft_consensus.cc:2468] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a1123962efe4b9d84534b2b853680e3 in term 1.
I20260630 12:38:27.986245 13003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dd7f950775d4b918371b2ae65a99711" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:27.986155 13068 raft_consensus.cc:697] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 1 LEADER]: Becoming Leader. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Running, Role: LEADER
I20260630 12:38:27.987356 12895 leader_election.cc:304] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52b75d46f04140ae6fad99f882995c, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 
I20260630 12:38:27.987847 13068 consensus_queue.cc:237] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.988426 13059 raft_consensus.cc:2804] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:27.988873 13059 raft_consensus.cc:493] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:27.989203 13059 raft_consensus.cc:3060] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:27.991746 13006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70c66602ef3540e5862d077eef3624de" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c"
I20260630 12:38:27.992084 12857 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dd7f950775d4b918371b2ae65a99711" candidate_uuid: "7b52b75d46f04140ae6fad99f882995c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3" is_pre_election: true
I20260630 12:38:27.993062 12857 raft_consensus.cc:2468] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b52b75d46f04140ae6fad99f882995c in term 0.
I20260630 12:38:27.994971 13052 ts_tablet_manager.cc:1434] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c: Time spent starting tablet: real 0.027s	user 0.006s	sys 0.006s
I20260630 12:38:27.996098 13052 tablet_bootstrap.cc:492] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c: Bootstrap starting.
I20260630 12:38:27.997247 13059 raft_consensus.cc:515] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:27.987259 13075 raft_consensus.cc:515] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.000411 13075 leader_election.cc:290] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 election: Requested vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
W20260630 12:38:27.983827 12803 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:28.000981 13006 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57b87ead7264800a2d419641200ebe3" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c"
I20260630 12:38:28.002035 13052 tablet_bootstrap.cc:654] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:28.002563 13006 raft_consensus.cc:3060] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.004541 13054 tablet_bootstrap.cc:654] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:28.005908 12932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57b87ead7264800a2d419641200ebe3" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8"
I20260630 12:38:28.007145 12932 raft_consensus.cc:2393] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0a1123962efe4b9d84534b2b853680e3 in current term 1: Already voted for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in this term.
I20260630 12:38:28.009341 12820 leader_election.cc:304] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [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: 0a1123962efe4b9d84534b2b853680e3, 7b52b75d46f04140ae6fad99f882995c; no voters: b2481d0c15eb4dbc986c7ca958bdf6d8
I20260630 12:38:28.001528 13059 leader_election.cc:290] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 election: Requested vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:28.011678 13075 raft_consensus.cc:2804] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:28.012282 13005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57b87ead7264800a2d419641200ebe3" candidate_uuid: "0a1123962efe4b9d84534b2b853680e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c"
I20260630 12:38:28.012516 13075 raft_consensus.cc:697] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 LEADER]: Becoming Leader. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Running, Role: LEADER
I20260630 12:38:28.012516 13006 raft_consensus.cc:2468] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in term 1.
W20260630 12:38:28.013967 12820 leader_election.cc:343] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:28.013732 13075 consensus_queue.cc:237] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.014575 12895 leader_election.cc:304] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b52b75d46f04140ae6fad99f882995c, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 
I20260630 12:38:28.015556 13059 raft_consensus.cc:2804] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:28.018464 13054 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8: No bootstrap required, opened a new log
I20260630 12:38:28.014866 12820 leader_election.cc:304] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [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: 0a1123962efe4b9d84534b2b853680e3; no voters: 7b52b75d46f04140ae6fad99f882995c, b2481d0c15eb4dbc986c7ca958bdf6d8
I20260630 12:38:28.019224 13054 ts_tablet_manager.cc:1403] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent bootstrapping tablet: real 0.039s	user 0.012s	sys 0.003s
I20260630 12:38:28.019325 13052 tablet_bootstrap.cc:492] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c: No bootstrap required, opened a new log
I20260630 12:38:28.019778 13076 raft_consensus.cc:2749] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:28.020551 13052 ts_tablet_manager.cc:1403] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c: Time spent bootstrapping tablet: real 0.025s	user 0.006s	sys 0.011s
I20260630 12:38:27.970582 13077 leader_election.cc:290] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [CANDIDATE]: Term 1 election: Requested vote from peers b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:27.978937 12931 raft_consensus.cc:2468] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a1123962efe4b9d84534b2b853680e3 in term 1.
I20260630 12:38:28.022856 12823 leader_election.cc:304] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [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: 0a1123962efe4b9d84534b2b853680e3, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 7b52b75d46f04140ae6fad99f882995c
I20260630 12:38:28.023561 13052 raft_consensus.cc:359] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.024431 12857 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57b87ead7264800a2d419641200ebe3" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3" is_pre_election: true
I20260630 12:38:28.022862 13054 raft_consensus.cc:359] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.025401 13054 raft_consensus.cc:385] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:28.025918 13054 raft_consensus.cc:740] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2481d0c15eb4dbc986c7ca958bdf6d8, State: Initialized, Role: FOLLOWER
I20260630 12:38:28.025564 12857 raft_consensus.cc:2393] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in current term 1: Already voted for candidate 0a1123962efe4b9d84534b2b853680e3 in this term.
I20260630 12:38:28.027328 12856 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dd7f950775d4b918371b2ae65a99711" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3" is_pre_election: true
I20260630 12:38:28.018666 13060 raft_consensus.cc:515] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.026258 12855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57b87ead7264800a2d419641200ebe3" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3"
I20260630 12:38:28.028081 12856 raft_consensus.cc:2468] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in term 0.
I20260630 12:38:28.028851 12855 raft_consensus.cc:2393] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in current term 1: Already voted for candidate 0a1123962efe4b9d84534b2b853680e3 in this term.
I20260630 12:38:28.029045 13077 raft_consensus.cc:2804] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:28.026831 13059 raft_consensus.cc:697] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 LEADER]: Becoming Leader. State: Replica: b2481d0c15eb4dbc986c7ca958bdf6d8, State: Running, Role: LEADER
I20260630 12:38:28.029825 13077 raft_consensus.cc:697] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 1 LEADER]: Becoming Leader. State: Replica: 0a1123962efe4b9d84534b2b853680e3, State: Running, Role: LEADER
I20260630 12:38:28.029765 12897 leader_election.cc:304] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a1123962efe4b9d84534b2b853680e3, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 
I20260630 12:38:28.030594 13059 consensus_queue.cc:237] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.030884 13077 consensus_queue.cc:237] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.024375 13052 raft_consensus.cc:385] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:28.035358 13052 raft_consensus.cc:740] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b52b75d46f04140ae6fad99f882995c, State: Initialized, Role: FOLLOWER
I20260630 12:38:28.036592 13052 consensus_queue.cc:260] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.038870 13003 raft_consensus.cc:2393] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in current term 1: Already voted for candidate 7b52b75d46f04140ae6fad99f882995c in this term.
I20260630 12:38:28.038671 12752 catalog_manager.cc:5697] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "0a1123962efe4b9d84534b2b853680e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:28.040364 13052 ts_tablet_manager.cc:1434] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.000s
I20260630 12:38:28.042960 13060 leader_election.cc:290] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [CANDIDATE]: Term 1 election: Requested vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423)
I20260630 12:38:28.044696 13087 raft_consensus.cc:2804] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:28.044106 13054 consensus_queue.cc:260] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.045003 12855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dd7f950775d4b918371b2ae65a99711" candidate_uuid: "7b52b75d46f04140ae6fad99f882995c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3"
I20260630 12:38:28.046124 12855 raft_consensus.cc:3060] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.047652 13054 ts_tablet_manager.cc:1434] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent starting tablet: real 0.028s	user 0.007s	sys 0.001s
I20260630 12:38:28.048594 12931 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dd7f950775d4b918371b2ae65a99711" candidate_uuid: "7b52b75d46f04140ae6fad99f882995c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8"
I20260630 12:38:28.048980 13054 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8: Bootstrap starting.
I20260630 12:38:28.045260 13087 raft_consensus.cc:493] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:28.058934 13054 tablet_bootstrap.cc:654] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:28.063185 13087 raft_consensus.cc:3060] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.072638 12751 catalog_manager.cc:5697] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:28.077970 12855 raft_consensus.cc:2468] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b52b75d46f04140ae6fad99f882995c in term 1.
I20260630 12:38:28.079627 12971 leader_election.cc:304] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a1123962efe4b9d84534b2b853680e3, 7b52b75d46f04140ae6fad99f882995c; no voters: 
I20260630 12:38:28.080585 13060 raft_consensus.cc:2804] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:28.081108 13060 raft_consensus.cc:697] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 1 LEADER]: Becoming Leader. State: Replica: 7b52b75d46f04140ae6fad99f882995c, State: Running, Role: LEADER
I20260630 12:38:28.081915 13060 consensus_queue.cc:237] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.083552 13087 raft_consensus.cc:515] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.084810 12931 raft_consensus.cc:2393] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 7b52b75d46f04140ae6fad99f882995c in current term 1: Already voted for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in this term.
I20260630 12:38:28.087522 13087 leader_election.cc:290] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 election: Requested vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:28.089970 13054 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8: No bootstrap required, opened a new log
I20260630 12:38:28.090757 13054 ts_tablet_manager.cc:1403] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent bootstrapping tablet: real 0.042s	user 0.010s	sys 0.012s
I20260630 12:38:28.093261 12855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dd7f950775d4b918371b2ae65a99711" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3"
I20260630 12:38:28.094596 12855 raft_consensus.cc:2393] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in current term 1: Already voted for candidate 7b52b75d46f04140ae6fad99f882995c in this term.
I20260630 12:38:28.094733 13054 raft_consensus.cc:359] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.095870 13054 raft_consensus.cc:385] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:28.096268 13054 raft_consensus.cc:740] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2481d0c15eb4dbc986c7ca958bdf6d8, State: Initialized, Role: FOLLOWER
I20260630 12:38:28.096961 13003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dd7f950775d4b918371b2ae65a99711" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c"
I20260630 12:38:28.097316 13054 consensus_queue.cc:260] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.102169 12895 leader_election.cc:304] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [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: b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 0a1123962efe4b9d84534b2b853680e3, 7b52b75d46f04140ae6fad99f882995c
I20260630 12:38:28.103209 13054 ts_tablet_manager.cc:1434] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.001s
I20260630 12:38:28.103969 13087 raft_consensus.cc:2749] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:28.109066 12754 catalog_manager.cc:5697] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c reported cstate change: term changed from 0 to 1, leader changed from <none> to 7b52b75d46f04140ae6fad99f882995c (127.0.120.3). New cstate: current_term: 1 leader_uuid: "7b52b75d46f04140ae6fad99f882995c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:28.110055 12752 catalog_manager.cc:5697] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "0a1123962efe4b9d84534b2b853680e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:28.111853 12752 catalog_manager.cc:5697] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1). New cstate: current_term: 1 leader_uuid: "0a1123962efe4b9d84534b2b853680e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:28.168603 13087 raft_consensus.cc:493] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:28.169055 13087 raft_consensus.cc:515] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.171048 13087 leader_election.cc:290] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:28.171792 12855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d7dbd85a0864374abd45f96552d93e3" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3" is_pre_election: true
I20260630 12:38:28.172144 13003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9d7dbd85a0864374abd45f96552d93e3" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:28.172900 13003 raft_consensus.cc:2393] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in current term 1: Already voted for candidate 0a1123962efe4b9d84534b2b853680e3 in this term.
I20260630 12:38:28.173792 12895 leader_election.cc:304] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [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: b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 0a1123962efe4b9d84534b2b853680e3, 7b52b75d46f04140ae6fad99f882995c
I20260630 12:38:28.174533 13087 raft_consensus.cc:3060] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.180186 13087 raft_consensus.cc:2749] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:28.213284 13087 raft_consensus.cc:493] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:28.213810 13087 raft_consensus.cc:515] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.215623 13087 leader_election.cc:290] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:28.216583 12855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19d7ccb9c67744479c2007b128cc6d98" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3" is_pre_election: true
I20260630 12:38:28.216933 13003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19d7ccb9c67744479c2007b128cc6d98" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:28.217429 12855 raft_consensus.cc:2468] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in term 0.
I20260630 12:38:28.217842 13003 raft_consensus.cc:2468] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in term 0.
I20260630 12:38:28.218504 12897 leader_election.cc:304] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a1123962efe4b9d84534b2b853680e3, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 
I20260630 12:38:28.219352 13087 raft_consensus.cc:2804] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:28.219702 13087 raft_consensus.cc:493] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:28.219929 13087 raft_consensus.cc:3060] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.225011 13087 raft_consensus.cc:515] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.226655 13087 leader_election.cc:290] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 election: Requested vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:28.227572 12855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19d7ccb9c67744479c2007b128cc6d98" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3"
I20260630 12:38:28.227757 13003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "19d7ccb9c67744479c2007b128cc6d98" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c"
I20260630 12:38:28.228221 12855 raft_consensus.cc:3060] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.228412 13003 raft_consensus.cc:3060] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.235598 12855 raft_consensus.cc:2468] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in term 1.
I20260630 12:38:28.235598 13003 raft_consensus.cc:2468] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in term 1.
I20260630 12:38:28.237255 12897 leader_election.cc:304] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0a1123962efe4b9d84534b2b853680e3, b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 
I20260630 12:38:28.238027 13087 raft_consensus.cc:2804] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:28.238454 13087 raft_consensus.cc:697] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 LEADER]: Becoming Leader. State: Replica: b2481d0c15eb4dbc986c7ca958bdf6d8, State: Running, Role: LEADER
I20260630 12:38:28.239192 13087 consensus_queue.cc:237] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.246363 12752 catalog_manager.cc:5697] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2). New cstate: current_term: 1 leader_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:28.297515 13087 raft_consensus.cc:493] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:28.298092 13087 raft_consensus.cc:515] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.299980 13087 leader_election.cc:290] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:28.300935 12855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ca3e17baaca4e35b550e535ae9de846" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3" is_pre_election: true
I20260630 12:38:28.301054 13003 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4ca3e17baaca4e35b550e535ae9de846" candidate_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b52b75d46f04140ae6fad99f882995c" is_pre_election: true
I20260630 12:38:28.301800 13003 raft_consensus.cc:2393] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b2481d0c15eb4dbc986c7ca958bdf6d8 in current term 1: Already voted for candidate 0a1123962efe4b9d84534b2b853680e3 in this term.
I20260630 12:38:28.302708 12895 leader_election.cc:304] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [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: b2481d0c15eb4dbc986c7ca958bdf6d8; no voters: 0a1123962efe4b9d84534b2b853680e3, 7b52b75d46f04140ae6fad99f882995c
I20260630 12:38:28.303445 13087 raft_consensus.cc:3060] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.308444 13087 raft_consensus.cc:2749] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:28.402992 13077 consensus_queue.cc:1048] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:28.450953 13075 consensus_queue.cc:1048] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:28.455941 13003 raft_consensus.cc:3060] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:28.475211 13075 consensus_queue.cc:1048] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.004s
I20260630 12:38:28.475458 13087 consensus_queue.cc:1048] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.004s
I20260630 12:38:28.516160 13087 consensus_queue.cc:1048] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:28.519946 13068 consensus_queue.cc:1048] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:38:28.523576 13107 consensus_queue.cc:1048] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:28.559377 13083 raft_consensus.cc:493] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0a1123962efe4b9d84534b2b853680e3)
I20260630 12:38:28.559908 13083 raft_consensus.cc:515] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } }
I20260630 12:38:28.565758 12856 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70c66602ef3540e5862d077eef3624de" candidate_uuid: "7b52b75d46f04140ae6fad99f882995c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0a1123962efe4b9d84534b2b853680e3" is_pre_election: true
I20260630 12:38:28.574069 13107 consensus_queue.cc:1048] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:28.574554 13083 leader_election.cc:290] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789), b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423)
I20260630 12:38:28.597934 13060 consensus_queue.cc:1048] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:28.579643 12932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70c66602ef3540e5862d077eef3624de" candidate_uuid: "7b52b75d46f04140ae6fad99f882995c" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" is_pre_election: true
I20260630 12:38:28.612776 12972 leader_election.cc:304] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [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: 7b52b75d46f04140ae6fad99f882995c; no voters: 0a1123962efe4b9d84534b2b853680e3, b2481d0c15eb4dbc986c7ca958bdf6d8
I20260630 12:38:28.615234 13060 raft_consensus.cc:2749] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:38:28.644253 13083 consensus_queue.cc:1048] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:28.654641 13036 meta_cache.cc:1097] Time spent processing table locations response: real 0.064s	user 0.005s	sys 0.000s
W20260630 12:38:28.672479 13036 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.120.62:35593, user_credentials={real_user=slave}} blocked reactor thread for 82456.7us
I20260630 12:38:28.704392 13089 consensus_queue.cc:1048] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:28.750635 12855 raft_consensus.cc:1275] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Refusing update from remote peer b2481d0c15eb4dbc986c7ca958bdf6d8: 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:28.753160 13087 consensus_queue.cc:1048] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:29.038952 12972 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.120.2:36423, user_credentials={real_user=slave}} blocked reactor thread for 78600.2us
I20260630 12:38:29.577828   480 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:29.588081 13154 instance_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:29.588142 13153 instance_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:29.590790   480 server_base.cc:1061] running on GCE node
W20260630 12:38:29.591097 13156 instance_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:29.592090   480 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:29.592299   480 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:29.592442   480 hybrid_clock.cc:648] HybridClock initialized: now 1782823109592430 us; error 0 us; skew 500 ppm
I20260630 12:38:29.592957   480 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:29.595409   480 webserver.cc:533] Webserver started at http://127.0.120.4:33211/ using document root <none> and password file <none>
I20260630 12:38:29.595876   480 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:29.596031   480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:29.596244   480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:29.597239   480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-3-root/instance:
uuid: "91b7c5ff45fb48438fc45c067e2a35d9"
format_stamp: "Formatted at 2026-06-30 12:38:29 on dist-test-slave-80h9"
I20260630 12:38:29.601879   480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:38:29.605643 13161 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:29.606602   480 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:38:29.606925   480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-3-root
uuid: "91b7c5ff45fb48438fc45c067e2a35d9"
format_stamp: "Formatted at 2026-06-30 12:38:29 on dist-test-slave-80h9"
I20260630 12:38:29.607270   480 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskDQfLTp/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822836191499-480-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:29.637825   480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:29.638995   480 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:29.640504   480 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:29.642691   480 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:29.642963   480 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:29.643313   480 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:29.643456   480 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:29.682359   480 rpc_server.cc:307] RPC server started. Bound to: 127.0.120.4:44881
I20260630 12:38:29.682451 13223 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.120.4:44881 every 8 connection(s)
I20260630 12:38:29.697867 13224 heartbeater.cc:344] Connected to a master server at 127.0.120.62:35593
I20260630 12:38:29.698360 13224 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:29.699301 13224 heartbeater.cc:507] Master 127.0.120.62:35593 requested a full tablet report, sending...
I20260630 12:38:29.701479 12750 ts_manager.cc:194] Registered new tserver with Master: 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4:44881)
I20260630 12:38:29.702984 12750 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37964
I20260630 12:38:30.103243 12854 consensus_queue.cc:237] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } attrs { replace: true } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.110987 12931 raft_consensus.cc:1275] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Refusing update from remote peer 0a1123962efe4b9d84534b2b853680e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:30.112761 13230 consensus_queue.cc:1048] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:30.120028 13006 raft_consensus.cc:1275] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Refusing update from remote peer 0a1123962efe4b9d84534b2b853680e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:30.122375 13230 consensus_queue.cc:1048] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:30.122413 13068 raft_consensus.cc:2955] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } attrs { replace: true } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.125896 12931 raft_consensus.cc:2955] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } attrs { replace: true } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
W20260630 12:38:30.133639 12820 consensus_peers.cc:597] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 -> Peer 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4:44881): Couldn't send request to peer 91b7c5ff45fb48438fc45c067e2a35d9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 70c66602ef3540e5862d077eef3624de. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:30.133117 13002 raft_consensus.cc:2955] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } attrs { replace: true } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.143302 12750 catalog_manager.cc:5697] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 reported cstate change: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "0a1123962efe4b9d84534b2b853680e3" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:30.154063 13002 consensus_queue.cc:237] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.161468 12931 raft_consensus.cc:1275] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Refusing update from remote peer 7b52b75d46f04140ae6fad99f882995c: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:30.162039 12857 raft_consensus.cc:1275] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Refusing update from remote peer 7b52b75d46f04140ae6fad99f882995c: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:30.163293 13083 consensus_queue.cc:1048] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:30.165464 13083 consensus_queue.cc:1048] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:38:30.175275 13240 raft_consensus.cc:2955] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.177254 12931 raft_consensus.cc:2955] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.188035 12857 raft_consensus.cc:2955] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.190758 12854 consensus_queue.cc:237] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } attrs { replace: true } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.190364 12754 catalog_manager.cc:5697] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c reported cstate change: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "7b52b75d46f04140ae6fad99f882995c" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:30.194039 12969 consensus_peers.cc:597] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c -> Peer 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4:44881): Couldn't send request to peer 91b7c5ff45fb48438fc45c067e2a35d9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7dd7f950775d4b918371b2ae65a99711. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:38:30.201517 12820 consensus_peers.cc:597] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 -> Peer 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4:44881): Couldn't send request to peer 91b7c5ff45fb48438fc45c067e2a35d9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4ca3e17baaca4e35b550e535ae9de846. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:30.202121 13002 raft_consensus.cc:1275] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Refusing update from remote peer 0a1123962efe4b9d84534b2b853680e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:30.202159 12931 raft_consensus.cc:1275] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Refusing update from remote peer 0a1123962efe4b9d84534b2b853680e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:30.203603 13231 consensus_queue.cc:1048] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:30.205120 13230 consensus_queue.cc:1048] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:38:30.212478 13231 raft_consensus.cc:2955] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } attrs { replace: true } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.214280 12931 raft_consensus.cc:2955] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } attrs { replace: true } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.216745 13002 raft_consensus.cc:2955] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } attrs { replace: true } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.227169 12754 catalog_manager.cc:5697] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 reported cstate change: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "0a1123962efe4b9d84534b2b853680e3" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } attrs { replace: true } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.240371 12931 consensus_queue.cc:237] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.250110 12857 raft_consensus.cc:1275] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Refusing update from remote peer b2481d0c15eb4dbc986c7ca958bdf6d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:30.250627 13002 raft_consensus.cc:1275] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Refusing update from remote peer b2481d0c15eb4dbc986c7ca958bdf6d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 1 index: 11. (index mismatch)
I20260630 12:38:30.251940 13244 consensus_queue.cc:1048] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.001s
I20260630 12:38:30.252935 13087 consensus_queue.cc:1048] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
W20260630 12:38:30.260125 12895 consensus_peers.cc:597] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 -> Peer 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4:44881): Couldn't send request to peer 91b7c5ff45fb48438fc45c067e2a35d9. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 19d7ccb9c67744479c2007b128cc6d98. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:30.260149 13244 raft_consensus.cc:2955] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 LEADER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.262179 12857 raft_consensus.cc:2955] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.268556 13002 raft_consensus.cc:2955] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Committing config change with OpId 1.11: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New config: { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } } }
I20260630 12:38:30.275910 12750 catalog_manager.cc:5697] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 reported cstate change: config changed from index -1 to 11, NON_VOTER 91b7c5ff45fb48438fc45c067e2a35d9 (127.0.120.4) added. New cstate: current_term: 1 leader_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" committed_config { opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:30.576334 13248 ts_tablet_manager.cc:933] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: Initiating tablet copy from peer 7b52b75d46f04140ae6fad99f882995c (127.0.120.3:35185)
I20260630 12:38:30.581264 13248 tablet_copy_client.cc:323] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.3:35185
I20260630 12:38:30.591415 13251 ts_tablet_manager.cc:933] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: Initiating tablet copy from peer 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789)
I20260630 12:38:30.596372 13251 tablet_copy_client.cc:323] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:36789
I20260630 12:38:30.596890 13016 tablet_copy_service.cc:140] P 7b52b75d46f04140ae6fad99f882995c: Received BeginTabletCopySession request for tablet 7dd7f950775d4b918371b2ae65a99711 from peer 91b7c5ff45fb48438fc45c067e2a35d9 ({username='slave'} at 127.0.0.1:60094)
I20260630 12:38:30.597859 13016 tablet_copy_service.cc:161] P 7b52b75d46f04140ae6fad99f882995c: Beginning new tablet copy session on tablet 7dd7f950775d4b918371b2ae65a99711 from peer 91b7c5ff45fb48438fc45c067e2a35d9 at {username='slave'} at 127.0.0.1:60094: session id = 91b7c5ff45fb48438fc45c067e2a35d9-7dd7f950775d4b918371b2ae65a99711
I20260630 12:38:30.607805 12867 tablet_copy_service.cc:140] P 0a1123962efe4b9d84534b2b853680e3: Received BeginTabletCopySession request for tablet 4ca3e17baaca4e35b550e535ae9de846 from peer 91b7c5ff45fb48438fc45c067e2a35d9 ({username='slave'} at 127.0.0.1:53038)
I20260630 12:38:30.608469 12867 tablet_copy_service.cc:161] P 0a1123962efe4b9d84534b2b853680e3: Beginning new tablet copy session on tablet 4ca3e17baaca4e35b550e535ae9de846 from peer 91b7c5ff45fb48438fc45c067e2a35d9 at {username='slave'} at 127.0.0.1:53038: session id = 91b7c5ff45fb48438fc45c067e2a35d9-4ca3e17baaca4e35b550e535ae9de846
I20260630 12:38:30.612028 13016 tablet_copy_source_session.cc:215] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:30.616389 13248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7dd7f950775d4b918371b2ae65a99711. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:30.618008 12867 tablet_copy_source_session.cc:215] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:30.624581 13251 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4ca3e17baaca4e35b550e535ae9de846. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:30.640431 13248 tablet_copy_client.cc:806] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:30.641188 13248 tablet_copy_client.cc:670] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:30.645462 13251 tablet_copy_client.cc:806] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:30.646045 13251 tablet_copy_client.cc:670] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:30.647239 13248 tablet_copy_client.cc:538] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:30.650605 13251 tablet_copy_client.cc:538] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:30.658007 13248 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap starting.
I20260630 12:38:30.660116 13251 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap starting.
I20260630 12:38:30.705819 13224 heartbeater.cc:499] Master 127.0.120.62:35593 was elected leader, sending a full tablet report...
I20260630 12:38:30.715919   480 tablet_server.cc:179] TabletServer@127.0.120.1:0 shutting down...
I20260630 12:38:30.722966 13255 ts_tablet_manager.cc:933] T 70c66602ef3540e5862d077eef3624de P 91b7c5ff45fb48438fc45c067e2a35d9: Initiating tablet copy from peer 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789)
I20260630 12:38:30.759577 13248 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap replayed 1/1 log segments. Stats: ops{read=11 overwritten=0 applied=11 ignored=0} inserts{seen=72 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:30.760757 13248 tablet_bootstrap.cc:492] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap complete.
I20260630 12:38:30.761471 13248 ts_tablet_manager.cc:1403] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: Time spent bootstrapping tablet: real 0.104s	user 0.078s	sys 0.016s
I20260630 12:38:30.764621   480 tablet_copy_service.cc:362] P 0a1123962efe4b9d84534b2b853680e3: Destroying tablet copy session 91b7c5ff45fb48438fc45c067e2a35d9-4ca3e17baaca4e35b550e535ae9de846 due to service shutdown
I20260630 12:38:30.765239   480 tablet_copy_service.cc:434] P 0a1123962efe4b9d84534b2b853680e3: ending tablet copy session 91b7c5ff45fb48438fc45c067e2a35d9-4ca3e17baaca4e35b550e535ae9de846 on tablet 4ca3e17baaca4e35b550e535ae9de846 with peer 91b7c5ff45fb48438fc45c067e2a35d9
I20260630 12:38:30.765241 13248 raft_consensus.cc:359] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.766786 13248 raft_consensus.cc:740] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 91b7c5ff45fb48438fc45c067e2a35d9, State: Initialized, Role: LEARNER
I20260630 12:38:30.767612 13248 consensus_queue.cc:260] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
W20260630 12:38:30.778398 12897 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]
I20260630 12:38:30.785347 13248 ts_tablet_manager.cc:1434] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: Time spent starting tablet: real 0.024s	user 0.013s	sys 0.012s
I20260630 12:38:30.788152 13016 tablet_copy_service.cc:342] P 7b52b75d46f04140ae6fad99f882995c: Request end of tablet copy session 91b7c5ff45fb48438fc45c067e2a35d9-7dd7f950775d4b918371b2ae65a99711 received from {username='slave'} at 127.0.0.1:60094
I20260630 12:38:30.788712 13016 tablet_copy_service.cc:434] P 7b52b75d46f04140ae6fad99f882995c: ending tablet copy session 91b7c5ff45fb48438fc45c067e2a35d9-7dd7f950775d4b918371b2ae65a99711 on tablet 7dd7f950775d4b918371b2ae65a99711 with peer 91b7c5ff45fb48438fc45c067e2a35d9
W20260630 12:38:30.795847 12897 consensus_peers.cc:597] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 -> Peer 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789): Couldn't send request to peer 0a1123962efe4b9d84534b2b853680e3. 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:30.810141 13248 ts_tablet_manager.cc:933] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: Initiating tablet copy from peer b2481d0c15eb4dbc986c7ca958bdf6d8 (127.0.120.2:36423)
I20260630 12:38:30.814976 13255 tablet_copy_client.cc:323] T 70c66602ef3540e5862d077eef3624de P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.1:36789
I20260630 12:38:30.818727 13248 tablet_copy_client.cc:323] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Beginning tablet copy session from remote peer at address 127.0.120.2:36423
I20260630 12:38:30.834890 13251 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap replayed 1/1 log segments. Stats: ops{read=11 overwritten=0 applied=11 ignored=0} inserts{seen=68 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:30.836031 13251 tablet_bootstrap.cc:492] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap complete.
I20260630 12:38:30.836850 13251 ts_tablet_manager.cc:1403] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: Time spent bootstrapping tablet: real 0.177s	user 0.051s	sys 0.029s
I20260630 12:38:30.840668 13251 raft_consensus.cc:359] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } attrs { replace: true } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.841706   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:30.841668 13251 raft_consensus.cc:740] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 91b7c5ff45fb48438fc45c067e2a35d9, State: Initialized, Role: LEARNER
I20260630 12:38:30.842795   480 tablet_replica.cc:333] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3: stopping tablet replica
I20260630 12:38:30.844089   480 raft_consensus.cc:2243] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:30.843844 13251 consensus_queue.cc:260] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } attrs { replace: true } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.845577   480 raft_consensus.cc:2272] T 9d7dbd85a0864374abd45f96552d93e3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:30.850242   480 tablet_replica.cc:333] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3: stopping tablet replica
I20260630 12:38:30.851260   480 raft_consensus.cc:2243] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:30.853129   480 raft_consensus.cc:2272] T 7dd7f950775d4b918371b2ae65a99711 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:30.853922 12942 tablet_copy_service.cc:140] P b2481d0c15eb4dbc986c7ca958bdf6d8: Received BeginTabletCopySession request for tablet 19d7ccb9c67744479c2007b128cc6d98 from peer 91b7c5ff45fb48438fc45c067e2a35d9 ({username='slave'} at 127.0.0.1:59234)
I20260630 12:38:30.854684 12942 tablet_copy_service.cc:161] P b2481d0c15eb4dbc986c7ca958bdf6d8: Beginning new tablet copy session on tablet 19d7ccb9c67744479c2007b128cc6d98 from peer 91b7c5ff45fb48438fc45c067e2a35d9 at {username='slave'} at 127.0.0.1:59234: session id = 91b7c5ff45fb48438fc45c067e2a35d9-19d7ccb9c67744479c2007b128cc6d98
I20260630 12:38:30.855041 13251 ts_tablet_manager.cc:1434] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.002s
I20260630 12:38:30.859221   480 tablet_replica.cc:333] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3: stopping tablet replica
I20260630 12:38:30.860303   480 raft_consensus.cc:2243] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:30.862273   480 raft_consensus.cc:2272] T 4ca3e17baaca4e35b550e535ae9de846 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:30.867971   480 tablet_replica.cc:333] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3: stopping tablet replica
I20260630 12:38:30.868889   480 raft_consensus.cc:2243] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:30.869133 12942 tablet_copy_source_session.cc:215] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:30.870575   480 raft_consensus.cc:2272] T e57b87ead7264800a2d419641200ebe3 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:30.868997 12897 consensus_peers.cc:597] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 -> Peer 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789): Couldn't send request to peer 0a1123962efe4b9d84534b2b853680e3. 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:30.874233 13248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 19d7ccb9c67744479c2007b128cc6d98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:30.875097   480 tablet_replica.cc:333] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3: stopping tablet replica
I20260630 12:38:30.876004   480 raft_consensus.cc:2243] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:30.877584   480 raft_consensus.cc:2272] T 70c66602ef3540e5862d077eef3624de P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:30.882652   480 tablet_replica.cc:333] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3: stopping tablet replica
I20260630 12:38:30.883490   480 raft_consensus.cc:2243] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:30.885111   480 raft_consensus.cc:2272] T 19d7ccb9c67744479c2007b128cc6d98 P 0a1123962efe4b9d84534b2b853680e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:30.888652 13248 tablet_copy_client.cc:806] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:30.889292 13248 tablet_copy_client.cc:670] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:30.893671 13248 tablet_copy_client.cc:538] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:30.900494 13248 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap starting.
W20260630 12:38:30.917093 13251 tablet_copy_client.cc:1131] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.120.1:36789: connect: Connection refused (error 111)
I20260630 12:38:30.929688   480 tablet_server.cc:196] TabletServer@127.0.120.1:0 shutdown complete.
W20260630 12:38:30.935927 13162 connection.cc:466] server connection from 127.0.0.1:47068 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:47068 (request call id 3) could send its response
I20260630 12:38:30.967821   480 tablet_server.cc:179] TabletServer@127.0.120.2:0 shutting down...
I20260630 12:38:30.982671   480 tablet_copy_service.cc:362] P b2481d0c15eb4dbc986c7ca958bdf6d8: Destroying tablet copy session 91b7c5ff45fb48438fc45c067e2a35d9-19d7ccb9c67744479c2007b128cc6d98 due to service shutdown
I20260630 12:38:30.983136   480 tablet_copy_service.cc:434] P b2481d0c15eb4dbc986c7ca958bdf6d8: ending tablet copy session 91b7c5ff45fb48438fc45c067e2a35d9-19d7ccb9c67744479c2007b128cc6d98 on tablet 19d7ccb9c67744479c2007b128cc6d98 with peer 91b7c5ff45fb48438fc45c067e2a35d9
I20260630 12:38:30.986805 13248 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap replayed 1/1 log segments. Stats: ops{read=11 overwritten=0 applied=11 ignored=0} inserts{seen=81 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:30.988415 13248 tablet_bootstrap.cc:492] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: Bootstrap complete.
I20260630 12:38:30.989243 13248 ts_tablet_manager.cc:1403] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: Time spent bootstrapping tablet: real 0.089s	user 0.084s	sys 0.000s
I20260630 12:38:30.992307 13248 raft_consensus.cc:359] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.992903 13248 raft_consensus.cc:740] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 91b7c5ff45fb48438fc45c067e2a35d9, State: Initialized, Role: LEARNER
I20260630 12:38:30.993407 13248 consensus_queue.cc:260] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 11 OBSOLETE_local: false peers { permanent_uuid: "0a1123962efe4b9d84534b2b853680e3" member_type: VOTER last_known_addr { host: "127.0.120.1" port: 36789 } attrs { replace: true } } peers { permanent_uuid: "b2481d0c15eb4dbc986c7ca958bdf6d8" member_type: VOTER last_known_addr { host: "127.0.120.2" port: 36423 } } peers { permanent_uuid: "7b52b75d46f04140ae6fad99f882995c" member_type: VOTER last_known_addr { host: "127.0.120.3" port: 35185 } } peers { permanent_uuid: "91b7c5ff45fb48438fc45c067e2a35d9" member_type: NON_VOTER last_known_addr { host: "127.0.120.4" port: 44881 } attrs { promote: true } }
I20260630 12:38:30.995595 13248 ts_tablet_manager.cc:1434] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:38:31.014418   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:31.015324   480 tablet_replica.cc:333] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8: stopping tablet replica
I20260630 12:38:31.016240   480 raft_consensus.cc:2243] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.017539   480 raft_consensus.cc:2272] T 19d7ccb9c67744479c2007b128cc6d98 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.021302   480 tablet_replica.cc:333] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8: stopping tablet replica
I20260630 12:38:31.022063   480 raft_consensus.cc:2243] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.022882   480 raft_consensus.cc:2272] T 7dd7f950775d4b918371b2ae65a99711 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.027174   480 tablet_replica.cc:333] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8: stopping tablet replica
I20260630 12:38:31.027891   480 raft_consensus.cc:2243] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.028662   480 raft_consensus.cc:2272] T 4ca3e17baaca4e35b550e535ae9de846 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.032208   480 tablet_replica.cc:333] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8: stopping tablet replica
I20260630 12:38:31.032861   480 raft_consensus.cc:2243] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.033576   480 raft_consensus.cc:2272] T 9d7dbd85a0864374abd45f96552d93e3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.036716   480 tablet_replica.cc:333] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8: stopping tablet replica
I20260630 12:38:31.037348   480 raft_consensus.cc:2243] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.038002   480 raft_consensus.cc:2272] T 70c66602ef3540e5862d077eef3624de P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.042115   480 tablet_replica.cc:333] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8: stopping tablet replica
I20260630 12:38:31.042766   480 raft_consensus.cc:2243] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.043845   480 raft_consensus.cc:2272] T e57b87ead7264800a2d419641200ebe3 P b2481d0c15eb4dbc986c7ca958bdf6d8 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:31.070910 12971 consensus_peers.cc:597] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c -> Peer 0a1123962efe4b9d84534b2b853680e3 (127.0.120.1:36789): Couldn't send request to peer 0a1123962efe4b9d84534b2b853680e3. Status: Network error: Client connection negotiation failed: client connection to 127.0.120.1:36789: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:31.076210   480 tablet_server.cc:196] TabletServer@127.0.120.2:0 shutdown complete.
W20260630 12:38:31.086118 13248 tablet_copy_client.cc:1131] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.120.2:36423: connect: Connection refused (error 111)
I20260630 12:38:31.105109   480 tablet_server.cc:179] TabletServer@127.0.120.3:0 shutting down...
I20260630 12:38:31.138268 13199 raft_consensus.cc:1217] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.10->[1.11-1.11]   Dedup: 1.11->[]
I20260630 12:38:31.147470   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:31.148654   480 tablet_replica.cc:333] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c: stopping tablet replica
I20260630 12:38:31.149727   480 raft_consensus.cc:2243] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.150550   480 raft_consensus.cc:2272] T 70c66602ef3540e5862d077eef3624de P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.154841   480 tablet_replica.cc:333] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c: stopping tablet replica
I20260630 12:38:31.155676   480 raft_consensus.cc:2243] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.157110   480 raft_consensus.cc:2272] T 19d7ccb9c67744479c2007b128cc6d98 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.162040   480 tablet_replica.cc:333] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c: stopping tablet replica
I20260630 12:38:31.162885   480 raft_consensus.cc:2243] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.164077   480 raft_consensus.cc:2272] T 9d7dbd85a0864374abd45f96552d93e3 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.167675   480 tablet_replica.cc:333] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c: stopping tablet replica
I20260630 12:38:31.168632   480 raft_consensus.cc:2243] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.169869   480 raft_consensus.cc:2272] T e57b87ead7264800a2d419641200ebe3 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.173905   480 tablet_replica.cc:333] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c: stopping tablet replica
I20260630 12:38:31.174682   480 raft_consensus.cc:2243] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.176308   480 raft_consensus.cc:2272] T 7dd7f950775d4b918371b2ae65a99711 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.180707   480 tablet_replica.cc:333] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c: stopping tablet replica
I20260630 12:38:31.181479   480 raft_consensus.cc:2243] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:31.182744   480 raft_consensus.cc:2272] T 4ca3e17baaca4e35b550e535ae9de846 P 7b52b75d46f04140ae6fad99f882995c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.210083   480 tablet_server.cc:196] TabletServer@127.0.120.3:0 shutdown complete.
I20260630 12:38:31.241412   480 tablet_server.cc:179] TabletServer@127.0.120.4:0 shutting down...
I20260630 12:38:31.280128   480 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:31.281909   480 tablet_replica.cc:333] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9: stopping tablet replica
I20260630 12:38:31.282650   480 raft_consensus.cc:2243] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:31.283165   480 raft_consensus.cc:2272] T 19d7ccb9c67744479c2007b128cc6d98 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:31.285573   480 tablet_replica.cc:333] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9: stopping tablet replica
I20260630 12:38:31.286123   480 raft_consensus.cc:2243] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:31.286557   480 raft_consensus.cc:2272] T 4ca3e17baaca4e35b550e535ae9de846 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:31.288542   480 tablet_replica.cc:333] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9: stopping tablet replica
I20260630 12:38:31.289022   480 raft_consensus.cc:2243] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:31.289390   480 raft_consensus.cc:2272] T 7dd7f950775d4b918371b2ae65a99711 P 91b7c5ff45fb48438fc45c067e2a35d9 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:31.311350   480 tablet_server.cc:196] TabletServer@127.0.120.4:0 shutdown complete.
I20260630 12:38:31.329691   480 master.cc:562] Master@127.0.120.62:35593 shutting down...
W20260630 12:38:31.356535 12803 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:31.358068   480 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:31.358758   480 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:31.359203   480 tablet_replica.cc:333] T 00000000000000000000000000000000 P 384c590214db424aab6d7aca61284f91: stopping tablet replica
I20260630 12:38:31.381215   480 master.cc:584] Master@127.0.120.62:35593 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (5580 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (10412 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (275074 ms total)
[  PASSED  ] 26 tests.
I20260630 12:38:31.445472   480 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 ~64 seconds ago
I20260630 12:38:31.445703   480 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 ~64 seconds ago
I20260630 12:38:31.445860   480 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 ~64 seconds ago
I20260630 12:38:31.445996   480 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5375: suppressed but not reported on 11 messages since previous log ~97 seconds ago
I20260630 12:38:31.446163   480 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 ~188 seconds ago
I20260630 12:38:31.446332   480 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 6 messages since previous log ~252 seconds ago
I20260630 12:38:31.446641   480 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 52 messages since previous log ~21 seconds ago
I20260630 12:38:31.446792   480 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 3 messages since previous log ~0 seconds ago
