Skip to content
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

config: avoid spurious empty final discovery request. #2432

Merged
merged 1 commit into from
Jan 23, 2018

Conversation

htuch
Copy link
Member

@htuch htuch commented Jan 23, 2018

When a subscription is for the empty set, rather than a specific set of services, avoid sending an
empty request when the watch ends.

Testing: UT
Risk Level: Low

Signed-off-by: Harvey Tuch [email protected]

When a subscription is for the empty set, rather than a specific set of services, avoid sending an
empty request when the watch ends.

Signed-off-by: Harvey Tuch <[email protected]>
@htuch htuch merged commit 6336007 into envoyproxy:master Jan 23, 2018
@htuch htuch deleted the grpc-mux-impl branch January 23, 2018 18:56
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Description: The change is needed in order for JNI to be able to find classes which are defined in our repository (as opposed to built in Java types). Google documents in here touches on this issue. The implementation could be improved by adding some caching to it but I am inclined to keep it simple unless we find out that its performance is an issue. Needed for #2432.
Risk Level: None, not used anywhere as of now.
Testing: Manual
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Rafal Augustyniak [email protected]
Signed-off-by: JP Simard <[email protected]>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Description: The change is needed in order for JNI to be able to find classes which are defined in our repository (as opposed to built in Java types). Google documents in here touches on this issue. The implementation could be improved by adding some caching to it but I am inclined to keep it simple unless we find out that its performance is an issue. Needed for #2432.
Risk Level: None, not used anywhere as of now.
Testing: Manual
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Rafal Augustyniak [email protected]
Signed-off-by: JP Simard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants