ghanko commented on pull request #1894: URL: https://github.com/apache/hadoop/pull/1894#issuecomment-800467410
No, the problem is that key id generation and store happens in distinct synchronized blocks so between the two blocks other threads can access currentKeyId which doesn't correspond to any key because it's not stored yet. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
