Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Code Block |
---|
kubectl rollout restart sts pinot-broker pinot-controller pinot-server-realtime pinot-server-offline |
...
If logs archival/hydration service is enabled follow below instructions as well.
We moved hydration-service (HS) from a deployment to statefulset, post upgrade we need to manually delete the pod associated with it.
...
Based on observation and feedback, it seems the current persistent volume size for zookeeper pods is getting full quite often. To remediate that we have increased the default size of all zookeeper pods to 32Gi. It needs changes in two places as shown below
...