点燃。活跃(真)?

Ignite. active(true)?

当我尝试创建 apache ignite key value 记录时,出现错误(Can not perform the operation because the cluster is inactive. 请注意,如果使用 Ignite Persistent Store 来创建集群,默认情况下该集群将被视为处于非活动状态让所有节点加入集群。为了激活集群调用 Ignite.active(true).) 工作,我使用 golang 和库 github.com/amsokol/ignite-go-client/binary/v1。因为我只是在学习如何使用 apache ignite,所以我不太明白应该在哪里启用 Ignite。活动(真)?

使用control.sh脚本:

./control.sh --activate

您只需要激活一次集群,因此将其放在代码中通常不是一个好主意。

the documentation 中的更多内容。