You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Shashikant Banerjee (JIRA)" <ji...@apache.org> on 2017/12/07 07:22:00 UTC

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

Shashikant Banerjee reassigned RATIS-154:
-----------------------------------------

    Assignee: Shashikant Banerjee  (was: Mukul Kumar Singh)

> 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
>
> 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)