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

   ## What changes were proposed in this pull request?
   
   HDDS-15787: The SCM log message for acknowledging block deletions sent from 
OM is changed from DEBUG to INFO. 
   
   Please describe your PR in detail:
   * At present there are INFO level log traces of deletes sent from OM to SCM, 
sent from SCM to DN, and received/ack'd on DN from SCM. The logging of 
reception/acknowledgement on SCM of the deletes sent from OM is the only gap. 
We already have these logs, they are just DEBUG by default.
   * The solution is to promote the visibility to the INFO level, making the 
entire delete chain visible by default.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-15787
   
   ## How was this patch tested?
   
   Verified output in docker cluster, using ozone freon rk command with 
--clean-objects option to trigger writes and deletes:
   
   ozone freon rk --num-of-volumes=1 --num-of-buckets=3 --num-of-keys=1024 
--validate-writes --clean-objects --num-of-threads=3
   
   In the logs we see:
   
   2026-08-04 19:12:53,428 [IPC Server handler 54 on default port 9863] INFO 
server.SCMBlockProtocolServer: SCM is informed by OM to delete 3072 keys. Total 
blocks to deleted 3072.
   2026-08-04 19:12:53,431 [IPC Server handler 54 on default port 9863] INFO 
ha.SequenceIdGenerator: Allocate a batch for delTxnId, change lastId from 0 to 
1000.
   2026-08-04 19:12:53,440 [IPC Server handler 54 on default port 9863] INFO 
server.SCMBlockProtocolServer: Total number of blocks ACK by SCM in this cycle: 
3072
   
   
   


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