[GitHub] [hadoop] ashutoshcipher commented on pull request #4410: HDFS-16064. Determine when to invalidate corrupt replicas based on number of usable replicas

2022-06-19 Thread GitBox


ashutoshcipher commented on PR #4410:
URL: https://github.com/apache/hadoop/pull/4410#issuecomment-1159766297

   > Filed [HDFS-16635](https://issues.apache.org/jira/browse/HDFS-16635) to 
fix javadoc error.
   
   @aajisaka  Raised PR for the same.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [hadoop] ashutoshcipher commented on pull request #4410: HDFS-16064. Determine when to invalidate corrupt replicas based on number of usable replicas

2022-06-13 Thread GitBox


ashutoshcipher commented on PR #4410:
URL: https://github.com/apache/hadoop/pull/4410#issuecomment-1154595288

   Thanks @KevinWikant for the PR.
   
   We have seen this bug coming up few times in last few months. And the PR 
seems to fix the bug.
   
   Although I am thinking could there be a case where the block can show up in 
both liveReplicas and decommissioning, which could lead to any unnecessarily 
call to invalidateCorruptReplicas()
   
   Edge case coming to my mind is when the we are considering the block on 
decommissioning node as useable but the very next moment, the node is 
decommissioned.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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