[infinispan-issues] [JBoss JIRA] Updated: (ISPN-427) Hot Rod CrashedMemberDetectorListener should have sync set to false
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Tue May 11 12:35:26 EDT 2010
[ https://jira.jboss.org/jira/browse/ISPN-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreno updated ISPN-427:
----------------------------------
Fix Version/s: 4.1.0.BETA1
(was: 4.1.0.CR1)
Affects Version/s: 4.1.0.ALPHA3
(was: 4.1.0.BETA1)
> Hot Rod CrashedMemberDetectorListener should have sync set to false
> -------------------------------------------------------------------
>
> Key: ISPN-427
> URL: https://jira.jboss.org/jira/browse/ISPN-427
> Project: Infinispan
> Issue Type: Task
> Components: Cache Server
> Affects Versions: 4.1.0.ALPHA3
> Reporter: Galder Zamarreno
> Assignee: Galder Zamarreno
> Fix For: 4.1.0.BETA1
>
>
> I had forgotten that @Listener annotation had a sync=true/false setting to enable listener to be executed in a separate thread.
> In Hot Rod, I had made CrashedMemberDetectorListener create its own callable and fire it up.
> Make CrashedMemberDetectorListener use a listener with sync=false.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list