Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1685#issuecomment-186948795
  
    It is pretty crucial that different hash functions are used for the 
partitioning across machines, and the internal partitioning of data structures. 
If the same hash function is used for both, many internal data structure 
partitions will be empty.
    
    So far we divided it the following way (admittedly not documented)
      - murmur hash across machines
      - Jenkins hash internally in data structures
    
    How about we stick with that division and use Murmur Hash in the streaming 
partitioner as well?
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to