infraio commented on a change in pull request #372: HBASE-22673 Avoid to expose
protobuf stuff in Hbck interface
URL: https://github.com/apache/hbase/pull/372#discussion_r302347326
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseHbck.java
##########
@@ -173,6 +174,7 @@ private static String toCommaDelimitedString(List<String>
list) {
}
@Override
+ @Deprecated
public Map<String, MasterProtos.RegionErrorType>
Review comment:
My plan is only keep "fixing" method in Hbck interface. And add a chore
thread to check wrong stuff in master and show them in master web ui. And now
we can use HBCK1 to check these.
----------------------------------------------------------------
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