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

async client: fail all active requests during destruction #321

Merged
merged 1 commit into from
Jan 5, 2017

Conversation

mattklein123
Copy link
Member

Required for dynamic cluster remove.

@mattklein123
Copy link
Member Author

@lyft/network-team

@mattklein123 mattklein123 merged commit 23d7b06 into master Jan 5, 2017
@mattklein123 mattklein123 deleted the async_client_destroy branch January 5, 2017 17:28
rshriram pushed a commit to rshriram/envoy that referenced this pull request Oct 30, 2018
* add first draft

* Fixed tests.
yxue pushed a commit to yxue/envoy that referenced this pull request Dec 3, 2019
PiotrSikora added a commit to PiotrSikora/envoy that referenced this pull request Mar 3, 2020
This change restores Wasm Service, which was accidentally removed
in a bad merge (envoyproxy#321).

It also fixes a number of issuses:

1. Wasm Services were started before Cluster Manager was initialized,
   which crashed Envoy when Wasm Service tried to dispatch a callout.

2. Wasm Services (per-thread) were not stored and they were getting
   out of scope, so they were immediately destroyed.

3. Wasm Services (singleton) were started twice.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
istio-testing referenced this pull request in istio/envoy Mar 3, 2020
This change restores Wasm Service, which was accidentally removed
in a bad merge (#321).

It also fixes a number of issuses:

1. Wasm Services were started before Cluster Manager was initialized,
   which crashed Envoy when Wasm Service tried to dispatch a callout.

2. Wasm Services (per-thread) were not stored and they were getting
   out of scope, so they were immediately destroyed.

3. Wasm Services (singleton) were started twice.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
jplevyak referenced this pull request in jplevyak/envoy Apr 13, 2020
This change restores Wasm Service, which was accidentally removed
in a bad merge (istio#321).

It also fixes a number of issuses:

1. Wasm Services were started before Cluster Manager was initialized,
   which crashed Envoy when Wasm Service tried to dispatch a callout.

2. Wasm Services (per-thread) were not stored and they were getting
   out of scope, so they were immediately destroyed.

3. Wasm Services (singleton) were started twice.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Signed-off-by: JP Simard <jp@jpsim.com>
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