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 2022/10/30 10:11:12 UTC

[GitHub] [ozone] szetszwo opened a new pull request, #3914: HDDS-7438. Add a createStreamKey method to OzoneBucket.

szetszwo opened a new pull request, #3914:
URL: https://github.com/apache/ozone/pull/3914

   ## What changes were proposed in this pull request?
   ```java
   //OzoneBucket
     public OzoneDataStreamOutput createStreamKey(String key, long size)
         throws IOException {
       ...
     }
   ```
   We propose to add the above method to `OzoneBucket` since there is a similar `createKey` in `OzoneBucket`.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-7438
   
   ## How was this patch tested?
   
   Added a new unit test.


-- 
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] szetszwo commented on pull request #3914: HDDS-7438. Add a createStreamKey method to OzoneBucket.

Posted by GitBox <gi...@apache.org>.
szetszwo commented on PR #3914:
URL: https://github.com/apache/ozone/pull/3914#issuecomment-1297189910

   @captainzmc , thanks a lot for reviewing and merging this!


-- 
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 #3914: HDDS-7438. Add a createStreamKey method to OzoneBucket.

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


-- 
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