You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz-wo Sze (Jira)" <ji...@apache.org> on 2022/07/23 19:33:00 UTC

[jira] [Resolved] (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 ]

Tsz-wo Sze resolved RATIS-1633.
-------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

The pull request is now merged.  Thanks, [~leo65535] !

> 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: conf, gRPC
>            Reporter: Lei Xie
>            Assignee: Lei Xie
>            Priority: Minor
>             Fix For: 3.0.0
>
>          Time Spent: 1h 40m
>  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)