devmadhuu commented on PR #5698: URL: https://github.com/apache/ozone/pull/5698#issuecomment-1835584756
@ayushtkn @adoroszlai , I have fixed it now. Here is the green CI [link](https://github.com/devmadhuu/ozone/actions/runs/7043089744). There were actually 2 issues: 1. Timeout issue [HDDS-9705](https://issues.apache.org/jira/browse/HDDS-9705) where sendCommand of writeChunk fails. 2. And another one when chunk was failed to write, GetCommittedBlockLength command fails to get block due to unsuccessful chunk write in `tesGetCommittedBlockLength`. I just realized that line L173 change in `TestGetCommittedBlockLengthAndPutKey` which I did in my local code to fix the flakyness, but was somehow reverted and was not pushed in this PR, now I have fixed that. Above green CI link shows no falkiness now. -- 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]
