]
Mircea Markus updated ISPN-2584:
--------------------------------
Fix Version/s: 5.3.0.Final
(was: 5.2.0.Final)
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
Fix For: 5.3.0.Final
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: