HDDS-865. GrpcXceiverService is added twice to GRPC netty server. Contributed by Xiaoyu Yao.

This commit is contained in:
Shashikant Banerjee 2018-11-21 23:43:01 +05:30
parent 34b6fa7d6b
commit f42b2dfdf1
1 changed files with 0 additions and 4 deletions

View File

@ -90,10 +90,6 @@ public XceiverServerGrpc(DatanodeDetails datanodeDetails, Configuration conf,
}
datanodeDetails.setPort(
DatanodeDetails.newPort(DatanodeDetails.Port.Name.STANDALONE, port));
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)