https://pinot.apache.org/ logo
m

Mohamed Sultan

04/28/2021, 8:49 AM
I'm just curious to know the issue that after adding the gcs deep store configs in server and controller. The controller external ip (pinot dashboard) says refused to connect. so, I just removed all the gcs deep store config then upgraded the helm chart. It was back to the normal and can able to hit the pinot dashboard. I have pasted the configs gcs configs. Point me if i added something wrong.
message has been deleted
message has been deleted
in addition to that, i have mounted the gcs keys and gcs job spec in broker, controller, server
i just want to know what is conflicting here
m

Mayank

04/28/2021, 3:03 PM
Can you paste the error (or stack)?
m

Mohamed Sultan

04/29/2021, 5:01 AM
Hi @Mayank This issue has been resolved
m

Mayank

04/29/2021, 5:03 AM
THanks @Mohamed Sultan, could you summarize how it was resolved?
m

Mohamed Sultan

04/29/2021, 5:13 AM
with @Daniel Lavoie's help it got resolved. The 1st issue was temp.dir had 2 values assigned. Then the 2nd issue was the improper temp.dir path value. Correct one is
/tmp/pinot-controller-tmp
since this path has default volume that is already in helm.
Copy code
persistence:
    tmp:
      enabled: true
      accessMode: ReadWriteOnce
      size: 20G
      mountPath: /tmp
m

Mayank

04/29/2021, 5:13 AM
Thanks
✔️ 1