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/12/02 11:17:21 UTC

[GitHub] [incubator-doris] chaoyli edited a comment on issue #2330: Remove VersionHash in BE and FE

chaoyli edited a comment on issue #2330: Remove VersionHash in BE and FE
URL: https://github.com/apache/incubator-doris/issues/2330#issuecomment-560349432
 
 
   Divide the logic into three procedures.
     1. Removing comparison in FE related to version hash.  #2335 
     2. Modify API in FE. Removing all version hash.
     3. Removing version hash in BE.
   Procedure 1, 2 is completed in Doris-0.13, procedure 3 is completed in Doris-0.14.
   
   Why removing version hash involve two Doris release?
   The normal upgrade procedure for Doris is upgrading BE before upgrading FE.
   If version hash in BE have been removed, upgrading BE will lose version hash info which is useful for FF. So we should removing version hash in FE firstly. And after all FE have been upgraded, we can remove version hash in BE and upgrade BE process.

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