8000 Revive startup parameter `--server.session-timeout` by jsteemann · Pull Request #14118 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Revive startup parameter --server.session-timeout #14118

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 13 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/revive-server-session-timeout
  • Loading branch information
jsteemann authored Jul 1, 2021
commit 26f15e054f07b3e96c599a647c7e9de892c9ac37
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ devel
This PR also changes the default session timeout for web interface sessions
to one hour. Older versions of ArangoDB had longer session timeouts.

* Removed redirects from /_admin/cluster* to /_admin/cluster/*. Adjusted
internal requests to use the new url.

* Fix display of running and slow queries in web UI when there are multiple
coordinators. Previously, the display order of queries was undefined, which
could lead to queries from one coordinator being display on top once and
then the queries from another. That made using this UI harder than necessary.

Now queries are sorted for display, according to their query IDs.

* Updated ArangoDB Starter to 0.15.1-preview-2.

* Fix potential stack overflow when executing large queries. This is
achieved by splitting the callstack and moving part of the execution
to a separate thread. The number of execution nodes after which such
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0