mirror of https://github.com/citusdata/citus.git
Lower "waiting for activity on tasks took longer than" log level.
It's perfectly normal to wait longer in several circumstances, and the output can lead to spurious regression output changes.release-5.2
parent
3bb8a5f84b
commit
6bb6c9d22b
|
@ -881,7 +881,7 @@ MultiClientWait(WaitInfo *waitInfo)
|
||||||
}
|
}
|
||||||
else if (rc == 0)
|
else if (rc == 0)
|
||||||
{
|
{
|
||||||
ereport(DEBUG2,
|
ereport(DEBUG5,
|
||||||
(errmsg("waiting for activity on tasks took longer than %ld ms",
|
(errmsg("waiting for activity on tasks took longer than %ld ms",
|
||||||
(long) RemoteTaskCheckInterval * 10)));
|
(long) RemoteTaskCheckInterval * 10)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue