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/15 11:54:41 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2210: support online upgrade from alpha rowset to beta rowset

kangpinghuang opened a new issue #2210: support online upgrade from alpha rowset to beta rowset
URL: https://github.com/apache/incubator-doris/issues/2210
 
 
   In next release, BetaRowset will be introduced to users, which brings many features. Related issue #1305.
   
   We should support online upgrade, and we will face the following problems:
   1. what if error happens, is there any method to rollback data to reduce the lose.
   2. how old bins support new format segment, because there is clone task
   
   For problem 1, I develop a segment tool to convert BetaRowset to AlphaRowset
   For problem 2, here is my solution: to convert BetaRowset to AlphaRowset when clone from new bin.

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