We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e02b4e commit 78dd503Copy full SHA for 78dd503
lib/mongo/cursor.rb
@@ -543,7 +543,7 @@ def checkout_socket_from_read_pool
543
else
544
raise Mongo::OperationFailure, "Failure to continue iterating " +
545
"cursor because the the replica set member persisting this " +
546
- " cursor cannot be found."
+ "cursor at #{@read_pool.host_string} cannot be found."
547
end
548
549
lib/mongo/util/pool.rb
@@ -65,7 +65,6 @@ def close
65
warn "IOError when attempting to close socket connected to #{@host}:#{@port}: #{ex.inspect}"
66
67
68
- @host = @port = nil
69
@sockets.clear
70
@pids.clear
71
@checked_out.clear
0 commit comments