You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2016/04/04 12:44:22 UTC

[GitHub] activemq-artemis pull request: ARTEMIS-465 Create LM on write pack...

GitHub user mtaylor opened a pull request:

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

    ARTEMIS-465 Create LM on write packet in ReplicationEndpoint

    If a LM write packet is received from the live assume that the large
    message exists and create a local reference.
    
    Old behavour would reject the packet which could lead to loss of data on
    failover see JIRA.

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

    $ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-465

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

    https://github.com/apache/activemq-artemis/pull/437.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 #437
    
----
commit 0aa3f99ccec2fb28c22960b2db19a41ef359f0f5
Author: Martyn Taylor <mt...@redhat.com>
Date:   2016-04-01T22:13:04Z

    ARTEMIS-465 Create LM on write packet in ReplicationEndpoint
    
    If a LM write packet is received from the live assume that the large
    message exists and create a local reference.
    
    Old behavour would reject the packet which could lead to loss of data on
    failover see JIRA.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request: ARTEMIS-465 Create LM on write pack...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request: ARTEMIS-465 Create LM on write pack...

Posted by mtaylor <gi...@git.apache.org>.
Github user mtaylor commented on the pull request:

    https://github.com/apache/activemq-artemis/pull/437#issuecomment-205237755
  
    @clebertsuconic @jbertram pls ping me before merging, I'd like to discuss this solution before we merge.  I've made an assumption here that no bad data can be sent over the cluster connection.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---