Nikolay Izhikov created IGNITE-16764:
----------------------------------------
Summary: Fix
MarshallerContextLockingSelfTest.testMultithreadedUpdate
Key: IGNITE-16764
URL: https://issues.apache.org/jira/browse/IGNITE-16764
Project: Ignite
Issue Type: Improvement
Reporter: Nikolay Izhikov
Assignee: Nikolay Izhikov
Fix For: 2.13
CDC application needs to reuse marshaller files.
Currenlty, `FileLock` used to protect access to marshaller files.
But, it seems we can use temp file and ATOMIC_MOVE to eliminate `FileLock`
usage.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)