[ 
https://issues.apache.org/jira/browse/GEODE-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15115632#comment-15115632
 ] 

ASF subversion and git services commented on GEODE-825:
-------------------------------------------------------

Commit ae1ab717c8db203648ede69efaaa00a52c87deed in incubator-geode's branch 
refs/heads/feature/GEODE-819 from [~barry.oglesby]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=ae1ab71 ]

GEODE-825: A client with subscriptions enabled receives an additional event 
when invoking get with a CacheLoader


> 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
>            Assignee: 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)

Reply via email to