Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Mark node as not down when alive connection was acquired #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a-chernykh
Copy link

I've discovered this problem when running latest moped:master with thin server
in threaded mode (--threaded). We have one Mongo server and when it
goes down for a few secs, some of our app servers are unable to reconnect to
it. We see lots of log output like this:

MOPED: Retrying connection attempt 1 more time(s), nodes is [], seeds are
MOPED: Retrying connection attempt 1 more time(s), nodes is [], seeds are
MOPED: Retrying connection attempt 1 more time(s), nodes is [], seeds are

I've discovered this problem when running latest moped:master with thin server
in threaded mode (`--threaded`). We have one Mongo server and when it
goes down for a few secs, some of our app servers are unable to reconnect to
it. We see lots of log output like this:

   MOPED: Retrying connection attempt 1 more time(s), nodes is [], seeds are
   MOPED: Retrying connection attempt 1 more time(s), nodes is [], seeds are
   MOPED: Retrying connection attempt 1 more time(s), nodes is [], seeds are
@Nothus
Copy link

Nothus commented Aug 18, 2015

👍

@a-chernykh
Copy link
Author

@arthurnn @durran could you review this please?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants