jmark99 opened a new pull request #1603: URL: https://github.com/apache/accumulo/pull/1603
The 'updateCache' method within TabletLocatorImpl.java contains two identical 'if' conditions, both of which throw 'IllegalStateExceptions'. I removed the second, given that it would never be reached if the condition is true. Even though the conditional checks are identical, the message provided to the exceptions differ. I kept the first since that would be the one presented to the user if this condition was satisfied. ---------------------------------------------------------------- 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]
