Skip to content

Commit

Permalink
[DS-274][fix] 增加Zookeeper参数单位说明 (#281)
Browse files Browse the repository at this point in the history
增加Zookeeper参数单位说明
tickTime---心跳时间(毫秒)
initLimit---LF初始通信时限(tickTime的数量(次))
syncLimit---LF同步通信时限(tickTime的数量(次))
zkHeapSize---ZK最大堆内存(GB)
This closes #274

Co-authored-by: 何辉 <hehui3@asiainfo.com>
  • Loading branch information
ceohui and 何辉 authored Jun 20, 2023
1 parent 2a47f13 commit f183ace
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
},
{
"name": "tickTime",
"label": "心跳时间",
"label": "心跳时间(毫秒)",
"description": "Zookeeper服务器与客户端心跳时间,单位毫秒",
"required": true,
"type": "input",
Expand All @@ -139,7 +139,7 @@
},
{
"name": "initLimit",
"label": "LF初始通信时限",
"label": "LF初始通信时限(tickTime的数量(次))",
"description": "followers启动时需要连接leader,并从leader处获取它所缺失的那部分数据,以便它能和leader的数据保持同步。这个配置项限定从follower启动到恢复完成的超时时间。",
"required": true,
"type": "input",
Expand All @@ -150,7 +150,7 @@
},
{
"name": "syncLimit",
"label": "LF同步通信时限",
"label": "LF同步通信时限(tickTime的数量(次))",
"description": "follower和leader之间数据延迟的最大时间长度。",
"required": true,
"type": "input",
Expand All @@ -161,7 +161,7 @@
},
{
"name": "zkHeapSize",
"label": "ZK最大堆内存",
"label": "ZK最大堆内存(GB)",
"description": "ZK最大堆内存",
"configType": "map",
"required": true,
Expand Down

0 comments on commit f183ace

Please sign in to comment.