[infinispan-issues] [JBoss JIRA] (ISPN-2584) BackupReceiver survives cache shutdown

Radim Vansa (JIRA) jira-events at lists.jboss.org
Wed Dec 5 06:38:21 EST 2012


Radim Vansa created ISPN-2584:
---------------------------------

             Summary: BackupReceiver survives cache shutdown
                 Key: ISPN-2584
                 URL: https://issues.jboss.org/browse/ISPN-2584
             Project: Infinispan
          Issue Type: Bug
          Components: Cross-Site Replication
    Affects Versions: 5.2.0.Beta5
            Reporter: Radim Vansa
            Assignee: Mircea Markus


When the cache manager is stopped together with all caches, the static field {{BackupReceiverRepositoryImpl.backupReceivers}} is not cleaned up. When another cache manager is started and we try to XS replicate into this node, the request reaches {{BackupReceiver}} with references to the old, stopped cache. This instance has TERMINATED ComponentRepository without {{TransactionTable}} and this results in {{NullPointerException}} in {{BackupCacheUpdater.replayModificationsInTransaction}}.

When the cache is stopped, it should remove all references to it from the {{BackupReceiverRepositoryImpl.backupReceivers}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list