Maxim Khutornenko created AURORA-1163:
-----------------------------------------

             Summary: "--async_worker_threads" scheduler option has misleading 
help text
                 Key: AURORA-1163
                 URL: https://issues.apache.org/jira/browse/AURORA-1163
             Project: Aurora
          Issue Type: Bug
          Components: Scheduler
            Reporter: Maxim Khutornenko
            Priority: Minor


The help string is currently phrased as: "The number of worker threads to 
process async task operations with." This is incorrect as the value is passed 
as a {{corePoolSize}} argument of the {(ScheduledThreadPoolExecutor}} 
constructor, which also sets the {{maximumPoolSize}} by default to 
Integer.MAX_VALUE. 

Both option name and help text should indicate the actual option meaning as 
being a "MIN threads to keep alive even if idle". Also, a new option should be 
added to cap the {{maximumPoolSize}}, which is not configurable now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to