summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/mr.cpp')
-rw-r--r--src/mongo/db/commands/mr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/mr.cpp b/src/mongo/db/commands/mr.cpp
index 716ffce1d7b..450fe0c53dc 100644
--- a/src/mongo/db/commands/mr.cpp
+++ b/src/mongo/db/commands/mr.cpp
@@ -1563,7 +1563,7 @@ public:
break;
}
- if (PlanExecutor::DEAD == execState || PlanExecutor::FAILURE == execState) {
+ if (PlanExecutor::FAILURE == execState) {
uasserted(ErrorCodes::OperationFailed,
str::stream() << "Executor error during mapReduce command: "
<< WorkingSetCommon::toStatusString(o));