Pete Lorenz
05/20/2025, 5:40 PMaction=nonRetryableCallFailed location=Location{uri=<grpc://10.161.93.82:16001>} flightAction=GetFlightInfo message="Call failed. Reason: Flight 'cache/raw_tmp/93ddf4b6-9448-45c5-af8d-a51bde47f676/21248fc8a6ff45a9b19445b64cbb76be/31eff337-aaf7-4738-89f2-f8008ff63009/2723cb2c-65d7-4fd8-b124-ad2ec64bfe2c/535c5a3c8308d2cfb5762ee85ce587a1' does not exist.. Detail: Failed"
To help us debug this issue, we'd like to know what causes this failure and how serious it is. Is there anything we can do to make our calls retryable (instead of nonretryable) so we can avoid these failures? 🙏Robert Moucha
05/20/2025, 6:55 PMdurableStorageType
type for quiver pods do you use?
https://www.gooddata.com/docs/cloud-native/3.35/install/installation-configuration/#storage
We support AWS S3 or file system. In case you use file system (FS
), you need to attach volume with accessType ReadWriteMany
(single volume can be mounted to multiple pods, e.g. NFS, AWS EFS, or similar). If you don't specify storageclass supporting ReadWriteMany
access type, files will be kept locally in pod that handled the request. When subsequent request tries to access this file, you may face this issue if request is handled by a different pod.Pete Lorenz
05/20/2025, 6:57 PMDan Homola
05/21/2025, 7:44 AMPete Lorenz
05/21/2025, 4:09 PMDan Homola
05/22/2025, 7:52 AMPete Lorenz
05/22/2025, 9:29 PMRadek Novacek
05/23/2025, 7:19 AMPete Lorenz
05/23/2025, 4:32 PM