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

http2: Switch the value of envoy.reloadable_features.http2_use_oghttp2 to false #32751

Merged
merged 3 commits into from Mar 7, 2024

Conversation

RyanTheOptimist
Copy link
Contributor

http2: Switch the value of envoy.reloadable_features.http2_use_oghttp2 to false
A number of users have reported issues with oghttp2 including #32611 and #32401
so reverting this flag seems wise.

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

A number of users have reported issues with oghttp2 including
seems wise.

Signed-off-by: Ryan Hamilton <rch@google.com>
Copy link

CC @envoyproxy/runtime-guard-changes: FYI only for changes made to (source/common/runtime/runtime_features.cc).

🐱

Caused by: #32751 was opened by RyanTheOptimist.

see: more, trace.

@RyanTheOptimist
Copy link
Contributor Author

/assign @alyssawilk

Copy link
Contributor

@alyssawilk alyssawilk left a comment

Choose a reason for hiding this comment

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

arguably we should have a TODO to flip it true and move it to the FALSE section. Mind doing that quickly?

Signed-off-by: Ryan Hamilton <rch@google.com>
mattklein123
mattklein123 previously approved these changes Mar 6, 2024
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

LGTM modulo Alyssa comment. Thank you!

Signed-off-by: Ryan Hamilton <rch@google.com>
@RyanTheOptimist
Copy link
Contributor Author

arguably we should have a TODO to flip it true and move it to the FALSE section. Mind doing that quickly?

Thanks! Done.

Copy link
Contributor

@alyssawilk alyssawilk left a comment

Choose a reason for hiding this comment

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

awesome, thanks!

Copy link
Contributor

@agrawroh agrawroh left a comment

Choose a reason for hiding this comment

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

I think it's good to revert to nghttp2 until we do more testing. Thanks!

@RyanTheOptimist RyanTheOptimist merged commit b7bc420 into envoyproxy:main Mar 7, 2024
54 checks passed
phlax pushed a commit to phlax/envoy that referenced this pull request Mar 7, 2024
…2 to false (envoyproxy#32751)

http2: Switch the value of envoy.reloadable_features.http2_use_oghttp2 to false
A number of users have reported issues with oghttp2 including envoyproxy#32611 and envoyproxy#32401
so reverting this flag seems wise.

Signed-off-by: Ryan Hamilton <rch@google.com>
phlax pushed a commit that referenced this pull request Mar 7, 2024
…2 to false (#32751)

http2: Switch the value of envoy.reloadable_features.http2_use_oghttp2 to false
A number of users have reported issues with oghttp2 including #32611 and #32401
so reverting this flag seems wise.

Signed-off-by: Ryan Hamilton <rch@google.com>
mattjo added a commit to mattjo/envoy that referenced this pull request Mar 7, 2024
* origin:
  mobile: Clean up Java and Kotlin code (envoyproxy#32773)
  [mobile] Increase stream response buffer watermark size to 2MB (envoyproxy#32754)
  oauth2: support disabling redirects for AJAX requests (envoyproxy#32655)
  http2: Switch the value of envoy.reloadable_features.http2_use_oghttp2 to false (envoyproxy#32751)
  envoy: reverting unnecessary exception E-M macros (envoyproxy#32745)
  dfp: reverting 31433 (envoyproxy#32743)
  opentelemetrytracer: Allow sampler to set variant type span attribute… (envoyproxy#32681)
  mobile: Java code cleanup (envoyproxy#32747)
  mobile: fix quic_test_server_test (envoyproxy#32755)
  Common TunnelResponseHeadersOrTrailers for UDP & TCP tunneling (envoyproxy#32619)
jbohanon added a commit to solo-io/envoy-fork that referenced this pull request Mar 8, 2024
* build(deps): bump distroless/base-nossl-debian12 from `51ab103` to `49edf70` in /ci (envoyproxy#32348)

build(deps): bump distroless/base-nossl-debian12 in /ci

Bumps distroless/base-nossl-debian12 from `51ab103` to `49edf70`.

---
updated-dependencies:
- dependency-name: distroless/base-nossl-debian12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>

* build(deps): bump distroless/base-nossl-debian12 from `49edf70` to `0e777c6` in /ci (envoyproxy#32576)

build(deps): bump distroless/base-nossl-debian12 in /ci

Bumps distroless/base-nossl-debian12 from `49edf70` to `0e777c6`.

---
updated-dependencies:
- dependency-name: distroless/base-nossl-debian12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>

* populate histogram summary sample sum

Signed-off-by: Sebastian Schepens <sebastian.schepens@mercadolibre.com>

* http2: Switch the value of envoy.reloadable_features.http2_use_oghttp2 to false (envoyproxy#32751)

http2: Switch the value of envoy.reloadable_features.http2_use_oghttp2 to false
A number of users have reported issues with oghttp2 including envoyproxy#32611 and envoyproxy#32401
so reverting this flag seems wise.

Signed-off-by: Ryan Hamilton <rch@google.com>

* repo: Release v1.29.2

**Summary of changes**:

- Revert default codec to nghttp2 as a number of users have reported issues with
  oghttp2 including envoyproxy#32611 and envoyproxy#32401
- Assorted minor fixes

**Docker images**:
    https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.29.2
**Docs**:
    https://www.envoyproxy.io/docs/envoy/v1.29.2/
**Release notes**:
    https://www.envoyproxy.io/docs/envoy/v1.29.2/version_history/v1.29/v1.29.2
**Full changelog**:
    envoyproxy/envoy@v1.29.1...v1.29.2

Signed-off-by: Ryan Northey <ryan@synca.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Sebastian Schepens <sebastian.schepens@mercadolibre.com>
Signed-off-by: Ryan Hamilton <rch@google.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Schepens <sebastian.schepens@mercadolibre.com>
Co-authored-by: Ryan Hamilton <rch@google.com>
Co-authored-by: Ryan Northey <ryan@synca.io>
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.

None yet

4 participants