diff --git a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestDDLMasterFailover.java b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestDDLMasterFailover.java index 3180dae7ce2..f4403d6b82b 100644 --- a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestDDLMasterFailover.java +++ b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestDDLMasterFailover.java @@ -698,7 +698,7 @@ public class IntegrationTestDDLMasterFailover extends IntegrationTestBase { try { TableName tableName = selected.getTableName(); // possible DataBlockEncoding ids - int[] possibleIds = {0, 2, 3, 4, 6}; + int[] possibleIds = {0, 2, 3, 4, 7}; short id = (short) possibleIds[RandomUtils.nextInt(0, possibleIds.length)]; LOG.info("Altering encoding of column family: " + columnDesc + " to: " + id + " in table: " + tableName);