-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: refactor appStats to have a RWMutex instead of a Mutex #55285
Copy link
Copy link
Closed
Labels
C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
Description
There are various places in the code where appStats can benefit from acquiring a read lock (such as
cockroach/pkg/sql/app_stats.go
Line 251 in 5965426
| a.Lock() |
Jira issue: CRDB-3680
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.