You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache user overrides in distributor.Push to reduce lock contention. (#4906)
* Cache user overrides in `distributor.Push` to reduce lock contention (#4904)
Signed-off-by: songjiayang <[email protected]>
* export GetOverridesForUser method only
Signed-off-by: songjiayang <[email protected]>
* using user limits directly rather than a new overrides variable
Signed-off-by: songjiayang <[email protected]>
* Update user limit cache comment
Signed-off-by: songjiayang <[email protected]>
Signed-off-by: songjiayang <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@
50
50
*[ENHANCEMENT] Distributor: Add label name to labelValueTooLongError. #4855
51
51
*[ENHANCEMENT] Enhance traces with hostname information. #4898
52
52
*[ENHANCEMENT] Improve the documentation around limits. #4905
53
+
*[ENHANCEMENT] Distributor: cache user overrides to reduce lock contention. #4904
53
54
*[FEATURE] Compactor: Added `-compactor.block-files-concurrency` allowing to configure number of go routines for download/upload block files during compaction. #4784
54
55
*[FEATURE] Compactor: Added -compactor.blocks-fetch-concurrency` allowing to configure number of go routines for blocks during compaction. #4787
55
56
*[FEATURE] Compactor: Added configurations for Azure MSI in blocks-storage, ruler-storage and alertmanager-storage. #4818
0 commit comments