Maksim Timonin created IGNITE-23822:
---------------------------------------
Summary: Implicit tx #remove returns true even if CacheInterceptor
cancels the remove
Key: IGNITE-23822
URL: https://issues.apache.org/jira/browse/IGNITE-23822
Project: Ignite
Issue Type: Bug
Reporter: Maksim Timonin
In case #onRemove returns true - it should cancel operation.
It actually cancelled, but user's remove operation returns `true` - it means
that remove is actually performed.
It is due to CacheInterceptor performs at commit time. Need to investigate,
should we move interception to earlier stages.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)