keith-turner commented on a change in pull request #302: ACCUMULO-2968: Axe TabletServer.majorCompactorDisabled URL: https://github.com/apache/accumulo/pull/302#discussion_r142532990
########## File path: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java ########## @@ -1925,20 +1924,11 @@ public SplitRunner(Tablet tablet) { @Override public void run() { - if (majorCompactorDisabled) { - // this will make split task that were queued when shutdown was - // initiated exit - return; - } - + // ACCUMULO-2968: Removed <em>if</em> condition that always returned <em>false</em>. Review comment: I think this comment can be omitted ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services