ashishkumar50 commented on code in PR #4901:
URL: https://github.com/apache/ozone/pull/4901#discussion_r1233613896
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java:
##########
@@ -1382,6 +1391,8 @@ private void deleteInternal(Container container, boolean
force)
if (!success) {
LOG.error("Failed to move container under " +
hddsVolume.getDeleteServiceDirPath());
+ // Trigger a volume scan as rename failed
+
StorageVolumeUtil.onFailure(container.getContainerData().getVolume());
Review Comment:
@sadanand48, https://github.com/apache/ozone/pull/4655 is merged, You can
now rebase and fix on top of that.
--
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]