Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Cluster computing “开始行动”;StartAction“;在VoltDB的社区版中不受支持_Cluster Computing_Startup_Voltdb - Fatal编程技术网

Cluster computing “开始行动”;StartAction“;在VoltDB的社区版中不受支持

Cluster computing “开始行动”;StartAction“;在VoltDB的社区版中不受支持,cluster-computing,startup,voltdb,Cluster Computing,Startup,Voltdb,我想向voltdb集群添加一个节点,请使用命令 voltdb start --add --host=s7biapp26 但是,遇到了一个有关以下内容的错误: ERROR: Start action "StartAction" is not supported in the community edition of VoltDB. FATAL: This process will exit. Please run VoltDB with the CREATE start action. Volt

我想向voltdb集群添加一个节点,请使用命令

voltdb start --add --host=s7biapp26
但是,遇到了一个有关以下内容的错误:

ERROR: Start action "StartAction" is not supported in the community edition of VoltDB.
FATAL: This process will exit. Please run VoltDB with the CREATE start action.
VoltDB has encountered an unrecoverable error and is exiting.
我的voltdb版本是voltdb-community-8.0


那么,如何为社区版本向集群添加节点呢?“请用CREATE start操作运行VoltDB。”

我在VoltDB工作。community edition不支持在不停机的情况下弹性扩展集群的功能,这是使用“voltdb start--add”命令调用的。企业版上提供了此功能

使用community edition,您可以使用中描述的过程重新配置集群(以添加更多节点)