8000 Added backport for BTS-413 by cpjulia · Pull Request #17949 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Added backport for BTS-413 #17949

8000 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 10 commits into from
Jan 19, 2023
Prev Previous commit
Next Next commit
Merge branch '3.10' into feature-3.10/BTS-413
  • Loading branch information
KVS85 authored Jan 17, 2023
commit 1bfd6f3ac21e632dcf6dbb43c158927a27e2615f
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ v3.10.3 (XXXX-XX-XX)
* BTS-413: Added more explanatory messages for when the user cannot see the
statistics for a node in the UI when in cluster mode.

* BTS-1192: fix a potential race during hot backup creation, which could result
in error messages such as `{backup} Source file engine_rocksdb/002516.sst does
not have a hash file.` during hot backup creation. However, despite the error
message being logged, the hot backup was still complete.

* Prevent agency configuration confusion by an agent which comes back without
its data directory and thus without its UUID.

* Change the request lane for replication catchup requests that leaders in
active failover receive from their followers from medium to high. This will
give catchup requests from followers highest priority, so that the leader will
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0