Have updated to use the legacy implementation of hash32, and have added config flag ‘useLatestHash32’ for those who want to use new version due to increased performance. Defaults to false. View
Update tchan to 3.6.13 and fix two tests that broke because of it. One test added '001' to the hostport to make it unreachable, tchannel doesn't allow huge port no.s anymore. The other test failed because: 'AssertionError: TChannel must listen on top channel'. Listening to the rootChannel fixed the test. View
If a node gets a join request, it no longer adds the joining node to the membership. A node is therefore expected to disseminate its own existence to the membership. View