【发布时间】:2021-04-14 10:09:31
【问题描述】:
当我尝试创建 apache ignite 键值记录时,出现错误(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。活跃(真)?
【问题讨论】: