mirror of https://github.com/citusdata/citus.git
Task Tracker: fix error being copy pasted from above block
parent
bc7a76d139
commit
db5a7f49a7
|
@ -447,7 +447,7 @@ MultiTaskTrackerExecute(Job *job)
|
|||
}
|
||||
else if (clusterFailed)
|
||||
{
|
||||
ereport(ERROR, (errmsg("failed to execute task %u", failedTaskId)));
|
||||
ereport(ERROR, (errmsg("majority of nodes failed")));
|
||||
}
|
||||
else if (QueryCancelPending)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue