SERVER-1816 make killop robust by storing kill request in curop
This commit is contained in:
@@ -340,7 +340,6 @@ namespace mongo {
|
||||
}
|
||||
currentOp.ensureStarted();
|
||||
currentOp.done();
|
||||
killCurrentOp.finishOp();
|
||||
int ms = currentOp.totalTimeMillis();
|
||||
|
||||
log = log || (logLevel >= 2 && ++ctr % 512 == 0);
|
||||
|
||||
Reference in New Issue
Block a user