-
I have trino deployed in k8s with istio, and the gateway is keyed from a private CA, so I packed a trust store for the CLI. However, the CLI throws validation errors on inconsistently. Queries submitted in the same session will work, then fail. E.g.:
Occasionally, the CLI complains at startup, but I think this is the same root issue. Included here b/c it gives me a traceback:
This seems very strange. Normally this kind of issue would make me think there's a load balancer problem, but that can't be it.
Any ideas? I saw this issue but currently my toy deployment is unauthN, so that's not at issue. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
With
|
Beta Was this translation helpful? Give feedback.
-
What Trino CLI and server versions are you using? Can you try using other tools, maybe |
Beta Was this translation helpful? Give feedback.
-
So, what I think happened, in case anyone else lands here in the future:
Wiping out the trino deploy deleted the VirtualService, which caused the related envoy threads to die. So when the VS deployed again they all started with a clean slate, and all is right with the world. What bugs me about this was I wasn't able to definitively show this with |
Beta Was this translation helpful? Give feedback.
When in doubt, redeploy. I wiped and redeployed, and now I can't reproduce. Been running TPC-H queries for the last little bit and no issues. 🤷