[infinispan-issues] [JBoss JIRA] Created: (ISPN-427) Hot Rod CrashedMemberDetectorListener should have sync set to false

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Fri May 7 03:41:06 EDT 2010


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.BETA1
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 4.1.0.CR1


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