|
@@ -127,7 +127,8 @@ public class TestLayoutVersion {
|
|
NameNodeLayoutVersion.Feature.TRUNCATE,
|
|
NameNodeLayoutVersion.Feature.TRUNCATE,
|
|
NameNodeLayoutVersion.Feature.APPEND_NEW_BLOCK,
|
|
NameNodeLayoutVersion.Feature.APPEND_NEW_BLOCK,
|
|
NameNodeLayoutVersion.Feature.QUOTA_BY_STORAGE_TYPE,
|
|
NameNodeLayoutVersion.Feature.QUOTA_BY_STORAGE_TYPE,
|
|
- NameNodeLayoutVersion.Feature.ERASURE_CODING);
|
|
|
|
|
|
+ NameNodeLayoutVersion.Feature.ERASURE_CODING,
|
|
|
|
+ NameNodeLayoutVersion.Feature.EXPANDED_STRING_TABLE);
|
|
for (LayoutFeature f : compatibleFeatures) {
|
|
for (LayoutFeature f : compatibleFeatures) {
|
|
assertEquals(String.format("Expected minimum compatible layout version " +
|
|
assertEquals(String.format("Expected minimum compatible layout version " +
|
|
"%d for feature %s.", baseLV, f), baseLV,
|
|
"%d for feature %s.", baseLV, f), baseLV,
|