You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by clebertsuconic <gi...@git.apache.org> on 2017/04/13 21:53:49 UTC

[GitHub] activemq-artemis pull request #1205: ARTEMIS-1114 Avoid missing records afte...

GitHub user clebertsuconic opened a pull request:

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

    ARTEMIS-1114 Avoid missing records after compacting

    This is fixing an issue introduced on 4b47461f03a607b9ef517beb2a1666ffae43a2a7 (ARTEMIS-1114)
    The Transactions were being looked up without the readLock and some of the controls for Read and Write lock
    were broken after this.

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

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

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

    https://github.com/apache/activemq-artemis/pull/1205.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 #1205
    
----
commit 02135df484da3c36178498caf177226e13baac27
Author: Clebert Suconic <cl...@apache.org>
Date:   2017-04-13T20:53:53Z

    ARTEMIS-1114 Avoid missing records after compacting
    
    This is fixing an issue introduced on 4b47461f03a607b9ef517beb2a1666ffae43a2a7 (ARTEMIS-1114)
    The Transactions were being looked up without the readLock and some of the controls for Read and Write lock
    were broken after this.

----


---
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 #1205: ARTEMIS-1114 Avoid missing records afte...

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

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


---
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 issue #1205: ARTEMIS-1114 Avoid missing records after compa...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1205
  
    test suite went fine.. I will merge this myself.


---
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 issue #1205: ARTEMIS-1114 Avoid missing records after compa...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1205
  
    you're right.. fixed the comment.


---
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 issue #1205: ARTEMIS-1114 Avoid missing records after compa...

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1205
  
    You refer to ARTEMIS-1114 in your comment, but that is the JIRA about the missing records.  I think you mean to say ARTEMIS-822 introduced this problem.


---
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.
---