-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matcher cache/series #8045
Matcher cache/series #8045
Conversation
Signed-off-by: alanprot <[email protected]>
Signed-off-by: alanprot <[email protected]>
Signed-off-by: alanprot <[email protected]>
79db03f
to
3e2e473
Compare
Signed-off-by: alanprot <[email protected]>
BTW: I think we should only cache regex matchers, as they are the only ones that can be problematic. WDYT @pedro-stanaka @yeya24 ? |
Signed-off-by: alanprot <[email protected]>
Signed-off-by: alanprot <[email protected]>
First of all, thanks for wrapping up this work.
I agree with this, maybe we can do it in a follow up. The failure on unit test seems legit. |
Signed-off-by: alanprot <[email protected]>
It was a problem in the test. Fixed. |
Signed-off-by: alanprot <[email protected]>
7126b9a
to
602eda9
Compare
Signed-off-by: alanprot <[email protected]>
Changes
Implementing the same matcher cache from #7353 but for store-gateways.
There also 2 small changes on the cr:
Verification
Unit test was update to use the cache.