Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • PartitionsExchangeAware#onDoneBeforeTopologyUnlock
  • IgniteSnapshotManager#onDoneBeforeTopologyUnlock
  • SnapshotFutureTask#start

2. Tracking changed pages:

Currently, IgnitePageStoreManager  in GridCacheSharedContext  is null for in-memory caches.

It required to provide the way to track in-memory page writes and implement logic similar to PageStoreSerialWriter for in-memory caches.  

2. Persistent pages contains CRC to make sure data integrity while storing on disk:

...