You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/05 18:36:11 UTC

[jira] [Commented] (ARTEMIS-612) Replication should remove old files when MAX-replication is set

    [ https://issues.apache.org/jira/browse/ARTEMIS-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362973#comment-15362973 ] 

ASF GitHub Bot commented on ARTEMIS-612:
----------------------------------------

GitHub user clebertsuconic opened a pull request:

    https://github.com/apache/activemq-artemis/pull/620

    ARTEMIS-612 Improving Failback's max replication

    The server will always restart now, with older files being removed.
    The system will now move current data into ./oldreplica.#, and remove old ones.
    All the logic for moving these files is encapsulated at FileMoveManager.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-612

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/620.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #620
    
----
commit bbb69b327acc2fc6ed9e0bfa7ff4d13dc95dd777
Author: Clebert Suconic <cl...@apache.org>
Date:   2016-06-27T18:52:59Z

    ARTEMIS-612 Improving Failback's max replication
    
    The server will always restart now, with older files being removed.
    The system will now move current data into ./oldreplica.#, and remove old ones.
    All the logic for moving these files is encapsulated at FileMoveManager.

----


> Replication should remove old files when MAX-replication is set
> ---------------------------------------------------------------
>
>                 Key: ARTEMIS-612
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-612
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 1.3.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>             Fix For: 1.4.0
>
>
> Currently if there's a max set on the replication failback, the server will not be activated.
> Instead the system should remove older folders and keep running.



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