[ 
https://issues.apache.org/jira/browse/IGNITE-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Kozlov updated IGNITE-1876:
----------------------------------
    Fix Version/s:     (was: 1.6)
                   1.5

> Access to a non-existing entry produces events
> ----------------------------------------------
>
>                 Key: IGNITE-1876
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1876
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: ignite-1.4
>            Reporter: Sergey Kozlov
>            Assignee: Michael Griggs
>            Priority: Minor
>             Fix For: 1.5
>
>
> Trying to get access to a non-existing entry produces following events:
> for get operation:
> CACHE_ENTRY_CREATED
> CACHE_OBJECT_READ
> for remove operation
> CACHE_ENTRY_CREATED
> CACHE_OBJECT_REMOVED
> Such behavior should be either properly documented or fixed by following ways:
>  - do not generate event
>  - generate a new event (something named EVT_CACHE_NO_ENTRY)



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

Reply via email to