Skip to content

Commit

Permalink
Bumped up timeout limits
Browse files Browse the repository at this point in the history
Incremented  version number.
Bumped up timeout limits after reports of large stressed clusters experiencing drops. A read timeout will not trigger a retry. (#264)
  • Loading branch information
nemonster authored Apr 8, 2019
1 parent 1b8080c commit d53ceac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.elasticsearch</groupId>
<artifactId>support-diagnostics</artifactId>
<version>7.0.0</version>
<version>7.0.1</version>
<packaging>jar</packaging>
<name>Support Diagnostics Utilities</name>
<properties>
Expand Down
7 changes: 4 additions & 3 deletions src/main/resources/diags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ password-keys:

text-file-extensions:
- allocation
- cat_allocation
- cat_aliases
- cat_count
- cat_fielddata
Expand All @@ -37,9 +38,9 @@ text-file-extensions:

# Uncomment only if modifying defaults
rest-config:
requestTimeout: 10000
connectTimeout: 5000
socketTimeout: 5000
requestTimeout: 30000
connectTimeout: 30000
socketTimeout: 120000
maxTotalConn: 100
maxConnPerRoute: 10

Expand Down

0 comments on commit d53ceac

Please sign in to comment.