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
When we install PSO in the k8s v1.22+ environment, we will see the following error from the csi-controller log
time="2022-06-03T01:39:41Z" level=error msg="waiters found" bucket= req="(*csi.ProbeRequest) " span="{}" waiters=1 time="2022-06-03T01:39:41Z" level=error msg="failed to queue request" error="rpc error: code = Aborted desc = requests pending" req="(*csi.ProbeRequest) " span="{}" time="2022-06-03T01:39:41Z" level=error msg="GRPC handler error" error="rpc error: code = Aborted desc = requests pending" method=/csi.v1.Identity/Probe request= span="{}" This is causing an entire cluster unable to perform work that depends on the storage
This seems to be a thread/worker deadlock issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we install PSO in the k8s v1.22+ environment, we will see the following error from the csi-controller log
This seems to be a thread/worker deadlock issue.
The text was updated successfully, but these errors were encountered: