Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWrong "local" database detection in case replica set was configured incorrectly #10923
Comments
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
. |
|
Hii, can i work on this .? |
|
Please do |
|
hi @ruhci28 sure! Go ahead! |
|
Is this issue still open? I would be willing to look into this. |
|
Please do |
I spent lot of time today debugging this message when setting up rocketchat. I was sure I am setting MONGO_OPLOG_URL env variable correctly, but this this package kept complaining. So I followed your comment at
meteor/packages/mongo/oplog_tailing.js
Line 219 in bf33597
So as you can see problem isn't because of wrongly specified database in env variable, but replication set not being initialized. Your code should be fixed to handle such state, because as of now it guides user to incorrect thing.