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

timeout_ms in Mapping is not honored in 0.50.0-ea6 #990

Closed
Baykonur opened this issue Nov 23, 2018 · 1 comment
Closed

timeout_ms in Mapping is not honored in 0.50.0-ea6 #990

Baykonur opened this issue Nov 23, 2018 · 1 comment
Milestone

Comments

@Baykonur
Copy link

Describe the bug
We have backend services which respond around 30 seconds, therefore our timeout_ms is set high such as 120000 in ambassador 0.40.1, when I upgraded to ambassador 0.50.0-ea6, i have realized that we get 504 exactly at 15 seconds. The diagnostics page shows "connect_timeout": "3s" for the active cluster though I am not sure if connect_timeout in Envoy cluster configuration and timeout_ms in Ambassador configuration are related.

To Reproduce
Deploy a service which responds in 25 seconds.
Then you have 2 ways to see timeout_ms has no effect at all.
a) set timeout_ms to 20000 in Mapping.
b) do not set timeout_ms in Mapping.

Expected behavior
a) You should see 504 in 20 seconds but you will have it at 15 seconds.
b) You should see 504 in 3 seconds (default) but you will have it at 15 seconds.

Versions (please complete the following information):

  • Ambassador: 0.50.0-ea6
  • Kubernetes environment: bare metal
  • Version: 1.9.8

Additional context
Add any other context about the problem here.

@kflynn
Copy link
Member

kflynn commented Dec 20, 2018

Fixed in -rc1.

@kflynn kflynn closed this as completed Dec 20, 2018
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

No branches or pull requests

3 participants