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

grpc mux: fix sending node again after stream is reset #14080

Merged
merged 5 commits into from
Dec 17, 2020
Merged

grpc mux: fix sending node again after stream is reset #14080

merged 5 commits into from
Dec 17, 2020

Conversation

tbarrella
Copy link
Contributor

Commit Message:
grpc mux: fix sending node again after stream is reset

Previously, first_stream_request_ wasn't working as intended because api_state_ is still cached from the previous stream

Signed-off-by: Taylor Barrella [email protected]

Additional Description:
Risk Level: Low
Testing: Modified test was failing before the accompanying change
Docs Changes: N/A
Release Notes:
Fixes #9682

Previously, first_stream_request_ wasn't working as intended because
api_state_ is still cached from the previous stream

Signed-off-by: Taylor Barrella <[email protected]>
Signed-off-by: Taylor Barrella <[email protected]>
Signed-off-by: Taylor Barrella <[email protected]>
@tbarrella
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Check envoy-presubmit isn't fully completed, but will still attempt retrying.
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #14080 (comment) was created by @tbarrella.

see: more, trace.

@tbarrella
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #14080 (comment) was created by @tbarrella.

see: more, trace.

@tbarrella
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #14080 (comment) was created by @tbarrella.

see: more, trace.

Copy link
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

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

Thanks for the fix, looks good but we should have a more complete e2e test.
/wait

Signed-off-by: Taylor Barrella <[email protected]>
@yanavlasov yanavlasov self-assigned this Dec 9, 2020
Copy link
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@htuch htuch merged commit 9340c2c into envoyproxy:master Dec 17, 2020
@tbarrella tbarrella deleted the set-node branch December 17, 2020 21:52
mpuncel added a commit to mpuncel/envoy that referenced this pull request Dec 22, 2020
* master: (30 commits)
  Deflaked: Guarddog_impl_test (envoyproxy#14475)
  [fuzz] add fuzz tests for hpack encoding and decoding (envoyproxy#13315)
  [filters] Prevent a filter from sending local reply and continue (envoyproxy#14416)
  oauth2: improving coverage (envoyproxy#14479)
  owners: Change dio email address (envoyproxy#14498)
  macos build: Fix ninja install (envoyproxy#14495)
  http: use OptRef helper to reduce some boilerplate (envoyproxy#14361)
  doc: update test/integration/README.md (envoyproxy#14485)
  server: wait workers to start before draining parent. (envoyproxy#14319)
  api: relax inline_string length limitation in DataSource (envoyproxy#14461)
  oauth: properly stop filter chain when a response was sent (envoyproxy#14476)
  listener: deprecate use_proxy_proto (envoyproxy#14406)
  deps: update cel and remove a patch (envoyproxy#14473)
  preconnect: rename: (envoyproxy#14474)
  coverage: ratcheting limits (envoyproxy#14472)
  grpc mux: fix sending node again after stream is reset (envoyproxy#14080)
  [test] Replace printers_include with printers_lib. (envoyproxy#14442)
  tcp: nodelay in the new pool (envoyproxy#14453)
  test: replace mock_methodn macros with mock_method (envoyproxy#14450)
  tcp: extending tcp integration test (envoyproxy#14451)
  ...

Signed-off-by: Michael Puncel <[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.

set_node_on_first_message_only seems to never set node ID
4 participants