shivaom02 opened a new pull request, #5481:
URL: https://github.com/apache/ozone/pull/5481

   ## What changes were proposed in this pull request?
   DeleteBlocksCommandHandler should not print TXID at info level.
   
   Basically, the DeleteBlocksCommandHandler was logging all the delete block 
transaction IDs at info level, and thus flooding the datanode log.
   Now, the transaction IDs are logged only if the Debug node is enabled, 
otherwise only the number of transactions are logged at info level.
   This is done so that user is not overwhelmed with unimportant information, 
rather have cleaner and more relevant information.
   
   ## What is the link to the Apache JIRA
   [HDDS-9462](https://issues.apache.org/jira/browse/HDDS-9462) 
   
   ## How was this patch tested?
   As it is only a logging change, no new test cases were added. But the 
existing tests for this module were run successfully.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to