Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.4
-
None
-
Block Compaction for Azure Block Blobs. When the number of blocks in a block blob is above 32000, the process of compaction replaces a sequence of small blocks with with one big block.
Description
Block Compaction for WASB allows uploading new blocks for every hflush/hsync call. When the number of blocks is above 32000, next hflush/hsync triggers the block compaction process. Block compaction replaces a sequence of blocks with one block. From all the sequences with total length less than 4M, compaction chooses the longest one. It is a greedy algorithm that preserve all potential candidates for the next round. Block Compaction for WASB increases data durability and allows using block blobs instead of page blobs. By default, block compaction is disabled. Similar to the configuration for page blobs, the client needs to specify HDFS folders where block compaction over block blobs is enabled.
Results for HADOOP_14520_07.patch
tested endpoint: fs.azure.account.key.hdfs4.blob.core.windows.net
Tests run: 777, Failures: 0, Errors: 0, Skipped: 155
Attachments
Attachments
Issue Links
- is depended upon by
-
HADOOP-14552 Über-jira: WASB client phase II: performance and testing
- Resolved
- relates to
-
HADOOP-14610 Block compaction for WASB (Block Blobs Instead of Page Blobs)
- Open