You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-23 00:07:44 +02:00
No attempt to kill threads - just abort
This commit is contained in:
@ -168,11 +168,11 @@ sub backup_thread_complete
|
|||||||
{
|
{
|
||||||
if (time() - $lTimeBegin >= $iTimeout)
|
if (time() - $lTimeBegin >= $iTimeout)
|
||||||
{
|
{
|
||||||
&log(WARN, "threads have been running more than ${iTimeout} seconds, exiting...");
|
confess &log(WARN, "threads have been running more than ${iTimeout} seconds, exiting...");
|
||||||
|
|
||||||
backup_thread_kill();
|
#backup_thread_kill();
|
||||||
|
|
||||||
confess &log(WARN, "all threads have exited, aborting...");
|
#confess &log(WARN, "all threads have exited, aborting...");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user