I'm just curious to know the issue that after addi...
# troubleshooting
m
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.
image.png
image.png
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
Can you paste the error (or stack)?
m
Hi @Mayank This issue has been resolved
m
THanks @Mohamed Sultan, could you summarize how it was resolved?
m
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
Thanks
✔️ 1