Skip to content

[WIP] upstream: Fallback policy per subset selector support#6124

Closed
nezdolik wants to merge 1 commit intoenvoyproxy:masterfrom
nezdolik:subset-lb-opt
Closed

[WIP] upstream: Fallback policy per subset selector support#6124
nezdolik wants to merge 1 commit intoenvoyproxy:masterfrom
nezdolik:subset-lb-opt

Conversation

@nezdolik
Copy link
Copy Markdown
Member

Signed-off-by: Kateryna Nezdolii nezdolik@spotify.com

For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md

Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
[Optional Fixes #Issue]
[Optional Deprecated:]

Signed-off-by: Kateryna Nezdolii <nezdolik@spotify.com>
LbSubsetMap subsets_;
// Forms a trie-like structure of lexically sorted keys+optional fallback policy from subset
// selectors configuration
SubsetSelectorMap selectors_;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason you need to maintain a separate trie for this? Wouldn't the structure of this match subsets_ in such a way that you could embed the new fallback policy into the nodes of that?

@stale
Copy link
Copy Markdown

stale Bot commented Mar 7, 2019

This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@stale stale Bot added the stale stalebot believes this issue/PR has not been touched recently label Mar 7, 2019
@stale
Copy link
Copy Markdown

stale Bot commented Mar 14, 2019

This pull request has been automatically closed because it has not had activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale stalebot believes this issue/PR has not been touched recently waiting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants