-
Notifications
You must be signed in to change notification settings - Fork 21
Compaction Configurer Test #87
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
Compaction Configurer Test #87
Conversation
Accumulo Proxy is now able to build when depending on Accumulo 2.1.3
Update to newest accumulo
… the metadata for each tablet. Does not yet do anything with the tablet metadata.
…s not test anything yet.
|
I originally included a test using null options for the CompressionConfigurer, which should be supported (see line 420 of ProxyServer.java). However, the test times out—likely because that line isn’t behaving as expected. The stack trace suggests it’s waiting for data that never arrives. This might warrant a separate issue, and it could also point to a similar problem with null options for the CompactionSelector. |
keith-turner
left a comment
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.
This test looks good, does it run ok?
Based on suggestion from Keith Turner, added another check for sizes2.
Works on resolving #77