Open Xiangakun opened 21 hours ago
I checked the code, it should be caused by the default_cluster
is removed from 3.3.4, and it's still in use in version 3.1.10, and it's not a must for version 3.1.10 either. I think we can add a config for user to avoid to create the default_cluster
in 3.1.10 under such circumstance.
Steps to reproduce the behavior (Required)
Expected behavior (Required)
Downgrade version back to 3.1.10 successfully
Real behavior (Required)
error
java.lang.IllegalStateException: Cluster backendIdList must be 0
occurredStarRocks version (Required)
select current_version()
3.3.4 -> 3.1.10