You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
If you perform:
TestModel.where(:id => "553a64644d6572392b090000\n")
you get:
Uncaught exception: Could not connect to a secondary node for replica set #<Moped::Cluster:70212540271240 @seeds=[<Moped::Node resolved_address="10.10.10.34:27017">, <Moped::Node resolved_address="10.10.10.38:27017">, <Moped::Node resolved_address="10.10.10.39:27017">]>
While I agree this is a horrible query, it should get an error, it shouldn't kill the connection error. If you take the \n out you get the doc out of the database.
thanks.
myles
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you perform:
TestModel.where(:id => "553a64644d6572392b090000\n")
you get:
Uncaught exception: Could not connect to a secondary node for replica set #<Moped::Cluster:70212540271240 @seeds=[<Moped::Node resolved_address="10.10.10.34:27017">, <Moped::Node resolved_address="10.10.10.38:27017">, <Moped::Node resolved_address="10.10.10.39:27017">]>
While I agree this is a horrible query, it should get an error, it shouldn't kill the connection error. If you take the \n out you get the doc out of the database.
thanks.
myles
The text was updated successfully, but these errors were encountered: