Apache9 commented on a change in pull request #2095:
URL: https://github.com/apache/hbase/pull/2095#discussion_r456990289



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
##########
@@ -3276,11 +3290,16 @@ public LocateMetaRegionResponse 
locateMetaRegion(RpcController controller,
     byte[] row = request.getRow().toByteArray();
     RegionLocateType locateType = 
ProtobufUtil.toRegionLocateType(request.getLocateType());
     try {
-      master.checkServiceStarted();

Review comment:
       It is used by old MasterRegistry. It has already been released in 2.3.0 
so we can not remove it, we need to keep compatible.




----------------------------------------------------------------
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]


Reply via email to