8000 APM-209 by cpjulia · Pull Request #15067 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

APM-209 #15067

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 22 commits into from
Nov 16, 2021
Merged

APM-209 #15067

Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
07a7ca9
Added flag for displaying the histogram
cpjulia Nov 8, 2021
7608a9b
Merge branch 'devel' of github.com:arangodb/arangodb into feature/APM…
cpjulia Nov 8, 2021
3c00605
Updated CHANGELOG
cpjulia Nov 8, 2021
abcb7cd
Removed unused includes
cpjulia Nov 8, 2021
b15a152
Updated CHANGELOG
cpjulia Nov 8, 2021
90d8fca
Merge branch 'devel' of github.com:arangodb/arangodb into feature/APM…
cpjulia Nov 8, 2021
10cc803
Merge branch 'devel' of github.com:arangodb/arangodb into feature/APM…
cpjulia Nov 9, 2021
1b5d044
Removed merging markup
cpjulia Nov 9, 2021
24fdacc
Addressed suggestions
cpjulia Nov 9, 2021
f5fe39f
Complied to coding style and optimized vector sorting
cpjulia Nov 9, 2021
6edb68e
Merge branch 'devel' of github.com:arangodb/arangodb into feature/APM…
cpjulia Nov 9, 2021
359cc6f
Merge branch 'devel' of github.com:arangodb/arangodb into feature/APM…
cpjulia Nov 10, 2021
07d9d4e
Update CHANGELOG
KVS85 Nov 10, 2021
84e39c7
Fixed test failing
cpjulia Nov 10, 2021
c3dc32c
Merge branch 'feature/APM-209' of github.com:arangodb/arangodb into f…
cpjulia Nov 10, 2021
e825831
Merge branch 'devel' of github.com:arangodb/arangodb into feature/APM…
cpjulia Nov 10, 2021
4ee6fd9
Merge branch 'devel' of github.com:arangodb/arangodb into feature/APM…
cpjulia Nov 10, 2021
989832b
Addressed suggestions
cpjulia Nov 15, 2021
c378613
Merge branch 'devel' of github.com:arangodb/arangodb into feature/APM…
cpjulia Nov 15, 2021
e17e610
Fixed syntax
cpjulia Nov 15, 2021
ee0f45f
Addressed suggestions
cpjulia Nov 15, 2021
a4cd9f4
Merge branch 'devel' into feature/APM-209
jsteemann Nov 16, 2021
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' of github.com:arangodb/arangodb into feature/APM…
…-209
  • Loading branch information
cpjulia committed Nov 15, 2021
commit c3786136568470cf6611cf666e5814ee76638691
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ devel
of use. When the flag is set to true, the histogram is displayed before the
summary in the output.

* Add option to content-transfer encode gzip Foxx replies.

* Simplify internal request compression/decompression handling code.

* In the shards overview the list of servers to move the leader shard to, now
also contains the current followers. This means that from now on also active
follower servers can be nominated as the leading server for that specific
shard.

* Fix issues during rolling upgrades from 3.8.0 to 3.8.x (x >= 1) and from
3.7.x (x <= 12) to 3.8.3. The problem was that older versions did not handle
following term ids that are sent from newer versions during synchronous
replication operations.

* Close a potential gap during shard synchronization when moving from the
initial sync step to the WAL tailing step. In this small gap the leader
could purge some of the WAL files that would be required by the following
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0