You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Brandon Breuil (JIRA)" <ji...@apache.org> on 2016/03/22 21:37:25 UTC

[jira] [Created] (ARTEMIS-452) Scale down with colocated backup failing when using replication

Brandon Breuil created ARTEMIS-452:
--------------------------------------

             Summary: Scale down with colocated backup failing when using replication
                 Key: ARTEMIS-452
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-452
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 1.2.0
            Reporter: Brandon Breuil
            Priority: Critical


Scale down with colocated backup is failing when using replication. I think the problem is due to the wrong StorageManager being passed to the ScaleDownHandler. The BackupRecoveryJournalLoader is passing the parent server's storage manager to the ScaleDownHandler and this is causing the transaction commit in ScaleDownHandler to fail because the transaction can't be found in the parent server's storage. The BackupRecoveryJournalLoader should be passing the backup server's storage manager to the ScaleDownHandler.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)