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 2022/04/02 07:55:39 UTC

[GitHub] [incubator-doris] yiguolei opened a new issue #8820: [Enhancement] Remove schema hash from BE and FE

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


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   Schema hash is not used any more, we should remove it and keep our code more clear. Schema hash is used in may places:
   
   BE 
   - used in various paths, such as snapshot path, trash path, tablet's path
   - in the log, We often print tablet id, schema hash
   - The schema hash is recorded in TabletMetaManager, and some are recorded in the keys of rocksdb
   - The schema hash is recorded in RowsetMeta, it is not used.
   - TabletManager such as getTablet, drop Tablet.
   - Various Task executions on BE, such as alter task, clone task
   - Many http actions provided by BE require schema hash as a parameter
   - Meta Tools 
   
   FE
   
   - Available in Catalog, Tabletmeta
   - The schema hash in the report handler is removed to prevent the tablet from being deleted by mistake
   - The query task sent by Fe to BE, as well as in various tasks
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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


[GitHub] [incubator-doris] yiguolei commented on issue #8820: [Enhancement] Remove schema hash from BE and FE

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


   @caiconghui  already doing some work #8574 


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