You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/07/22 08:16:15 UTC

[GitHub] [ozone] ckj996 opened a new pull request #2451: [HDDS-5481] Fix stream() and link() method in ContainerStateMachine

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] captainzmc merged pull request #2451: HDDS-5481. Fix stream() and link() method in ContainerStateMachine

Posted by GitBox <gi...@apache.org>.
captainzmc merged pull request #2451:
URL: https://github.com/apache/ozone/pull/2451


   


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org