:thread: balance data support on nebula 3.2.0
# nebula
m
🧵 balance data support on nebula 3.2.0
Hi Team, I am trying the run the Storage load balancing commands
balance leader
and
balance data
, but it seems
balance data
is not supported on nebula 3.2.0. Can someone please confirm this ? Thanks.
Copy code
(root@nebula) [my_space_1]> balance data;
[ERROR (-1009)]: SemanticError: Data balance not support

Mon, 26 Sep 2022 15:38:49 UTC

(root@nebula) [my_space_1]>
g
It is supported if you enable experimental mode.
👍 1
❤️ 1
m
Thanks @Goran Cvijanovic. So is it a limitation in the normal mode that we cannot balance the partition distribution ?
g
Yes, it is with edge cases, so it is put into experimental mode for this version.
m
thanks for the info @Goran Cvijanovic