You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "bschuchardt (GitHub)" <gi...@apache.org> on 2019/09/09 23:26:53 UTC

[GitHub] [geode] bschuchardt commented on issue #4014: GEODE-6973: Use cachelistener to synchronize typeToId with IdToType

@upthewaterspout yes, that would help.  It's like we're writing to a structure but don't want to commit the changes in the current thread.  The changes need to be committed in another thread.  Encapsulating the collections in another object that requires that the correct locks are obtained before transferring from pending to committed would go a long way toward making these changes more understandable without hearing Gester's presentation on the solution.

[ Full content available at: https://github.com/apache/geode/pull/4014 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org