Lei Xie created RATIS-1633:
------------------------------
Summary: Improve the grpc config output log information.
Key: RATIS-1633
URL: https://issues.apache.org/jira/browse/RATIS-1633
Project: Ratis
Issue Type: Improvement
Components: gRPC
Reporter: Lei Xie
When run the rpc server, always output redundant and wrong log, like
admin.port、client.port.
{code:java}
2022-07-22 09:24:21 INFO RaftServer:46 - raft.rpc.type = GRPC (default)
2022-07-22 09:24:21 INFO GrpcFactory:48 - PERFORMANCE WARNING:
useCacheForAllThreads is true that may cause Netty to create a lot garbage
objects and, as a result, trigger GC.
It is recommended to disable useCacheForAllThreads by setting
-Dorg.apache.ratis.thirdparty.io.netty.allocator.useCacheForAllThreads=false in
command line.
2022-07-22 09:24:21 INFO GrpcConfigKeys:46 - raft.grpc.admin.port = -1
(default)
2022-07-22 09:24:21 INFO GrpcConfigKeys:46 - raft.grpc.server.port = 10024
(custom)
2022-07-22 09:24:21 INFO GrpcConfigKeys:46 - raft.grpc.client.port = -1
(default)
2022-07-22 09:24:21 INFO GrpcConfigKeys:46 - raft.grpc.server.port = 10024
(custom)
2022-07-22 09:24:21 INFO GrpcConfigKeys:46 - raft.grpc.server.port = 10024
(custom)
2022-07-22 09:24:21 INFO GrpcService:46 - raft.grpc.message.size.max = 64MB
(=67108864) (default)
2022-07-22 09:24:21 INFO RaftServerConfigKeys:46 -
raft.server.log.appender.buffer.byte-limit = 4MB (=4194304) (default)
2022-07-22 09:24:21 INFO GrpcService:46 - raft.grpc.flow.control.window = 1MB
(=1048576) (default) {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)