You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Michael Griggs (JIRA)" <ji...@apache.org> on 2015/12/14 16:01:46 UTC

[jira] [Resolved] (IGNITE-1876) Access to a non-existing entry produces events

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

Michael Griggs resolved IGNITE-1876.
------------------------------------
    Resolution: Cannot Reproduce

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