Connection authentication spam against MongoDB arbiter nodes #8449
Milestone
Comments
+1 |
laosb
added a commit
that referenced
this issue
Mar 4, 2017
benjamn
added a commit
that referenced
this issue
Mar 8, 2017
The
Please report back if you encounter any problems, and thanks for reporting this! (And thanks @laosb for starting the pull request!) |
sprohaska
added a commit
to sprohaska/meteor
that referenced
this issue
Jul 2, 2017
Meteor 1.4.3.2 upgraded npm mongo to 2.2.24 in order to fix an issue with MongoDB arbiter login attempts, see Meteor issue 8449 and Meteor 1.4.3.2 changelog. But the MongoDB upstream fix was incomplete. This commits upgrades npm mongo further to 2.2.29 in order to get the fix for the related arbiter login issue NODE-981 on the MongoDB Jira, which requires `mongo-core@>=2.1.10`, which requires `mongodb@>=2.2.26`; see references below. References: - Meteor issue 8449: <meteor#8449>. - Meteor 1.4.3.2: <https://github.com/meteor/meteor/blob/devel/History.md#v1432-2017-03-14> - NODE-981 in MongoDB Jira: <https://jira.mongodb.org/browse/NODE-981> - mongodb-core 2.1.10 changelog: <https://github.com/christkv/mongodb-core/blob/2.0/HISTORY.md#2110-2017-04-18>, - mongodb 2.2.26 changelog: <https://github.com/mongodb/node-mongodb-native/blob/2.2/HISTORY.md#2226-2017-04-18>. Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Meteor project is affected by a bug was re-introduced in the 2.2.x version of the MongoDB driver which attempts to authenticate against an arbiter node. Per https://jira.mongodb.org/browse/NODE-927, driver version 2.2.23 or greater contains a fix.
The text was updated successfully, but these errors were encountered: