Merge pull request #2897 from citusdata/task_tracker_fix_error_message

Task Tracker: fix error being copy pasted from above block
pull/2900/head
Philip Dubé 2019-08-21 15:53:55 +00:00 committed by GitHub
commit 560c9ba4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ MultiTaskTrackerExecute(Job *job)
} }
else if (clusterFailed) else if (clusterFailed)
{ {
ereport(ERROR, (errmsg("failed to execute task %u", failedTaskId))); ereport(ERROR, (errmsg("majority of nodes failed")));
} }
else if (QueryCancelPending) else if (QueryCancelPending)
{ {