virajjasani commented on a change in pull request #2095:
URL: https://github.com/apache/hbase/pull/2095#discussion_r457073700
##########
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:
Oh yes this is for backward compatibility.
----------------------------------------------------------------
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]