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

Improved metadata table consitency checking and testing #1379

Merged
merged 4 commits into from Oct 10, 2019

Conversation

keith-turner
Copy link
Contributor

Added unit test to excercise the code that checks the consistency of the
metadata table during GC scans. Also added a check to ensure the last
tablet was seen. This should cause an error to be thrown if the scanner
stops returning data for any reason. These changes were already made in
2.0 in #1266. However the code in 1.9 is so different that they could
not be backported, but had to be reimplelmented.

Added unit test to excercise the code that checks the consistency of the
metadata table during GC scans.  Also added a check to ensure the last
tablet was seen.  This should cause an error to be thrown if the scanner
stops returning data for any reason.  These changes were already made in
2.0 in apache#1266.  However the code in 1.9 is so different that they could
not be backported, but had to be reimplelmented.
@ctubbsii ctubbsii added this to In progress in 2.1.0 via automation Sep 30, 2019
@ctubbsii ctubbsii added this to In progress in 1.10.0 via automation Sep 30, 2019
@ctubbsii ctubbsii removed this from In progress in 2.1.0 Sep 30, 2019
Copy link
Member

@ctubbsii ctubbsii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, with some minor comment changes.

keith-turner and others added 3 commits September 30, 2019 15:28
…etIterator.java

Co-Authored-By: Christopher Tubbs <ctubbsii@apache.org>
…etIterator.java

Co-Authored-By: Christopher Tubbs <ctubbsii@apache.org>
…etIterator.java

Co-Authored-By: Christopher Tubbs <ctubbsii@apache.org>
@keith-turner keith-turner merged commit 328ffa0 into apache:1.9 Oct 10, 2019
1.10.0 automation moved this from In progress to Done Oct 10, 2019
mjwall added a commit to mjwall/accumulo that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.10.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants