-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Ensure we pass unique binlog paths to each BuildHost #78599
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
Ensure we pass unique binlog paths to each BuildHost #78599
Conversation
4602df5
to
6beec60
Compare
@jasonmalinowski I am going to try to pull down your branch and start passing a binlog path, as I am concerned the lack of it is causing some diagnostics to be dropped. |
Did you manually test the change? I am still seeing a "cannot access because it is being used by another process" error. |
@jasonmalinowski I disabled auto merge just to first make sure the PR is doing what we expect. |
Actually no -- we know this could have been a cause but if there's more then that's interesting. |
I think this makes the situation better, but I have to keep investigating to get to the root of the issue. Feel free to merge when ready. |
Otherwise if we launch multiple processes, they might step atop each other and cause locking issues.
Somehow almost every line started with a UTF-8 BOM. This fixes it.
6beec60
to
12369bc
Compare
Otherwise if we launch multiple processes, they might step atop each other and cause locking issues.