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
Fix issue where cached entry size keeps increasing when making tiny query repeatedly (#3968)
* Fix issue where cached entry size keeps increasing when making tiny query repeatedly
Signed-off-by: Alvin Lin <[email protected]>
* Keep the non-overlapping extents and add more tests
Signed-off-by: Alvin Lin <[email protected]>
* rever .gitignore change
Signed-off-by: Alvin Lin <[email protected]>
* Re-setup test to be more proper
Signed-off-by: Alvin Lin <[email protected]>
* small optimization for small queries
Signed-off-by: Alvin Lin <[email protected]>
* Add comment
Signed-off-by: Alvin Lin <[email protected]>
* English fix
Signed-off-by: Alvin Lin <[email protected]>
* Ok, another approach without using temporary slice
Signed-off-by: Alvin Lin <[email protected]>
* just some refactoring
Signed-off-by: Alvin Lin <[email protected]>
* Off by one error fix
Signed-off-by: Alvin Lin <[email protected]>
* Address PR comments
Signed-off-by: Alvin Lin <[email protected]>
* Update CHANGELOG.md
Fix duplicate CHANGELOG.md entry.
Signed-off-by: Alvin Lin <[email protected]>
* Make comment more precise
Signed-off-by: Alvin Lin <[email protected]>
* Alwasy return subslice, never new slice
Signed-off-by: Alvin Lin <[email protected]>
* Update pkg/querier/queryrange/query_range.go
Signed-off-by: Marco Pracucci <[email protected]>
Co-authored-by: Marco Pracucci <[email protected]>
*[BUGFIX] Ruler Storage: ignore objects with empty namespace or group in the name. #3999
29
29
*[BUGFIX] Distributor: fix issue causing distributors to not extend the replication set because of failing instances when zone-aware replication is enabled. #3977
30
+
*[BUGFIX] Query-frontend: Fix issue where cached entry size keeps increasing when making tiny query repeatedly. #3968
0 commit comments