...
- introduce configurable option to gradually activate pinging toward destination. This can be accomplish by increasing initial delay of each ping task.
- PR with proposed solution: https://github.com/apache/geode/pull/7517
- For Ping task (which as prerequisite has defined destination endpoint), when sending ping message, in case connected endpoint is different than the destination endpoint, don't register this new endpoint.
- PR with proposed solution: https://github.com/apache/geode/pull/
...
Changes and Additions to Public Interfaces
...