dlmarion commented on code in PR #3294:
URL: https://github.com/apache/accumulo/pull/3294#discussion_r1168715061


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java:
##########
@@ -231,7 +232,9 @@ enum CompactionState {
   private final ConcurrentHashMap<Long,List<TabletFile>> bulkImported = new 
ConcurrentHashMap<>();
 
   private final int logId;
-  private final boolean onDemand;
+
+  // TODO: User can change this, how does it get updated?

Review Comment:
   captured this in the comment of follow-on tasks



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