(MongoDB Version 2.6.3)Arbiter akzeptiert keine Verbindungen
Ich habe ein Replikat-Set: 2 Knoten + Arbiter. Die Replikat-Gruppe funktioniert ohne Probleme, aber ich bin nicht in der Lage an den Arbiter verbinden:
Failed to connect to myarbiter.com, reason: errno:111 Connection refused
2014-07-16T13:41:59.513+0000 Error: couldn't connect to server myarbiter.com (myIP), connection attempt failed at src/mongo/shell/mongo.js:148
exception: connect failed
Courios ist, dass ich & entfernen Sie den Knoten in meinem Replikatssatz hinzufügen können. Connectiong zum sekundären oder primären, ich den Arbiter sehen:
"_id" : 2,
"name" : "myarbiter:myport",
"health" : 1,
"state" : 7,
"stateStr" : "ARBITER",
"uptime" : 4,
"lastHeartbeat" : ISODate("2014-07-16T13:25:13Z"),
"lastHeartbeatRecv" : ISODate("2014-07-16T13:25:13Z"),
"pingMs" : 111
wenn ich Schwanz mongod.log (auf dem Arbiter) I
2014-07-16T13:48:15.583+0000 [initandlisten] connection accepted from SOME_IP:SOME_PORT #46 (37 connections now open)
2014-07-16T13:48:15.754+0000 [conn42] authenticate db: admin { authenticate: 1, user: "MYUSER", nonce: "xxx", key: "xxx" }
2014-07-16T13:48:15.754+0000 [conn42] Failed to authenticate [email protected] with mechanism MONGODB-CR: AuthenticationFailed UserNotFound Could not find user [email protected]
2014-07-16T13:48:15.974+0000 [initandlisten] connection accepted from SOME_IP:SOME_POR #47 (38 connections now open)
Mit meinem anderen Replikatssatz sehen kann, kann ich immer Verbindung zum Arbiter ohne Probleme. Irgendeine Idee was ist los?
Bearbeiten: Wenn ich Replikat Informationen & entfernen Auth entfernen, kann ich ohne Probleme zu diesem Knoten verbinden. Keine Firewall Probleme :)