You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes (on travis) it fails with the following error. The strange thing is that doesn't fail all the times.
Locally I was never able to reproduce it
kafka_1 | waiting for kafka to be ready
kafka_1 | [Configuring] 'advertised.port' in '/opt/kafka/config/server.properties'
kafka_1 | Excluding KAFKA_HOME from broker config
kafka_1 | [Configuring] 'advertised.host.name' in '/opt/kafka/config/server.properties'
kafka_1 | [Configuring] 'port' in '/opt/kafka/config/server.properties'
kafka_1 | [Configuring] 'broker.id' in '/opt/kafka/config/server.properties'
kafka_1 | Excluding KAFKA_VERSION from broker config
kafka_1 | [Configuring] 'zookeeper.connect' in '/opt/kafka/config/server.properties'
kafka_1 | [Configuring] 'log.dirs' in '/opt/kafka/config/server.properties'
kafka_1 | Error occurred during initialization of VM
kafka_1 | The flag -XX:+UseG1GC can not be combined with -XX:ParallelGCThreads=0
Thanks a lot!
The text was updated successfully, but these errors were encountered:
@slobberbone thank you for the hint. It turned out that it was also something to do with virtualization, which led to ParallelGCThreads=0. I fixed it by setting KAFKA_HEAP_OPTS: "-XX:ParallelGCThreads=1" in docker-compose.yml
I noticed it sometimes occurs when I have corrupted data. I simply down all the containers docker-compose down and then prune the volumes docker volume prune and then docker-compose up --build and that fixes it.
I have a very strange issue using the last version of this docker image. Given the following docker-compose:
sometimes (on travis) it fails with the following error. The strange thing is that doesn't fail all the times.
Locally I was never able to reproduce it
Thanks a lot!
The text was updated successfully, but these errors were encountered: