From 650eeac83e959af54790bf36278a5c468316052a Mon Sep 17 00:00:00 2001 From: "ievgen.degtiarenko" Date: Fri, 22 Jul 2022 10:17:18 +0200 Subject: [PATCH 1/2] reword the changelog --- docs/changelog/88385.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/88385.yaml b/docs/changelog/88385.yaml index d1ebace3c4857..eb3666aa9c7ca 100644 --- a/docs/changelog/88385.yaml +++ b/docs/changelog/88385.yaml @@ -1,5 +1,6 @@ pr: 88385 -summary: Test balance improves after rebalancing +summary: Prevent re-balancing using outdated node weights in case 2 or more shards movements in a row for a single index were simulated due to THROTTLE. area: Allocation type: bug -issues: [] +issues: + - 88384 From 1716604fe41b2eb2adbabf5e47024d870285ea5c Mon Sep 17 00:00:00 2001 From: Ievgen Degtiarenko Date: Fri, 22 Jul 2022 10:30:57 +0200 Subject: [PATCH 2/2] Update docs/changelog/88385.yaml Co-authored-by: Rory Hunter --- docs/changelog/88385.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/88385.yaml b/docs/changelog/88385.yaml index eb3666aa9c7ca..f3715950263d8 100644 --- a/docs/changelog/88385.yaml +++ b/docs/changelog/88385.yaml @@ -1,5 +1,5 @@ pr: 88385 -summary: Prevent re-balancing using outdated node weights in case 2 or more shards movements in a row for a single index were simulated due to THROTTLE. +summary: Prevent re-balancing using outdated node weights in some cases area: Allocation type: bug issues: