ctubbsii commented on a change in pull request #406: ACCUMULO-3389 Fix name in 
tsBatchDeleter
URL: https://github.com/apache/accumulo/pull/406#discussion_r175887405
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchDeleter.java
 ##########
 @@ -44,7 +44,7 @@ public TabletServerBatchDeleter(ClientContext context, 
String tableId, Authoriza
     this.context = context;
     this.tableId = tableId;
     this.bwConfig = bwConfig;
-    super.addScanIterator(new IteratorSetting(Integer.MAX_VALUE, 
BatchDeleter.class.getName() + ".NOVALUE", SortedKeyIterator.class));
+    super.addScanIterator(new IteratorSetting(Integer.MAX_VALUE, 
BatchDeleter.class.getName().replaceAll("[.]", "_") + "_NOVALUE", 
SortedKeyIterator.class));
 
 Review comment:
   My mistake. There's only 1.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to