Skip to content

Commit 0a879e0

Browse files
Auto-generated API code
1 parent 76caaf8 commit 0a879e0

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

elasticsearch/_async/client/indices.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,6 @@ async def disk_usage(
14421442
@_rewrite_parameters(
14431443
body_name="config",
14441444
)
1445-
@_availability_warning(Stability.EXPERIMENTAL)
14461445
async def downsample(
14471446
self,
14481447
*,

elasticsearch/_async/client/shutdown.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,10 @@ async def put_node(
211211
:param allocation_delay: Only valid if type is restart. Controls how long Elasticsearch
212212
will wait for the node to restart and join the cluster before reassigning
213213
its shards to other nodes. This works the same as delaying allocation with
214-
the index.unassigned.node_left.delayed_timeout setting. If you specify both
215-
a restart allocation delay and an index-level allocation delay, the longer
216-
of the two is used.
214+
the index.unassigned.node_left.delayed_timeout setting. If you don't specify
215+
a restart allocation delay, a default value of 5 minutes will be used. If
216+
both a restart allocation delay and an index-level allocation delay are configured,
217+
the longer of the two is used.
217218
:param master_timeout: The period to wait for a connection to the master node.
218219
If no response is received before the timeout expires, the request fails
219220
and returns an error.

elasticsearch/_sync/client/indices.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,6 @@ def disk_usage(
14421442
@_rewrite_parameters(
14431443
body_name="config",
14441444
)
1445-
@_availability_warning(Stability.EXPERIMENTAL)
14461445
def downsample(
14471446
self,
14481447
*,

elasticsearch/_sync/client/shutdown.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,10 @@ def put_node(
211211
:param allocation_delay: Only valid if type is restart. Controls how long Elasticsearch
212212
will wait for the node to restart and join the cluster before reassigning
213213
its shards to other nodes. This works the same as delaying allocation with
214-
the index.unassigned.node_left.delayed_timeout setting. If you specify both
215-
a restart allocation delay and an index-level allocation delay, the longer
216-
of the two is used.
214+
the index.unassigned.node_left.delayed_timeout setting. If you don't specify
215+
a restart allocation delay, a default value of 5 minutes will be used. If
216+
both a restart allocation delay and an index-level allocation delay are configured,
217+
the longer of the two is used.
217218
:param master_timeout: The period to wait for a connection to the master node.
218219
If no response is received before the timeout expires, the request fails
219220
and returns an error.

elasticsearch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# under the License.
1717

1818
__versionstr__ = "9.3.0"
19-
__es_specification_commit__ = "73be14c43bdd388e9a20489e855073bbdd6a3b8f"
19+
__es_specification_commit__ = "4724cc124143ef991caae844146e207e64d017fd"
2020
_SERVERLESS_API_VERSION = "2023-10-31"

0 commit comments

Comments
 (0)