adoroszlai opened a new pull request, #5664: URL: https://github.com/apache/ozone/pull/5664
## What changes were proposed in this pull request? `BlockInputStream` updates block token if it experiences an exception reading a chunk (implemented in HDDS-7930). However, `ChunkInputStream` keeps using the initial token, so read still fails. This PR changes it to use the latest token fetched by `BlockInputStream`. Both this PR and #5655 are changing `TestChunkInputStream`. To avoid conflicts, this PR includes @hemantk-12's change for this single test as a separate commit. https://issues.apache.org/jira/browse/HDDS-9734 ## How was this patch tested? Added assertion in existing unit test. CI: https://github.com/adoroszlai/ozone/actions/runs/6961769568 -- 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]
