huaxiangsun commented on a change in pull request #2753:
URL: https://github.com/apache/hbase/pull/2753#discussion_r539631859



##########
File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin1.java
##########
@@ -116,6 +130,8 @@ public void testCompactionTimestamps() throws Exception {
     assertEquals(0, ts);
 
     ADMIN.flush(tableName);
+    
//ADMIN.majorCompactRegion(Bytes.toBytes("abcdefghijklmnopqrstuvwxyzabcdedgeghijklmnopqrs"));
+    ADMIN.majorCompactRegion(Bytes.toBytes("abcd"));

Review comment:
       Will remove these two lines, they are used for testing before the new 
test case.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to