赞
踩
/data 快照数据
/datalog 事务日志
集群服务器端点清单,空格分隔
server.id=<address1>:<port1>:<port2>;<client port>
例如
ZOO_SERVERS="server.1={hostname1}:2888:3888;2181 server.2={hostname2}:2888:3888;2181 server.3={hostname3}:2888:3888;2181"
集群节点ID
额外配置,空格分隔。如果挂在的配置文件没有生效,可以考虑用这个环境变量。
例如
ZOO_CFG_EXTRA="quorumListenOnAllIPs=true"
JVM参数
例如
JVMFLAGS="-Xmx1024m"
启用管理服务器,默认开启,部署在host:8080/commands
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。