getsentry / self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
https://develop.sentry.dev/self-hosted/
Other
7.83k stars 1.76k forks source link

install.sh clickhouse is unhealthy #1655

Closed Fumaz closed 2 years ago

Fumaz commented 2 years ago

Self-Hosted Version

nightly

CPU Architecture

x86_64

Docker Version

20.10.17

Docker Compose Version

2.6.0

Steps to Reproduce

  1. Clone the repository
  2. Run install.sh

Expected Result

The installer completes successfully.

Actual Result

▶ Parsing command line ...

▶ Detecting Docker platform Detected Docker platform is linux/amd64

▶ Initializing Docker Compose ...

▶ Setting up error handling ...

▶ Checking for latest commit ...

▶ Checking minimum requirements ... Found Docker version 20.10.17 Found Docker Compose version 2.6.0

▶ Turning things off ... Warning: No resource found to remove for project "sentry-self-hosted". Warning: No resource found to remove for project "sentry_onpremise".

▶ Creating volumes for persistent storage ... Created sentry-clickhouse. Created sentry-data. Created sentry-kafka. Created sentry-postgres. Created sentry-redis. Created sentry-symbolicator. Created sentry-zookeeper.

▶ Ensuring files from examples ... Creating ../sentry/sentry.conf.py... Creating ../sentry/config.yml... Creating ../symbolicator/config.yml...

▶ Ensuring Relay credentials ... Creating ../relay/config.yml... relay Pulling relay Pulled Network sentry-self-hosted_default Creating Network sentry-self-hosted_default Created Volume "sentry-self-hosted_sentry-secrets" Creating Volume "sentry-self-hosted_sentry-secrets" Created Volume "sentry-self-hosted_sentry-nginx-cache" Creating Volume "sentry-self-hosted_sentry-nginx-cache" Created Volume "sentry-self-hosted_sentry-clickhouse-log" Creating Volume "sentry-self-hosted_sentry-clickhouse-log" Created Volume "sentry-self-hosted_sentry-smtp-log" Creating Volume "sentry-self-hosted_sentry-smtp-log" Created Volume "sentry-self-hosted_sentry-smtp" Creating Volume "sentry-self-hosted_sentry-smtp" Created Volume "sentry-self-hosted_sentry-zookeeper-log" Creating Volume "sentry-self-hosted_sentry-zookeeper-log" Created Volume "sentry-self-hosted_sentry-kafka-log" Creating Volume "sentry-self-hosted_sentry-kafka-log" Created Relay credentials written to ../relay/credentials.json.

▶ Generating secret key ... Secret key written to ../sentry/config.yml

▶ Replacing TSDB ...

▶ Fetching and updating Docker images ... nightly: Pulling from getsentry/sentry Digest: sha256:efb3a083d12795962764eda9a5381c3dc71c6a67f705acd31db695002fcb562d Status: Image is up to date for getsentry/sentry:nightly docker.io/getsentry/sentry:nightly

▶ Building and tagging Docker images ...

1 [internal] load build definition from Dockerfile

1 transferring dockerfile: 463B done

1 DONE 0.0s

2 [internal] load .dockerignore

2 transferring context: 2B done

2 DONE 0.0s

3 [internal] load metadata for docker.io/getsentry/sentry:nightly

3 DONE 0.0s

4 [internal] load build context

4 transferring context: 25.09kB done

4 DONE 0.0s

5 [1/4] FROM docker.io/getsentry/sentry:nightly

5 CACHED

6 [2/4] COPY . /usr/src/sentry

6 DONE 0.0s

