TIKV 5.3.0 启动失败
thread ‘main’ panicked at ‘called Result::unwrap()
on an Err
value: ParseIntError { kind: PosOverflow }’, components/tikv_util/src/sys/cgroup.rs:250:18
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
2 个赞
使用的是二进制的方式启动的
nohup tikv-server --config=tikv.toml --status-addr “${ip}:${port}” &
tikv-server 5.3.0 的版本
配置文件 tikv.toml
TiKV config template
log-level = “info”
log-file = “/data4/tikv15006/log/tikv.log”
slow-log-file = “/data4/tikv15006/log/tikv_slow.log”
log-rotation-timespan = “24h”
slow-log-threshold = “1s”
log-rotation-size = “300MB”
[readpool.unified]
The minimal working thread count of the thread pool.
min-thread-count = 1
The default value is max(4, LOGICAL_CPU_NUM * 0.8).
max-thread-count = 8
Size of the stack for each thread in the thread pool.
stack-size = “10MB”
Max running tasks of each worker, reject if exceeded.
max-tasks-per-worker = 2000
[readpool.storage]
use-unified-pool = true
[readpool.coprocessor]
use-unified-pool = true
[server]
addr = “11.187.134.221:15006”
advertise-addr = “11.187.134.221:15006”
[storage]
data-dir = “/data4/tikv15006/store”
[storage.block-cache]
capacity = “8G”
[pd]
endpoints = [‘9.44.5.66:15072’, ‘9.44.5.93:15072’, ‘9.22.58.223:15072’]
[raftstore]
hibernate-regions = true
apply-pool-size = 4
store-pool-size = 4
1 个赞
qizheng
(qizheng)
2022 年1 月 17 日 03:19
7
1 个赞
你好,这是个旧问题,你重新追问的问题很容易被忽略~请重新发帖提问吧。
system
(system)
关闭
2022 年10 月 31 日 19:09
11
此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。