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


##########
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:
   `getTabletMemory().getMemTable()` would result in a NPE when 
`getTabletMemory()` is null



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