GitHub user ameybarve15 opened a pull request: https://github.com/apache/incubator-geode/pull/293
GEODE-1653: Executing a fire-and-forget function on all servers doesn't actually execute on all servers You can merge this pull request into a Git repository by running: $ git pull https://github.com/ameybarve15/incubator-geode feature/GEODE-1653 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/293.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 #293 ---- commit 439438fc470e5c9388f533b11eaa550cfad83e66 Author: Amey Barve <aba...@apache.org> Date: 2016-11-21T12:39:55Z GEODE-1653: Added helper method getAllServers in ExecuteFunctionNoAckOp to get all available servers, instead executing Fire and Forget only on the ones the client is currently connected to. commit aca655fe2e0a03d8497c8ddabc43fbff2755248a Author: Amey Barve <aba...@apache.org> Date: 2016-11-22T11:58:30Z GEODE-1653: Dunit test for Executing a fire-and-forget function on all servers as opposed to only executing on the ones the client is currently connected to. commit 023696ec0e16461241b20d4ad4bcac73a151d520 Author: Amey Barve <aba...@apache.org> Date: 2016-11-22T12:02:33Z GEODE-1653: changes after spotlessApply. ---- --- 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. ---