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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)