pinot icon indicating copy to clipboard operation
pinot copied to clipboard

[HELM] Fix Kubernetes Routing Issue

Open piby180 opened this issue 8 months ago • 5 comments

This PR aims to partially solve the issue mentioned here

With publishNotReadyAddresses set to true in service resource, kubernetes will publish the DNS address irrespective of whether the pod is in Ready state or not. Then the sole responsibility of when to start making requests to the newly restarted server/broker lies on Pinot.

The following error will be fixed with this PR

Unable to resolve host pinot-server-2.pinot-server-headless.pinot-dev.svc.cluster.local
or 
Unable to resolve host pinot-broker-2.pinot-server-headless.pinot-dev.svc.cluster.local

piby180 avatar Jun 20 '24 17:06 piby180