8000 fix traffic accounting in internal statistics / metrics by jsteemann · Pull Request #17654 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

8000 fix traffic accounting in internal statistics / metrics #17654

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 7 commits into from
Nov 28, 2022
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 '3.8' of github.com:arangodb/arangodb into bug-fix-3.8/f…
…ix-traffic-accounting
  • Loading branch information
jsteemann committed Nov 24, 2022
commit 00d63b4799a503018b836d0b873cfd95c8481c54
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ v3.8.9 (XXXX-XX-XX)

* Fix HTTP/VST traffic accounting in internal statistics / metrics.

* Fixed issue #17291: Server crash on error in the PRUNE expression.
Traversal PRUNE expressions containing JavaScript user-defined functions
(UDFs) are now properly rejected in single server and cluster mode.
PRUNE expressions that use UDFs require a V8 context for execution, which is
not available on DB-servers in a cluster, and also isn't necessarily available
for regular queries on single servers (a V8 context is only available if a
query was executed inside Foxx or from inside a JS transaction, but not
otherwise).

* Updated OpenSSL to 1.1.1s.

* Solve a case of excessive memory consumption in certain AQL queries with IN
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0