8000 Start up server HTTP interface earlier by jsteemann · Pull Request #994 · arangodb/docs · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Start up server HTTP interface earlier #994

M 8000 erged
merged 13 commits into from
Jun 29, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update release-notes-api-changes310.md
  • Loading branch information
ansoboleva authored Jun 29, 2022
commit 82d94baabcd52da6fc53cf7b1b11ae4b16792f64
2 changes: 1 addition & 1 deletion 3.10/release-notes-api-changes310.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ attribute is returned inside the `serverInfo` object with the following subattri
- `feature`: internal name of the feature that is currently being prepared, started,
stopped or unprepared.
- `recoveryTick`: current recovery sequence number value if the instance is currently in
recovery. If the instance is already past the recovery, this attribute will contain
recovery. If the instance is already past the recovery, this attribute contains
the last handled recovery sequence number.

See [Responding to Liveliness Probes](http/general.html#responding-to-liveliness-probes) for more information.
Expand Down
0