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

   
   Please describe your PR in detail:
   * Pruning strategy for the OMCompletedRequestInfo ledger to prevent it 
growing unbounded
   * The approach imlemented is:
       - Soft Limit (Default 100,000): Prunes records safely behind the active 
consumer's checkpoint.
       - Hard Limit (Default 1,000,000): Protects the OM disk by 
unconditionally purging records older than 1,000,000 behind the latest 
transaction in OM, even if the consumer is offline
   * limits are configurable
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-15563
   
   ## How was this patch tested?
   
   Unit tests
   


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