lhotari opened a new issue, #23439:
URL: https://github.com/apache/pulsar/issues/23439

                 > What happens if a hash is moved between existing consumers? 
Is it handled?
   
   Yes. All removed ranges are processed in both when a consumer is added and 
when it's removed. In some experimental testing I noticed that it actually 
could happen also when a consumer is added, due to how hash range conflicts are 
resolved. There's a need to make an improvement that when there are conflicts 
that the first assigned consumer is preserved instead of replacing it. I'll 
make a PR for that since hash range conflicts are fairly likely to happen with 
the reduced hash range of 65535 and 100 hash points when there's a large amount 
of consumers. I'll address that.
   
   _Originally posted by @lhotari in 
https://github.com/apache/pulsar/pull/23352#discussion_r1797026999_
               


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to