mirror of https://github.com/citusdata/citus.git
Merge pull request #4654 from citusdata/fix_isolation
Make isolation_metadata_sync_deadlock more resilientpull/4650/head
commit
2c372b7b0e
|
@ -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