10000 added a TTL for Pregel conductors, plus GC by jsteemann · Pull Request #14311 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

added a TTL for Pregel conductors, plus GC #14311

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 5 commits into from
Jul 1, 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
Next Next commit
Merge branch 'devel' into feature/pregel-conductor-ttl
  • Loading branch information
jsteemann authored Jun 29, 2021
commit da23e9618317753d7647b841b18a0e162cd067d0
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ devel
about 10 minutes after finalization. The time-to-live values can be
overriden per Pregel job by passing a "ttl" value.

* Updated arangosync to 2.4.0.

* Fixed DEVSUP-799: unique vertex getter may point to invalid memory after being
resetted, resulting in undefined behavior for traversals returning unique
vertices from inner FOR loops.

* For cluster AQL queries, let the coordinator determine the query id to be
used on DB servers. This allows the coordinator to roll back AQL query setup
requests via the query id. Previously, the DB servers each generated a local
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0