[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-843) Data versions do not replicate properly alongside data
Manik Surtani (JIRA)
jira-events at jboss.com
Sat Nov 11 08:02:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBCACHE-843?page=comments#action_12346729 ]
Manik Surtani commented on JBCACHE-843:
---------------------------------------
This is usually manifested as class cast exceptions on the remote node, although on occasion (depending on the order of replications) can result in:
java.lang.IllegalStateException: found no local TX for global TX GlobalTransaction:<127.0.0.1:32824>:2
at org.jboss.cache.interceptors.TxInterceptor.getLocalTxForGlobalTx(TxInterceptor.java:653)
at org.jboss.cache.interceptors.TxInterceptor.handleRemoteCommitRollback(TxInterceptor.java:570)
at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:145)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:183)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5559)
at org.jboss.cache.TreeCache._replicate(TreeCache.java:4905)
> Data versions do not replicate properly alongside data
> ------------------------------------------------------
>
> Key: JBCACHE-843
> URL: http://jira.jboss.com/jira/browse/JBCACHE-843
> Project: JBoss Cache
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Replication
> Affects Versions: 1.4.0.SP1
> Reporter: Manik Surtani
> Assigned To: Manik Surtani
> Priority: Critical
> Fix For: 2.0.0.GA, 1.4.1.GA
>
>
> In some cases, data versions are not replicated at all while in others, data versions are replicated but updating them causes problems.
> See
> org.jboss.cache.options.ExplicitVersionsReplTest
> in the "tests/functional" directory of Branch_JBossCache_1_4_0.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list