[
https://issues.apache.org/jira/browse/RATIS-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16599592#comment-16599592
]
Mukul Kumar Singh commented on RATIS-300:
-----------------------------------------
Thanks for updating the patch [~szetszwo]. The patch isn't compiling. It is
failing with the following error:
{code}
[ERROR] warning: No processor claimed any of these annotations:
org.apache.ratis.shaded.io.netty.channel.ChannelHandler.Sharable
[ERROR]
/Users/msingh/code/work/apache/ratis/bug_fixes/ratis-netty/src/main/java/org/apache/ratis/netty/server/NettyRpcService.java:[141,19]
error: unreported exception IOException; must be caught or declared to be
thrown
{code}
> Support multiple RaftServerImpl in RaftServerProxy
> --------------------------------------------------
>
> Key: RATIS-300
> URL: https://issues.apache.org/jira/browse/RATIS-300
> Project: Ratis
> Issue Type: Sub-task
> Components: server
> Reporter: Tsz Wo Nicholas Sze
> Assignee: Tsz Wo Nicholas Sze
> Priority: Major
> Labels: ozone
> Attachments: r300_20180831b.patch
>
>
> Currently, there is only one RaftServerImpl object in a RaftServerProxy
> object. This JIRA is to support multiple RaftServerImpl objects in a
> RaftServerProxy object in order to support mult-raft.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)