mehakmeet commented on pull request #2706:
URL: https://github.com/apache/hadoop/pull/2706#issuecomment-883337716


   > What was the conclusion on the ITestS3AFileContextStatistics failure? Side 
effect of the padding?
   
   Seems like there are few different ways to set the KMS Key ID, other than 
just using the Key ID. 
   - Key ID.
   - Key ARN.
   - Alias ARN.
   - Alias name.
   
   These all would result in different number of bytes sent to KMS service for 
key generation op, resulting in different bytesWritten value. 
   This test was always kind of a workaround, with having some constant bytes, 
now I have added the value of key ID set, so that it works for different 
method, but other request params like "EncryptionContext" and "KeySpec", still 
added as constant bytes.  


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