[
https://issues.apache.org/jira/browse/RATIS-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz-wo Sze updated RATIS-1153:
------------------------------
Component/s: Streaming
> Implement ChannelInboundHandler.exceptionCaught in NettyServerStreamRpc
> -----------------------------------------------------------------------
>
> Key: RATIS-1153
> URL: https://issues.apache.org/jira/browse/RATIS-1153
> Project: Ratis
> Issue Type: Sub-task
> Components: Streaming
> Reporter: Tsz-wo Sze
> Assignee: Tsz-wo Sze
> Priority: Major
>
> https://netty.io/4.1/api/io/netty/channel/ChannelInboundHandler.html#exceptionCaught-io.netty.channel.ChannelHandlerContext-java.lang.Throwable-
> {code}
> //ChannelInboundHandler
> void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws
> Exception
> {code}
> We should implement the above method to handle exceptions in
> NettyServerStreamRpc.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)