8000 Fixed a velocypack type error in maintenance::reportInCurrent by goedderz · Pull Request #14361 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
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
7 changes: 7 additions & 0 deletions CHANGELOG
5FD3
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
devel
-----

* Fixes a bug in the maintenance's error-handling code. A shard error would
result in log messages like
WARNING [ceb1a] {maintenance} caught exception in Maintenance shards error reporting: Expecting Object
ERROR [c9a75] {maintenance} Error reporting in current: Expecting Object
and also prevent the maintenance from reporting the current state to the
agency, which in turn can prevent cluster-wide progress of various actions.

* Send a keystroke to arangod's stdin when a shutdown command is received via
the REST API `/_admin/shutdown` and the server is started with the
`--console` argument. The keystroke will exit the blocking read loop that
Expand Down
0