You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Mukul Kumar Singh (JIRA)" <ji...@apache.org> on 2017/11/23 14:47:00 UTC

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

Mukul Kumar Singh created RATIS-154:
---------------------------------------

             Summary: 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: Mukul Kumar Singh


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)