-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53092/
-----------------------------------------------------------

(Updated Oct. 21, 2016, 6:52 p.m.)


Review request for geode, Bruce Schuchardt, Udo Kohlmeyer, and Dan Smith.


Changes
-------

Updated diff


Repository: geode


Description
-------

We clear pdx registry in client when we re-connect to cluster. But during that 
time other thread may end up using old registry while other thread is clearing 
this. Thus we need to synchronize that. In current code it happens through 
listener events and I modified that notification to synchronize this.


Diffs (updated)
-----

  
geode-core/src/main/java/org/apache/geode/cache/client/internal/EndpointManagerImpl.java
 3f3d725 

Diff: https://reviews.apache.org/r/53092/diff/


Testing
-------


Thanks,

Hitesh Khamesra

Reply via email to