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 Nicholas Sze (JIRA)" <ji...@apache.org> on 2017/12/18 02:13:00 UTC

[jira] [Resolved] (RATIS-154) Add setter functions for Raft Config keys

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

Tsz Wo Nicholas Sze resolved RATIS-154.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.2.0-alpha

I have committed this.  Thanks, Shash!

Thanks also Lokesh for reviewing the patch.


> 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
>             Fix For: 0.2.0-alpha
>
>         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)