don't call _reload_inlock while not locked
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user