You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/09/05 19:10:48 UTC

[GitHub] [accumulo] hkeebler commented on a change in pull request #1344: Fix #1043 Support stable ~del split points

hkeebler commented on a change in pull request #1344: Fix #1043 Support stable ~del split points
URL: https://github.com/apache/accumulo/pull/1344#discussion_r321434521
 
 

 ##########
 File path: test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java
 ##########
 @@ -186,7 +187,8 @@ public void dontGCRootLog() throws Exception {
   }
 
   private Mutation createDelMutation(String path, String cf, String cq, String val) {
-    Text row = new Text(MetadataSchema.DeletesSection.getRowPrefix() + path);
+    Text row =
+        new Text(MetadataSchema.DeletesSection.getRowPrefix() + SortSkew.getCode(path) + path);
 
 Review comment:
   good idea, didn't really like having to use the SortSkew in the IT test.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services