From ea16015bc4e53952da4c40cbbe2d9e80f9733116 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Mon, 11 Mar 2019 10:38:49 -0700 Subject: [PATCH] [DOCS] Fixes breaking changes for low level client (#39930) --- .../migration/migrate_7_0/low_level_restclient.asciidoc | 7 +++++++ docs/reference/migration/migrate_7_0/restclient.asciidoc | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/reference/migration/migrate_7_0/low_level_restclient.asciidoc b/docs/reference/migration/migrate_7_0/low_level_restclient.asciidoc index 0820c7f01cc..ae7524f324f 100644 --- a/docs/reference/migration/migrate_7_0/low_level_restclient.asciidoc +++ b/docs/reference/migration/migrate_7_0/low_level_restclient.asciidoc @@ -2,6 +2,13 @@ [[breaking_70_low_level_restclient_changes]] === Low-level REST client changes +[float] +==== Support for `maxRetryTimeout` removed from RestClient + +`RestClient` and `RestClientBuilder` no longer support the `maxRetryTimeout` +setting. The setting was removed as its counting mechanism was not accurate +and caused issues while adding little value. + [float] ==== Deprecated flavors of performRequest have been removed diff --git a/docs/reference/migration/migrate_7_0/restclient.asciidoc b/docs/reference/migration/migrate_7_0/restclient.asciidoc index 39d19c345cd..d4f99369121 100644 --- a/docs/reference/migration/migrate_7_0/restclient.asciidoc +++ b/docs/reference/migration/migrate_7_0/restclient.asciidoc @@ -21,12 +21,3 @@ The Cluster Health API used to default to `shards` level to ease migration from transport client that doesn't support the `level` parameter and always returns information including indices and shards details. The level default value has been aligned with the Elasticsearch default level: `cluster`. - -=== Low-level REST client changes - -[float] -==== Support for `maxRetryTimeout` removed from RestClient - -`RestClient` and `RestClientBuilder` no longer support the `maxRetryTimeout` -setting. The setting was removed as its counting mechanism was not accurate -and caused issues while adding little value. \ No newline at end of file