----------------
BUG#27942583
COPY_FRAGREQ scans can be blocked on row locks without
any real time limit. So continue writing node log messages,
but don't crash because this scan is taking a long time.
Node restart will take an extreme amount of time, but we
should not kill the live node because of that. If any node
is to be killed, it is rather the starting node.
Will still crash on too long waits for LCP scans and Backup scans
since those ignore locks. Not sure though if there is any real
possibility for those to be stalled for that long.
This check was introduced in 7.6, so this bug should not affect
any GA release.
(cherry picked from commit 43bd5be81a3ed894ead380812f263bae48844d2f)