Vladimir Ozerov created IGNITE-9321: ---------------------------------------
Summary: MVCC: support cache events Key: IGNITE-9321 URL: https://issues.apache.org/jira/browse/IGNITE-9321 Project: Ignite Issue Type: Task Components: mvcc Reporter: Vladimir Ozerov Fix For: 2.7 Currently cache events are not fired for MVCC caches. Need to decide what to do with it. Possible options: # Fix events (will require separate data structure and incur possibly serious overhead) # Do not fire events at all # Introduce new events which will not require additional data structures (e.g. "entry_changed" which may be fired even if transaction is rolled back in the end) -- This message was sent by Atlassian JIRA (v7.6.3#76005)