GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/491
GEODE-2870: Local node function execution failure correctly returns e⦠â¦xception * Race condition and escaping synchronized block led to function possibly missing results * It was possible a remote node would enter the synchronized block after local node threw exception * Certain side effects would allow processing of remote node results to be considered last result * Local processing thread would be paused/non active and miss opportunity to write exception * This would manifest as incomplete results instead of a retry Reviewers: @upthewaterspout @nabarunnag @gesterzhou @boglesby @ladyVader You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/geode feature/GEODE-2870 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/491.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 #491 ---- commit d7671df8788fa926967ef35a71b95b21ffd41726 Author: Jason Huynh <huyn...@gmail.com> Date: 2017-05-02T23:30:46Z GEODE-2870: Local node function execution failure correctly returns exception * Race condition and escaping synchronized block led to function possibly missing results * It was possible a remote node would enter the synchronized block after local node threw exception * Certain side effects would allow processing of remote node results to be considered last result * Local processing thread would be paused/non active and miss opportunity to write exception * This would manifest as incomplete results instead of a retry ---- --- 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. ---