灌水唠嗑区
其他
问答

执行set global gcluster_rebalancing_concurrent_count = 0;后,rebalance instance命令只能停留在STARTING状态。这个参数为0具体表示什么含义?

发表于2026-03-20 10:35:336次浏览2个评论

执行set global gcluster_rebalancing_concurrent_count = 0;后,rebalance instance命令只能停留在STARTING状态。这个参数为0具体表示什么含义?

评论

登录后才可以发表评论
用户头像
山佳发表于 4个月前
执行 set global gcluster_rebalancing_concurrent_count = 0; 后,rebalance instance 命令只能停留在 STARTING 状态,这完全符合预期。这个参数为 0 具有非常明确且关键的含义:它表示全局禁止执行任何 Rebalance 数据搬移任务。
菲菲发表于 2个月前
坐等大佬解析。