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/09/24 08:55:54 UTC

[GitHub] [incubator-doris] xionglei0 opened a new pull request #1855: add buckets limit: buckets > 0 while add partition

xionglei0 opened a new pull request #1855: add buckets limit: buckets > 0 while add partition
URL: https://github.com/apache/incubator-doris/pull/1855
 
 
   doris support buckets = 0 while execute add partition statment like below:
   ![image](https://user-images.githubusercontent.com/55084968/65496587-4c485380-deeb-11e9-9d66-cf2a6b2a606e.png)
   
   then the be core down when loading data into the partition:
   look at line 590, partition->num_buckets=0 and then core down
   ![image](https://user-images.githubusercontent.com/55084968/65496962-0049de80-deec-11e9-8833-010b030b78e6.png)
   ![image](https://user-images.githubusercontent.com/55084968/65496994-0d66cd80-deec-11e9-991a-0917b9a0cb2e.png)
   
   so add bucket limit, and not support set buckets=0 while add partition:
   ![image](https://user-images.githubusercontent.com/55084968/65496735-96313980-deeb-11e9-989e-2a95122798e5.png)
   

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