I was attempting to reduce the size of my indexes on a mongo collection and ran db.collection.reIndex()
.
After about 90 minutes, I began to think it had somehow gotten locked up and tried to cancel. Now (about 2 hours after cancelling) the collection appears to be locked to all write commands. All my other collections are allowing writes. Is there any way to unlock it?