You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Lei Xie (Jira)" <ji...@apache.org> on 2022/07/22 06:43:00 UTC

[jira] [Updated] (RATIS-1633) Improve the grpc config output log information.

     [ https://issues.apache.org/jira/browse/RATIS-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lei Xie updated RATIS-1633:
---------------------------
    Issue Type: Bug  (was: Improvement)

> Improve the grpc config output log information.
> -----------------------------------------------
>
>                 Key: RATIS-1633
>                 URL: https://issues.apache.org/jira/browse/RATIS-1633
>             Project: Ratis
>          Issue Type: Bug
>          Components: gRPC
>            Reporter: Lei Xie
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)