virajjasani commented on a change in pull request #2922:
URL: https://github.com/apache/hbase/pull/2922#discussion_r576650821



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/executor/ExecutorService.java
##########
@@ -207,6 +207,11 @@ public boolean allowCoreThreadTimeout() {
       return allowCoreThreadTimeout;
     }
 
+    /**
+     * Allows timing out of core threads. Good to set this for non-critical 
thread pools for
+     * release of unused resources. Refer to {@link 
ThreadPoolExecutor#allowCoreThreadTimeOut}
+     * for additional details.
+     */

Review comment:
       Perfect!




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to