-
Notifications
You must be signed in to change notification settings - Fork 151
ConnectionPool::PoolShuttingDownError #378
Comments
@sahin do you have many #find_and_update on your code? It's the only change, you might try mongoid 5, and get rid of moped. |
@nofxx , we are in mongo 4.0.2 our pool is 500. We have instant 100 connections from web, api, player. and workers. We never user find and update. We have lots of find, user related data writes , and many writes in workers, there are find, update or create. I would loce to get rid of moped. Is mongoid 5 ready to use in production? I would Is mongoid 5 |
We use mongo 2.6.10 . We will move to 3.0.3 soon. I would love to use mongoid 5 |
Hello sahin. It's not production ready, check the repo, but can't be worst than this pool nightmare. Here we are with mongo 3.0.3, moped 2.0.5 patched with pool_size increase. |
Without any rep machine failing it's more than a day w/o errors now. Not sure if one goes down, will try sometime in the early morning today. Only issue now is a sidekiq worker that won't stop eating RAM. Not sure it's related to the moped pool, experimenting now. |
Anyone here who already tried mongoid5? @sahin? We are with mongoid 4.0.2 and moped 2.0.6 and still failing |
+1 same here
|
We just migrated to rails 4.1.12 and the issue seems to be gone (+2 weeks, never saw the bug since). No idea how it could be related. |
Now that you mentioned rails @jlhonora , might be what fixed here too, but we're in 4.2.3. |
I am going to try going from 4.1.10 to 4.1.12 and see if that changes anything. I will post if I see the same results as @jlhonora. |
same here, no fix?!? |
I have not seen the bug after going to |
If there is a network error or connection error, and if there is a change replication set primary, we started to have this error. It happens like every 10-12 hours and create thousands of errors. We have to app restart to fix it.
I am using latest moped 2.0.5.
The text was updated successfully, but these errors were encountered: