smengcl commented on PR #6413: URL: https://github.com/apache/ozone/pull/6413#issuecomment-2049000300
The implementation so far still has consistency issue (out-of-order or missing writes?). I'll keep looking: https://github.com/smengcl/hadoop-ozone/actions/runs/8639955657/job/23687774865#step:6:1720 ``` Error: org.apache.hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures.testWatchForCommitDatanodeFailure(boolean)[2] Time elapsed: 44.059 s <<< ERROR! java.io.IOException: Inconsistent read for blockID=conID: 1 locID: 113750153625600001 bcsId: 15 length=800 position=500 numBytesToRead=800 numBytesRead=500 at org.apache.hadoop.ozone.client.io.KeyInputStream.checkPartBytesRead(KeyInputStream.java:195) at org.apache.hadoop.hdds.scm.storage.MultipartInputStream.readWithStrategy(MultipartInputStream.java:97) at org.apache.hadoop.hdds.scm.storage.ExtendedInputStream.read(ExtendedInputStream.java:56) at org.apache.hadoop.ozone.client.io.OzoneInputStream.read(OzoneInputStream.java:56) at java.io.InputStream.read(InputStream.java:101) ``` -- 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]
