Exchange checksum checks fail with the following error:
Checksum Failure Error:
Invalid Operation Exception
Failed to resize map
StackTrace:
System.AggregateException: One or more errors occurred. —> System.InvalidOperationException: Failed to resize map
at Replay.Core.NativeWrapper.DenseHashMap.Resize(UInt32 size)
at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.FileVersionIndexFactory.LoadIndexes(IEnumerable`1 incrementalIndexFileIds)
at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.FileVersionIndexFactory.OpenIndexChainForRead(IEnumerable`1 incrementalIndexFileIds, UInt64 baseIndexFileId)
at Replay.Core.Implementation.Repositories.FileAbstraction.FileVersion.OpenForRead()
at Replay.Core.Implementation.RecoveryPoints.VolumeImage.MountReadOnly(Boolean includePreviousWrites)
at Replay.Core.Implementation.Exchange.ChecksumChecks.Jobs.ChecksumCheckJob.CreateChildJobs()
at Replay.Core.Implementation.Exchange.ExchangeCheckJobBase.DoCheckJobInternal()
at System.Threading.Tasks.Task.Execute()
— End of inner exception stack trace —
—> (Inner Exception #0) System.InvalidOperationException: Failed to resize map
at Replay.Core.NativeWrapper.DenseHashMap.Resize(UInt32 size)
at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.FileVersionIndexFactory.LoadIndexes(IEnumerable`1 incrementalIndexFileIds)
at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.FileVersionIndexFactory.OpenIndexChainForRead(IEnumerable`1 incrementalIndexFileIds, UInt64 baseIndexFileId)
at Replay.Core.Implementation.Repositories.FileAbstraction.FileVersion.OpenForRead()
at Replay.Core.Implementation.RecoveryPoints.VolumeImage.MountReadOnly(Boolean includePreviousWrites)
at Replay.Core.Implementation.Exchange.ChecksumChecks.Jobs.ChecksumCheckJob.CreateChildJobs()
at Replay.Core.Implementation.Exchange.ExchangeCheckJobBase.DoCheckJobInternal()
at System.Threading.Tasks.Task.Execute()<—
This error appears when there is insufficient space in the repository or an insufficient amount of RAM on the Core.