keith-turner commented on code in PR #4586:
URL: https://github.com/apache/accumulo/pull/4586#discussion_r1619255689
##########
server/base/src/main/java/org/apache/accumulo/server/compaction/CompactionJobGenerator.java:
##########
@@ -162,23 +166,29 @@ public Map<String,String> getExecutionHints() {
return dispatcher.dispatch(dispatchParams).getService();
}
+ private Level getLevel(TableId tableId, CompactionServiceId serviceId,
Review Comment:
Updated to use EscalatingLogger in 5500afb. Ran the new IT in this PR and
looked at the logs and the changes are working. I was wondering if the
exception some of the log messages had would be included in the key created
from arguments in ConditionalLogger. Poked around a bit and found its not
included.
--
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]