Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
ALL
Description
insert_makeIndex@pdfile.cpp:
try {
|
getDur().writingInt(tableToIndex->indexBuildsInProgress) += 1;
|
buildAnIndex(tabletoidxns, tableToIndex, idx, background, mayInterrupt);
|
}
|
catch (DBException& e) {
|
...
|
verify(le && !saveerrmsg.empty()); // <- if this fails, then we can't see the message!
|
setLastError(savecode, saverrrmsg.c_str());
|
}
|
Attachments
Issue Links
- is duplicated by
-
SERVER-8241 assertion failures (saveerrmsg) during repair
-
- Closed
-
-
SERVER-8449 Index build errors during mongod --repair swallowed, not reported.
-
- Closed
-
- is related to
-
SERVER-10219 Assertion failure when creating text index (saveerrmsg)
-
- Closed
-