Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
In some cases SCMBlockDeletingService keep reading same transaction and use for block deletion and incrementing the retry count. But due to some issue on DN those transactions either fails or timeout. This leads to slow down the process. To give fair chance and to have better delete speed, we need to iterate delete table completely before giving second retry for the same transaction.