wchevreuil commented on a change in pull request #3389:
URL: https://github.com/apache/hbase/pull/3389#discussion_r674797181



##########
File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHStore.java
##########
@@ -1930,4 +1959,21 @@ public boolean add(T e) {
     @Override
     public List<T> subList(int fromIndex, int toIndex) {return 
delegatee.subList(fromIndex, toIndex);}
   }
+
+  private static class DummyCompactor extends DefaultCompactor {
+
+    static CountDownLatch countDownLatch;
+
+    public DummyCompactor(Configuration conf, HStore store) {

Review comment:
       It actually matters, Compactor implementations are loaded via 
reflection, in this case via DefaultStoreEngine.createCompactor, where it 
expects a constructor to have exactly these two params.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to