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/10/05 08:50:30 UTC

[GitHub] [ozone] fapifta opened a new pull request #2708: HDDS-5815 FileEncryptionInfo is not necessary to be referenced inside KeyOutputStream

fapifta opened a new pull request #2708:
URL: https://github.com/apache/ozone/pull/2708


   ## What changes were proposed in this pull request?
   Currently the RPCClient sets the open key session to the KeyOutputStream during a write initialization.
   From the OpenKeySession, the KeyOutputStream fetches the OMKeyInfo, and then from that the FileEncryptionInfo.
   The sole reason to do this is to provide a getter for the FileEncryptionInfo object, which then retrieved by the RPCClient later on.
   
   So that the reference can be removed from KeyOutputStream as it is unnecessary, this PR is here to remove it.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5815
   
   ## How was this patch tested?
   Standard JUnit tests + CI, simple change no extra test efforts added.
   


-- 
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] fapifta merged pull request #2708: HDDS-5815 FileEncryptionInfo is not necessary to be referenced inside KeyOutputStream

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


   


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