File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 * ,
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 * ,
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments