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 2019/11/20 02:31:27 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2248: add a mechanism to convert all AlphaRowsets in table to BetaRowset

kangpinghuang opened a new issue #2248: add a mechanism to convert all AlphaRowsets in table to BetaRowset
URL: https://github.com/apache/incubator-doris/issues/2248
 
 
   For issue #2245 , in the final phase, we should convert all AlphaRowsets to BetaRowset, and need a method to make sure to achieve this purpose.
   Here is a method.
   1. add a convert thread in BE to do the convert job
   2. make use of the flag mechanism of issue #2247, add a flag bit to indicate the convert thread to start
   3. report all tablet's rowset type to FE to collect the process.
   
   BTW, we should control the convert process to make sure that it do not affect the online read and write performance.

----------------------------------------------------------------
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