bharathv commented on a change in pull request #781: HBASE-18095: 
Zookeeper-less client connection implementation
URL: https://github.com/apache/hbase/pull/781#discussion_r346537725
 
 

 ##########
 File path: hbase-protocol-shaded/src/main/protobuf/Master.proto
 ##########
 @@ -707,6 +737,19 @@ service MasterService {
   rpc GetClusterStatus(GetClusterStatusRequest)
     returns(GetClusterStatusResponse);
 
+  /** Returns whether this master is active or not. Served on both 
active/standby masters.*/
+  rpc IsActive(IsActiveRequest) returns(IsActiveResponse);
 
 Review comment:
   https://github.com/apache/hbase/pull/812 - You are already a reviewer on 
that :-)

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

Reply via email to