You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/10 10:23:03 UTC

[GitHub] [pulsar] 315157973 commented on issue #6610: The new consumer can't consume msg from new partition when dynamic extend parition

315157973 commented on issue #6610: The new consumer can't consume msg from new partition when dynamic extend parition
URL: https://github.com/apache/pulsar/issues/6610#issuecomment-611974320
 
 
   I also checked this problem before
   
   @ DavidLiuXh's description is not accurate. This should be:
   1 Create a Topic with 3 Partitions, and create 3 Consumers
   2 Update the number of Partitions to 4
   3 Add a new consumer
   4 We expect that each consumer consumes one Partition, the reality is that 3 consumers consume 4 Partitions. Occasional discovery
   
   the reason:
   In failover mode, the sorting of consumers is based on the name, and the sorting result of the name is not fixed, it should be sorted by consumer id instead.
   
   @codelipenghui 

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