You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/19 05:26:54 UTC

[GitHub] [incubator-doris] wangbo opened a new issue #3353: [Bug] Colocate Join Bug Fix

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org