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/30 12:42:22 UTC

[GitHub] [incubator-doris] chaoyli opened a new issue #2619: Bug when upgrade from historical tablet without keys_type field

chaoyli opened a new issue #2619: Bug when upgrade from historical tablet without keys_type field
URL: https://github.com/apache/incubator-doris/issues/2619
 
 
   Doris support AGG_KEYS/UNIQUE_KEYS/DUP_KEYS/ three storage model.
   Among these three model, UNIQUE_KYES/DUP_KEYS is added after AGG_KEYS.
   For historical tablet, the keys_type field to indicate storage model may be missed for AGG_KEYS.
   So upgrade from historical tablet, this situation should be taken into
   consideration and set to be AGG_KEYS.

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


[GitHub] [incubator-doris] morningman closed issue #2619: Bug when upgrade from historical tablet without keys_type field

Posted by GitBox <gi...@apache.org>.
morningman closed issue #2619: Bug when upgrade from historical tablet without keys_type field
URL: https://github.com/apache/incubator-doris/issues/2619
 
 
   

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


[GitHub] [incubator-doris] chaoyli commented on issue #2619: Bug when upgrade from historical tablet without keys_type field

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #2619: Bug when upgrade from historical tablet without keys_type field
URL: https://github.com/apache/incubator-doris/issues/2619#issuecomment-569669164
 
 
   This will occur a phenomenon.
   FE recorded the table is AGG_KEYS, BE recorded the table is DUP_KEYS.
   Scanning tablet on BE will occur redundant records.

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