File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ namespace {
9797
9898 void recordEndAndRemove (BgInfoMap* bgiMap, const StringData& key) {
9999 BgInfoMapIterator iter = bgiMap->find (key);
100- fassert (17443 , iter != bgiMap->end ());
100+ fassert (17431 , iter != bgiMap->end ());
101101 if (0 == iter->second ->recordEnd ()) {
102102 bgiMap->erase (iter);
103103 }
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ namespace mongo {
466466 * 4) re-write indexes
467467 */
468468 Status Collection::truncate () {
469- massert ( 17431 , " index build in progress" , _indexCatalog.numIndexesInProgress () == 0 );
469+ massert ( 17445 , " index build in progress" , _indexCatalog.numIndexesInProgress () == 0 );
470470
471471 // 1) store index specs
472472 vector<BSONObj> indexSpecs;
You can’t perform that action at this time.
0 commit comments