citus_docs icon indicating copy to clipboard operation
citus_docs copied to clipboard

Document citus.node_connection_timeout

Open begriffs opened this issue 8 years ago • 2 comments

Why are we implementing it? (sales eng)

What are the typical use cases?

Communication goals (e.g. detailed howto vs orientation)

Good locations for content in docs structure

How does this work? (devs)

Example sql

Corner cases, gotchas

Are there relevant blog posts or outside documentation about the concept/feature?

Link to relevant commits and regression tests if applicable

begriffs avatar May 16 '17 21:05 begriffs

Hello, I was running an application that is being deployed with kubernetes. I have also deployed a citus database with 5 workers. I was curious about the configuration aspects of citus. node_connection_timeout and what that might look like as far as configuration of postgresql.conf.

https://github.com/citusdata/citus/blob/45957e568896cf2f963b13e4fc82e2914efc85cf/src/backend/distributed/shared_library_init.c#L276-L284

Is it as simple as:

echo 'node_connection_timeout = 60' >> /etc/postgresql-common/createcluster.conf

Or should I be editing the config as part of the docker deployment?

Thank you.

ghost avatar Aug 18 '17 05:08 ghost

@jmunsch -- Thank you for sharing your question with us. This issue (#371) is related to us documenting the citus. node_connection_timeout setting, and your feedback is helpful to us.

To get a quicker answer, do you mind posting your question to our public Slack channel? We monitor the channel and regularly reply to questions.

ozgune avatar Aug 21 '17 17:08 ozgune