[ https://issues.apache.org/jira/browse/GEODE-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17247559#comment-17247559 ]
ASF GitHub Bot commented on GEODE-8780: --------------------------------------- pivotal-eshu commented on pull request #5837: URL: https://github.com/apache/geode/pull/5837#issuecomment-742864483 > Might it be worth adding a test case to confirm that when the `DistributionManager.MAX_FE_THREADS` property is set, that value is used? Also, it looks like that property is documented in `properties.html`, so that file should probably be updated to reflect the new default value. Is there a reason that there's no other documentation for this property? Change the default value in the properties.html. I am not sure why there is no other documentation for this property. ---------------------------------------------------------------- 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: us...@infra.apache.org > Current default number of function execution threads setting is rather low > and could be increased > ------------------------------------------------------------------------------------------------- > > Key: GEODE-8780 > URL: https://issues.apache.org/jira/browse/GEODE-8780 > Project: Geode > Issue Type: Bug > Components: functions > Reporter: Eric Shu > Assignee: Eric Shu > Priority: Major > Labels: pull-request-available > > The default number of function execution threads setting is 16 or based on > the number of processors. > int MAX_FE_THREADS = Integer.getInteger("DistributionManager.MAX_FE_THREADS", > Math.max(Runtime.getRuntime().availableProcessors() * 4, 16)); > If not enough function thread is available, a new function execution thread > is created after 5 seconds wait to handle the function execution request. It > is better to have this default to be increased. -- This message was sent by Atlassian Jira (v8.3.4#803005)