dell / csm

Dell Container Storage Modules (CSM)
Apache License 2.0
67 stars 15 forks source link

[BUG]: Remove mutex locks from interceptors on method calls #1438

Closed chimanjain closed 3 days ago

chimanjain commented 2 weeks ago

Bug Description

The mutex locks in interceptors on method calls are stale and should be removed to improve performance.

Logs

The mutex locks in interceptors on method calls are stale and should be removed to improve performance. https://github.com/dell/csi-powerscale/blob/15e14791d2f076902c204b1c8d4304d6be15d7b3/service/interceptor/interceptor.go#L150

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

https://github.com/dell/csi-powerscale/blob/15e14791d2f076902c204b1c8d4304d6be15d7b3/service/interceptor/interceptor.go#L150

Expected Behavior

mutex calls should be removed if they are stale from the method calls

CSM Driver(s)

csi-powerscale

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

k8s

Operating System

RHEL

csmbot commented 2 weeks ago

@chimanjain: Thank you for submitting this issue!

The issue is currently awaiting triage. Please make sure you have given us as much context as possible.

If the maintainers determine this is a relevant issue, they will remove the needs-triage label and respond appropriately.


We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at container.storage.modules@dell.com.

chimanjain commented 4 days ago

We can close this issue as the fixes has been merged.