[00:01:35] <MacWinne_> anyone use mongoose here? I have a legacy collection where a specific attribute is either a string or a number.. I need to be able toe query with either one.. is this the purpose of the Mixed type
[07:50:11] <mongotri> I deleted the files of my dbPath(after copying them to external disk). Then restarted the mongodb and copied them again. Now my mongodb server is refusing to start. What should be done now.
[21:57:30] <yopp> I've got a situation here: seems like sharded collection is locked by shard balacer, but the process that issued a lock is dead now
[21:58:50] <yopp> and I can see that some request are failed because of this lock in mongos logs: the collection metadata could not be locked for mapreduce, already locked by
[21:59:19] <yopp> what the proper way to resolve this?
[23:11:08] <MacWinne_> does the PRIMARY_PREFERRED concern only apply to read operations?