File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,6 @@ public static void setEnvironmentEdge() throws Exception {
115115    EnvironmentEdgeManager .injectEdge (ee );
116116    Configuration  conf  = TEST_UTIL .getConfiguration ();
117117    conf .setInt (HStore .BLOCKING_STOREFILES_KEY , 10000 );
118-     // Expired store file deletion during compaction optimization interferes with the FIFO 
119-     // compaction policy. The race causes changes to in-flight-compaction files resulting in a 
120-     // non-deterministic number of files selected by compaction policy. Disables that optimization 
121-     // for this test run. 
122-     conf .setBoolean ("hbase.store.delete.expired.storefile" , false );
123118    TEST_UTIL .startMiniCluster (1 );
124119  }
125120
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments