Description
// before RATIS-1633 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)
RATIS-1633 changed the log (from above) to print out the effective value (to below).
// after RATIS-1633
2022-07-21 17:36:03 INFO GrpcConfigKeys:46 - raft.grpc.client.port = 10024 (custom)
We should print also the valued set in conf as below.
raft.grpc.admin.port = 10024 (fallback to raft.grpc.server.port)
Attachments
Issue Links
- relates to
-
RATIS-1633 Improve the grpc config output log information.
- Resolved
- links to