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

   ## What changes were proposed in this pull request?
   This change addresses the SCM flush delay caused by the minimum transaction 
gap enforced in Apache Ratis.
   Previously, even with the timer-based flush mechanism, DB updates were 
effectively delayed due to the default snapshot creation gap (~1024 
transactions).
   
   **Changes:**
   
   - Reduce ozone.scm.ha.ratis.server.snapshot.creation.gap from 1024 to 1
   - Remove this configuration from Ozone
   
   **Impact:**
   
   - Reduces delay in SCM DB flush
   - Improves delete block processing latency
   - Simplifies configuration
   
   ## What is the link to the Apache JIRA
   
   HDDS-15065
   
   ## How was this patch tested?
   
   Tested using modified testcases.
   


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