[==========] Running 6 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from TsTabletManagerTest
[ RUN      ] TsTabletManagerTest.TestCreateTablet
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 08:04:00.890290  6181 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260812 08:04:00.890945  6181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
W20260812 08:04:00.897970  6187 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:00.898067  6188 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:00.898212  6181 server_base.cc:1061] running on GCE node
W20260812 08:04:00.898023  6190 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:00.898610  6181 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:00.898692  6181 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:00.898720  6181 hybrid_clock.cc:648] HybridClock initialized: now 1786521840898717 us; error 0 us; skew 500 ppm
I20260812 08:04:00.900152  6181 webserver.cc:533] Webserver started at http://127.0.0.1:34749/ using document root <none> and password file <none>
I20260812 08:04:00.900583  6181 fs_manager.cc:362] Metadata directory not provided
I20260812 08:04:00.900640  6181 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:04:00.900806  6181 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260812 08:04:00.902268  6181 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot/instance:
uuid: "85290e0e8b56450f982c10b60d68033e"
format_stamp: "Formatted at 2026-08-12 08:04:00 on dist-test-slave-42z9"
I20260812 08:04:00.905246  6181 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260812 08:04:00.907136  6197 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:00.908066  6181 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260812 08:04:00.908151  6181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot
uuid: "85290e0e8b56450f982c10b60d68033e"
format_stamp: "Formatted at 2026-08-12 08:04:00 on dist-test-slave-42z9"
I20260812 08:04:00.908228  6181 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot
metadata directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot
1 data directories: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:04:00.922487  6181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260812 08:04:00.922933  6181 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
I20260812 08:04:00.923054  6181 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260812 08:04:00.923405  6181 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260812 08:04:00.924125  6181 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260812 08:04:00.924165  6181 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:00.924197  6181 ts_tablet_manager.cc:616] Registered 0 tablets
I20260812 08:04:00.924232  6181 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:00.930405  6181 rpc_server.cc:307] RPC server started. Bound to: 127.0.0.1:40519
I20260812 08:04:00.930436  6305 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.0.1:40519 every 8 connection(s)
W20260812 08:04:00.931051  6306 heartbeater.cc:646] Failed to heartbeat to 127.0.0.1:7051 (0 consecutive failures): IO error: failing all heartbeats for tests
W20260812 08:04:00.931160  6306 heartbeater.cc:412] Failed 3 heartbeats in a row: no longer allowing fast heartbeat attempts.
I20260812 08:04:00.932099  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0fffffffffffffffffffffffffffffff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260812 08:04:00.936544  6308 tablet_bootstrap.cc:492] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Bootstrap starting.
I20260812 08:04:00.938467  6308 tablet_bootstrap.cc:654] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Neither blocks nor log segments found. Creating new log.
I20260812 08:04:00.939143  6308 log.cc:826] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Log is configured to *not* fsync() on all Append() calls
I20260812 08:04:00.940411  6308 tablet_bootstrap.cc:492] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: No bootstrap required, opened a new log
I20260812 08:04:00.940554  6308 ts_tablet_manager.cc:1403] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Time spent bootstrapping tablet: real 0.004s	user 0.003s	sys 0.000s
I20260812 08:04:00.943221  6308 raft_consensus.cc:359] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:00.943379  6308 raft_consensus.cc:385] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260812 08:04:00.943416  6308 raft_consensus.cc:740] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85290e0e8b56450f982c10b60d68033e, State: Initialized, Role: FOLLOWER
I20260812 08:04:00.943820  6308 consensus_queue.cc:260] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:00.943934  6308 raft_consensus.cc:399] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:00.943976  6308 raft_consensus.cc:493] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:00.944047  6308 raft_consensus.cc:3060] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Advancing to term 1
I20260812 08:04:00.944734  6308 raft_consensus.cc:515] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:00.944989  6308 leader_election.cc:304] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [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: 85290e0e8b56450f982c10b60d68033e; no voters: 
I20260812 08:04:00.945190  6308 leader_election.cc:290] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260812 08:04:00.945286  6310 raft_consensus.cc:2804] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Leader election won for term 1
I20260812 08:04:00.945537  6310 raft_consensus.cc:697] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 LEADER]: Becoming Leader. State: Replica: 85290e0e8b56450f982c10b60d68033e, State: Running, Role: LEADER
I20260812 08:04:00.945797  6310 consensus_queue.cc:237] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [LEADER]: Queue going to LEADER mode. State: All 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 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:00.945802  6308 ts_tablet_manager.cc:1434] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260812 08:04:00.951958  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fffffffffffffffffffffffffffffff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260812 08:04:00.953269  6308 tablet_bootstrap.cc:492] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Bootstrap starting.
I20260812 08:04:00.954131  6308 tablet_bootstrap.cc:654] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Neither blocks nor log segments found. Creating new log.
I20260812 08:04:00.955045  6308 tablet_bootstrap.cc:492] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: No bootstrap required, opened a new log
I20260812 08:04:00.955122  6308 ts_tablet_manager.cc:1403] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
I20260812 08:04:00.955483  6308 raft_consensus.cc:359] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:00.955559  6308 raft_consensus.cc:385] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260812 08:04:00.955595  6308 raft_consensus.cc:740] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85290e0e8b56450f982c10b60d68033e, State: Initialized, Role: FOLLOWER
I20260812 08:04:00.955720  6308 consensus_queue.cc:260] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:00.955785  6308 raft_consensus.cc:399] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:00.955816  6308 raft_consensus.cc:493] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:00.955862  6308 raft_consensus.cc:3060] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 0 FOLLOWER]: Advancing to term 1
I20260812 08:04:00.956439  6308 raft_consensus.cc:515] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:00.956553  6308 leader_election.cc:304] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [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: 85290e0e8b56450f982c10b60d68033e; no voters: 
I20260812 08:04:00.956665  6308 leader_election.cc:290] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260812 08:04:00.956732  6310 raft_consensus.cc:2804] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Leader election won for term 1
I20260812 08:04:00.956826  6310 raft_consensus.cc:697] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 LEADER]: Becoming Leader. State: Replica: 85290e0e8b56450f982c10b60d68033e, State: Running, Role: LEADER
I20260812 08:04:00.956862  6308 ts_tablet_manager.cc:1434] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.000s
I20260812 08:04:00.956930  6310 consensus_queue.cc:237] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [LEADER]: Queue going to LEADER mode. State: All 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 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:00.960503  6181 ts_tablet_manager-test.cc:251] Shutting down tablet manager
I20260812 08:04:00.960608  6181 tablet_server.cc:179] TabletServer@127.0.0.1:0 shutting down...
I20260812 08:04:00.963979  6181 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260812 08:04:00.964282  6181 tablet_replica.cc:333] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: stopping tablet replica
I20260812 08:04:00.964448  6181 raft_consensus.cc:2243] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 LEADER]: Raft consensus shutting down.
I20260812 08:04:00.964596  6181 raft_consensus.cc:2272] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:00.965570  6181 tablet_replica.cc:333] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: stopping tablet replica
I20260812 08:04:00.965655  6181 raft_consensus.cc:2243] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 LEADER]: Raft consensus shutting down.
I20260812 08:04:00.965747  6181 raft_consensus.cc:2272] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:00.978641  6181 tablet_server.cc:196] TabletServer@127.0.0.1:0 shutdown complete.
I20260812 08:04:00.981904  6181 ts_tablet_manager-test.cc:253] Restarting tablet manager
I20260812 08:04:00.982231  6181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
W20260812 08:04:00.983702  6326 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:00.983721  6331 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:00.983839  6181 server_base.cc:1061] running on GCE node
W20260812 08:04:00.983923  6327 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:00.984086  6181 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:00.984133  6181 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:00.984148  6181 hybrid_clock.cc:648] HybridClock initialized: now 1786521840984147 us; error 0 us; skew 500 ppm
I20260812 08:04:00.984880  6181 webserver.cc:533] Webserver started at http://127.0.0.1:37739/ using document root <none> and password file <none>
I20260812 08:04:00.985008  6181 fs_manager.cc:362] Metadata directory not provided
I20260812 08:04:00.985049  6181 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260812 08:04:00.986002  6181 fs_manager.cc:714] Time spent opening directory manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:04:00.986791  6342 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:00.987005  6181 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:04:00.987080  6181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot
uuid: "85290e0e8b56450f982c10b60d68033e"
format_stamp: "Formatted at 2026-08-12 08:04:00 on dist-test-slave-42z9"
I20260812 08:04:00.987164  6181 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot
metadata directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot
1 data directories: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestCreateTablet.1786521840882373-6181-0/TsTabletManagerTest-fsroot/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:04:00.999411  6181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260812 08:04:00.999679  6181 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260812 08:04:00.999907  6181 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260812 08:04:01.000447  6351 ts_tablet_manager.cc:542] Loading tablet metadata (0/2 complete)
I20260812 08:04:01.002429  6181 ts_tablet_manager.cc:585] Loaded tablet metadata (2 total tablets, 2 live tablets)
I20260812 08:04:01.002476  6181 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.002s	user 0.000s	sys 0.000s
I20260812 08:04:01.002521  6181 ts_tablet_manager.cc:600] Registering tablets (0/2 complete)
I20260812 08:04:01.003219  6351 tablet_bootstrap.cc:492] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Bootstrap starting.
I20260812 08:04:01.003566  6181 ts_tablet_manager.cc:616] Registered 2 tablets
I20260812 08:04:01.003607  6181 ts_tablet_manager.cc:595] Time spent register tablets: real 0.001s	user 0.000s	sys 0.000s
I20260812 08:04:01.006196  6351 tablet_bootstrap.cc:492] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: 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
I20260812 08:04:01.006541  6351 tablet_bootstrap.cc:492] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Bootstrap complete.
I20260812 08:04:01.006717  6351 ts_tablet_manager.cc:1403] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
I20260812 08:04:01.007084  6351 raft_consensus.cc:359] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:01.007175  6351 raft_consensus.cc:740] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85290e0e8b56450f982c10b60d68033e, State: Initialized, Role: FOLLOWER
I20260812 08:04:01.007330  6351 consensus_queue.cc:260] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [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 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:01.007424  6351 raft_consensus.cc:399] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:01.007468  6351 raft_consensus.cc:493] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:01.007515  6351 raft_consensus.cc:3060] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Advancing to term 2
I20260812 08:04:01.008225  6351 raft_consensus.cc:515] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:01.008358  6181 rpc_server.cc:307] RPC server started. Bound to: 127.0.0.1:46003
I20260812 08:04:01.008375  6351 leader_election.cc:304] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [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: 85290e0e8b56450f982c10b60d68033e; no voters: 
I20260812 08:04:01.008484  6438 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.0.1:46003 every 8 connection(s)
I20260812 08:04:01.008684  6351 leader_election.cc:290] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260812 08:04:01.008780  6439 raft_consensus.cc:2804] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 FOLLOWER]: Leader election won for term 2
I20260812 08:04:01.008939  6351 ts_tablet_manager.cc:1434] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Time spent starting tablet: real 0.002s	user 0.003s	sys 0.000s
I20260812 08:04:01.008944  6439 raft_consensus.cc:697] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 LEADER]: Becoming Leader. State: Replica: 85290e0e8b56450f982c10b60d68033e, State: Running, Role: LEADER
I20260812 08:04:01.009124  6351 tablet_bootstrap.cc:492] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Bootstrap starting.
I20260812 08:04:01.009100  6439 consensus_queue.cc:237] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [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 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:01.011637  6351 tablet_bootstrap.cc:492] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: 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
I20260812 08:04:01.011904  6351 tablet_bootstrap.cc:492] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Bootstrap complete.
I20260812 08:04:01.012055  6351 ts_tablet_manager.cc:1403] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Time spent bootstrapping tablet: real 0.003s	user 0.000s	sys 0.002s
I20260812 08:04:01.012387  6351 raft_consensus.cc:359] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:01.012480  6351 raft_consensus.cc:740] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85290e0e8b56450f982c10b60d68033e, State: Initialized, Role: FOLLOWER
I20260812 08:04:01.012594  6351 consensus_queue.cc:260] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [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 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:01.012662  6351 raft_consensus.cc:399] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:01.012699  6351 raft_consensus.cc:493] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:01.012748  6351 raft_consensus.cc:3060] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 1 FOLLOWER]: Advancing to term 2
W20260812 08:04:01.012882  6441 heartbeater.cc:412] Failed 3 heartbeats in a row: no longer allowing fast heartbeat attempts.
I20260812 08:04:01.013387  6351 raft_consensus.cc:515] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:01.013530  6351 leader_election.cc:304] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [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: 85290e0e8b56450f982c10b60d68033e; no voters: 
I20260812 08:04:01.013623  6351 leader_election.cc:290] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260812 08:04:01.013669  6439 raft_consensus.cc:2804] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 FOLLOWER]: Leader election won for term 2
I20260812 08:04:01.013758  6439 raft_consensus.cc:697] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 LEADER]: Becoming Leader. State: Replica: 85290e0e8b56450f982c10b60d68033e, State: Running, Role: LEADER
I20260812 08:04:01.013806  6351 ts_tablet_manager.cc:1434] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.001s
I20260812 08:04:01.013871  6439 consensus_queue.cc:237] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [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 peers { permanent_uuid: "85290e0e8b56450f982c10b60d68033e" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 40519 } }
I20260812 08:04:01.014027  6181 tablet_server.cc:179] TabletServer@127.0.0.1:0 shutting down...
I20260812 08:04:01.016880  6181 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260812 08:04:01.017079  6181 tablet_replica.cc:333] stopping tablet replica
I20260812 08:04:01.017171  6181 raft_consensus.cc:2243] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 LEADER]: Raft consensus shutting down.
I20260812 08:04:01.017262  6181 raft_consensus.cc:2272] T 1fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:01.017711  6181 tablet_replica.cc:333] stopping tablet replica
I20260812 08:04:01.017789  6181 raft_consensus.cc:2243] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 LEADER]: Raft consensus shutting down.
I20260812 08:04:01.017874  6181 raft_consensus.cc:2272] T 0fffffffffffffffffffffffffffffff P 85290e0e8b56450f982c10b60d68033e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:01.030606  6181 tablet_server.cc:196] TabletServer@127.0.0.1:0 shutdown complete.
[       OK ] TsTabletManagerTest.TestCreateTablet (145 ms)
[ RUN      ] TsTabletManagerTest.TestTabletReports
I20260812 08:04:01.033901  6181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
W20260812 08:04:01.035512  6456 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:01.035552  6455 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:01.035660  6181 server_base.cc:1061] running on GCE node
W20260812 08:04:01.035717  6460 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:01.035856  6181 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:01.035899  6181 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:01.035913  6181 hybrid_clock.cc:648] HybridClock initialized: now 1786521841035913 us; error 0 us; skew 500 ppm
I20260812 08:04:01.036571  6181 webserver.cc:533] Webserver started at http://127.0.0.1:34769/ using document root <none> and password file <none>
I20260812 08:04:01.036679  6181 fs_manager.cc:362] Metadata directory not provided
I20260812 08:04:01.036715  6181 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:04:01.036761  6181 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260812 08:04:01.037039  6181 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot/instance:
uuid: "5778d199188a4a0e8ff98579cfb80730"
format_stamp: "Formatted at 2026-08-12 08:04:01 on dist-test-slave-42z9"
I20260812 08:04:01.038327  6181 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
I20260812 08:04:01.039135  6472 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.039362  6181 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:04:01.039420  6181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot
uuid: "5778d199188a4a0e8ff98579cfb80730"
format_stamp: "Formatted at 2026-08-12 08:04:01 on dist-test-slave-42z9"
I20260812 08:04:01.039490  6181 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot
metadata directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot
1 data directories: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:04:01.057965  6181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260812 08:04:01.058251  6181 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260812 08:04:01.058494  6181 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260812 08:04:01.058884  6181 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260812 08:04:01.058920  6181 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.058951  6181 ts_tablet_manager.cc:616] Registered 0 tablets
I20260812 08:04:01.058979  6181 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.062858  6181 rpc_server.cc:307] RPC server started. Bound to: 127.0.0.1:36137
I20260812 08:04:01.063020  6582 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.0.1:36137 every 8 connection(s)
I20260812 08:04:01.063867  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet tablet-1. 1 dirs total, 0 dirs full, 0 dirs failed
W20260812 08:04:01.064062  6584 heartbeater.cc:412] Failed 3 heartbeats in a row: no longer allowing fast heartbeat attempts.
I20260812 08:04:01.065521  6587 tablet_bootstrap.cc:492] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730: Bootstrap starting.
I20260812 08:04:01.066277  6587 tablet_bootstrap.cc:654] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730: Neither blocks nor log segments found. Creating new log.
I20260812 08:04:01.067085  6587 tablet_bootstrap.cc:492] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730: No bootstrap required, opened a new log
I20260812 08:04:01.067171  6587 ts_tablet_manager.cc:1403] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
I20260812 08:04:01.067529  6587 raft_consensus.cc:359] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "5778d199188a4a0e8ff98579cfb80730" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 36137 } }
I20260812 08:04:01.067615  6587 raft_consensus.cc:385] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260812 08:04:01.067646  6587 raft_consensus.cc:740] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5778d199188a4a0e8ff98579cfb80730, State: Initialized, Role: FOLLOWER
I20260812 08:04:01.067768  6587 consensus_queue.cc:260] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 peers { permanent_uuid: "5778d199188a4a0e8ff98579cfb80730" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 36137 } }
I20260812 08:04:01.067836  6587 raft_consensus.cc:399] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:01.067862  6587 raft_consensus.cc:493] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:01.067907  6587 raft_consensus.cc:3060] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Advancing to term 1
I20260812 08:04:01.068616  6587 raft_consensus.cc:515] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "5778d199188a4a0e8ff98579cfb80730" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 36137 } }
I20260812 08:04:01.068733  6587 leader_election.cc:304] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [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: 5778d199188a4a0e8ff98579cfb80730; no voters: 
I20260812 08:04:01.068897  6587 leader_election.cc:290] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260812 08:04:01.068987  6590 raft_consensus.cc:2804] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 1 FOLLOWER]: Leader election won for term 1
I20260812 08:04:01.069190  6587 ts_tablet_manager.cc:1434] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
I20260812 08:04:01.069216  6590 raft_consensus.cc:697] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 1 LEADER]: Becoming Leader. State: Replica: 5778d199188a4a0e8ff98579cfb80730, State: Running, Role: LEADER
I20260812 08:04:01.069343  6590 consensus_queue.cc:237] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [LEADER]: Queue going to LEADER mode. State: All 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 peers { permanent_uuid: "5778d199188a4a0e8ff98579cfb80730" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 36137 } }
I20260812 08:04:01.073318  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet tablet-2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260812 08:04:01.074653  6587 tablet_bootstrap.cc:492] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730: Bootstrap starting.
I20260812 08:04:01.075307  6587 tablet_bootstrap.cc:654] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730: Neither blocks nor log segments found. Creating new log.
I20260812 08:04:01.076107  6587 tablet_bootstrap.cc:492] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730: No bootstrap required, opened a new log
I20260812 08:04:01.076175  6587 ts_tablet_manager.cc:1403] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
I20260812 08:04:01.076478  6587 raft_consensus.cc:359] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "5778d199188a4a0e8ff98579cfb80730" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 36137 } }
I20260812 08:04:01.076547  6587 raft_consensus.cc:385] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260812 08:04:01.076577  6587 raft_consensus.cc:740] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5778d199188a4a0e8ff98579cfb80730, State: Initialized, Role: FOLLOWER
I20260812 08:04:01.076666  6587 consensus_queue.cc:260] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 peers { permanent_uuid: "5778d199188a4a0e8ff98579cfb80730" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 36137 } }
I20260812 08:04:01.076718  6587 raft_consensus.cc:399] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:01.076745  6587 raft_consensus.cc:493] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:01.076776  6587 raft_consensus.cc:3060] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 0 FOLLOWER]: Advancing to term 1
I20260812 08:04:01.077358  6587 raft_consensus.cc:515] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "5778d199188a4a0e8ff98579cfb80730" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 36137 } }
I20260812 08:04:01.077486  6587 leader_election.cc:304] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [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: 5778d199188a4a0e8ff98579cfb80730; no voters: 
I20260812 08:04:01.077572  6587 leader_election.cc:290] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260812 08:04:01.077616  6590 raft_consensus.cc:2804] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 1 FOLLOWER]: Leader election won for term 1
I20260812 08:04:01.077711  6590 raft_consensus.cc:697] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 1 LEADER]: Becoming Leader. State: Replica: 5778d199188a4a0e8ff98579cfb80730, State: Running, Role: LEADER
I20260812 08:04:01.077765  6587 ts_tablet_manager.cc:1434] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
I20260812 08:04:01.077814  6590 consensus_queue.cc:237] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [LEADER]: Queue going to LEADER mode. State: All 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 peers { permanent_uuid: "5778d199188a4a0e8ff98579cfb80730" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 36137 } }
I20260812 08:04:01.078367  6181 tablet_server.cc:179] TabletServer@127.0.0.1:0 shutting down...
I20260812 08:04:01.081301  6181 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260812 08:04:01.081516  6181 tablet_replica.cc:333] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730: stopping tablet replica
I20260812 08:04:01.081630  6181 raft_consensus.cc:2243] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 1 LEADER]: Raft consensus shutting down.
I20260812 08:04:01.081708  6181 raft_consensus.cc:2272] T tablet-2 P 5778d199188a4a0e8ff98579cfb80730 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:01.082152  6181 tablet_replica.cc:333] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730: stopping tablet replica
I20260812 08:04:01.082217  6181 raft_consensus.cc:2243] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 1 LEADER]: Raft consensus shutting down.
I20260812 08:04:01.082288  6181 raft_consensus.cc:2272] T tablet-1 P 5778d199188a4a0e8ff98579cfb80730 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:01.094499  6181 tablet_server.cc:196] TabletServer@127.0.0.1:0 shutdown complete.
[       OK ] TsTabletManagerTest.TestTabletReports (63 ms)
[ RUN      ] TsTabletManagerTest.TestTabletStatsReports
I20260812 08:04:01.097908  6181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
W20260812 08:04:01.099406  6608 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:01.099485  6610 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:01.099491  6607 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:01.099647  6181 server_base.cc:1061] running on GCE node
I20260812 08:04:01.099821  6181 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:01.099862  6181 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:01.099880  6181 hybrid_clock.cc:648] HybridClock initialized: now 1786521841099880 us; error 0 us; skew 500 ppm
I20260812 08:04:01.100549  6181 webserver.cc:533] Webserver started at http://127.0.0.1:42935/ using document root <none> and password file <none>
I20260812 08:04:01.100682  6181 fs_manager.cc:362] Metadata directory not provided
I20260812 08:04:01.100726  6181 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:04:01.100791  6181 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260812 08:04:01.101114  6181 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletStatsReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot/instance:
uuid: "4b1dfbc70458448ca63d2ed754f2f27d"
format_stamp: "Formatted at 2026-08-12 08:04:01 on dist-test-slave-42z9"
I20260812 08:04:01.102424  6181 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
I20260812 08:04:01.103219  6619 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.103433  6181 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
I20260812 08:04:01.103493  6181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletStatsReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot
uuid: "4b1dfbc70458448ca63d2ed754f2f27d"
format_stamp: "Formatted at 2026-08-12 08:04:01 on dist-test-slave-42z9"
I20260812 08:04:01.103556  6181 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletStatsReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot
metadata directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletStatsReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot
1 data directories: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.TestTabletStatsReports.1786521840882373-6181-0/TsTabletManagerTest-fsroot/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:04:01.111896  6181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260812 08:04:01.112155  6181 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260812 08:04:01.112380  6181 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260812 08:04:01.112756  6181 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260812 08:04:01.112790  6181 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.112828  6181 ts_tablet_manager.cc:616] Registered 0 tablets
I20260812 08:04:01.112855  6181 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.116488  6181 rpc_server.cc:307] RPC server started. Bound to: 127.0.0.1:46429
I20260812 08:04:01.116693  6735 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.0.1:46429 every 8 connection(s)
I20260812 08:04:01.117257  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet tablet-1. 1 dirs total, 0 dirs full, 0 dirs failed
W20260812 08:04:01.117689  6736 heartbeater.cc:412] Failed 3 heartbeats in a row: no longer allowing fast heartbeat attempts.
I20260812 08:04:01.118861  6739 tablet_bootstrap.cc:492] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d: Bootstrap starting.
I20260812 08:04:01.119567  6739 tablet_bootstrap.cc:654] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d: Neither blocks nor log segments found. Creating new log.
I20260812 08:04:01.120350  6739 tablet_bootstrap.cc:492] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d: No bootstrap required, opened a new log
I20260812 08:04:01.120427  6739 ts_tablet_manager.cc:1403] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
I20260812 08:04:01.120751  6739 raft_consensus.cc:359] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "4b1dfbc70458448ca63d2ed754f2f27d" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 46429 } }
I20260812 08:04:01.120836  6739 raft_consensus.cc:385] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260812 08:04:01.120864  6739 raft_consensus.cc:740] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b1dfbc70458448ca63d2ed754f2f27d, State: Initialized, Role: FOLLOWER
I20260812 08:04:01.120999  6739 consensus_queue.cc:260] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 peers { permanent_uuid: "4b1dfbc70458448ca63d2ed754f2f27d" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 46429 } }
I20260812 08:04:01.121086  6739 raft_consensus.cc:399] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:01.121127  6739 raft_consensus.cc:493] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:01.121173  6739 raft_consensus.cc:3060] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Advancing to term 1
I20260812 08:04:01.121881  6739 raft_consensus.cc:515] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "4b1dfbc70458448ca63d2ed754f2f27d" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 46429 } }
I20260812 08:04:01.122002  6739 leader_election.cc:304] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [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: 4b1dfbc70458448ca63d2ed754f2f27d; no voters: 
I20260812 08:04:01.122154  6739 leader_election.cc:290] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260812 08:04:01.122246  6742 raft_consensus.cc:2804] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 FOLLOWER]: Leader election won for term 1
I20260812 08:04:01.122418  6742 raft_consensus.cc:697] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 LEADER]: Becoming Leader. State: Replica: 4b1dfbc70458448ca63d2ed754f2f27d, State: Running, Role: LEADER
I20260812 08:04:01.122416  6739 ts_tablet_manager.cc:1434] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
I20260812 08:04:01.122576  6742 consensus_queue.cc:237] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [LEADER]: Queue going to LEADER mode. State: All 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 peers { permanent_uuid: "4b1dfbc70458448ca63d2ed754f2f27d" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 46429 } }
I20260812 08:04:01.126215  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet tablet-2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260812 08:04:01.127506  6739 tablet_bootstrap.cc:492] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d: Bootstrap starting.
I20260812 08:04:01.128161  6739 tablet_bootstrap.cc:654] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d: Neither blocks nor log segments found. Creating new log.
I20260812 08:04:01.128911  6739 tablet_bootstrap.cc:492] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d: No bootstrap required, opened a new log
I20260812 08:04:01.128983  6739 ts_tablet_manager.cc:1403] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
I20260812 08:04:01.129280  6739 raft_consensus.cc:359] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "4b1dfbc70458448ca63d2ed754f2f27d" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 46429 } }
I20260812 08:04:01.129352  6739 raft_consensus.cc:385] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260812 08:04:01.129381  6739 raft_consensus.cc:740] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b1dfbc70458448ca63d2ed754f2f27d, State: Initialized, Role: FOLLOWER
I20260812 08:04:01.129542  6739 consensus_queue.cc:260] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 peers { permanent_uuid: "4b1dfbc70458448ca63d2ed754f2f27d" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 46429 } }
I20260812 08:04:01.129628  6739 raft_consensus.cc:399] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:01.129667  6739 raft_consensus.cc:493] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:01.129714  6739 raft_consensus.cc:3060] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 0 FOLLOWER]: Advancing to term 1
I20260812 08:04:01.130316  6739 raft_consensus.cc:515] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "4b1dfbc70458448ca63d2ed754f2f27d" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 46429 } }
I20260812 08:04:01.130429  6739 leader_election.cc:304] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [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: 4b1dfbc70458448ca63d2ed754f2f27d; no voters: 
I20260812 08:04:01.130527  6739 leader_election.cc:290] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260812 08:04:01.130601  6742 raft_consensus.cc:2804] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 FOLLOWER]: Leader election won for term 1
I20260812 08:04:01.130692  6742 raft_consensus.cc:697] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 LEADER]: Becoming Leader. State: Replica: 4b1dfbc70458448ca63d2ed754f2f27d, State: Running, Role: LEADER
I20260812 08:04:01.130721  6739 ts_tablet_manager.cc:1434] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
I20260812 08:04:01.130801  6742 consensus_queue.cc:237] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [LEADER]: Queue going to LEADER mode. State: All 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 peers { permanent_uuid: "4b1dfbc70458448ca63d2ed754f2f27d" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 46429 } }
I20260812 08:04:01.140565  6181 tablet_server.cc:179] TabletServer@127.0.0.1:0 shutting down...
I20260812 08:04:01.143563  6181 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260812 08:04:01.143751  6181 tablet_replica.cc:333] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d: stopping tablet replica
I20260812 08:04:01.143857  6181 raft_consensus.cc:2243] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 LEADER]: Raft consensus shutting down.
I20260812 08:04:01.143951  6181 raft_consensus.cc:2272] T tablet-2 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:01.144412  6181 tablet_replica.cc:333] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d: stopping tablet replica
I20260812 08:04:01.144479  6181 raft_consensus.cc:2243] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 LEADER]: Raft consensus shutting down.
I20260812 08:04:01.144557  6181 raft_consensus.cc:2272] T tablet-1 P 4b1dfbc70458448ca63d2ed754f2f27d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:01.146766  6181 tablet_server.cc:196] TabletServer@127.0.0.1:0 shutdown complete.
[       OK ] TsTabletManagerTest.TestTabletStatsReports (52 ms)
[ RUN      ] TsTabletManagerTest.StartupBenchmark
I20260812 08:04:01.149999  6181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
W20260812 08:04:01.151640  6753 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:01.151650  6751 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:01.151754  6757 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:01.154313  6181 server_base.cc:1061] running on GCE node
I20260812 08:04:01.154567  6181 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:01.154618  6181 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:01.154649  6181 hybrid_clock.cc:648] HybridClock initialized: now 1786521841154647 us; error 0 us; skew 500 ppm
I20260812 08:04:01.155526  6181 webserver.cc:533] Webserver started at http://127.0.0.1:38837/ using document root <none> and password file <none>
I20260812 08:04:01.155669  6181 fs_manager.cc:362] Metadata directory not provided
I20260812 08:04:01.155718  6181 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:04:01.155782  6181 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260812 08:04:01.156157  6181 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot/instance:
uuid: "9e7074779c7a474c9cdf841fc621ffb0"
format_stamp: "Formatted at 2026-08-12 08:04:01 on dist-test-slave-42z9"
I20260812 08:04:01.157590  6181 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.001s
I20260812 08:04:01.158394  6767 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.158591  6181 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:04:01.158648  6181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot
uuid: "9e7074779c7a474c9cdf841fc621ffb0"
format_stamp: "Formatted at 2026-08-12 08:04:01 on dist-test-slave-42z9"
I20260812 08:04:01.158711  6181 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot
metadata directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot
1 data directories: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:04:01.181102  6181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260812 08:04:01.181473  6181 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260812 08:04:01.181753  6181 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260812 08:04:01.182180  6181 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260812 08:04:01.182219  6181 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.182262  6181 ts_tablet_manager.cc:616] Registered 0 tablets
I20260812 08:04:01.182289  6181 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.186120  6181 rpc_server.cc:307] RPC server started. Bound to: 127.0.0.1:40747
I20260812 08:04:01.186292  6873 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.0.1:40747 every 8 connection(s)
E20260812 08:04:01.186697  6181 ts_tablet_manager-test.cc:470] Created tablet (0/100 complete)
I20260812 08:04:01.707005  6181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
W20260812 08:04:01.708559  7044 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:01.708596  7046 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:01.708745  7042 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:01.708837  6181 server_base.cc:1061] running on GCE node
I20260812 08:04:01.708998  6181 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:01.709036  6181 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:01.709050  6181 hybrid_clock.cc:648] HybridClock initialized: now 1786521841709050 us; error 0 us; skew 500 ppm
I20260812 08:04:01.709800  6181 webserver.cc:533] Webserver started at http://127.0.0.1:38837/ using document root <none> and password file <none>
I20260812 08:04:01.709929  6181 fs_manager.cc:362] Metadata directory not provided
I20260812 08:04:01.709971  6181 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260812 08:04:01.710837  6181 fs_manager.cc:714] Time spent opening directory manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:04:01.716048  7053 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:01.716279  6181 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.002s
I20260812 08:04:01.716338  6181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot
uuid: "9e7074779c7a474c9cdf841fc621ffb0"
format_stamp: "Formatted at 2026-08-12 08:04:01 on dist-test-slave-42z9"
I20260812 08:04:01.716399  6181 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot
metadata directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot
1 data directories: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.TsTabletManagerTest.StartupBenchmark.1786521840882373-6181-0/TsTabletManagerTest-fsroot/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:04:01.723914  6181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260812 08:04:01.724154  6181 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260812 08:04:01.724351  6181 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260812 08:04:01.989989  6181 ts_tablet_manager.cc:585] Loaded tablet metadata (100 total tablets, 100 live tablets)
I20260812 08:04:01.990082  6181 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.265s	user 0.006s	sys 0.000s
I20260812 08:04:01.994952  6181 rpc_server.cc:307] RPC server started. Bound to: 127.0.0.1:40747
[       OK ] TsTabletManagerTest.StartupBenchmark (882 ms)
[----------] 4 tests from TsTabletManagerTest (1143 ms total)

