Alexey Goncharuk created IGNITE-9326:
----------------------------------------
Summary: IgniteCacheFailedUpdateResponseTest hangs in master
Key: IGNITE-9326
URL:
https://issues.apache.org/jira/browse/IGNITE-9326 Project: Ignite
Issue Type: Test
Reporter: Alexey Goncharuk
Assignee: Alexey Goncharuk
The test started to hang after IGNITE-8926 was merged.
The reason is that entry processor result started to be lazily serialized during the message send, which results in a failure handler invocation. However, the test checks that the exception is rethrown to a user.
One of the possible fixes is to marshal the result after the topology lock is released.
Muting test in master for now.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)