[
https://issues.apache.org/jira/browse/HDDS-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16694908#comment-16694908
]
Xiaoyu Yao commented on HDDS-865:
---------------------------------
{code}
server = ((NettyServerBuilder) ServerBuilder.forPort(port))
.maxInboundMessageSize(OzoneConsts.OZONE_SCM_CHUNK_MAX_SIZE)
.addService(new GrpcXceiverService(dispatcher))
.build();
NettyServerBuilder nettyServerBuilder =
((NettyServerBuilder) ServerBuilder.forPort(port))
.maxInboundMessageSize(OzoneConsts.OZONE_SCM_CHUNK_MAX_SIZE)
.addService(new GrpcXceiverService(dispatcher));
{code}
> GrpcXceiverService is added twice to GRPC netty server
> ------------------------------------------------------
>
> Key: HDDS-865
> URL: https://issues.apache.org/jira/browse/HDDS-865
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Priority: Minor
>
> HDDS-835 added GrpcXceiverService twice. This is found when merge this change
> with HDDS-4 branch.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]