Add a new FE config `repair_slow_replica` when this config is true, Doris will try to delete the replica with the largest number of versions, and then rebalance the replica. Usually, when the number of versions of a certain replica is much higher then that of other replicas, there are some problems with the current be's compilation. Migrating to other machines can typically solve this problem.