ctubbsii opened a new pull request #1550: Remove some reflection where not needed URL: https://github.com/apache/accumulo/pull/1550 Remove unnecessary reflection to load methods that are contained in public stable Hadoop APIs. This reflection was added for simultaneous Hadoop 1 and Hadoop 2 support. We now require Hadoop 3 and these APIs are stable, so reflection is not needed. Also reduce visibility of some methods in TTimeoutTransport exposed for testing and delete unnecessary code.
---------------------------------------------------------------- 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] With regards, Apache Git Services
