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
First of all, thank you very much for putting this repo together. I used this repo to setup Kafka and the only thing I changed was to introduce podAntiAffinity and provisioning GCE disks and PVC beforehand rather than dynamic volume provisioning. Zookeeper and Kafka pod installation is working fine but when trying to run the tests, the produce-consume pod is facing continuous restarts:
NAME READY STATUS RESTARTS AGE
kafkacat-sz4vz 3/3 Running 0 20h
produce-consume-zcwlz 3/3 Running 336 20h
replication-config-wckl5 1/1 Running 0 20h
After a little debugging, I found the issue to be coming from the producer container and these are logs for the pod before getting killed:
I increased the resource limits for this container to 500m and 800Mi but this issue is still present. Can't find anything substantial in the zookeeper and kafka logs. Any idea what could be causing this? Or any metric that I should check?
The text was updated successfully, but these errors were encountered:
First of all, thank you very much for putting this repo together. I used this repo to setup Kafka and the only thing I changed was to introduce podAntiAffinity and provisioning GCE disks and PVC beforehand rather than dynamic volume provisioning. Zookeeper and Kafka pod installation is working fine but when trying to run the tests, the produce-consume pod is facing continuous restarts:
After a little debugging, I found the issue to be coming from the producer container and these are logs for the pod before getting killed:
I increased the resource limits for this container to 500m and 800Mi but this issue is still present. Can't find anything substantial in the zookeeper and kafka logs. Any idea what could be causing this? Or any metric that I should check?
The text was updated successfully, but these errors were encountered: