pymongo.errors.OperationFailure: db assertion failure, assertion: 'can't create index on system.indexes', assertionCode: 13143
I am seeing this error when I am trying to use map-reduce to retrieve all the keys from the documents. The code i am using is one similar to: mapreduceforgettingkeys(link) An interesting thing to note is that I am not seeing the same error on another server when I run the same code.
The only difference between these 2 servers is one is dormant(no new data is being copied) and on another one huge amount of data is being dumped.