You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/21 04:47:36 UTC

[GitHub] [iotdb] SzyWilliam opened a new pull request, #7381: [IOTDB-4478] [Ratis] Add RatisConsensus config parameters in confignode.properties

SzyWilliam opened a new pull request, #7381:
URL: https://github.com/apache/iotdb/pull/7381

   # Description
   Currently, there are many config parameters available for RatisConsensus. All params can refer to `RatisConfig`.
   In this PR, I propose to expose **workload-related** params in confignode.properties so that the user can tune these params according to their workloads.
   # Param List
   1. ratis_snapshot_trigger_threshold, determine how many logs written to trigger a snapshot.
   2. ratis_log_unsafe_flush_enable, determine whether we can flush raft log asynchronous without wait FileChannel.force to return.
   3. ratis_log_segment_size_max, determine max capacity of a single Raft Log segment.
   4. ratis_grpc_flow_control_window, determine gRPC log appender's flow control window size
   5. ratis_rpc_leader_election_timeout_min_ms, determine min election timeout
   6. ratis_rpc_leader_election_timeout_max_ms, determine max election timeout


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] JackieTien97 merged pull request #7381: [IOTDB-4478] [Ratis] Add RatisConsensus config parameters in confignode.properties

Posted by GitBox <gi...@apache.org>.
JackieTien97 merged PR #7381:
URL: https://github.com/apache/iotdb/pull/7381


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org