This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Replication Seed Drive Fails (IO operation will not work)

After a day and a half of writing 4TB to an external HD for replication core seeding the job failed. Oddly all the data, over 2TB, that had been written on the seed drive was removed.

Exception chain:

  • IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous IO operations.
  • One or more errors occurred.

Server side:

System.IO.IOException: IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous IO operations. at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count) at Replay.Core.Implementation.Backup.Writer.DataFileWriter.WriteRecord(IBuffer1 data, RecordMetadata meta, Boolean shouldWriteMetadata, Int64& writtenDataSize) at Replay.Core.Implementation.Backup.Writer.BackupSegmentWriterImplementationDvm.ReadAndProcessRecords(IVolumeImageReadOnlyRawMount mount, PendingItemsBuffer1 itemsBuffer, CancellationToken cancellationToken) at Replay.Core.Implementation.Backup.Writer.BackupSegmentWriterImplementationDvm.WriteDataEntries(IVolumeImageReadOnlyRawMount mount, BlockingCollection`1 dataEntriesBufferCollection, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Execute()

Parents Reply Children
No Data