[infinispan-issues] [JBoss JIRA] (ISPN-1396) Make all ExecutorServices configurable via global configuration

Galder Zamarreño (Commented) (JIRA) jira-events at lists.jboss.org
Thu Oct 6 05:47:16 EDT 2011


    [ https://issues.jboss.org/browse/ISPN-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632676#comment-12632676 ] 

Galder Zamarreño commented on ISPN-1396:
----------------------------------------

The async store is pretty complex as is, so getting the async store to support injected executors needs some careful coding, particularly around two areas:
- Deciding what are the right executor pool settings taking in account multiple caches might share the same pool for async store, i.e. rejected executor handler, default pool size...etc.
- How the executor shutdown procedure should be when async store does not manage the lifecycle of the executor.

So, I've created ISPN-1439 so that this gets addressed independently.

As a side note, I still have my doubts that such complex set up is needed for coalesced logic. IOW, by limiting coalescing to a single thread things would be a lot simpler, see http://lists.jboss.org/pipermail/infinispan-dev/2010-August/006204.html
                
> 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