-
Notifications
You must be signed in to change notification settings - Fork 753
feat: Add enable-local-kvindexer into MDC #4777
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: c-fteixeira <[email protected]>
Signed-off-by: Dan Gil <[email protected]>
Signed-off-by: Neal Vaidya <[email protected]>
… / ModelReady (#4708) Signed-off-by: Guan Luo <[email protected]> Signed-off-by: GuanLuo <[email protected]> Co-authored-by: Ryan McCormick <[email protected]>
Signed-off-by: Olga Andreeva <[email protected]>
Signed-off-by: PeaBrane <[email protected]>
Signed-off-by: hongkuanz <[email protected]>
Signed-off-by: jthomson04 <[email protected]> Co-authored-by: ishandhanani <[email protected]>
) Signed-off-by: Anant Sharma <[email protected]>
Signed-off-by: Indrajit Bhosale <[email protected]> Co-authored-by: Ryan McCormick <[email protected]>
Signed-off-by: PeaBrane <[email protected]>
Signed-off-by: alec-flowers <[email protected]> Signed-off-by: Karen Chung <[email protected]> Signed-off-by: jthomson04 <[email protected]> Co-authored-by: alec-flowers <[email protected]> Co-authored-by: jthomson04 <[email protected]>
Signed-off-by: PeaBrane <[email protected]>
Signed-off-by: Vladislav Nosivskoy <[email protected]>
Signed-off-by: alec-flowers <[email protected]>
Signed-off-by: Keiven Chang <[email protected]>
Signed-off-by: Neal Vaidya <[email protected]>
Signed-off-by: Neal Vaidya <[email protected]>
Signed-off-by: Jacky <[email protected]>
Signed-off-by: Jacky <[email protected]>
…#4618) Signed-off-by: Krishnan Prashanth <[email protected]>
Signed-off-by: William Arnold <[email protected]>
Signed-off-by: Dillon Cullinan <[email protected]>
Signed-off-by: jthomson04 <[email protected]>
…4838) Signed-off-by: hongkuanz <[email protected]> Co-authored-by: Biswa Panda <[email protected]>
… transport (#4875) Signed-off-by: Jacky <[email protected]>
Signed-off-by: Dmitry Tokarev <[email protected]>
…4880) Signed-off-by: PeaBrane <[email protected]> Signed-off-by: Yan Ru Pei <[email protected]> Co-authored-by: Keiven C <[email protected]>
Signed-off-by: Vladislav Nosivskoy <[email protected]> Co-authored-by: Ryan McCormick <[email protected]>
Signed-off-by: Keiven Chang <[email protected]> Co-authored-by: Keiven Chang <[email protected]>
…4835) Signed-off-by: Keiven Chang <[email protected]> Co-authored-by: Keiven Chang <[email protected]>
Signed-off-by: Dillon Cullinan <[email protected]> Signed-off-by: Anant Sharma <[email protected]> Co-authored-by: Anant Sharma <[email protected]>
f89ffd1 to
cea1ade
Compare
Signed-off-by: Dmitry Tokarev <[email protected]>
cea1ade to
c76c74a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview:
To register enable_local_kvindexer (#4519) as a worker-side argument, we need to put it into the MDC.
Details:
This PR:
WorkerQueryClient(worker_query.rs) to watch the MDC (via the same discovery channel used by router) for the arg, such that workers are queried only when local kvindexers are known to be enabledWorkerQueryClientto be component-scoped, not namespace-scopedtest_distributed_kvindexer_e2e) to sanity-check correctness for mockerengineWhere should the reviewer start?
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)