[ 
https://issues.apache.org/jira/browse/RATIS-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16641436#comment-16641436
 ] 

Tsz Wo Nicholas Sze commented on RATIS-338:
-------------------------------------------

Thanks [~sergey.soldatov] for working on this.

role, isRaftStorageHealthy and commitInfos could also be different in 
individual groups.  Thus, the new proto should look like:
{code}
message GroupInfoProto {
  RaftGroupProto group = 1;
  RoleInfoProto role = 2;
  bool isRaftStorageHealthy = 3;
  repeated CommitInfoProto commitInfos = 4;
}

message ServerInformationReplyProto {
  RaftRpcReplyProto rpcReply = 1;
  repeated GroupInfoProto groupInfos = 2;
}
{code}


> ServerInformationReply should include multiple groups
> -----------------------------------------------------
>
>                 Key: RATIS-338
>                 URL: https://issues.apache.org/jira/browse/RATIS-338
>             Project: Ratis
>          Issue Type: Sub-task
>          Components: server
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Sergey Soldatov
>            Priority: Major
>         Attachments: RATIS-338-v1.patch
>
>
> ServerInformationReply currently only returns information of a particular 
> group.  It should return informations of all the groups.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to