-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
hpe-csi-driver crash - threading bug? #386
Comments
Got the same behaviour on a per-node CSI driver (same container so not surprising) also. |
Thanks for identifying this. I'll bring it up with the team. |
This looks more serious actually. I'm getting issues without trace logging, caused by multiple
I don't think it makes sense to lock on a per-key basis for this? |
We will look into this issue. As I remember the lock is on per request ID , but will check any failures are there in the lock creation part. |
Had this occur a few times (maybe since we enabled trace logging to track down another issue but cannot be sure):
This is v2.4.1 with trace logging enabled:
The text was updated successfully, but these errors were encountered: