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

engine: per try idle timeout #1805

Merged
merged 13 commits into from
Sep 17, 2021
Merged

engine: per try idle timeout #1805

merged 13 commits into from
Sep 17, 2021

Conversation

junr03
Copy link
Member

@junr03 junr03 commented Sep 15, 2021

Description: expose the new per try idle timeout via the engine builder.
Risk Level: low
Testing: unit test
Docs Changes: added

Jose Nino added 2 commits September 15, 2021 16:54
Signed-off-by: Jose Nino <jnino@lyft.com>
fmt
Signed-off-by: Jose Nino <jnino@lyft.com>
buildbreaker
buildbreaker previously approved these changes Sep 15, 2021
Signed-off-by: Jose Nino <jnino@lyft.com>
@junr03
Copy link
Member Author

junr03 commented Sep 16, 2021

#1804 is needed for this to go green

Alan Chiu added 2 commits September 16, 2021 11:38
Signed-off-by: Alan Chiu <achiu@lyft.com>
Alan Chiu and others added 8 commits September 16, 2021 12:05
fix
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: Jose Nino <jnino@lyft.com>
fix
Signed-off-by: Jose Nino <jnino@lyft.com>
…try-idle

Signed-off-by: Jose Nino <jnino@lyft.com>
fix
Signed-off-by: Alan Chiu <achiu@lyft.com>
fmt
Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
@@ -174,7 +174,7 @@ Specify the rate at which Envoy Mobile should flush its queued stats.

Specifies the length of time a stream should wait without a headers or data event before timing out.
Defaults to 15 seconds.
See `the Envoy docs <https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-stream-idle-timeout>`_
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this deliberate?

Copy link
Member Author

Choose a reason for hiding this comment

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

not sure why @buildbreaker updated. But still seems to generate correctly.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Specifies the length of time a retry (including the initial attempt) should wait without a headers
or data event before timing out. Defaults to 15 seconds.
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this apply to trailers?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, this should say "wait for bytes". That would be more comprehensive.

Copy link
Member Author

Choose a reason for hiding this comment

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

@buildbreaker let me fix this in a subsequent PR so we don't have to run CI on this again.

@junr03
Copy link
Member Author

junr03 commented Sep 17, 2021

@buildbreaker going to merge so you and @rebello95 can wire up and we can test.

@rebello95
Copy link
Contributor

sounds good

@buildbreaker buildbreaker merged commit 97fdd49 into main Sep 17, 2021
@buildbreaker buildbreaker deleted the per-try-idle branch September 17, 2021 23:32
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.

3 participants