Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ public enum HDDSLayoutFeature implements LayoutFeature {
HBASE_SUPPORT(8, "Datanode RocksDB Schema Version 3 has an extra table " +
"for the last chunk of blocks to support HBase.)"),
WITNESSED_CONTAINER_DB_PROTO_VALUE(9, "ContainerID table schema to use value type as proto"),
STORAGE_SPACE_DISTRIBUTION(10, "Enhanced block deletion function for storage space distribution feature.");
STORAGE_SPACE_DISTRIBUTION(10, "Enhanced block deletion function for storage space distribution feature."),
RATIS_PUTBLOCK_PRE_QUORUM_WRITE(11, "PutBlock metadata is persisted before the Ratis quorum via the "
+ "state machine write() path, so every node that ACKs a log entry has already committed the block "
+ "metadata (all-commit write semantics for replication writes).");

////////////////////////////// //////////////////////////////

Expand Down
Loading