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

Make ES gateway timeouts configurable #3193

Merged
merged 1 commit into from
Mar 25, 2020
Merged

Make ES gateway timeouts configurable #3193

merged 1 commit into from
Mar 25, 2020

Conversation

jaym
Copy link
Contributor

@jaym jaym commented Mar 24, 2020

S3 operations get really slow with many backups / daily indexes.
We've seen a delete exceed the hard coded default of 5 mins, and
cause gateway timeouts.

This changes the default to 10 mins and makes the timeouts configurable

@@ -68,6 +68,8 @@ message ConfigRequest {
google.protobuf.Int32Value ssl_verify_depth = 15;
google.protobuf.Int32Value server_names_hash_bucket_size = 16;
google.protobuf.StringValue client_body_buffer_size = 17;
google.protobuf.Int32Value proxy_read_timeout = 18;
google.protobuf.Int32Value proxy_timeout_timeout = 19;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
google.protobuf.Int32Value proxy_timeout_timeout = 19;
google.protobuf.Int32Value proxy_send_timeout = 19;

S3 operations get really slow with many backups / daily indexes.
We've seen a delete exceed the hard coded default of 5 mins, and
cause gateway timeouts.

This changes the default to 10 mins and makes the timeouts configurable

Signed-off-by: Jay Mundrawala <[email protected]>
@jaym jaym force-pushed the jdm/es-gateway-config branch from f20e50f to b299e8a Compare March 25, 2020 12:48
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.

5 participants