-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47220/
-----------------------------------------------------------
(Updated May 11, 2016, 8:04 p.m.)
Review request for geode and anilkumar gingade.
Changes
-------
Fix the durable client, not to reinitialize() a primary proxy.
Bugs: geode-1344
https://issues.apache.org/jira/browse/geode-1344
Repository: geode
Description (updated)
-------
There're more than one thread that are try to connect and create proxy for
durable client. It's possible that the reinitialize() is called more than once.
But it should be at least once.
Diffs (updated)
-----
geode-core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheClientNotifier.java
80d05ba
geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/Simple2CacheServerDUnitTest.java
4fdd88d
Diff: https://reviews.apache.org/r/47220/diff/
Testing
-------
Thanks,
xiaojian zhou