fix(rebalance): fix changelog and version
This commit is contained in:
parent
f3d6d5c1cc
commit
9bb159cf1e
|
@ -1,6 +1,6 @@
|
|||
{application, emqx_node_rebalance, [
|
||||
{description, "EMQX Node Rebalance"},
|
||||
{vsn, "5.0.3"},
|
||||
{vsn, "5.0.4"},
|
||||
{registered, [
|
||||
emqx_node_rebalance_sup,
|
||||
emqx_node_rebalance,
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Fix global rebalance status evaluation on replicant nodes.
|
||||
Previously, `/api/v5/load_rebalance/global_status` API method could return incomplete results if handled by a replicant node.
|
Loading…
Reference in New Issue