Maksim Timonin created IGNITE-21236:
---------------------------------------
Summary: Handle DataStreamer entry version in dump
Key: IGNITE-21236
URL: https://issues.apache.org/jira/browse/IGNITE-21236
Project: Ignite
Issue Type: Improvement
Reporter: Maksim Timonin
DataStreamer writes entries with fixed GridCacheVersion, that is greater than
any existing version.
During dump creation it filters all such entries by version, and no entries
created by data streamer lands into the dump.
Possible solution is to apply all entries with this DataStreamer version to
dump. Other hand, it might make the dump inconsistent when it's created
parallel to DataStreamer activity (we have the warn for this case in Snapshots
already)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)