-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.6.4
-
Component/s: None
-
None
Open cursors spiked up in a recent CS ticket - CS-3781 - Seeing sudden jump in open cursors after upgrading ruby driver
We should carefully examine all cursor usage in the Ruby driver apply appropriate remedies, closing the cursor wherever possible.
Of particular interest are:
Mongo::DB#collections_info
Mongo::DB#index_information
Mongo::DB#command
Mongo::DB#profiling_info
- duplicates
-
RUBY-459 Cursor operations socket mismatch for ReplSetConnection
- Closed