lokeshj1703 commented on a change in pull request #628: HDDS-1008. Invalidate
closed container replicas on a failed volume.
URL: https://github.com/apache/hadoop-ozone/pull/628#discussion_r388115915
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainer.java
##########
@@ -298,6 +298,8 @@ public void markContainerForClose() throws
StorageContainerException {
public void markContainerUnhealthy() throws StorageContainerException {
writeLock();
try {
+ // TODO: container should be marked UNHEALTHY in memory even if container
Review comment:
You are right. I missed the state check.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]