keith-turner opened a new pull request, #5384: URL: https://github.com/apache/accumulo/pull/5384
A single Cipher object was shared between multiple inputstreams when decrypting AES data. This caused decryption to fail when mutliple threads created input streams for decryption. This could potentially cause failure for a single thread also if it interleaves reading from multiple streams that use the same Cipher. Modified the code to create a Cipher per input stream. -- 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]
