Closed vsfomin closed 1 year ago
dependency failed to start: container sentry-self-hosted-kafka-1 is unhealthy Error in install/bootstrap-snuba.sh:3. '$dcr snuba-api bootstrap --no-migrate --force' exited with status 1 -> ./install.sh:main:31 --> install/bootstrap-snuba.sh:source:3
Looks like you've already sent this error to us, we're on it :)
Docker version 23.0.2 docker-compose version 1.29.2
kafka logs [main] INFO org.apache.zookeeper.common.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation [main] INFO org.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 4194304 Bytes [main] INFO org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled= [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server zookeeper/172.19.0.4:2181. Will not attempt to authenticate using SASL (unknown error)
Zookeeper container logs:
===> Launching zookeeper ...
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f4e9be2c532, pid=1, tid=0x00007f4e9c9ee700
#
# JRE version: OpenJDK Runtime Environment (Zulu 8.38.0.13-CA-linux64) (8.0_212-b04) (build 1.8.0_212-b04)
# Java VM: OpenJDK 64-Bit Server VM (25.212-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x36532] abort+0x232
#
# Core dump written. Default location: //core or core.1
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid1.log
#
# If you would like to submit a bug report, please visit:
# http://www.azulsystems.com/support/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[error occurred during error reporting , id 0xb]
[error occurred during error reporting , id 0xb]
Ok, I've resolved the issue. In docker-compose.yml I need to add for services zookeeper and kafka:
ulimits:
nofile:
soft: 65536
hard: 65536
@Milksystems
yeah, this is a duplicate of this
Seems to be more common now these days, perhaps this should belong in the documentation
Self-Hosted Version
23.3.1
CPU Architecture
x86_64
Docker Version
23.0.2
Docker Compose Version
2.17.2
Steps to Reproduce