-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.7.5
-
Component/s: Storage
-
Server 2.7.6
WiredTiger checks for open cursors during drop and rename operations. This causes problems in the rename7.js test, which renames a collection between databases. That is implemented as a loop that copies the records followed by a drop. The problem for WiredTiger is that the iterator used for the copy isn't closed before drop.