mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
28e0bb78db
If 10 seconds will not be enough to finish the server, then clickhouse-local (that goes after) cannot obtain the logs due to status file will be locked, like in [1]: Code: 76. DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running. (CANNOT_OPEN_FILE) [1]: https://s3.amazonaws.com/clickhouse-test-reports/35075/4a064e5b6f81136f2bf923d85001f25fa05d39ce/stateless_tests_flaky_check__address__actions_.html So use proper wait via "clickhouse stop" v2: Fix permissions pid file for replicated database servers They do not use default, /var/run/clickhouse-server, that do not have proper permissions. Fixes: #36885 Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
clickhouse-statelest-test-runner.Dockerfile | ||
Dockerfile | ||
run.sh | ||
setup_minio.sh |