[==========] Running 9 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 9 tests from TestTabletMetadata
[ RUN      ] TestTabletMetadata.TestLoadFromSuperBlock
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 06:37:37.608311 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:37.608481 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:37.610283 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestLoadFromSuperBlock.1786516657600681-22759-0/fs_root/instance:
uuid: "d8f58c920d18456fab336f73960659e1"
format_stamp: "Formatted at 2026-08-12 06:37:37 on dist-test-slave-vxj2"
I20260812 06:37:37.614483 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260812 06:37:37.616897 22767 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:37.617633 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestLoadFromSuperBlock.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:37.618072 22759 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260812 06:37:37.618122 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestLoadFromSuperBlock.1786516657600681-22759-0/fs_root
uuid: "d8f58c920d18456fab336f73960659e1"
format_stamp: "Formatted at 2026-08-12 06:37:37 on dist-test-slave-vxj2"
I20260812 06:37:37.618723 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 06:37:37.644472 22759 tablet.cc:1724] T test_tablet_id P d8f58c920d18456fab336f73960659e1: Alter schema from (
    10:key INT32 NOT NULL,
    11:int_val INT32 NOT NULL,
    12:string_val STRING NULLABLE,
    PRIMARY KEY (key)
) version 0 to (
    10:key INT32 NOT NULL,
    11:int_val INT32 NOT NULL,
    12:string_val STRING NULLABLE,
    PRIMARY KEY (key)
) version 1
W20260812 06:37:37.648320 22759 tablet_metadata.cc:474] failed to load DataDirGroup from superblock: Already present: tried to load directory group for tablet test_tablet_id but one is already registered
I20260812 06:37:37.648618 22759 tablet_metadata-test.cc:200] Superblocks match:
table_id: "KuduTableTestId"
tablet_id: "test_tablet_id"
last_durable_mrs_id: 1
rowsets {
  id: 0
  last_durable_dms_id: -1
  columns {
    block {
      id: 18373769087643578695
    }
    column_id: 10
  }
  columns {
    block {
      id: 18373769087643578696
    }
    column_id: 11
  }
  columns {
    block {
      id: 18373769087643578697
    }
    column_id: 12
  }
  undo_deltas {
    block {
      id: 18373769087643578699
    }
  }
  bloom_block {
    id: 18373769087643578698
  }
  live_row_count: 1
}
rowsets {
  id: 1
  last_durable_dms_id: -1
  columns {
    block {
      id: 18373769087643578701
    }
    column_id: 10
  }
  columns {
    block {
      id: 18373769087643578702
    }
    column_id: 11
  }
  columns {
    block {
      id: 18373769087643578703
    }
    column_id: 12
  }
  undo_deltas {
    block {
      id: 18373769087643578705
    }
  }
  bloom_block {
    id: 18373769087643578704
  }
  live_row_count: 1
}
table_name: "KuduTableTest"
schema {
  columns {
    id: 10
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    id: 11
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    id: 12
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
schema_version: 1
tablet_data_state: TABLET_DATA_READY
partition {
  partition_key_start: ""
  partition_key_end: ""
}
partition_schema {
  range_schema {
    columns {
      id: 10
    }
  }
}
data_dir_group {
  uuids: "ca120305f07d4f65aca6088158da4bdf"
}
supports_live_row_count: true
extra_config {
  history_max_age_sec: 7200
}
[       OK ] TestTabletMetadata.TestLoadFromSuperBlock (46 ms)
[ RUN      ] TestTabletMetadata.TestOnDiskSize
I20260812 06:37:37.652164 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:37.652223 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:37.652611 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOnDiskSize.1786516657600681-22759-0/fs_root/instance:
uuid: "23c8de3203be4f2d928ef3e694e5c351"
format_stamp: "Formatted at 2026-08-12 06:37:37 on dist-test-slave-vxj2"
I20260812 06:37:37.654333 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.004s
I20260812 06:37:37.655437 22770 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:37.655681 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOnDiskSize.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:37.655836 22759 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 06:37:37.655885 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOnDiskSize.1786516657600681-22759-0/fs_root
uuid: "23c8de3203be4f2d928ef3e694e5c351"
format_stamp: "Formatted at 2026-08-12 06:37:37 on dist-test-slave-vxj2"
I20260812 06:37:37.656144 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
[       OK ] TestTabletMetadata.TestOnDiskSize (18 ms)
[ RUN      ] TestTabletMetadata.BenchmarkCollectBlockIds
I20260812 06:37:37.670735 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:37.670801 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:37.671173 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.BenchmarkCollectBlockIds.1786516657600681-22759-0/fs_root/instance:
uuid: "eeddfb444eb140b888316d5266e2247a"
format_stamp: "Formatted at 2026-08-12 06:37:37 on dist-test-slave-vxj2"
I20260812 06:37:37.673065 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.000s	sys 0.003s
I20260812 06:37:37.674116 22772 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:37.674399 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.BenchmarkCollectBlockIds.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:37.674540 22759 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 06:37:37.674602 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.BenchmarkCollectBlockIds.1786516657600681-22759-0/fs_root
uuid: "eeddfb444eb140b888316d5266e2247a"
format_stamp: "Formatted at 2026-08-12 06:37:37 on dist-test-slave-vxj2"
I20260812 06:37:37.674852 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 06:37:39.505838 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.099s	user 0.100s	sys 0.000s
I20260812 06:37:39.506000 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:39.611460 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.105s	user 0.104s	sys 0.000s
I20260812 06:37:39.611621 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:39.727010 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.115s	user 0.116s	sys 0.000s
I20260812 06:37:39.727146 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:39.824971 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.098s	user 0.096s	sys 0.000s
I20260812 06:37:39.825119 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:39.925794 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.101s	user 0.104s	sys 0.000s
I20260812 06:37:39.925992 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:40.025449 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.099s	user 0.100s	sys 0.000s
I20260812 06:37:40.025600 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:40.126547 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.101s	user 0.100s	sys 0.000s
I20260812 06:37:40.126708 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:40.224421 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.098s	user 0.096s	sys 0.000s
I20260812 06:37:40.224574 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:40.322459 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.098s	user 0.100s	sys 0.000s
I20260812 06:37:40.322616 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
I20260812 06:37:40.420735 22759 tablet_metadata-test.cc:259] Time spent collecting BlockIds: real 0.098s	user 0.096s	sys 0.000s
I20260812 06:37:40.420878 22759 tablet_metadata-test.cc:262] block_ids size: 1000000
[       OK ] TestTabletMetadata.BenchmarkCollectBlockIds (2755 ms)
[ RUN      ] TestTabletMetadata.GetMaxLiveBlockId
I20260812 06:37:40.426687 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:40.426791 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:40.427205 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.GetMaxLiveBlockId.1786516657600681-22759-0/fs_root/instance:
uuid: "00639ef5f68e4d33b87df853f3129354"
format_stamp: "Formatted at 2026-08-12 06:37:40 on dist-test-slave-vxj2"
I20260812 06:37:40.428977 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.002s	user 0.003s	sys 0.000s
I20260812 06:37:40.430236 22774 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:40.430517 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.GetMaxLiveBlockId.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:40.430670 22759 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 06:37:40.430722 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.GetMaxLiveBlockId.1786516657600681-22759-0/fs_root
uuid: "00639ef5f68e4d33b87df853f3129354"
format_stamp: "Formatted at 2026-08-12 06:37:40 on dist-test-slave-vxj2"
I20260812 06:37:40.431013 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
[       OK ] TestTabletMetadata.GetMaxLiveBlockId (1786 ms)
[ RUN      ] TestTabletMetadata.TestTxnMetadata
I20260812 06:37:42.212975 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:42.213086 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:42.213508 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestTxnMetadata.1786516657600681-22759-0/fs_root/instance:
uuid: "f65cc10ba4d74782889420d808f22182"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.215142 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
I20260812 06:37:42.216203 22776 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:42.216449 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestTxnMetadata.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:42.216590 22759 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 06:37:42.216638 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestTxnMetadata.1786516657600681-22759-0/fs_root
uuid: "f65cc10ba4d74782889420d808f22182"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.216946 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
W20260812 06:37:42.220111 22759 tablet_metadata.cc:474] failed to load DataDirGroup from superblock: Already present: tried to load directory group for tablet test_tablet_id but one is already registered
[       OK ] TestTabletMetadata.TestTxnMetadata (9 ms)
[ RUN      ] TestTabletMetadata.TestOrphanBlockCleanupSuccess
I20260812 06:37:42.222203 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:42.222282 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:42.222599 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockCleanupSuccess.1786516657600681-22759-0/fs_root/instance:
uuid: "bb1020ca8b1b4f25add2b9d82de1fc6b"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.223986 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
I20260812 06:37:42.224872 22778 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:42.225072 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockCleanupSuccess.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:42.225250 22759 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
I20260812 06:37:42.225311 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockCleanupSuccess.1786516657600681-22759-0/fs_root
uuid: "bb1020ca8b1b4f25add2b9d82de1fc6b"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.225524 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 06:37:42.227339 22759 tablet.cc:1622] T test_tablet_id P bb1020ca8b1b4f25add2b9d82de1fc6b: MemRowSet was empty: no flush needed.
[       OK ] TestTabletMetadata.TestOrphanBlockCleanupSuccess (8 ms)
[ RUN      ] TestTabletMetadata.TestOrphanBlockDeletionDisabled
I20260812 06:37:42.231042 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:42.231124 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:42.231448 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionDisabled.1786516657600681-22759-0/fs_root/instance:
uuid: "1d89fecd9aed4452baaec272001863b3"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.232831 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
I20260812 06:37:42.234010 22780 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:42.234355 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionDisabled.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:42.234498 22759 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
I20260812 06:37:42.234560 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionDisabled.1786516657600681-22759-0/fs_root
uuid: "1d89fecd9aed4452baaec272001863b3"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.234793 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 06:37:42.236699 22759 tablet.cc:1622] T test_tablet_id P 1d89fecd9aed4452baaec272001863b3: MemRowSet was empty: no flush needed.
W20260812 06:37:42.237613 22759 tablet_metadata.cc:575] T test_tablet_id P 1d89fecd9aed4452baaec272001863b3: Not deleting 1 orphaned block(s) from disk. Block deletion disabled via --enable_tablet_orphaned_block_deletion=false
[       OK ] TestTabletMetadata.TestOrphanBlockDeletionDisabled (8 ms)
[ RUN      ] TestTabletMetadata.TestOrphanBlockDeletionFailed
I20260812 06:37:42.239989 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:42.240067 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:42.240382 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786516657600681-22759-0/fs_root/instance:
uuid: "ebfc6976f4a74d7ca088d649037ac13b"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.242031 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
I20260812 06:37:42.242926 22782 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:42.243162 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:42.243294 22759 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 06:37:42.243357 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786516657600681-22759-0/fs_root
uuid: "ebfc6976f4a74d7ca088d649037ac13b"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.243585 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 06:37:42.245584 22759 tablet.cc:1622] T test_tablet_id P ebfc6976f4a74d7ca088d649037ac13b: MemRowSet was empty: no flush needed.
W20260812 06:37:42.245790 22759 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260812 06:37:42.245868 22759 fault_injection.cc:44] THIS SERVER MAY CRASH!
E20260812 06:37:42.246714 22759 env_posix.cc:431] I/O error, context: INJECTED FAILURE
W20260812 06:37:42.246913 22759 dir_manager.cc:933] Failed to handle disk failure: IO error: All dirs have failed: 
E20260812 06:37:42.247017 22759 log_block_manager.cc:3653] Block 9531288662288231534 in container /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786516657600681-22759-0/fs_root/data/8cfd21ba5f884e4d86b4fee21d2f5c9c is now orphaned (failed to commit deletion record): IO error: Failed to append data to file: INJECTED FAILURE: Input/output error (error 5), with unreclaimed disk space left behind. Run 'kudu fs check --repair' to reclaim it.
E20260812 06:37:42.247112 22759 log_block_manager.cc:3658] 1 block(s) in container /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockDeletionFailed.1786516657600681-22759-0/fs_root/data/8cfd21ba5f884e4d86b4fee21d2f5c9c are now orphaned (failed to commit deletion records): IO error: Failed to append data to file: INJECTED FAILURE: Input/output error (error 5), with unreclaimed disk space left behind. Run 'kudu fs check --repair' to reclaim it.
E20260812 06:37:42.247174 22759 log_block_manager.cc:3675] 1 block(s) across 1 container(s) are now orphaned with unreclaimed disk space. Run 'kudu fs check --repair' to reclaim it.
W20260812 06:37:42.247233 22759 tablet_metadata.cc:595] T test_tablet_id P ebfc6976f4a74d7ca088d649037ac13b: IO error: only 0/1 blocks deleted, first failure: Unable to append deletion record(s) to block metadata: Failed to append data to file: INJECTED FAILURE: Input/output error (error 5): failed cleaning up 1 of 1 removed block(s); running 'kudu fs check --repair' can help to reclaim the disk space.
[       OK ] TestTabletMetadata.TestOrphanBlockDeletionFailed (9 ms)
[ RUN      ] TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure
I20260812 06:37:42.249698 22759 fs_manager.cc:362] Metadata directory not provided
I20260812 06:37:42.249778 22759 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260812 06:37:42.250098 22759 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure.1786516657600681-22759-0/fs_root/instance:
uuid: "135b5f4bfa8e40069bc1698e7348ffcd"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.251546 22759 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
I20260812 06:37:42.252527 22784 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:42.252805 22759 fs_report.cc:389] FS layout report
--------------------
wal directory: 
metadata directory: 
1 data directories: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure.1786516657600681-22759-0/fs_root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
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 06:37:42.252992 22759 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
I20260812 06:37:42.253052 22759 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskHjSBvj/test-tmp/tablet_metadata-test.0.TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure.1786516657600681-22759-0/fs_root
uuid: "135b5f4bfa8e40069bc1698e7348ffcd"
format_stamp: "Formatted at 2026-08-12 06:37:42 on dist-test-slave-vxj2"
I20260812 06:37:42.253320 22759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet test_tablet_id. 1 dirs total
I20260812 06:37:42.255383 22759 tablet.cc:1622] T test_tablet_id P 135b5f4bfa8e40069bc1698e7348ffcd: MemRowSet was empty: no flush needed.
E20260812 06:37:42.256348 22759 env_posix.cc:431] I/O error, context: INJECTED FAILURE
W20260812 06:37:42.256474 22759 dir_manager.cc:933] Failed to handle disk failure: IO error: All dirs have failed: 
E20260812 06:37:42.256546 22759 log_block_manager.cc:3675] 1 block(s) across 1 container(s) are now orphaned with unreclaimed disk space. Run 'kudu fs check --repair' to reclaim it.
W20260812 06:37:42.256603 22759 tablet_metadata.cc:595] T test_tablet_id P 135b5f4bfa8e40069bc1698e7348ffcd: IO error: only 0/1 blocks deleted, first failure: Unable to append deletion record(s) to block metadata: Failed to append data to file: INJECTED FAILURE: Input/output error (error 5): failed cleaning up 1 of 1 removed block(s); running 'kudu fs check --repair' can help to reclaim the disk space.
I20260812 06:37:42.257422 22759 tablet.cc:1622] T test_tablet_id P 135b5f4bfa8e40069bc1698e7348ffcd: MemRowSet was empty: no flush needed.
[       OK ] TestTabletMetadata.TestOrphanBlockNotRetainedAfterFailure (10 ms)
[----------] 9 tests from TestTabletMetadata (4654 ms total)

[----------] Global test environment tear-down
[==========] 9 tests from 1 test suite ran. (4654 ms total)
[  PASSED  ] 9 tests.
I20260812 06:37:42.260345 22759 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/fs/log_block_manager.cc:3658: suppressed but not reported on 1 messages since previous log ~0 seconds ago
I20260812 06:37:42.260409 22759 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/fs/log_block_manager.cc:3653: suppressed but not reported on 1 messages since previous log ~0 seconds ago
