You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barry Oglesby (JIRA)" <ji...@apache.org> on 2016/01/20 23:44:39 UTC

[jira] [Created] (GEODE-825) A client with subscriptions enabled receives an additional event when invoking get with a CacheLoader

Barry Oglesby created GEODE-825:
-----------------------------------

             Summary: A client with subscriptions enabled receives an additional event when invoking get with a CacheLoader
                 Key: GEODE-825
                 URL: https://issues.apache.org/jira/browse/GEODE-825
             Project: Geode
          Issue Type: Bug
          Components: client/server
            Reporter: Barry Oglesby


If a client with subscriptions enabled invokes get on a server that causes a CacheLoader to be invoked, the client receives two events, namely a {{LOCAL_LOAD_CREATE}} from the local put and a {{CREATE}} or {{INVALIDATE}} from the subscription channel. It should not receive the subscription channel event.

Here is an example of the events for a single client get:
{noformat}
Cache Client Updater Thread  on mymac(59131)<ec><v2>:1026 port 60830: TestListener received INVALIDATE (1) for: 99
main: TestListener received LOCAL_LOAD_CREATE (2) for: 99->Trade[id=99; cusip=VMW; shares=100; price=95.0]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)