joshelser commented on pull request #1565: URL: https://github.com/apache/hbase/pull/1565#issuecomment-620177878
> I have shown from the example/test code, while Oracle/Open JDK does not require the creation of SaslClient to be wrapped in doAs, IBM JDK requires it I'm trying to understand what the fundamental difference is here between other JVMs and IBM Java. You are providing anecdotal evidence, not something which gives me any confidence in your solution. For example: why is IBM java different? Is this a known or conscious decision by IBM Java to be different? What is the creation of the SaslClient object doing that requires a privileged execution context? Why _doesn't_ Oracle/Open JDK require this? Simply showing that one test passes in isolation does not give me any confidence in this solution you've shown here as being correct. ---------------------------------------------------------------- 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]
