Hi. I'm experimenting with Pinot in Kubernetes and...
# troubleshooting
d
Hi. I'm experimenting with Pinot in Kubernetes and used the Pinot helm chart in the getting started guide. The problem I am facing is that upon real-time ingestion from my Kafka topic, the Pinot servers and table segments get into a bad state after ingesting a few million records. The Pinot server pods encounter a JRE fatal error and restart. The Broker reports
Failed to find servers hosting segment: <segmentName> for table: <tableName> (all ONLINE/CONSUMING instances: [] and OFFLINE instances: [] are disabled, counting segment as unavailable)
Could this be due to an under-provisioned Pinot cluster? Something else?
m
My guess is that your servers are running out of memory. Would need a bit more info, let me ping you.