Add value ranges and types for TiKV configuration items
#24.314 aperta il 27 apr 2021
Metriche repository
- Star
- (40.090 star)
- Metriche merge PR
- (Merge medio 14g 4h) (346 PR mergiate in 30 g)
Descrizione
Feature Request
Is your feature request related to a problem? Please describe:
The users of the document TiKV Configuration File might need to know the value ranges and types of certain configuration items. However, only some of these configuration items in this document have value range and type information.
Describe the feature you'd like:
Contribute to TiDB documentation by providing value range and type information for the following configuration items. This document is in the pingcap/docs repository. To contribute to this document, follow the TiDB Documentation Contributing Guide. See https://github.com/pingcap/docs/pull/5681 for example.
If you have already created a PR for one or more items below, please tick the corresponding box(es) and provide the PR link at the end of the line.
- status-thread-pool-size
- grpc-concurrency
- grpc-concurrent-stream
- grpc-memory-pool-quota
- grpc-raft-conn-num
- grpc-stream-initial-window-size
- grpc-keepalive-time
- grpc-keepalive-timeout
- concurrent-send-snap-limit
- concurrent-recv-snap-limit
- end-point-recursion-limit
- end-point-request-max-handle-duration
- snap-max-write-bytes-per-sec
- end-point-slow-log-threshold
- min-thread-count
- max-thread-count
- stack-size https://github.com/pingcap/docs/pull/5681
- max-tasks-per-worker
- high-concurrency
- normal-concurrency
- low-concurrency
- max-tasks-per-worker-high
- max-tasks-per-worker-normal
- max-tasks-per-worker-low
- stack-size https://github.com/pingcap/docs/pull/5681
- high-concurrency
- normal-concurrency
- low-concurrency
- max-tasks-per-worker-high
- max-tasks-per-worker-normal
- max-tasks-per-worker-low
- stack-size https://github.com/pingcap/docs/pull/5681
- scheduler-concurrency
- scheduler-worker-pool-size
- scheduler-pending-write-threshold
- reserve-space
- ttl-poll-check-interval
- capacity
- raft-base-tick-interval
- raft-heartbeat-ticks
- raft-election-timeout-ticks
- raft-min-election-timeout-ticks
- raft-max-election-timeout-ticks
- raft-max-size-per-msg
- raft-max-inflight-msgs
- raft-entry-max-size
- raft-log-gc-tick-interval
- raft-log-gc-threshold
- raft-log-gc-count-limit
- raft-log-gc-size-limit
- raft-entry-cache-life-time
- raft-reject-transfer-leader-duration
- raftstore.peer-stale-state-check-interval
- split-region-check-tick-interval
- region-split-check-diff
- region-compact-check-interval
- region-compact-check-step
- region-compact-min-tombstones
- pd-heartbeat-tick-interval
- pd-store-heartbeat-tick-interval
- snap-mgr-gc-tick-interval
- snap-gc-timeout
- lock-cf-compact-interval
- lock-cf-compact-bytes-threshold
- notify-capacity
- messages-per-tick
- max-peer-down-duration
- max-leader-missing-duration
- abnormal-leader-missing-duration
- peer-stale-state-check-interval
- leader-transfer-max-log-lag
- snap-apply-batch-size
- consistency-check-interval
- raft-store-max-leader-lease
- merge-max-log-gap
- merge-check-tick-interval
- cleanup-import-sst-interval
- local-read-batch-size
- apply-max-batch-size
- apply-pool-size
- store-max-batch-size
- store-pool-size
- future-poll-size
- batch-split-limit
- region-max-size
- region-split-size
- region-max-keys
- region-split-keys
- max-background-jobs
- max-background-flushes
- max-sub-compactions
- max-open-files
- max-manifest-file-size
- wal-recovery-mode
- wal-ttl-seconds
- wal-size-limit
- stats-dump-period
- compaction-readahead-size
- writable-file-max-buffer-size
- rate-bytes-per-sec
- rate-limiter-mode
- bytes-per-sync
- wal-bytes-per-sync
- info-log-max-size
- info-log-roll-time
- info-log-keep-log-file-num
- info-log-dir
- max-background-gc
- block-size
- block-cache-size
- bloom-filter-bits-per-key
- read-amp-bytes-per-bit
- write-buffer-size
- max-write-buffer-number
- min-write-buffer-number-to-merge
- max-bytes-for-level-base
- target-file-size-base
- level0-file-num-compaction-trigger
- level0-slowdown-writes-trigger
- level0-stop-writes-trigger
- max-compaction-bytes
- num-levels
- max-bytes-for-level-multiplier
- soft-pending-compaction-bytes-limit
- hard-pending-compaction-bytes-limit
- compaction-guard-min-output-file-size
- compaction-guard-max-output-file-size
- min-blob-size
- blob-cache-size
- min-gc-batch-size
- max-gc-batch-size
- discardable-ratio
- merge-small-file-threshold
- block-cache-size
- compaction-guard-min-output-file-size
- compaction-guard-max-output-file-size
- block-cache-size
- level0-file-num-compaction-trigger
- max-background-jobs
- max-sub-compactions
- data-key-rotation-period
- num-threads
- num-import-jobs
- num-threads
- wait-for-lock-timeout
- wait-up-delay-duration
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy: