don't call _reload_inlock while not locked

This commit is contained in:
Mathias Stearn
2011-04-18 19:11:29 -04:00
parent ec0533d973
commit e8ab9155c4

View File

@@ -707,7 +707,7 @@ namespace mongo {
}
log() << "ChunkManager: couldn't find chunk for: " << key << " going to retry" << endl;
_reload_inlock();
_reload();
return findChunk( obj , true );
}