版本2.0.3,为了做资源隔离,按照官方文档操作,用了一个be,设置了 "tag.location" = "etl"
原来的表属性从
"replication_allocation" = "tag.location.default: 3"
修改为
"replication_allocation" = "tag.location.default: 2, tag.location.etl: 1"
开启自动均衡之后,通过show proc "/cluster_balance/history_tablets"
查看已完成的任务,发现一直报 unable to find dest path for new replica,网上资料甚少,请问是哪个地方漏了配置吗,还是同一个表不能设置多个tag?