----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53092/ -----------------------------------------------------------
Review request for geode, Bruce Schuchardt, Udo Kohlmeyer, and Dan Smith. 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 ----- 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