wangbo opened a new issue #3353: [Bug] Colocate Join Bug Fix URL: https://github.com/apache/incubator-doris/issues/3353 **Colocate Group sync error status between fe ** This is just a clerical, pr is more clear. **Colocate Group miss remove table operation in edit log** In current code ,no place calls ```Editlog.logColocateRemoveTable``` which means a colocate group may appear again after replay edit log. The solution is to calling ```Editlog.logColocateRemoveTable``` when a table is finally deleted in ```CatalogRecycleBin```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
