我正在尝试设置3台服务器,但进展不顺利。您可以在下面看到我的配置文件。
default-distributed-db-config.json:
然后我用@Value("${testspring}")
启动node1。
使用节点1上的控制台创建数据库:
dserver.sh
然后创建一个类并重命名默认集群:
connect remote:localhost root root create database
remote:localhost/testdb root password plocal graph
然后我收到以下错误。
com.orientechnologies.orient.server.distributed.ODistributedException: 在分布式节点上创建群集“客户端”时出错:本地和 分配的远程ID不同
我不知道为什么这不起作用。谁能帮忙指出我的配置文件出了什么问题?