Skip to content

Commit ced2c1f

Browse files
bharathvclarax
authored andcommitted
Revert "HBASE-21905 (addendum): Address compaction races in TestFIFOCompactionPolicy (apache#2203)"
This reverts commit c372ff1. Reverting to apply as HBASE-24846.
1 parent bcbfc08 commit ced2c1f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/TestFIFOCompactionPolicy.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@ public static void setEnvironmentEdge() throws Exception {
122122
EnvironmentEdgeManager.injectEdge(ee);
123123
Configuration conf = TEST_UTIL.getConfiguration();
124124
conf.setInt(HStore.BLOCKING_STOREFILES_KEY, 10000);
125-
// Expired store file deletion during compaction optimization interferes with the FIFO
126-
// compaction policy. The race causes changes to in-flight-compaction files resulting in a
127-
// non-deterministic number of files selected by compaction policy. Disables that optimization
128-
// for this test run.
129-
conf.setBoolean("hbase.store.delete.expired.storefile", false);
130125
TEST_UTIL.startMiniCluster(1);
131126
}
132127

0 commit comments

Comments
 (0)