Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning transport can deadlock under load #4720

Closed
andreasohlund opened this issue May 19, 2017 · 1 comment
Closed

Learning transport can deadlock under load #4720

andreasohlund opened this issue May 19, 2017 · 1 comment
Labels
Milestone

Comments

@andreasohlund
Copy link
Member

Sometimes the receiver might get

System.IO.IOException occurred
  HResult=0x80070020
  Message=The process cannot access the file because it is being used by another process.

when trying to process the file due to the sender still being writing to it. This causes the BeginTransaction to throw and since we run with concurrency 1 this locks the receiver.

@bording
Copy link
Member

bording commented May 19, 2017

Fixed in the 6.3.1 release.

@bording bording closed this as completed May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants