8000 Protocol specific metrics by neunhoef · Pull Request #14674 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/devel' into feature/protocol-spe…
…cific-metrics
  • Loading branch information
neunhoef committed Aug 24, 2021
commit e4824a90f1a43d1b95c2ac01a2b31b065ebf7b47
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ devel
* Added protocol specific metrics: histogram about request body size, total
number of HTTP/2 connections and total number of VST connections.

* Change the default value for the `--threads` startup parameter of the
following client tools from previously 2 to the maximum of 2 and the
number of available CPU cores:
- arangodump
- arangoimport
- arangorestore

* Preselect "create index in background" option when creating indexes in
the web UI. The "create index in background" option can be less intrusive
because it allows other write operations on the collection to proceed.

* Do not block a scheduler thread on the coordinator while an index is being
created. Instead, start a background thread for the actual index
fill-up work. The original thread can then be relinquished until the index
is completely filled or index creation has failed. This also allows
obsoleting the startup option `--cluster.index-create-timeout`, which from
now on is ignored when set.

* Fix wrong assertion in fuerte and move it to where the TLA+ model says
it should be. This fixes a unit test failure occurring on newer Macs
with a certain clang version.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0