hemantk-12 commented on code in PR #5611:
URL: https://github.com/apache/ozone/pull/5611#discussion_r1398040323
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/DeleteBlocksCommandHandler.java:
##########
@@ -221,6 +222,17 @@ public boolean isLockAcquisitionFailed() {
*/
public final class DeleteCmdWorker implements Runnable {
Review Comment:
Not related to this PR, may be a future improvement, we can use
[Scheduler](https://github.infra.cloudera.com/CDH/ozone/blob/3964ece6561b0402165c4158d51b65e9d82c8860/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/utils/Scheduler.java#L32),
rather than daemon and sleep.
--
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]