[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1113) Async store stop timeout should be much lower
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon May 16 13:54:01 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-1113:
-----------------------------------
Assignee: Manik Surtani (was: Galder Zamarreño)
Description:
What the heck? We have async store configured with 7200 *seconds* of timeout! That's 120 minutes, 2 hours!
{code}executor.awaitTermination(asyncStoreConfig.getShutdownTimeout(), TimeUnit.SECONDS);{code}
That should be milliseconds clearly to wait at the most 2 minutes.
I've spotted this when I saw core/ testsuite sometimes hanging and thread dumps show wait here.
was:What the heck? We have async store configured with 7200 *seconds* of timeout! That's 120 minutes, 2 hours!
> Async store stop timeout should be much lower
> ---------------------------------------------
>
> Key: ISPN-1113
> URL: https://issues.jboss.org/browse/ISPN-1113
> Project: Infinispan
> Issue Type: Bug
> Reporter: Galder Zamarreño
> Assignee: Manik Surtani
>
> What the heck? We have async store configured with 7200 *seconds* of timeout! That's 120 minutes, 2 hours!
> {code}executor.awaitTermination(asyncStoreConfig.getShutdownTimeout(), TimeUnit.SECONDS);{code}
> That should be milliseconds clearly to wait at the most 2 minutes.
> I've spotted this when I saw core/ testsuite sometimes hanging and thread dumps show wait here.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list