----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47908/ -----------------------------------------------------------
(Updated May 26, 2016, 8:34 p.m.) Review request for geode, anilkumar gingade, Bruce Schuchardt, Hitesh Khamesra, Udo Kohlmeyer, Dan Smith, and xiaojian zhou. Changes ------- Instead of using lock to synchronize access to ccnSingleton, make haContainer volatile. Repository: geode Description ------- Add a lock to synchronize two getInstance methods, so that they return either null ccnSingleton or fully initialized ccnSingleton, i.e. haContainer is not null if it is not gateway receiver. Diffs (updated) ----- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/AbstractRegionMap.java 62336f0 geode-core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/CacheClientNotifier.java 80d05ba Diff: https://reviews.apache.org/r/47908/diff/ Testing ------- Thanks, Jianxia Chen
