On a failover retry, we could lose the credentials as they get cleared after a disconnect. see https://github.com/mongoid/moped/blob/62af32c41947c1a002095e19569a92544b115e1f/lib/moped/failover/retry.rb#L27 https://github.com/mongoid/moped/blob/62af32c41947c1a002095e19569a92544b115e1f/lib/moped/connection.rb#L77 cc @jonhyman [related #286]
On a failover retry, we could lose the credentials as they get cleared after a disconnect.
see
moped/lib/moped/failover/retry.rb
Line 27 in 62af32c
moped/lib/moped/connection.rb
Line 77 in 62af32c
cc @jonhyman
[related #286]