bharatviswa504 opened a new pull request #1608:
URL: https://github.com/apache/ozone/pull/1608


   ## What changes were proposed in this pull request?
   
   OM sends multiple times the same batch of block deletes to SCM, as keys will 
not be deleted from delete table, even though they are submitted for the purge.
   
   **Reason for this issue:**
   1. When KeyDelete Service submits a request KeyPurge from KeyDelete Service, 
as this is submitted internally from OMServer the callID and ClientID will be 
passed the same, the subsequent requests are considered as retry, and it will 
not be processed until ratis clears its retry cache.
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4481
   
   ## How was this patch tested?
   
   Added a test and also tested the fix on the cluster, now KeyDeletion service 
is working as expected.


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

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