mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
769bfbe71f
Previously it was the pid of the subshell 40 while it should be the pid of the clickhouse-server 39: Here we see that the server pid is 39: 2021-09-28 11:02:34 + pgrep -f clickhouse-server 2021-09-28 11:02:34 39 Here we see that the 40 is the pid of subshell: 2021-09-28 11:02:45 ch/docker/test/fuzzer/run-fuzzer.sh: line 90: 39 Killed clickhouse-server --config-file db/config.xml -- --path db 2>&1 2021-09-28 11:02:45 40 Done | tail -100000 > server.log And here we see that server_pid variable is 40: 2021-09-28 11:02:45 + server_exit_code=0 2021-09-28 11:02:45 + wait 40 v2: wait in background to call wait in foreground and ensure that the process is alive, since w/o job control this is the only way to obtain the exit code |
||
---|---|---|
.. | ||
bare | ||
builder | ||
client | ||
packager | ||
server | ||
test | ||
images.json | ||
README.md |
ClickHouse Dockerfiles
This directory contain Dockerfiles for clickhouse-client
and clickhouse-server
. They are updated in each release.
Also there is bunch of images for testing and CI. They are listed in images.json
file and updated on each commit to master. If you need to add another image, place information about it into images.json
.