You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/19 05:04:56 UTC

[GitHub] Jackie-Jiang commented on issue #3725: Replace partition ranges with partitions

Jackie-Jiang commented on issue #3725: Replace partition ranges with partitions
URL: https://github.com/apache/incubator-pinot/pull/3725#issuecomment-455750311
 
 
   > What’s the benefit of changing this? What happens if minion merges two segments with different ranges?
   
   We treat range as single value right now, which is very confusing. When minion merges two segments, the partitions will also be merged. For example, segment 1 has partition 1 and 3, segment 2 has partition 3 and 5, then merged segment will have partition 1, 3 and 5.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org