We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From internal ZD ticket 107580:
Our PPM is installed by Helm Helm version 0.5.29 And installed on GCP GKE cluster. We found that package installation is slow when user try to download a package at the first time. For each request we make to ppm, it takes more than 2 mins for response, so we even need to increase the IDE timeout time for downloading. For example: Test with Terraform installation in Python. It has about 30 dependencies of pkgs, so it cost 45 mins for first download. At the first time even though IDE is timeout but PPM still working background. So the second time we download it will be fast in seconds. We found that when we set the GKE values replica to 3, the slow request happends. If we adjust the number to 1. The slow request won't happen. So we suspect that is a NFS timeout issue that on the documentation. https://docs.posit.co/rspm/admin/ha/#nfs But after we set the client mount lookupcache to pos. The pods start to crash with some error logs. It's attached with pics. We want to solve the slow request and set the replica to 3 for HA. Please help us find out the reason and solve the issue, thanks.
Our PPM is installed by Helm Helm version 0.5.29 And installed on GCP GKE cluster.
We found that package installation is slow when user try to download a package at the first time.
For each request we make to ppm, it takes more than 2 mins for response, so we even need to increase the IDE timeout time for downloading.
For example: Test with Terraform installation in Python. It has about 30 dependencies of pkgs, so it cost 45 mins for first download.
At the first time even though IDE is timeout but PPM still working background. So the second time we download it will be fast in seconds.
We found that when we set the GKE values replica to 3, the slow request happends. If we adjust the number to 1. The slow request won't happen.
So we suspect that is a NFS timeout issue that on the documentation. https://docs.posit.co/rspm/admin/ha/#nfs
But after we set the client mount lookupcache to pos. The pods start to crash with some error logs. It's attached with pics.
We want to solve the slow request and set the replica to 3 for HA. Please help us find out the reason and solve the issue, thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From internal ZD ticket 107580:
The text was updated successfully, but these errors were encountered: