[GitHub] geode pull request #732: GEODE-3276: Managing race conditions while the send...

2017-08-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/732 --- 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 enabl

[GitHub] geode pull request #732: GEODE-3276: Managing race conditions while the send...

2017-08-22 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/732#discussion_r134622619 --- Diff: geode-wan/src/main/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderImpl.java --- @@ -107,6 +107,9 @@ public void stop() {

[GitHub] geode pull request #732: GEODE-3276: Managing race conditions while the send...

2017-08-22 Thread nabarunnag
GitHub user nabarunnag opened a pull request: https://github.com/apache/geode/pull/732 GEODE-3276: Managing race conditions while the senders are stopped * When a connection is initialized, a readAckThread may be alive from a previous incarnation. * This AckThread will b