8000 Make all synchronous transaction methods set skipScheduler for network requests by goedderz · Pull Request #14810 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Make all synchronous transaction methods set skipScheduler for network requests #14810

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

Merged
merged 19 commits into from
Sep 23, 2021
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added CHANGELOG entry
  • Loading branch information
goedderz committed Sep 22, 2021
commit fd27adbda9a0b1e4c9d521bb330a91ea024fbfcd
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
devel
-----

* Make all synchronous calls to transaction Methods skip the scheduler queue
when processing the answer to avoid possible deadlocks during high load, and
also improve performance a little.

* Added REST API endpoint `/_admin/debug/failat/all` to retrieve the list
of currently enabled failure points. This API is available only if
failure testing is enabled, but not in production.
Expand Down
0