8000 Improvements for Pregel memory-mapped files by jsteemann · Pull Request #14637 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Improvements for Pregel memory-mapped files #14637

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 4 commits into from
Aug 17, 2021
Merged
Changes from 1 commit
Commits
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
Merge branch '3.8' into bug-fix-3.8/pregel-improvements
  • Loading branch information
KVS85 authored Aug 17, 2021
commit ebb4b16579e4c47a57237fa35ae8a3f18a7b74f9
13 changes: 10 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
v3.8.1 (XXXX-XX-XX)
-------------------

* When creating Pregel memory-mapped files, create them with O_TMPFILE
attribute on Linux so that files are guaranteed to vanish even if a
process dies.
* When creating Pregel memory-mapped files, create them with O_TMPFILE attribute
on Linux so that files are guaranteed to vanish even if a process dies.

* Improve log messages for Pregel runs by giving them more context.

* Fixed issue BTS-536 "Upgrading without rest-server is aborted by error".
Now stating `--server.rest-server false` does not require the additional
`--console` argument for upgrading a server.

* Fixed issue #14592: IS_NULL(@x) isn't recognized as a constant expression.

* Fixed issue BTS-539 "Unsynchronized query kill while it's being finalized in
another thread was uncovered through `test-kill.js` of `communication_ssl`
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0