Index Creation fails after 2h with "operation was interrupted" code 11601

0

I'm trying to create a few indices on a large collection, that I was able to create on MongoDB without problems on the same instance type. Each index took 6-7h to generate. Amazon DocumentDB seems to kill the index creation exactly after 2h with the following response:

{ "ok" : 0, "errmsg" : "operation was interrupted", "code" : 11601 }

Does Amazon DocumentDB impose a 2h limit for index creations?

Deniz

denzk
asked 5 years ago682 views
3 Answers
0

We've identified the issue and are working on a fix. We will post an update to this thread once the fix is rolled out. Thanks for bringing this to our attention.

AWS
answered 5 years ago
0

Thank you again for the feedback. This issue has been fixed.

AWS
answered 5 years ago
0

Thank you for the update, Joseph.

denzk
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions