[ 
https://issues.apache.org/jira/browse/RATIS-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16293833#comment-16293833
 ] 

Lokesh Jain commented on RATIS-154:
-----------------------------------

[~shashikant] thanks for updating the patch. +1, the v3 patch looks good to me.

> Add setter functions for Raft Config keys
> -----------------------------------------
>
>                 Key: RATIS-154
>                 URL: https://issues.apache.org/jira/browse/RATIS-154
>             Project: Ratis
>          Issue Type: Bug
>            Reporter: Mukul Kumar Singh
>            Assignee: Shashikant Banerjee
>         Attachments: RATIS-154.001.patch, RATIS-154.002.patch, 
> RATIS-154.003.patch
>
>
> Setter functions are not currently present for all the Raft config keys. The 
> following keys were found to have no setter functions for config keys.
> {code}
>     properties.setInt("raft.server.log.segment.cache.num.max", 2);
>     properties.setInt("raft.grpc.message.size.max",
>         scmChunkSize + raftSegmentSize);
>     properties.setInt("raft.server.rpc.timeout.min", 500);
>     properties.setInt("raft.server.rpc.timeout.max", 600);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to