-
Notifications
You must be signed in to change notification settings - Fork 456
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
Remove deprecated CompactionStrategy for version 3.0 #3112
Conversation
This removes all of the old CompactionStrategy related classes,tests, and properties. This closes apache#3111
I just kicked off a full IT build for this PR and will report back the results when done. |
Full IT build finished and passed. |
test/src/main/java/org/apache/accumulo/test/functional/SummaryIT.java
Outdated
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/functional/ConfigurableCompactionIT.java
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/functional/ConfigurableCompactionIT.java
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/compaction/UserCompactionStrategyIT.java
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/compaction/UserCompactionStrategyIT.java
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/compaction/UserCompactionStrategyIT.java
Show resolved
Hide resolved
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/CompactableUtils.java
Outdated
Show resolved
Hide resolved
@keith-turner - Thanks for the feedback, I went through the comments today and I will start addressing them tomorrow. |
@keith-turner - Ok I think I addressed all of the items in your feedback, take a look again when you get a chance and see what you think. I will kick off another full IT as well just to verify everything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @cshannon
Thanks, I'll go ahead and merge this in. |
This removes all of the old CompactionStrategy related classes,tests, and properties.
This closes #3111