You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/28 11:18:37 UTC

[GitHub] [incubator-doris] yiguolei opened a new issue #1717: RowsetId should be unique globally.

yiguolei opened a new issue #1717: RowsetId should be unique globally.
URL: https://github.com/apache/incubator-doris/issues/1717
 
 
   RowsetId is used to identify a batch load file in one replica so that it is unique in one replica[not tablet!!!] currenlty. Same rowsetid does not mean same data for different replica. It has many restrictions, for example:
   
   - BE could not use rowset id as a cache key in file or block cache because rowsetid is not unique among different replicas.
   - BE has to rename rowsetid when clone rowset from other BEs.
   - During offload rowset to object storage like S3/BOS.., the object will be shared among replicas. It must have a unique rowsetid globally. 

----------------------------------------------------------------
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: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org