[jira] [Created] (IGNITE-13113) CacheEvent#subjectId for cache events with types EventType#EVTS_CACHE

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

[jira] [Created] (IGNITE-13113) CacheEvent#subjectId for cache events with types EventType#EVTS_CACHE

Anton Vinogradov (Jira)
Denis Garus created IGNITE-13113:
------------------------------------

             Summary: CacheEvent#subjectId for cache events with types EventType#EVTS_CACHE
                 Key: IGNITE-13113
                 URL: https://issues.apache.org/jira/browse/IGNITE-13113
             Project: Ignite
          Issue Type: Bug
          Components: cache, security
    Affects Versions: 2.8.1
            Reporter: Denis Garus
            Assignee: Denis Garus


For cache events with types:
 EVT_CACHE_ENTRY_CREATED,
 EVT_CACHE_ENTRY_DESTROYED,
 EVT_CACHE_OBJECT_PUT,
 EVT_CACHE_OBJECT_READ,
 EVT_CACHE_OBJECT_REMOVED,
 EVT_CACHE_OBJECT_LOCKED,
 EVT_CACHE_OBJECT_UNLOCKED,
 EVT_CACHE_OBJECT_EXPIRED
field CacheEvent#subjectId should be subject id associated with SecuritySubject that trigged the cache event.
Currently, CacheEvent#subjectId for these event types is null or equals subject id associated with the node that sends a change request.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)