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 2018/01/04 11:51:59 UTC

[GitHub] Licht-T opened a new pull request #1029: Fix MessageRouter hash inconsistent on C++/Java client

Licht-T opened a new pull request #1029: Fix MessageRouter hash inconsistent on C++/Java client
URL: https://github.com/apache/incubator-pulsar/pull/1029
 
 
   ### Motivation
   
   This closes https://github.com/apache/incubator-pulsar/issues/1017. 
   
   ### Modifications
   
   - Implement MurmurHash3 32 and use this when partitioning on Java client.
   - Use MurmurHash3 32, implemented by Google Guava, on Java client.
   - Add hash select option.
   
   ### Result
   
   The hash inconsistent on each client are resolved.
   

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