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
* Implementing Expanded Postings Cache
Signed-off-by: alanprot <[email protected]>
* small nit
Signed-off-by: alanprot <[email protected]>
* refactoring the cache so we dont need to call expire on every request
Signed-off-by: alanprot <[email protected]>
* Update total cache size when updating the item
Signed-off-by: alanprot <[email protected]>
* Fix fuzzy test after change the flag name
Signed-off-by: alanprot <[email protected]>
* remove max item config + create a new test case with only head cache enabled
Signed-off-by: alanprot <[email protected]>
* Documenting enabled as first field on the config
Signed-off-by: alanprot <[email protected]>
* Fix race on chunks multilevel cache + Optimize to avoid refetching already found keys. (#6312)
* Creating a test to show the race on the multilevel cache
Signed-off-by: alanprot <[email protected]>
* fix the race problem
* Only fetch keys that were not found on the previous cache
Signed-off-by: alanprot <[email protected]>
---------
Signed-off-by: alanprot <[email protected]>
* Improve Doc
Signed-off-by: alanprot <[email protected]>
* create new cortex_ingester_expanded_postings_non_cacheable_queries metric
Signed-off-by: alanprot <[email protected]>
---------
Signed-off-by: alanprot <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
*[ENHANCEMENT] Ingester: Add matchers to ingester LabelNames() and LabelNamesStream() RPC. #6209
27
27
*[ENHANCEMENT] Ingester/Store Gateway Clients: Introduce an experimental HealthCheck handler to quickly fail requests directed to unhealthy targets. #6225#6257
28
28
*[ENHANCEMENT] Upgrade build image and Go version to 1.23.2. #6261#6262
29
+
*[ENHANCEMENT] Ingester: Introduce a new experimental feature for caching expanded postings on the ingester. #6296
29
30
*[ENHANCEMENT] Querier/Ruler: Expose `store_gateway_consistency_check_max_attempts` for max retries when querying store gateway in consistency check. #6276
30
31
*[ENHANCEMENT] StoreGateway: Add new `cortex_bucket_store_chunk_pool_inuse_bytes` metric to track the usage in chunk pool. #6310
31
32
*[BUGFIX] Runtime-config: Handle absolute file paths when working directory is not / #6224
0 commit comments