ArbaazKhan1 commented on code in PR #5289:
URL: https://github.com/apache/accumulo/pull/5289#discussion_r2032108644


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java:
##########
@@ -603,9 +603,9 @@ private MinorCompactionTask createMinorCompactionTask(long 
flushId,
             logMessage.append(" tabletMemory.memoryReservedForMinC() "
                 + getTabletMemory().memoryReservedForMinC());
           }
-          if (getTabletMemory() != null && getTabletMemory().getMemTable() != 
null) {

Review Comment:
   no, removing this was a mistake made when I was adding the conditional for 
pause limit.



-- 
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: notifications-unsubscr...@accumulo.apache.org

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

Reply via email to