ddanielr commented on PR #4080:
URL: https://github.com/apache/accumulo/pull/4080#issuecomment-1857351599
The 9th test is `testTooManyDeletes` which seems to be failing because the
compaction job is never generated by the
selector `TooManyDeletesSelector` with the `DeletesSummarizer` summarizer.
I've pushed into the manager code a bit and I'm not sure if the summarizer
code is in a working state.
The `stopCompactionGroup` method should probably be switched into something
like `stop(ServerType server, String resourceGroup)` but we already have a
method signature for a hostname string that would potentially conflict.
`public synchronized void stop(ServerType server, String hostname) throws
IOException {`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]