-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance, Logging
-
None
-
ALL
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()); }
- 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