citusdata / citusdata/citus

incorrect error message when setting citus.distributed_deadlock_detection_factor

Open
#1,783 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

```sql
alter system set citus.distributed_deadlock_detection_factor = 1;
WARNING: citus.distributed_deadlock_detection_factor cannot be less than 1. To disable distributed deadlock detection set the value to -1.
ERROR: invalid value for parameter "citus.distributed_deadlock_detection_factor": 1
```

I was clearly not setting it to a value less than 1. Setting it to 1.000001 works.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.