ckj996 opened a new pull request #2451: URL: https://github.com/apache/ozone/pull/2451
## What changes were proposed in this pull request? 1. Fix an inconsistency in parsing the request in `stream()` method with the `startTransaction()` method. This inconsistency caused the stream close issue in our POC code. Refer to the JIRA for more details. 2. Add `@Override` annotation to `link()` method. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5481 ## How was this patch tested? This patch is tested in our POC code, see this [commit](https://github.com/ckj996/ozone/commit/a2da593cfdb608c0de496acdea3ce98114bbe5ca), so we dont need to do ugly workarounds like this [commit](https://github.com/ckj996/ozone/commit/e199582d1b811e6258a34133935746f0617a84ff). Unit tests will be added later after the client is finished. -- 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]
