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 changes 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 bb4e45cc317f5264a3d1dbc356d3dab15f2ac434
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 @@ -50,7 +50,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