Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARTEMIS-1114 Avoid missing records after compacting #1205

Merged
merged 1 commit into from
Apr 14, 2017

Conversation

clebertsuconic
Copy link
Contributor

This is fixing an issue introduced on 4b47461 (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.

@jbertram
Copy link
Contributor

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.

This is fixing an issue introduced on 4b47461 (ARTEMIS-822)
The Transactions were being looked up without the readLock and some of the controls for Read and Write lock
were broken after this.
@clebertsuconic
Copy link
Contributor Author

clebertsuconic commented Apr 14, 2017

you're right.. fixed the comment. thanks a lot

@clebertsuconic
Copy link
Contributor Author

test suite went fine.. I will merge this myself.

@asfgit asfgit merged commit ddacda5 into apache:master Apr 14, 2017
asfgit pushed a commit that referenced this pull request Apr 14, 2017
@clebertsuconic clebertsuconic deleted the compact branch May 17, 2017 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants