You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikita Safonov (Jira)" <ji...@apache.org> on 2020/12/29 13:39:00 UTC

[jira] [Created] (IGNITE-13932) Extend Ignite thread pools documentation

Nikita Safonov created IGNITE-13932:
---------------------------------------

             Summary: Extend Ignite thread pools documentation
                 Key: IGNITE-13932
                 URL: https://issues.apache.org/jira/browse/IGNITE-13932
             Project: Ignite
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 2.9
            Reporter: Nikita Safonov
            Assignee: Nikita Safonov


There are references in the code to three thread pools that don't appear to be referenced in the Ignite thread pool documentation at [https://apacheignite.readme.io/docs/thread-pools]. 
 
These are:
 
asyncCallbackThreadPoolSize
managementThreadPoolSize
utilityCacheThreadPoolSize

 
By default these pools will be set to Max(8, Environment.ProcessorCount) []we use the IA C# client]
 
Note: These configurations are referenced in the Ignite Javadoc pages, but the descriptions are just single sentences mirroring the names of the thread pools themselves.
 
The thread pool documentation should be extended to include these additional pools, particularly with respect to their purpose and roles, and the circumstances when you would change them from the default value.
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)