[
https://issues.apache.org/jira/browse/IGNITE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14507258#comment-14507258
]
Artem Shutak commented on IGNITE-773:
-------------------------------------
Dmitry, can you look at the changes (they already merged at sprint-4)? Now
utilityCacheExecSvc and marshCacheExecSvc have next configuration:
{code}
utilityCacheExecSvc = new IgniteThreadPoolExecutor(
"utility-" + cfg.getGridName(),
myCfg.getUtilityCacheThreadPoolSize(),
DFLT_SYSTEM_MAX_THREAD_CNT,
myCfg.getUtilityCacheKeepAliveTime(),
new
LinkedBlockingQueue<Runnable>(DFLT_SYSTEM_THREADPOOL_QUEUE_CAP));
marshCacheExecSvc = new IgniteThreadPoolExecutor(
"marshaller-cache-" + cfg.getGridName(),
myCfg.getMarshallerCacheThreadPoolSize(),
DFLT_SYSTEM_MAX_THREAD_CNT,
myCfg.getMarshallerCacheKeepAliveTime(),
new
LinkedBlockingQueue<Runnable>(DFLT_SYSTEM_THREADPOOL_QUEUE_CAP));
{code}
> [Backport] thread pool management - allow to configure system utility cache
> size
> --------------------------------------------------------------------------------
>
> Key: IGNITE-773
> URL: https://issues.apache.org/jira/browse/IGNITE-773
> Project: Ignite
> Issue Type: Task
> Affects Versions: sprint-4
> Reporter: Artem Shutak
> Assignee: Artem Shutak
> Fix For: sprint-4
>
> Attachments: ignite-sprint-4_ignite-773.patch,
> ignite-sprint-4_ignite-773.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)