Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
adding suggested change to 3.10/release-notes-api-changes310.md
Co-authored-by: Simran <Simran-B@users.noreply.github.com>
  • Loading branch information
ansoboleva and Simran-B authored May 20, 2022
commit b827518f1d981ad48c0973a776b650f7b35205b6
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 @@ -110,7 +110,7 @@ can be used to determine the instance's progress during startup. The new `progre
attribute will be returned inside the `serverInfo` object with the following subattributes:

- `phase`: name of the lifecycle phase the instance is currently in. Normally one of
"in prepare", "in start", "in wait", "in shutdown", "in stop" or "in unprepare".
`"in prepare"`, `"in start"`, `"in wait"`, `"in shutdown"`, `"in stop"`, or `"in unprepare"`.
- `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
Expand Down