carp84 commented on issue #181: HBASE-22283 Print row and table information when failed to get region location URL: https://github.com/apache/hbase/pull/181#issuecomment-485357693 Checking `hbase-checkstyle/src/main/resources/hbase/checkstyle.xml` we could see the rule is to put all shaded classes at end of the class, which was not the case of `RpcRetryingCallerWithReadReplicas`, and we will fix it in this PR. ``` <module name="ImportOrder"> <property name="groups" value="*,org.apache.hbase.thirdparty,org.apache.hadoop.hbase.shaded"/> <property name="option" value="top" /> <property name="ordered" value="true"/> <property name="sortStaticImportsAlphabetically" value="true"/> </module> ```
---------------------------------------------------------------- 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
