You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2015/11/09 13:30:10 UTC

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

Sergey Kozlov created IGNITE-1876:
-------------------------------------

             Summary: 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: Yakov Zhdanov
            Priority: Minor
             Fix For: 1.6


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)