ddanielr commented on issue #4469: URL: https://github.com/apache/accumulo/issues/4469#issuecomment-2063821160
> 1. Log the migrations that are not moving as DEBUG. The message is currently TRACE. To avoid the logging option changes, we could probably take a look at this and do some caching. > Rather than just changing the level, is there something that could provide a summary, maybe with counts of #moved, #to be moved, #seen before but not moved,... Something that would be a one-liner, but sufficient to show progress, amount of work remaining. Then, if that points to something not making progress, that would trigger modifying the log level if needed. We could make the change to add the summary count of moved, then if "moved" hasn't progressed in 5min, bump the "TRACE" message to "DEBUG" We've done similar things in the code to help with "spammy" messages without requiring log4j2.property file changes. https://github.com/apache/accumulo/commit/f98c87cb5798c781364a7773d17b1325a73b9f5d -- 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]
