liutang123 opened a new issue #5243: URL: https://github.com/apache/incubator-doris/issues/5243
**Describe the bug** A colocate tablet replica group is [A B C], the tablet's replicas are in [A B C D] If D was removed from cluster and the replica on D is bad, the tablet's state will be VERSION_INCOMPLETE. Doris will never fix this tablet. **To Reproduce** Steps to reproduce the behavior: 1. Create a colocate table 2. Remove a BE where replicas are placed **Expected behavior** 1. The tablet's state became to `COLOCATE_MISMATCH` 2. Copy some replica to other BE. 3. [*BUG*]The tablet's state became to `VERSION_INCOMPLETE`, but we can not fix it forever. **Screenshots**   **Desktop:** - Version 0.12(not fix in master) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
