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: [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]

Reply via email to