mirror of https://github.com/citusdata/citus.git
Make isolation_metadata_sync_deadlock more resilient
parent
75d9e4a206
commit
4e53314e3f
|
@ -5,7 +5,7 @@ create_distributed_table
|
||||||
|
|
||||||
|
|
||||||
step enable-deadlock-detection:
|
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:
|
step reload-conf:
|
||||||
SELECT pg_reload_conf();
|
SELECT pg_reload_conf();
|
||||||
|
|
|
@ -43,7 +43,7 @@ step "reset-retry-interval"
|
||||||
|
|
||||||
step "enable-deadlock-detection"
|
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"
|
step "disable-deadlock-detection"
|
||||||
|
|
Loading…
Reference in New Issue