[
https://issues.apache.org/jira/browse/RATIS-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai reassigned RATIS-2601:
---------------------------------------
Assignee: ryu1.sakai
> GroupInfoReply conf is lost when converting to GroupInfoReplyProto
> ------------------------------------------------------------------
>
> Key: RATIS-2601
> URL: https://issues.apache.org/jira/browse/RATIS-2601
> Project: Ratis
> Issue Type: Bug
> Components: client
> Reporter: ryu1.sakai
> Assignee: ryu1.sakai
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> ClientProtoUtils#toGroupInfoReplyProto() doesn't set the field 'conf'
> (RaftConfigurationProto) when it converts GroupInfoReply into
> GroupInfoReplyProto.
> Consequently, the converted proto lacks conf and GroupInfoReply.getConf()
> always returns an empty Optional on the client side.
> Note: Although this code is located in the client module (ratis-client), it
> is used on the server side (GrpcAdminProtocolService and NettyRpcService), so
> the bug causes incorrect behavior on the service side.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)