diff options
Diffstat (limited to 'src/mongo/db/query')
-rw-r--r-- | src/mongo/db/query/plan_executor_impl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/query/plan_executor_impl.cpp b/src/mongo/db/query/plan_executor_impl.cpp index 693be64c962..5045f54c302 100644 --- a/src/mongo/db/query/plan_executor_impl.cpp +++ b/src/mongo/db/query/plan_executor_impl.cpp @@ -453,8 +453,6 @@ PlanExecutor::ExecState PlanExecutorImpl::_getNextImpl(Snapshotted<Document>* ob "got TemporarilyUnavailable exception on a plan that cannot auto-yield"); } - CurOp::get(_opCtx)->debug().additiveMetrics.incrementTemporarilyUnavailableErrors( - 1); tempUnavailErrorsInARow++; handleTemporarilyUnavailableException( _opCtx, |