7 [3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi

7 DONE 0.3s

8 [4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi

8 DONE 0.5s

9 exporting to image

9 exporting layers 0.0s done

9 writing image sha256:0421517c211eeef44125fda6c0e08694c6480947c571da3dbecc430c33e4a1a2 done

9 naming to docker.io/library/sentry-self-hosted-local done

9 DONE 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them

1 [sentry-cleanup-self-hosted-local internal] load build definition from Dockerfile

1 transferring dockerfile: 469B done

1 DONE 0.0s

2 [sentry-self-hosted-local internal] load build definition from Dockerfile

2 transferring dockerfile: 32B done

2 DONE 0.0s

3 [symbolicator-cleanup-self-hosted-local internal] load build definition from Dockerfile

3 transferring dockerfile: 469B done

3 DONE 0.0s

4 [snuba-cleanup-self-hosted-local internal] load build definition from Dockerfile

4 transferring dockerfile: 469B done

4 DONE 0.0s

5 [clickhouse-self-hosted-local internal] load build definition from Dockerfile

5 transferring dockerfile: 71B done

5 DONE 0.0s

6 [sentry-self-hosted-local internal] load .dockerignore

6 transferring context: 2B done

6 DONE 0.0s

7 [sentry-cleanup-self-hosted-local internal] load .dockerignore

7 transferring context: 2B done

7 DONE 0.0s

8 [symbolicator-cleanup-self-hosted-local internal] load .dockerignore

8 transferring context: 2B done

8 DONE 0.0s

9 [clickhouse-self-hosted-local internal] load .dockerignore

9 transferring context: 2B done

9 DONE 0.0s

10 [snuba-cleanup-self-hosted-local internal] load .dockerignore

10 transferring context: 2B done

10 DONE 0.0s

11 [sentry-cleanup-self-hosted-local internal] load metadata for docker.io/library/sentry-self-hosted-local:latest

11 DONE 0.0s

12 [sentry-cleanup-self-hosted-local internal] load build context

12 transferring context: 662B done

12 DONE 0.0s

13 [snuba-cleanup-self-hosted-local internal] load metadata for docker.io/getsentry/snuba:nightly

13 DONE 0.0s

14 [snuba-cleanup-self-hosted-local 1/5] FROM docker.io/getsentry/snuba:nightly

14 DONE 0.0s

15 [snuba-cleanup-self-hosted-local internal] load build context

15 transferring context: 662B done

15 DONE 0.0s

16 [snuba-cleanup-self-hosted-local 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi

16 CACHED

17 [snuba-cleanup-self-hosted-local 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi

17 CACHED

18 [snuba-cleanup-self-hosted-local 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*

18 CACHED

19 [sentry-cleanup-self-hosted-local 1/5] FROM docker.io/library/sentry-self-hosted-local

19 DONE 0.0s

20 [snuba-cleanup-self-hosted-local 5/5] COPY entrypoint.sh /entrypoint.sh

20 DONE 0.0s

21 [symbolicator-cleanup-self-hosted-local internal] load metadata for docker.io/getsentry/symbolicator:nightly

21 DONE 0.0s

22 [symbolicator-cleanup-self-hosted-local 1/5] FROM docker.io/getsentry/symbolicator:nightly

22 DONE 0.0s

23 [symbolicator-cleanup-self-hosted-local internal] load build context

23 transferring context: 35B done

23 DONE 0.0s

24 [symbolicator-cleanup-self-hosted-local 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi

24 CACHED

25 [symbolicator-cleanup-self-hosted-local 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi

25 CACHED

26 [symbolicator-cleanup-self-hosted-local 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*

26 CACHED

27 [symbolicator-cleanup-self-hosted-local 5/5] COPY entrypoint.sh /entrypoint.sh

27 DONE 0.0s

28 [snuba-cleanup-self-hosted-local] exporting to image

28 exporting layers 0.0s done

28 writing image sha256:1a8e18337840b469ec84e2eaa7fe8e6c69c3e620182675d0bd9a1841ba08415f done

28 naming to docker.io/library/snuba-cleanup-self-hosted-local done

28 DONE 0.0s

29 [clickhouse-self-hosted-local internal] load metadata for docker.io/yandex/clickhouse-server:20.3.9.70

29 ...

30 [sentry-self-hosted-local internal] load metadata for docker.io/getsentry/sentry:nightly

30 DONE 0.0s

31 [sentry-self-hosted-local 1/4] FROM docker.io/getsentry/sentry:nightly

31 DONE 0.0s

32 [sentry-self-hosted-local internal] load build context

32 transferring context: 297B done

32 DONE 0.0s

33 [sentry-self-hosted-local 2/4] COPY . /usr/src/sentry

33 CACHED

34 [sentry-self-hosted-local 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi

34 CACHED

35 [sentry-self-hosted-local 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi

35 CACHED

28 [sentry-self-hosted-local] exporting to image

28 exporting layers done

28 writing image sha256:9c6183c00ce187cc4ffefe9b35cce9fe49db9fcfa337fe80c95cb0c53e3ec19f done

28 naming to docker.io/library/symbolicator-cleanup-self-hosted-local done

28 writing image sha256:0421517c211eeef44125fda6c0e08694c6480947c571da3dbecc430c33e4a1a2 done

28 naming to docker.io/library/sentry-self-hosted-local done

28 DONE 0.0s

36 [sentry-cleanup-self-hosted-local 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi

36 DONE 0.3s

37 [sentry-cleanup-self-hosted-local 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi

37 DONE 0.4s

29 [clickhouse-self-hosted-local internal] load metadata for docker.io/yandex/clickhouse-server:20.3.9.70

29 DONE 0.8s

38 [sentry-cleanup-self-hosted-local 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*

38 ...

39 [clickhouse-self-hosted-local 1/1] FROM docker.io/yandex/clickhouse-server:20.3.9.70@sha256:932ef73994dd4b6507a55a288c5ee065aae8e77e61ee569512a76a65eddbe2c3

39 CACHED

28 [clickhouse-self-hosted-local] exporting to image

28 exporting layers done

28 writing image sha256:86351631fbdf5c3bacfdfd1e9e728bb43c4f3bc0f43966726594071d3bb7bde6 done

28 naming to docker.io/library/clickhouse-self-hosted-local done

28 DONE 0.0s

38 [sentry-cleanup-self-hosted-local 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*

38 0.475 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]

38 0.492 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]

38 0.495 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]

38 0.596 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]

38 0.684 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [177 kB]

38 0.737 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]

38 1.616 Fetched 8570 kB in 1s (7404 kB/s)

38 1.616 Reading package lists...

38 2.049 Reading package lists...

38 2.518 Building dependency tree...

38 2.636 Reading state information...

38 2.782 The following additional packages will be installed:

38 2.782 sensible-utils

38 2.784 Suggested packages:

38 2.784 anacron logrotate checksecurity

38 2.784 Recommended packages:

38 2.784 default-mta | mail-transport-agent

38 2.814 The following NEW packages will be installed:

38 2.815 cron sensible-utils

38 2.849 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.

38 2.849 Need to get 114 kB of archives.

38 2.849 After this operation, 314 kB of additional disk space will be used.

38 2.849 Get:1 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]

38 2.854 Get:2 http://deb.debian.org/debian bullseye/main amd64 cron amd64 3.0pl1-137 [99.6 kB]

38 2.956 debconf: delaying package configuration, since apt-utils is not installed

38 2.978 Fetched 114 kB in 0s (2788 kB/s)

38 2.989 Selecting previously unselected package sensible-utils.

(Reading database ... 12321 files and directories currently installed.)

38 2.997 Preparing to unpack .../sensible-utils_0.0.14_all.deb ...

38 2.998 Unpacking sensible-utils (0.0.14) ...

38 3.009 Selecting previously unselected package cron.

38 3.010 Preparing to unpack .../cron_3.0pl1-137_amd64.deb ...

38 3.010 Unpacking cron (3.0pl1-137) ...

38 3.029 Setting up sensible-utils (0.0.14) ...

38 3.030 Setting up cron (3.0pl1-137) ...

38 3.060 Adding group `crontab' (GID 101) ...

38 3.065 Done.

38 3.079 invoke-rc.d: could not determine current runlevel

38 3.081 invoke-rc.d: policy-rc.d denied execution of start.

38 DONE 3.2s

40 [sentry-cleanup-self-hosted-local 5/5] COPY entrypoint.sh /entrypoint.sh

40 DONE 0.0s

28 [sentry-cleanup-self-hosted-local] exporting to image

28 exporting layers 0.0s done

28 writing image sha256:b5875a49b998dc7fa8f1a937f39c3c20b4d679b579d08363ab72f6b5014f9021 done

28 naming to docker.io/library/sentry-cleanup-self-hosted-local done

28 DONE 0.1s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them

Docker images built.

▶ Setting up Zookeeper ...

▶ Downloading and installing wal2json ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 5417 100 5417 0 0 21742 0 --:--:-- --:--:-- --:--:-- 21755 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 100 101k 0 0 267k 0 --:--:-- --:--:-- --:--:-- 267k

▶ Bootstrapping and migrating Snuba ... Container sentry-self-hosted-redis-1 Creating Container sentry-self-hosted-clickhouse-1 Creating Container sentry-self-hosted-zookeeper-1 Creating Container sentry-self-hosted-redis-1 Created Container sentry-self-hosted-zookeeper-1 Created Container sentry-self-hosted-kafka-1 Creating Container sentry-self-hosted-clickhouse-1 Created Container sentry-self-hosted-kafka-1 Created Container sentry-self-hosted-redis-1 Starting Container sentry-self-hosted-zookeeper-1 Starting Container sentry-self-hosted-clickhouse-1 Starting Container sentry-self-hosted-redis-1 Started Container sentry-self-hosted-zookeeper-1 Started Container sentry-self-hosted-zookeeper-1 Waiting Container sentry-self-hosted-clickhouse-1 Started Container sentry-self-hosted-zookeeper-1 Healthy Container sentry-self-hosted-kafka-1 Starting Container sentry-self-hosted-kafka-1 Started container for service "clickhouse" is unhealthy An error occurred, caught SIGERR on line 3 Cleaning up...

Fumaz commented 2 years ago

This is my docker compose logs -f


sentry-self-hosted-zookeeper-1   | ALLOW_UNSIGNED=false
sentry-self-hosted-zookeeper-1   | COMPONENT=zookeeper
sentry-self-hosted-zookeeper-1   | CONFLUENT_DEB_VERSION=1
sentry-self-hosted-zookeeper-1   | CONFLUENT_PLATFORM_LABEL=
sentry-self-hosted-zookeeper-1   | CONFLUENT_SUPPORT_METRICS_ENABLE=false
sentry-self-hosted-zookeeper-1   | CONFLUENT_VERSION=5.5.0
sentry-self-hosted-zookeeper-1   | CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
sentry-self-hosted-zookeeper-1   | HOME=/root
sentry-self-hosted-zookeeper-1   | HOSTNAME=0950c3326b65
sentry-self-hosted-zookeeper-1   | KAFKA_OPTS=-Dzookeeper.4lw.commands.whitelist=ruok
sentry-self-hosted-zookeeper-1   | KAFKA_VERSION=
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:47.715472 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:47.717392 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:47.720131 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-zookeeper-1   | LANG=C.UTF-8
sentry-self-hosted-zookeeper-1   | PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
sentry-self-hosted-zookeeper-1   | PWD=/
sentry-self-hosted-kafka-1       | ===> ENV Variables ...
sentry-self-hosted-redis-1       | 1:C 18 Aug 2022 00:24:47.235 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-zookeeper-1   | PYTHON_PIP_VERSION=8.1.2
sentry-self-hosted-zookeeper-1   | PYTHON_VERSION=2.7.9-1
sentry-self-hosted-zookeeper-1   | SCALA_VERSION=2.12
sentry-self-hosted-zookeeper-1   | SHLVL=1
sentry-self-hosted-zookeeper-1   | ZOOKEEPER_CLIENT_PORT=2181
sentry-self-hosted-zookeeper-1   | ZOOKEEPER_LOG4J_ROOT_LOGLEVEL=WARN
sentry-self-hosted-zookeeper-1   | ZOOKEEPER_TOOLS_LOG4J_LOGLEVEL=WARN
sentry-self-hosted-zookeeper-1   | ZULU_OPENJDK_VERSION=8=8.38.0.13
sentry-self-hosted-zookeeper-1   | _=/usr/bin/env
sentry-self-hosted-zookeeper-1   | ===> User
sentry-self-hosted-zookeeper-1   | uid=0(root) gid=0(root) groups=0(root)
sentry-self-hosted-zookeeper-1   | ===> Configuring ...
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-zookeeper-1   | ===> Running preflight checks ... 
sentry-self-hosted-zookeeper-1   | ===> Check if /var/lib/zookeeper/data is writable ...
sentry-self-hosted-zookeeper-1   | ===> Check if /var/lib/zookeeper/log is writable ...
sentry-self-hosted-zookeeper-1   | ===> Launching ... 
sentry-self-hosted-zookeeper-1   | ===> Launching zookeeper ... 
sentry-self-hosted-zookeeper-1   | [2022-08-18 00:24:51,795] WARN Either no config or no quorum defined in config, running  in standalone mode (org.apache.zookeeper.server.quorum.QuorumPeerMain)
sentry-self-hosted-zookeeper-1   | [2022-08-18 00:24:51,906] WARN o.e.j.s.ServletContextHandler@4d95d2a2{/,null,UNAVAILABLE} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler)
sentry-self-hosted-zookeeper-1   | [2022-08-18 00:24:51,907] WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler)
sentry-self-hosted-kafka-1       | ALLOW_UNSIGNED=false
sentry-self-hosted-kafka-1       | COMPONENT=kafka
sentry-self-hosted-kafka-1       | CONFLUENT_DEB_VERSION=1
sentry-self-hosted-kafka-1       | CONFLUENT_PLATFORM_LABEL=
sentry-self-hosted-kafka-1       | CONFLUENT_SUPPORT_METRICS_ENABLE=false
sentry-self-hosted-kafka-1       | CONFLUENT_VERSION=5.5.0
sentry-self-hosted-kafka-1       | CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
sentry-self-hosted-kafka-1       | HOME=/root
sentry-self-hosted-kafka-1       | HOSTNAME=671136eb3e42
sentry-self-hosted-kafka-1       | KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092
sentry-self-hosted-kafka-1       | KAFKA_LOG4J_LOGGERS=kafka.cluster=WARN,kafka.controller=WARN,kafka.coordinator=WARN,kafka.log=WARN,kafka.server=WARN,kafka.zookeeper=WARN,state.change.logger=WARN
sentry-self-hosted-kafka-1       | KAFKA_LOG4J_ROOT_LOGLEVEL=WARN
sentry-self-hosted-kafka-1       | KAFKA_LOG_RETENTION_HOURS=24
sentry-self-hosted-kafka-1       | KAFKA_MAX_REQUEST_SIZE=50000000
sentry-self-hosted-kafka-1       | KAFKA_MESSAGE_MAX_BYTES=50000000
sentry-self-hosted-kafka-1       | KAFKA_OFFSETS_TOPIC_NUM_PARTITIONS=1
sentry-self-hosted-kafka-1       | KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1
sentry-self-hosted-kafka-1       | KAFKA_TOOLS_LOG4J_LOGLEVEL=WARN
sentry-self-hosted-redis-1       | 1:C 18 Aug 2022 00:24:47.235 # Redis version=6.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
sentry-self-hosted-redis-1       | 1:C 18 Aug 2022 00:24:47.235 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.235 * monotonic clock: POSIX clock_gettime
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.235 * Running mode=standalone, port=6379.
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.236 # Server initialized
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.236 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.236 * Loading RDB produced by version 6.2.4
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.236 * RDB age 98 seconds
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.236 * RDB memory usage when created 0.83 Mb
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.236 * DB loaded from disk: 0.001 seconds
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:24:47.236 * Ready to accept connections
sentry-self-hosted-redis-1       | 1:signal-handler (1660782343) Received SIGTERM scheduling shutdown...
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:25:43.974 # User requested shutdown...
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:25:43.974 * Saving the final RDB snapshot before exiting.
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:25:43.975 * DB saved on disk
sentry-self-hosted-kafka-1       | KAFKA_VERSION=
sentry-self-hosted-kafka-1       | KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
sentry-self-hosted-kafka-1       | LANG=C.UTF-8
sentry-self-hosted-kafka-1       | PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
sentry-self-hosted-kafka-1       | PWD=/
sentry-self-hosted-kafka-1       | PYTHON_PIP_VERSION=8.1.2
sentry-self-hosted-kafka-1       | PYTHON_VERSION=2.7.9-1
sentry-self-hosted-kafka-1       | SCALA_VERSION=2.12
sentry-self-hosted-kafka-1       | SHLVL=1
sentry-self-hosted-kafka-1       | ZULU_OPENJDK_VERSION=8=8.38.0.13
sentry-self-hosted-kafka-1       | _=/usr/bin/env
sentry-self-hosted-kafka-1       | ===> User
sentry-self-hosted-kafka-1       | uid=0(root) gid=0(root) groups=0(root)
sentry-self-hosted-kafka-1       | ===> Configuring ...
sentry-self-hosted-kafka-1       | ===> Running preflight checks ... 
sentry-self-hosted-kafka-1       | ===> Check if /var/lib/kafka/data is writable ...
sentry-self-hosted-kafka-1       | ===> Check if Zookeeper is healthy ...
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.5.7-f0fdd52973d373ffd9c86b81d99842dc2c7f660e, built on 02/10/2020 11:30 GMT
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:host.name=671136eb3e42
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_212
sentry-self-hosted-redis-1       | 1:M 18 Aug 2022 00:25:43.975 # Redis is now ready to exit, bye bye...
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Azul Systems, Inc.
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/lib/jvm/zulu-8-amd64/jre
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=/etc/confluent/docker/docker-utils.jar
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.version=5.10.0-16-amd64
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.name=root
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.free=472MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.max=7067MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.total=477MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=zookeeper:2181 sessionTimeout=40000 watcher=io.confluent.admin.utils.ZookeeperConnectionWatcher@cc34f4d
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.common.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 4194304 Bytes
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server zookeeper/192.168.0.3:2181. Will not attempt to authenticate using SASL (unknown error)
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /192.168.0.4:46242, server: zookeeper/192.168.0.3:2181
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Session establishment complete on server zookeeper/192.168.0.3:2181, sessionid = 0x1001058b64e0000, negotiated timeout = 40000
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Session: 0x1001058b64e0000 closed
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:47.720500 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:47.720525 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:47.720920 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-kafka-1       | [main-EventThread] INFO org.apache.zookeeper.ClientCnxn - EventThread shut down for session: 0x1001058b64e0000
sentry-self-hosted-kafka-1       | ===> Launching ... 
sentry-self-hosted-kafka-1       | ===> Launching kafka ... 
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:23,252] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$)
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:23,668] WARN The package io.confluent.support.metrics.collectors.FullCollector for collecting the full set of support metrics could not be loaded, so we are reverting to anonymous, basic metric collection. If you are a Confluent customer, please refer to the Confluent Platform documentation, section Proactive Support, on how to activate full metrics collection. (io.confluent.support.metrics.KafkaSupportConfig)
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:23,668] WARN The support metrics collection feature ("Metrics") of Proactive Support is disabled. (io.confluent.support.metrics.SupportedServerStartable)
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:24,061] ERROR [KafkaServer id=1001] Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
sentry-self-hosted-kafka-1       | org.apache.kafka.common.KafkaException: Failed to acquire lock on file .lock in /var/lib/kafka/data. A Kafka instance in another process or thread is using this directory.
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.$anonfun$lockLogDirs$1(LogManager.scala:249)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:245)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.flatMap(TraversableLike.scala:245)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.flatMap$(TraversableLike.scala:242)
sentry-self-hosted-kafka-1       |  at scala.collection.AbstractTraversable.flatMap(Traversable.scala:108)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.lockLogDirs(LogManager.scala:244)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.<init>(LogManager.scala:105)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager$.apply(LogManager.scala:1093)
sentry-self-hosted-kafka-1       |  at kafka.server.KafkaServer.startup(KafkaServer.scala:274)
sentry-self-hosted-kafka-1       |  at io.confluent.support.metrics.SupportedServerStartable.startup(SupportedServerStartable.java:114)
sentry-self-hosted-kafka-1       |  at io.confluent.support.metrics.SupportedKafka.main(SupportedKafka.java:66)
sentry-self-hosted-kafka-1       | ===> ENV Variables ...
sentry-self-hosted-kafka-1       | ALLOW_UNSIGNED=false
sentry-self-hosted-kafka-1       | COMPONENT=kafka
sentry-self-hosted-kafka-1       | CONFLUENT_DEB_VERSION=1
sentry-self-hosted-kafka-1       | CONFLUENT_PLATFORM_LABEL=
sentry-self-hosted-kafka-1       | CONFLUENT_SUPPORT_METRICS_ENABLE=false
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:48.428610 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:48.430489 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:48.433148 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:48.433517 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:48.433536 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:48.433945 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:49.177813 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:49.179732 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:49.182494 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-kafka-1       | CONFLUENT_VERSION=5.5.0
sentry-self-hosted-kafka-1       | CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
sentry-self-hosted-kafka-1       | HOME=/root
sentry-self-hosted-kafka-1       | HOSTNAME=671136eb3e42
sentry-self-hosted-kafka-1       | KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092
sentry-self-hosted-kafka-1       | KAFKA_LOG4J_LOGGERS=kafka.cluster=WARN,kafka.controller=WARN,kafka.coordinator=WARN,kafka.log=WARN,kafka.server=WARN,kafka.zookeeper=WARN,state.change.logger=WARN
sentry-self-hosted-kafka-1       | KAFKA_LOG4J_ROOT_LOGLEVEL=WARN
sentry-self-hosted-kafka-1       | KAFKA_LOG_RETENTION_HOURS=24
sentry-self-hosted-kafka-1       | KAFKA_MAX_REQUEST_SIZE=50000000
sentry-self-hosted-kafka-1       | KAFKA_MESSAGE_MAX_BYTES=50000000
sentry-self-hosted-kafka-1       | KAFKA_OFFSETS_TOPIC_NUM_PARTITIONS=1
sentry-self-hosted-kafka-1       | KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1
sentry-self-hosted-kafka-1       | KAFKA_TOOLS_LOG4J_LOGLEVEL=WARN
sentry-self-hosted-kafka-1       | KAFKA_VERSION=
sentry-self-hosted-kafka-1       | KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
sentry-self-hosted-kafka-1       | LANG=C.UTF-8
sentry-self-hosted-kafka-1       | PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
sentry-self-hosted-kafka-1       | PWD=/
sentry-self-hosted-kafka-1       | PYTHON_PIP_VERSION=8.1.2
sentry-self-hosted-kafka-1       | PYTHON_VERSION=2.7.9-1
sentry-self-hosted-kafka-1       | SCALA_VERSION=2.12
sentry-self-hosted-kafka-1       | SHLVL=1
sentry-self-hosted-kafka-1       | ZULU_OPENJDK_VERSION=8=8.38.0.13
sentry-self-hosted-kafka-1       | _=/usr/bin/env
sentry-self-hosted-kafka-1       | ===> User
sentry-self-hosted-kafka-1       | uid=0(root) gid=0(root) groups=0(root)
sentry-self-hosted-kafka-1       | ===> Configuring ...
sentry-self-hosted-kafka-1       | ===> Running preflight checks ... 
sentry-self-hosted-kafka-1       | ===> Check if /var/lib/kafka/data is writable ...
sentry-self-hosted-kafka-1       | ===> Check if Zookeeper is healthy ...
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.5.7-f0fdd52973d373ffd9c86b81d99842dc2c7f660e, built on 02/10/2020 11:30 GMT
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:host.name=671136eb3e42
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_212
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Azul Systems, Inc.
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/lib/jvm/zulu-8-amd64/jre
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=/etc/confluent/docker/docker-utils.jar
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:49.182866 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:49.182886 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:49.183266 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:50.095154 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:50.097256 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:50.100175 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:50.100561 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:50.100581 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:50.100988 [ 45 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:51.429878 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:51.431739 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:51.434442 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:51.434806 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.version=5.10.0-16-amd64
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.name=root
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.free=472MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.max=7067MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.total=477MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=zookeeper:2181 sessionTimeout=40000 watcher=io.confluent.admin.utils.ZookeeperConnectionWatcher@cc34f4d
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.common.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 4194304 Bytes
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server zookeeper/192.168.0.3:2181. Will not attempt to authenticate using SASL (unknown error)
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /192.168.0.4:60648, server: zookeeper/192.168.0.3:2181
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Session establishment complete on server zookeeper/192.168.0.3:2181, sessionid = 0x1001058b64e0002, negotiated timeout = 40000
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Session: 0x1001058b64e0002 closed
sentry-self-hosted-kafka-1       | [main-EventThread] INFO org.apache.zookeeper.ClientCnxn - EventThread shut down for session: 0x1001058b64e0002
sentry-self-hosted-kafka-1       | ===> Launching ... 
sentry-self-hosted-kafka-1       | ===> Launching kafka ... 
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:31,834] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$)
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:32,251] WARN The package io.confluent.support.metrics.collectors.FullCollector for collecting the full set of support metrics could not be loaded, so we are reverting to anonymous, basic metric collection. If you are a Confluent customer, please refer to the Confluent Platform documentation, section Proactive Support, on how to activate full metrics collection. (io.confluent.support.metrics.KafkaSupportConfig)
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:32,251] WARN The support metrics collection feature ("Metrics") of Proactive Support is disabled. (io.confluent.support.metrics.SupportedServerStartable)
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:32,600] ERROR [KafkaServer id=1001] Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
sentry-self-hosted-kafka-1       | org.apache.kafka.common.KafkaException: Failed to acquire lock on file .lock in /var/lib/kafka/data. A Kafka instance in another process or thread is using this directory.
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.$anonfun$lockLogDirs$1(LogManager.scala:249)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:245)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.flatMap(TraversableLike.scala:245)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.flatMap$(TraversableLike.scala:242)
sentry-self-hosted-kafka-1       |  at scala.collection.AbstractTraversable.flatMap(Traversable.scala:108)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.lockLogDirs(LogManager.scala:244)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.<init>(LogManager.scala:105)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager$.apply(LogManager.scala:1093)
sentry-self-hosted-kafka-1       |  at kafka.server.KafkaServer.startup(KafkaServer.scala:274)
sentry-self-hosted-kafka-1       |  at io.confluent.support.metrics.SupportedServerStartable.startup(SupportedServerStartable.java:114)
sentry-self-hosted-kafka-1       |  at io.confluent.support.metrics.SupportedKafka.main(SupportedKafka.java:66)
sentry-self-hosted-kafka-1       | ===> ENV Variables ...
sentry-self-hosted-kafka-1       | ALLOW_UNSIGNED=false
sentry-self-hosted-kafka-1       | COMPONENT=kafka
sentry-self-hosted-kafka-1       | CONFLUENT_DEB_VERSION=1
sentry-self-hosted-kafka-1       | CONFLUENT_PLATFORM_LABEL=
sentry-self-hosted-kafka-1       | CONFLUENT_SUPPORT_METRICS_ENABLE=false
sentry-self-hosted-kafka-1       | CONFLUENT_VERSION=5.5.0
sentry-self-hosted-kafka-1       | CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
sentry-self-hosted-kafka-1       | HOME=/root
sentry-self-hosted-kafka-1       | HOSTNAME=671136eb3e42
sentry-self-hosted-kafka-1       | KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092
sentry-self-hosted-kafka-1       | KAFKA_LOG4J_LOGGERS=kafka.cluster=WARN,kafka.controller=WARN,kafka.coordinator=WARN,kafka.log=WARN,kafka.server=WARN,kafka.zookeeper=WARN,state.change.logger=WARN
sentry-self-hosted-kafka-1       | KAFKA_LOG4J_ROOT_LOGLEVEL=WARN
sentry-self-hosted-kafka-1       | KAFKA_LOG_RETENTION_HOURS=24
sentry-self-hosted-kafka-1       | KAFKA_MAX_REQUEST_SIZE=50000000
sentry-self-hosted-kafka-1       | KAFKA_MESSAGE_MAX_BYTES=50000000
sentry-self-hosted-kafka-1       | KAFKA_OFFSETS_TOPIC_NUM_PARTITIONS=1
sentry-self-hosted-kafka-1       | KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:51.434828 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:51.435208 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:53.525337 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:53.527192 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:53.529901 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:53.530256 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:53.530281 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:53.530659 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-kafka-1       | KAFKA_TOOLS_LOG4J_LOGLEVEL=WARN
sentry-self-hosted-kafka-1       | KAFKA_VERSION=
sentry-self-hosted-kafka-1       | KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
sentry-self-hosted-kafka-1       | LANG=C.UTF-8
sentry-self-hosted-kafka-1       | PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
sentry-self-hosted-kafka-1       | PWD=/
sentry-self-hosted-kafka-1       | PYTHON_PIP_VERSION=8.1.2
sentry-self-hosted-kafka-1       | PYTHON_VERSION=2.7.9-1
sentry-self-hosted-kafka-1       | SCALA_VERSION=2.12
sentry-self-hosted-kafka-1       | SHLVL=1
sentry-self-hosted-kafka-1       | ZULU_OPENJDK_VERSION=8=8.38.0.13
sentry-self-hosted-kafka-1       | _=/usr/bin/env
sentry-self-hosted-kafka-1       | ===> User
sentry-self-hosted-kafka-1       | uid=0(root) gid=0(root) groups=0(root)
sentry-self-hosted-kafka-1       | ===> Configuring ...
sentry-self-hosted-kafka-1       | ===> Running preflight checks ... 
sentry-self-hosted-kafka-1       | ===> Check if /var/lib/kafka/data is writable ...
sentry-self-hosted-kafka-1       | ===> Check if Zookeeper is healthy ...
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.5.7-f0fdd52973d373ffd9c86b81d99842dc2c7f660e, built on 02/10/2020 11:30 GMT
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:host.name=671136eb3e42
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:57.271735 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:57.273630 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:57.276394 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:57.276747 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:57.276765 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:24:57.277135 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_212
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Azul Systems, Inc.
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/lib/jvm/zulu-8-amd64/jre
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=/etc/confluent/docker/docker-utils.jar
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.version=5.10.0-16-amd64
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.name=root
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.free=472MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.max=7067MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.memory.total=477MB
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=zookeeper:2181 sessionTimeout=40000 watcher=io.confluent.admin.utils.ZookeeperConnectionWatcher@cc34f4d
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.common.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 4194304 Bytes
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server zookeeper/192.168.0.3:2181. Will not attempt to authenticate using SASL (unknown error)
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /192.168.0.4:43984, server: zookeeper/192.168.0.3:2181
sentry-self-hosted-kafka-1       | [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Session establishment complete on server zookeeper/192.168.0.3:2181, sessionid = 0x1001058b64e0004, negotiated timeout = 40000
sentry-self-hosted-kafka-1       | [main] INFO org.apache.zookeeper.ZooKeeper - Session: 0x1001058b64e0004 closed
sentry-self-hosted-kafka-1       | [main-EventThread] INFO org.apache.zookeeper.ClientCnxn - EventThread shut down for session: 0x1001058b64e0004
sentry-self-hosted-kafka-1       | ===> Launching ... 
sentry-self-hosted-kafka-1       | ===> Launching kafka ... 
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:40,422] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$)
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:40,837] WARN The package io.confluent.support.metrics.collectors.FullCollector for collecting the full set of support metrics could not be loaded, so we are reverting to anonymous, basic metric collection. If you are a Confluent customer, please refer to the Confluent Platform documentation, section Proactive Support, on how to activate full metrics collection. (io.confluent.support.metrics.KafkaSupportConfig)
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:04.203592 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:04.205611 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:04.208332 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:04.208687 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:04.208885 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:04.209258 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:40,837] WARN The support metrics collection feature ("Metrics") of Proactive Support is disabled. (io.confluent.support.metrics.SupportedServerStartable)
sentry-self-hosted-kafka-1       | [2022-08-18 00:25:41,187] ERROR [KafkaServer id=1001] Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)
sentry-self-hosted-kafka-1       | org.apache.kafka.common.KafkaException: Failed to acquire lock on file .lock in /var/lib/kafka/data. A Kafka instance in another process or thread is using this directory.
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.$anonfun$lockLogDirs$1(LogManager.scala:249)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:245)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
sentry-self-hosted-kafka-1       |  at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.flatMap(TraversableLike.scala:245)
sentry-self-hosted-kafka-1       |  at scala.collection.TraversableLike.flatMap$(TraversableLike.scala:242)
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:17.588176 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:17.590079 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:17.592774 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:17.593187 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:17.593212 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:17.593603 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread
sentry-self-hosted-clickhouse-1  | Processing configuration file '/etc/clickhouse-server/config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/docker_related_config.xml'.
sentry-self-hosted-clickhouse-1  | Merging configuration file '/etc/clickhouse-server/config.d/sentry.xml'.
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_remote_servers
sentry-self-hosted-clickhouse-1  | Include not found: clickhouse_compression
sentry-self-hosted-clickhouse-1  | Logging information to /var/log/clickhouse-server/clickhouse-server.log
sentry-self-hosted-kafka-1       |  at scala.collection.AbstractTraversable.flatMap(Traversable.scala:108)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.lockLogDirs(LogManager.scala:244)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager.<init>(LogManager.scala:105)
sentry-self-hosted-kafka-1       |  at kafka.log.LogManager$.apply(LogManager.scala:1093)
sentry-self-hosted-kafka-1       |  at kafka.server.KafkaServer.startup(KafkaServer.scala:274)
sentry-self-hosted-clickhouse-1  | Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log
sentry-self-hosted-clickhouse-1  | Logging information to console
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:43.767308 [ 1 ] {} <Information> : Starting ClickHouse 20.3.9.70 with revision 54433
sentry-self-hosted-kafka-1       |  at io.confluent.support.metrics.SupportedServerStartable.startup(SupportedServerStartable.java:114)
sentry-self-hosted-kafka-1       |  at io.confluent.support.metrics.SupportedKafka.main(SupportedKafka.java:66)
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:43.769384 [ 1 ] {} <Information> Application: starting up
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:43.772168 [ 1 ] {} <Information> StatusFile: Status file /var/lib/clickhouse/status already exists - unclean restart. Contents:
sentry-self-hosted-clickhouse-1  | PID: 1
sentry-self-hosted-clickhouse-1  | Started at: 2022-08-18 00:10:09
sentry-self-hosted-clickhouse-1  | Revision: 54433
sentry-self-hosted-clickhouse-1  | 
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:43.772526 [ 1 ] {} <Error> Application: DB::Exception: Cannot lock file /var/lib/clickhouse/status. Another server instance in same directory is already running.
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:43.772687 [ 1 ] {} <Information> Application: shutting down
sentry-self-hosted-clickhouse-1  | 2022.08.18 00:25:43.773103 [ 46 ] {} <Information> BaseDaemon: Stop SignalListener thread```
aminvakil commented 2 years ago

@Fumaz Did the issue got fixed? It seemed like somehow two clickhouses were running simultaneously.