morningman opened a new issue #6824: URL: https://github.com/apache/incubator-doris/issues/6824
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version trunk a6e905e ### What's Wrong? In #6561 , I fixed a similar problem, but the repair method requires continuous data loading of the tablet. If a replica of a tablet is in DECOMMISSION state without subsequent load operations, it still cannot be restored. ### What You Expected? Replica is DECOMMISSION state should be changed to NORMAL . ### How to Reproduce? It may happen as follows: 1. A tablet of colocation table is in COLOCATION_REDUNDANT state 2. The tablet is being scheduled and set one of replica as DECOMMISSION in TabletScheduler.deleteReplicaInternal() 3. The tablet will then be scheduled again 4. But at that time, the BE node of the replica that was set to the DECOMMISSION state in step 2 is returned to the colocation group. 5. If this is no more data loaded, the replica will be in DECOMMISSION forever ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
