GitHub user lei-xia opened a pull request:
https://github.com/apache/helix/pull/267
Fix P2P message logic in controller to avoid sending duplicated messages to
participants
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lei-xia/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/267.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #267
----
commit 880f885121afecab4e186282fbf94a146a2cf04a
Author: Lei Xia <lxia@...>
Date: 2018-04-25T01:18:40Z
Fix P2P message logic in controller to avoid sending duplicated messages to
participants.
commit 74145e8ad3b34753186d53526bab825de4432c31
Author: Lei Xia <lxia@...>
Date: 2018-07-28T00:28:17Z
Temorary workaround to fix P2P race-condition for old helix participant
(0.8.1 or older).
----
---