Lokesh Jain created HDDS-4232:
---------------------------------

             Summary: Use single thread for KeyDeletingService and 
OpenKeyCleanupService
                 Key: HDDS-4232
                 URL: https://issues.apache.org/jira/browse/HDDS-4232
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
            Reporter: Lokesh Jain
            Assignee: Lokesh Jain


KeyDeletingService and OpenKeyCleanupService scan the keys from a particular 
rocksdb table and sends deletion request to SCM. Every thread would scan the 
table and send deletion requests. This can lead to multiple deletion request 
for a particular block. There is currently no way to distribute the keys to be 
deleted amongst multiple threads.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to