[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1532) Misleading exception message from FlushTracker

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sun Aug 16 13:55:26 EDT 2009


Misleading exception message from FlushTracker
----------------------------------------------

                 Key: JBCACHE-1532
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1532
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.1.0.GA, 3.2.0.BETA1
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Trivial
             Fix For: 3.2.0.GA


Following call stack doesn't involve state transfer but the exception message implies it does:

[JBoss] Caused by: org.jboss.cache.lock.TimeoutException: State retrieval timed out waiting for flush to unblock. (timeout = 60 seconds)
[JBoss] 	at org.jboss.cache.RPCManagerImpl$FlushTracker.waitForFlushCompletion(RPCManagerImpl.java:195)
[JBoss] 	at org.jboss.cache.RPCManagerImpl.callRemoteMethods(RPCManagerImpl.java:745)
[JBoss] 	at org.jboss.cache.RPCManagerImpl.callRemoteMethods(RPCManagerImpl.java:716)
[JBoss] 	at org.jboss.cache.RPCManagerImpl.callRemoteMethods(RPCManagerImpl.java:721)
[JBoss] 	at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:161)
[JBoss] 	at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:135)
[JBoss] 	at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:107)
[JBoss] 	at org.jboss.cache.interceptors.ReplicationInterceptor.handleCrudMethod(ReplicationInterceptor.java:160)
[JBoss] 	at org.jboss.cache.interceptors.ReplicationInterceptor.visitPutDataMapCommand(ReplicationInterceptor.java:113)

-- 
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 jbosscache-issues mailing list