From 54f7941329885adfa172fa66b389778e251aa0a2 Mon Sep 17 00:00:00 2001 From: Ilya Averyanov Date: Wed, 7 Jun 2023 18:54:54 +0300 Subject: [PATCH] fix(rebalancing): add changelog Co-authored-by: Thales Macedo Garitezi --- changes/ee/fix-10967.en.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ee/fix-10967.en.md diff --git a/changes/ee/fix-10967.en.md b/changes/ee/fix-10967.en.md new file mode 100644 index 000000000..55cc2b975 --- /dev/null +++ b/changes/ee/fix-10967.en.md @@ -0,0 +1,3 @@ +Fixed error message formatting in rebalance API: previously they could be displayed as unclear dumps of internal Erlang structures. + +Added `wait_health_check` option to node evacuation CLI and API. This is a time interval when the node reports "unhealthy status" without beginning actual evacuation. We need this to allow a Load Balancer (if any) to remove the evacuated node from balancing and not forward (re)connecting clients to the evacuated node.