ayushtkn commented on a change in pull request #1894:
URL: https://github.com/apache/ozone/pull/1894#discussion_r573173675
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java
##########
@@ -653,14 +653,6 @@ ContainerCommandResponseProto handleDeleteChunk(
return malformedRequest(request);
}
- // The container can become unhealthy after the lock is released.
- // The operation will likely fail/timeout in that happens.
- try {
- checkContainerIsHealthy(kvContainer);
- } catch (StorageContainerException sce) {
- return ContainerUtils.logAndReturnError(LOG, sce, request);
- }
Review comment:
Where is this check available in ``handleDeleteChunk`` path? I tried
checking callers of the method, couldn't find where this is checked before. Can
you point me to 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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]