[----------] 2 tests from Params/TestCreateAndDeleteMetrics
[ RUN      ] Params/TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics/0
I20260812 08:04:02.032841  6181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
W20260812 08:04:02.034530  7161 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:02.034510  7159 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:02.034615  6181 server_base.cc:1061] running on GCE node
W20260812 08:04:02.034756  7163 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:02.034931  6181 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:02.034973  6181 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:02.034992  6181 hybrid_clock.cc:648] HybridClock initialized: now 1786521842034992 us; error 0 us; skew 500 ppm
I20260812 08:04:02.035658  6181 webserver.cc:533] Webserver started at http://127.0.0.1:41285/ using document root <none> and password file <none>
I20260812 08:04:02.035797  6181 fs_manager.cc:362] Metadata directory not provided
I20260812 08:04:02.035843  6181 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:04:02.035912  6181 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260812 08:04:02.036252  6181 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_0.1786521840882373-6181-0/TsTabletManagerTest-fsroot/instance:
uuid: "443788b06cf341549591e416a3e273ee"
format_stamp: "Formatted at 2026-08-12 08:04:02 on dist-test-slave-42z9"
I20260812 08:04:02.037696  6181 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:04:02.038501  7169 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:02.038694  6181 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:04:02.038756  6181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_0.1786521840882373-6181-0/TsTabletManagerTest-fsroot
uuid: "443788b06cf341549591e416a3e273ee"
format_stamp: "Formatted at 2026-08-12 08:04:02 on dist-test-slave-42z9"
I20260812 08:04:02.038822  6181 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_0.1786521840882373-6181-0/TsTabletManagerTest-fsroot
metadata directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_0.1786521840882373-6181-0/TsTabletManagerTest-fsroot
1 data directories: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_0.1786521840882373-6181-0/TsTabletManagerTest-fsroot/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:04:02.049618  6181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260812 08:04:02.049911  6181 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260812 08:04:02.050151  6181 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260812 08:04:02.050524  6181 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260812 08:04:02.050559  6181 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:02.050606  6181 ts_tablet_manager.cc:616] Registered 0 tablets
I20260812 08:04:02.050632  6181 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:02.054265  6181 rpc_server.cc:307] RPC server started. Bound to: 127.0.0.1:35917
I20260812 08:04:02.054548  7267 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.0.1:35917 every 8 connection(s)
I20260812 08:04:02.055105  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffffffffffffffffffffffffffffffff. 1 dirs total, 0 dirs full, 0 dirs failed
W20260812 08:04:02.055560  7268 heartbeater.cc:412] Failed 3 heartbeats in a row: no longer allowing fast heartbeat attempts.
I20260812 08:04:02.056810  7271 tablet_bootstrap.cc:492] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: Bootstrap starting.
I20260812 08:04:02.057595  7271 tablet_bootstrap.cc:654] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: Neither blocks nor log segments found. Creating new log.
I20260812 08:04:02.058454  7271 tablet_bootstrap.cc:492] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: No bootstrap required, opened a new log
I20260812 08:04:02.058529  7271 ts_tablet_manager.cc:1403] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: Time spent bootstrapping tablet: real 0.002s	user 0.000s	sys 0.001s
I20260812 08:04:02.058857  7271 raft_consensus.cc:359] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "443788b06cf341549591e416a3e273ee" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 35917 } }
I20260812 08:04:02.058943  7271 raft_consensus.cc:385] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260812 08:04:02.058976  7271 raft_consensus.cc:740] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 443788b06cf341549591e416a3e273ee, State: Initialized, Role: FOLLOWER
I20260812 08:04:02.059103  7271 consensus_queue.cc:260] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 peers { permanent_uuid: "443788b06cf341549591e416a3e273ee" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 35917 } }
I20260812 08:04:02.059182  7271 raft_consensus.cc:399] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:02.059221  7271 raft_consensus.cc:493] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:02.059270  7271 raft_consensus.cc:3060] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 0 FOLLOWER]: Advancing to term 1
I20260812 08:04:02.059985  7271 raft_consensus.cc:515] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "443788b06cf341549591e416a3e273ee" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 35917 } }
I20260812 08:04:02.060102  7271 leader_election.cc:304] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [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: 443788b06cf341549591e416a3e273ee; no voters: 
I20260812 08:04:02.060278  7271 leader_election.cc:290] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260812 08:04:02.060366  7275 raft_consensus.cc:2804] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 1 FOLLOWER]: Leader election won for term 1
I20260812 08:04:02.060580  7275 raft_consensus.cc:697] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 1 LEADER]: Becoming Leader. State: Replica: 443788b06cf341549591e416a3e273ee, State: Running, Role: LEADER
I20260812 08:04:02.060586  7271 ts_tablet_manager.cc:1434] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
I20260812 08:04:02.060714  7275 consensus_queue.cc:237] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [LEADER]: Queue going to LEADER mode. State: All 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 peers { permanent_uuid: "443788b06cf341549591e416a3e273ee" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 35917 } }
I20260812 08:04:02.064009  6181 tablet_replica.cc:333] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: stopping tablet replica
I20260812 08:04:02.064100  6181 raft_consensus.cc:2243] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 1 LEADER]: Raft consensus shutting down.
I20260812 08:04:02.064191  6181 raft_consensus.cc:2272] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:02.064713  6181 ts_tablet_manager.cc:1916] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260812 08:04:02.066232  6181 ts_tablet_manager.cc:1929] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260812 08:04:02.066308  6181 log.cc:1199] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: Deleting WAL directory at /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_0.1786521840882373-6181-0/TsTabletManagerTest-fsroot/wals/ffffffffffffffffffffffffffffffff
I20260812 08:04:02.066504  6181 ts_tablet_manager.cc:1950] T ffffffffffffffffffffffffffffffff P 443788b06cf341549591e416a3e273ee: Deleting consensus metadata
I20260812 08:04:02.067034  6181 tablet_server.cc:179] TabletServer@127.0.0.1:0 shutting down...
I20260812 08:04:02.070017  6181 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260812 08:04:02.081738  6181 tablet_server.cc:196] TabletServer@127.0.0.1:0 shutdown complete.
[       OK ] Params/TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics/0 (52 ms)
[ RUN      ] Params/TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics/1
I20260812 08:04:02.084795  6181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
W20260812 08:04:02.086378  7287 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:02.086441  6181 server_base.cc:1061] running on GCE node
W20260812 08:04:02.086513  7288 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:02.086577  7291 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:02.086732  6181 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:02.086773  6181 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:02.086792  6181 hybrid_clock.cc:648] HybridClock initialized: now 1786521842086791 us; error 0 us; skew 500 ppm
I20260812 08:04:02.087461  6181 webserver.cc:533] Webserver started at http://127.0.0.1:40099/ using document root <none> and password file <none>
I20260812 08:04:02.087601  6181 fs_manager.cc:362] Metadata directory not provided
I20260812 08:04:02.087646  6181 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 08:04:02.087711  6181 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260812 08:04:02.088006  6181 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_1.1786521840882373-6181-0/TsTabletManagerTest-fsroot/instance:
uuid: "548cb8a6df564ef3a09b49e4048a0906"
format_stamp: "Formatted at 2026-08-12 08:04:02 on dist-test-slave-42z9"
I20260812 08:04:02.089383  6181 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
I20260812 08:04:02.090241  7298 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:02.090425  6181 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 08:04:02.090487  6181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_1.1786521840882373-6181-0/TsTabletManagerTest-fsroot
uuid: "548cb8a6df564ef3a09b49e4048a0906"
format_stamp: "Formatted at 2026-08-12 08:04:02 on dist-test-slave-42z9"
I20260812 08:04:02.090555  6181 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_1.1786521840882373-6181-0/TsTabletManagerTest-fsroot
metadata directory: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_1.1786521840882373-6181-0/TsTabletManagerTest-fsroot
1 data directories: /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_1.1786521840882373-6181-0/TsTabletManagerTest-fsroot/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260812 08:04:02.099469  6181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260812 08:04:02.099738  6181 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260812 08:04:02.099978  6181 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260812 08:04:02.100353  6181 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260812 08:04:02.100389  6181 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:02.100428  6181 ts_tablet_manager.cc:616] Registered 0 tablets
I20260812 08:04:02.100456  6181 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:02.104169  6181 rpc_server.cc:307] RPC server started. Bound to: 127.0.0.1:33293
I20260812 08:04:02.104408  7386 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.0.1:33293 every 8 connection(s)
I20260812 08:04:02.105000  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffffffffffffffffffffffffffffffff. 1 dirs total, 0 dirs full, 0 dirs failed
W20260812 08:04:02.105396  7387 heartbeater.cc:412] Failed 3 heartbeats in a row: no longer allowing fast heartbeat attempts.
I20260812 08:04:02.106734  7395 tablet_bootstrap.cc:492] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: Bootstrap starting.
I20260812 08:04:02.107409  7395 tablet_bootstrap.cc:654] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: Neither blocks nor log segments found. Creating new log.
I20260812 08:04:02.108217  7395 tablet_bootstrap.cc:492] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: No bootstrap required, opened a new log
I20260812 08:04:02.108294  7395 ts_tablet_manager.cc:1403] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
I20260812 08:04:02.108606  7395 raft_consensus.cc:359] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 peers { permanent_uuid: "548cb8a6df564ef3a09b49e4048a0906" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 33293 } }
I20260812 08:04:02.108687  7395 raft_consensus.cc:385] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260812 08:04:02.108716  7395 raft_consensus.cc:740] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 548cb8a6df564ef3a09b49e4048a0906, State: Initialized, Role: FOLLOWER
I20260812 08:04:02.108834  7395 consensus_queue.cc:260] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 peers { permanent_uuid: "548cb8a6df564ef3a09b49e4048a0906" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 33293 } }
I20260812 08:04:02.108912  7395 raft_consensus.cc:399] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260812 08:04:02.108951  7395 raft_consensus.cc:493] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260812 08:04:02.109005  7395 raft_consensus.cc:3060] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 0 FOLLOWER]: Advancing to term 1
I20260812 08:04:02.109724  7395 raft_consensus.cc:515] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 peers { permanent_uuid: "548cb8a6df564ef3a09b49e4048a0906" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 33293 } }
I20260812 08:04:02.109845  7395 leader_election.cc:304] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [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: 548cb8a6df564ef3a09b49e4048a0906; no voters: 
I20260812 08:04:02.110008  7395 leader_election.cc:290] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260812 08:04:02.110107  7399 raft_consensus.cc:2804] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 1 FOLLOWER]: Leader election won for term 1
I20260812 08:04:02.110277  7395 ts_tablet_manager.cc:1434] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: Time spent starting tablet: real 0.002s	user 0.000s	sys 0.002s
I20260812 08:04:02.110291  7399 raft_consensus.cc:697] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 1 LEADER]: Becoming Leader. State: Replica: 548cb8a6df564ef3a09b49e4048a0906, State: Running, Role: LEADER
I20260812 08:04:02.110443  7399 consensus_queue.cc:237] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [LEADER]: Queue going to LEADER mode. State: All 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 peers { permanent_uuid: "548cb8a6df564ef3a09b49e4048a0906" member_type: VOTER last_known_addr { host: "127.0.0.1" port: 33293 } }
I20260812 08:04:02.113945  6181 tablet_replica.cc:333] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: stopping tablet replica
I20260812 08:04:02.114028  6181 raft_consensus.cc:2243] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 1 LEADER]: Raft consensus shutting down.
I20260812 08:04:02.114101  6181 raft_consensus.cc:2272] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260812 08:04:02.114499  6181 ts_tablet_manager.cc:1916] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260812 08:04:02.115805  6181 ts_tablet_manager.cc:1929] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.1
I20260812 08:04:02.115863  6181 log.cc:1199] T ffffffffffffffffffffffffffffffff P 548cb8a6df564ef3a09b49e4048a0906: Deleting WAL directory at /tmp/dist-test-taskkWkXRo/test-tmp/ts_tablet_manager-test.0.Params_TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics_1.1786521840882373-6181-0/TsTabletManagerTest-fsroot/wals/ffffffffffffffffffffffffffffffff
I20260812 08:04:02.116097  6181 tablet_server.cc:179] TabletServer@127.0.0.1:0 shutting down...
I20260812 08:04:02.118928  6181 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260812 08:04:02.130704  6181 tablet_server.cc:196] TabletServer@127.0.0.1:0 shutdown complete.
[       OK ] Params/TestCreateAndDeleteMetrics.TestCreateAndDifferentModeDeleteMetrics/1 (49 ms)
[----------] 2 tests from Params/TestCreateAndDeleteMetrics (101 ms total)

[----------] Global test environment tear-down
[==========] 6 tests from 2 test suites ran. (1245 ms total)
[  PASSED  ] 6 tests.
I20260812 08:04:02.133620  6181 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 54 messages since previous log ~0 seconds ago
I20260812 08:04:02.133667  6181 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/tserver/ts_tablet_manager-test.cc:470: suppressed but not reported on 99 messages since previous log ~0 seconds ago
I20260812 08:04:02.133700  6181 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 1 messages since previous log ~1 seconds ago
I20260812 08:04:02.133731  6181 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/tserver/ts_tablet_manager.cc:542: suppressed but not reported on 101 messages since previous log ~1 seconds ago
I20260812 08:04:02.133760  6181 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 250 messages since previous log ~1 seconds ago
