[infinispan-issues] [JBoss JIRA] (ISPN-1396) Make all ExecutorServices configurable via global configuration
Galder Zamarreño (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Oct 5 04:01:18 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632372#comment-12632372 ]
Galder Zamarreño commented on ISPN-1396:
----------------------------------------
This also includes:
* PurgeService for purging cache stores asynchronously (see AbstractCacheStore)
* SingletonStore for pushing state when a node becomes coordinator
* FileCacheStore's periodic file sync (single thread executor)
There're others executors to take into account that belong to servers:
* WebSocket server executors for Netty master and worker threads
* Memcached server executors for Netty master and worker threads
* Memcached's delayed flush all executor which is scheduled
* Hot/Rod server executors for Netty master and worker threads
> Make all ExecutorServices configurable via global configuration
> ---------------------------------------------------------------
>
> Key: ISPN-1396
> URL: https://issues.jboss.org/browse/ISPN-1396
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.1.0.BETA2
>
>
> Several executor services are not configurable out of the box, which could complicate AS7 management.
> For example:
> - RehashExecutor (BaseStateTransferManagerImpl, see ISPN-1194)
> - LockBreakingService (in TransactionTable)
> - CoalescedAsyncStore (in AsyncStore)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list