kaijchen commented on PR #3460: URL: https://github.com/apache/ozone/pull/3460#issuecomment-1139214660
> How did this issue triggered in your case? I am wondering if there is a chance to add some coverage I found it by writing some very large key (40 GB) in a real cluster, and to many datanodes are excluded at some point. ``` ozone freon ockg -n 100 --type EC --replication rs-10-4-1024k --size 4000000000 ``` Maybe we can mock DN to return ContainerNotOpenException to test this? The change here is "If caused by container not open, don't exclude datanode". -- 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]
