Make isolation_metadata_sync_deadlock more resilient

pull/4654/head
Hadi Moshayedi 2021-02-05 22:36:35 -08:00
parent 75d9e4a206
commit 4e53314e3f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ create_distributed_table
step enable-deadlock-detection:
ALTER SYSTEM SET citus.distributed_deadlock_detection_factor TO 1.1;
ALTER SYSTEM SET citus.distributed_deadlock_detection_factor TO 3;
step reload-conf:
SELECT pg_reload_conf();

View File

@ -43,7 +43,7 @@ step "reset-retry-interval"
step "enable-deadlock-detection"
{
ALTER SYSTEM SET citus.distributed_deadlock_detection_factor TO 1.1;
ALTER SYSTEM SET citus.distributed_deadlock_detection_factor TO 3;
}
step "disable-deadlock-detection"