简体   繁体   English

尝试配置ArangoDB复制时出错

[英]Error while trying to configure ArangoDB replication

While trying to configure an async replication on an ArangoDB database (using the document https://docs.arangodb.com/3.3/Manual/Administration/Replication/Asynchronous/Components.html ) I got this error: 尝试在ArangoDB数据库上配置异步复制时(使用文档https://docs.arangodb.com/3.3/Manual/Administration/Replication/Asynchronous/Components.html ),我收到此错误:

JavaScript exception in file 
'/usr/share/arangodb3/js/client/modules/@arangodb/replication.js' at 209,7: 
ArangoError 1470: replication API is not supported on a coordinator
!      throw err;
!      ^
stacktrace: ArangoError: replication API is not supported on a coordinator
    at Object.exports.checkRequestResult 
(/usr/share/arangodb3/js/client/modules/@arangodb/arangosh.js:96:21)
    at waitForResult 
(/usr/share/arangodb3/js/client/modules/@arangodb/replication.js:207:16)
    at setup 
(/usr/share/arangodb3/js/client/modules/@arangodb/replication.js:310:10)
    at Object.setupReplication 
(/usr/share/arangodb3/js/client/modules/@arangodb/replication.js:313:51)
    at <shell command>:1:34

Any idea what could have caused it? 知道是什么原因引起的吗? I'm on the latest 3.3.3 version with a cluster up and running on 3 different machines. 我使用的是最新的3.3.3版本,并且群集已启动并在3台不同的计算机上运行。

You are accessing a coordinator. 您正在访问协调器。 The replication API resides only on DB servers in an ArangoDB cluster. 复制API仅驻留在ArangoDB群集中的数据库服务器上。 You will see a different behavior if you move to DB servers. 如果您移至数据库服务器,则会看到不同的行为。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ArangoDB中的集群和复制 - Clustering and replication in ArangoDB 尝试PostgreSQL主从WAL复制时出现“ Master PostgreSQL标识符与Slave PostgreSQL标识符不匹配”错误 - “Master PostgreSQL identifier is not matching with Slave PostgreSQL identifier” error while trying the PostgreSQL master-slave WAL replication Arangodb在一段时间后停止异步复制 - Arangodb stops async replication after some time 尝试复制时无法使用默认操作日志大小启动mongod服务器 - Unable to start mongod server with default oplog size while trying replication 尝试创建对我的 postgres 数据库的复制时出错 - Errors while I am trying to create replication to my postgres database 在AWS上配置MongoDB复制 - Configure MongoDB Replication at AWS 尝试“mvn clean install”Gerrit的复制插件时出错 - Error when trying to 'mvn clean install' Gerrit's replication plugin 在MongoDB Windows中复制数据库时收到错误消息 - Getting error message while replication database in mongodb windows MS SQL事务复制-在订阅服务器上应用快照时跳过错误 - MS SQL Transactional Replication - Skipping Error while applying snapshot at the subscriber 如何配置OrientDB进行异步复制 - How to configure orientdb for asynchronous replication
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM