mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
19d0c929d6
After ClickHouse became systemd aware (#43400), it waits not more then TimeoutStartSec (1m30sec by default), while before it simply ensures that the process is there. And likely 1m30sec can be not enough for some cluster, and this will lead to endless restarts. At first I've increased it to 10min, but there was a comment about that this is not enough, and I agree with this. But I'm not sure that using "inifinity" is a good option, but I cannot think of any downsides of this. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
.gitignore | ||
build | ||
clickhouse-client.yaml | ||
clickhouse-common-static-dbg.yaml | ||
clickhouse-common-static.yaml | ||
clickhouse-keeper-dbg.yaml | ||
clickhouse-keeper.postinstall | ||
clickhouse-keeper.service | ||
clickhouse-keeper.yaml | ||
clickhouse-rpm.repo | ||
clickhouse-server.init | ||
clickhouse-server.postinstall | ||
clickhouse-server.service | ||
clickhouse-server.yaml |