We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This discussion originates from this PR.
Checkout this branch.
In one terminal run:
cargo run --package vector --bin vector -- -w --config /Users/pavlos.rontidis/CLionProjects/vector/pront_tests/vector/configs/lock.yaml
Result: Both instances run.
Whereas with fs4 the second instance won't start:
fs4
2024-01-16T15:13:20.065037Z ERROR vector::cli: Configuration error. error=Couldn't lock "/Users/pavlos.rontidis/CLionProjects/vector/pront_tests/data_dir/.lock". Error: Resource temporarily unavailable (os error 35)
^ which is the desired behavior.
We might be able to delete the fslock usage altogether after this #19612 is done. So we can repurpose this work to an upgrade plan.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This discussion originates from this PR.
Reproduction
Checkout this branch.
In one terminal run:
Result: Both instances run.
Whereas with
fs4
the second instance won't start:^ which is the desired behavior.
Note
We might be able to delete the fslock usage altogether after this #19612 is done. So we can repurpose this work to an upgrade plan.
The text was updated successfully, but these errors were encountered: