8000 Update CHANGELOG. · arangodb/arangodb@30a6ac2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30a6ac2

Browse files
committed
Update CHANGELOG.
1 parent e1a62d9 commit 30a6ac2

File tree

1 file changed

+7
-0
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
devel
22
-----
33

4+
* Fix potential stack overflow when executing large queries. This is
5+
achieved by splitting the callstack and moving part of the execution
6+
to a separate thread. The number of execution nodes after which such
7+
a callstack split should be performed can be configured via the query
8+
option `maxNodesPerCallstack` and the command line option
9+
`--quer 4D3D y.max-nodes-per-callstack`; the default is 250.
10+
411
* Added check to utils/generateAllMetricsDocumentation.py to check that
512
the file name and the value of the name attribute are the same in the
613
metrics documentation snippets. Correct a few such names.

0 commit comments

Comments
 (0)
0