-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39706/
-----------------------------------------------------------
Review request for geode and Dan Smith.
Bugs: GEODE-411
https://issues.apache.org/jira/browse/GEODE-411
Repository: geode
Description
-------
DistributionManager now has a isCloseInProgress method
that checks both the volatile closeInProgress boolean
and ask its DistributedSystem if it is disconnecting.
This new method is used in places that decide if a warning
should be logged.
Diffs
-----
gemfire-core/src/main/java/com/gemstone/gemfire/distributed/internal/DistributionManager.java
37f355f6039ca87df72354c19b8d15945b509bf9
Diff: https://reviews.apache.org/r/39706/diff/
Testing
-------
ConnectDisconnectDUnitTest
Thanks,
Darrel Schneider