EdColeman commented on issue #4469:
URL: https://github.com/apache/accumulo/issues/4469#issuecomment-2063771291

   There seems two parts to this request.  Logging the number of migrations 
separately seems helpful.
   
   As for the level change:  The logging config is dynamic and can be changed 
at run-time.  Why is it insufficient to set the HostRegexTableLoadBlancer to 
trace if that level of detail is necessary to troubleshoot?  Maybe some debug 
level statements could be added that provide a summary (and maybe that's 
provided by logging the number?).
   
   Often, we seem to ping-pong with logging in these cases.  It's needed in a 
rare case so the level is elevated - then later a different issue occurs and 
it's noticed that the logging is excessive when things are operating as 
expected and are not providing useful information, so the log level is then 
reduced.
   
   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.
   
   I am not saying that this change may be unnecessary or helpful in this 
situation - rather just asking the question to see if there is something that 
may add more value (even if it's more work).


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to