keith-turner commented on issue #5386:
URL: https://github.com/apache/accumulo/issues/5386#issuecomment-2718767992

   Opened #5400 which maintains the current behavior and adds an explicit check 
for having multiple encryption output streams open at the same time.  The 
encryption code uses a shared cipher and shared initialization vectors, both of 
which do not work w/ multiple threads. The current code does not seem to use 
more than one output steam at a time, so adapted the javadoc and added 
validation for this instead of adapting the AES impl to use case that does not 
seem to be present.


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

Reply via email to