Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Bloom Gateway: Implement chunk filtering using workers that multiplex requests #11181
Bloom Gateway: Implement chunk filtering using workers that multiplex requests #11181
Changes from all commits
eb07d82
4a10400
9177822
8af5f39
e66f1d3
8ade59c
4cd9961
16899e6
8c5a945
c3f2368
266479b
f443fe0
afec782
6205140
e330977
218ec25
7cb3a6a
bae443d
a68af7d
b4e623f
cd4011a
e15094c
d9fa50b
388d818
01a6166
f4eeb5a
6aee5e7
29c2d14
f01220c
81c4982
ed09492
c2ac04a
66a4ac5
6112b7f
7340e5d
7dd6f56
14079c9
d010e99
4900e24
65bfcc9
579250c
733c42c
4f3d7df
8893eef
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should loop over req.Refs to ensure the tenant matches our expectation here. This is costly in terms of CPU cycles and we should ensure it beforehand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Removed the assertion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: we could skip the call to this method if
Removals.Len()
is0
.