thingsboard / thingsboard-ce-k8s

ThingsBoard Community Edition Kubernetes scripts and docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about pgpool.conf , why parameters changed?

amir-hg opened this issue · comments

Hi
I realized that pgpool configuration override
the default values changed to these values
load_balance_mode = on to load_balance_mode = off
and
black_function_list = 'nextval,setval' to black_function_list = 'currval,lastval,nextval,setval'

i got a question about why did you override these values ??
are default values make problem and where?
Thanks in advance

@amir-hg I've used different pgpool provider which defaults to load_balance_mode = on which caused weird intermittent issues when calling device creation API, sometimes resulting in device without any associated credentials. Setting load_balance_mode = off fixed the issue.