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 2018/06/06 19:14:03 UTC

[GitHub] bbux-atg commented on a change in pull request #513: Modifications to implement #512

bbux-atg commented on a change in pull request #513: Modifications to implement #512
URL: https://github.com/apache/accumulo/pull/513#discussion_r193527675
 
 

 ##########
 File path: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletIteratorEnvironment.java
 ##########
 @@ -50,14 +51,16 @@
   private SamplerConfiguration samplerConfig;
   private boolean enableSampleForDeepCopy;
 
-  public TabletIteratorEnvironment(IteratorScope scope, AccumuloConfiguration config) {
+  public TabletIteratorEnvironment(IteratorScope scope, AccumuloConfiguration config,
+      boolean userCompaction) {
 
 Review comment:
   Added changes, although they don't smell right, might need a new Enum?

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


With regards,
Apache Git Services