[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 06:02:15 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632403#comment-12632403 ]
Galder Zamarreño commented on ISPN-1396:
----------------------------------------
The InboundInvocationHandlerImpl.RetryQueue would need some work to make it manageable via an executor. Amongst other jobs, it queues operations to a cache while state transfer or rehashing is ongoing. I think previously RetryQueue was also there to handle issues with acquiring distributed processing lock, but that's not there any more, so code like this might need to go away:
{code}
} catch (TimeoutException te) {
// Enqueue this request rather than wait for this lock...
return enqueueCommand(cmd);
{code}
> 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