[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1435) Remove on evict policy attempts to prune buddy backup tree

Elias Ross (JIRA) jira-events at lists.jboss.org
Tue Nov 4 01:00:22 EST 2008


Remove on evict policy attempts to prune buddy backup tree
----------------------------------------------------------

                 Key: JBCACHE-1435
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1435
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.0.0.CR2
            Reporter: Elias Ross
            Assignee: Manik Surtani


9797 DEBUG [EvictionTimer-0] DefaultEvictionActionPolicy - Unable to evict /_BUDDY_BACKUP_/10.31.248.143_2116/min/5005001/5005001042
org.jboss.cache.CacheException: Cannot make a backup Fqn from a backup Fqn! Attempting to create a backup of /_BUDDY_BACKUP_/10.31.248.143_2116/min/5005001/5005001042
	at org.jboss.cache.buddyreplication.BuddyFqnTransformer.getBackupFqn(BuddyFqnTransformer.java:64)
	at org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor.getBackupFqn(Fqn2BuddyFqnVisitor.java:242)
	at org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor.visitRemoveNodeCommand(Fqn2BuddyFqnVisitor.java:110)
	at org.jboss.cache.commands.write.RemoveNodeCommand.acceptVisitor(RemoveNodeCommand.java:125)
	at org.jboss.cache.buddyreplication.BuddyManager.transformFqns(BuddyManager.java:727)
	at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:149)
	at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:135)
	at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:107)
	at org.jboss.cache.interceptors.ReplicationInterceptor.handleCrudMethod(ReplicationInterceptor.java:160)
	at org.jboss.cache.interceptors.ReplicationInterceptor.visitRemoveNodeCommand(ReplicationInterceptor.java:125)
	at org.jboss.cache.commands.write.RemoveNodeCommand.acceptVisitor(RemoveNodeCommand.java:125)
	at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
	at org.jboss.cache.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:131)
	at org.jboss.cache.commands.AbstractVisitor.visitRemoveNodeCommand(AbstractVisitor.java:75)
	at org.jboss.cache.commands.write.RemoveNodeCommand.acceptVisitor(RemoveNodeCommand.java:125)
	at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
	at org.jboss.cache.interceptors.TxInterceptor.attachGtxAndPassUpChain(TxInterceptor.java:284)
	at org.jboss.cache.interceptors.TxInterceptor.handleDefault(TxInterceptor.java:271)
	at org.jboss.cache.commands.AbstractVisitor.visitRemoveNodeCommand(AbstractVisitor.java:75)
	at org.jboss.cache.commands.write.RemoveNodeCommand.acceptVisitor(RemoveNodeCommand.java:125)
	at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
	at org.jboss.cache.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:131)
	at org.jboss.cache.commands.AbstractVisitor.visitRemoveNodeCommand(AbstractVisitor.java:75)
	at org.jboss.cache.commands.write.RemoveNodeCommand.acceptVisitor(RemoveNodeCommand.java:125)
	at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
	at org.jboss.cache.interceptors.InvocationContextInterceptor.handleAll(InvocationContextInterceptor.java:178)
	at org.jboss.cache.interceptors.InvocationContextInterceptor.visitRemoveNodeCommand(InvocationContextInterceptor.java:88)
	at org.jboss.cache.commands.write.RemoveNodeCommand.acceptVisitor(RemoveNodeCommand.java:125)
	at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
	at org.jboss.cache.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:131)
	at org.jboss.cache.interceptors.BatchingInterceptor.handleDefault(BatchingInterceptor.java:71)
	at org.jboss.cache.commands.AbstractVisitor.visitRemoveNodeCommand(AbstractVisitor.java:75)
	at org.jboss.cache.commands.write.RemoveNodeCommand.acceptVisitor(RemoveNodeCommand.java:125)
	at org.jboss.cache.interceptors.InterceptorChain.invoke(InterceptorChain.java:265)
	at org.jboss.cache.invocation.CacheInvocationDelegate.removeNode(CacheInvocationDelegate.java:482)
	at org.jboss.cache.eviction.RemoveOnEvictActionPolicy.evict(RemoveOnEvictActionPolicy.java:49)
	at org.jboss.cache.eviction.BaseEvictionAlgorithm.evictCacheNode(BaseEvictionAlgorithm.java:264)


-- 
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