Merged
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.
Contributor
Author
|
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
approved these changes
Aug 21, 2025
Contributor
keith-turner
left a comment
There was a problem hiding this comment.
This test looks good, does it run ok?
Based on suggestion from Keith Turner, added another check for sizes2.
ddanielr
approved these changes
Aug 22, 2025
DomGarguilo
reviewed
Aug 22, 2025
src/test/java/org/apache/accumulo/proxy/its/SimpleProxyBase.java
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Works on resolving #77