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/11/13 08:13:46 UTC

[GitHub] [incubator-doris] wangbo opened a new issue #4896: [Discussion] A rollback way for Doris FE when doing major version upgrade

wangbo opened a new issue #4896:
URL: https://github.com/apache/incubator-doris/issues/4896


   **Background**
   Doris's current FE metadata design doesn't support rollback after finishing doing major version upgrade.
   If we rollback code and metadata to a specific version, Doris may lose data.
   So I came up with a way to make FE support rollback metadata.
   
   ** Solution **
   The main idea is ```Write both new version and old version metadata to image file when doing checkpoint.```
   
   
   
   
   
   


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



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


[GitHub] [incubator-doris] wangbo closed issue #4896: [Discussion] A rollback way for Doris FE when doing major version upgrade

Posted by GitBox <gi...@apache.org>.
wangbo closed issue #4896:
URL: https://github.com/apache/incubator-doris/issues/4896


   


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



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


[GitHub] [incubator-doris] kangkaisen commented on issue #4896: [Discussion] A rollback way for Doris FE when doing major version upgrade

Posted by GitBox <gi...@apache.org>.
kangkaisen commented on issue #4896:
URL: https://github.com/apache/incubator-doris/issues/4896#issuecomment-735029566


   Good idea, I think this solution could work.


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



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


[GitHub] [incubator-doris] hf200012 commented on issue #4896: [Discussion] A rollback way for Doris FE when doing major version upgrade

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #4896:
URL: https://github.com/apache/incubator-doris/issues/4896#issuecomment-892456609


   This is great. It solves the problem that the system cannot be rolled back due to the bug in the version during the upgrade process, which causes the system to be unstable.


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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