Skip to content

Commit 421f597

Browse files
authored
Update recovery.asciidoc
Dug into the recovery types in the code. Added some details
1 parent f0b78f5 commit 421f597

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/reference/cat/recovery.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,15 @@ Valid columns are:
8383
(Default) Type of recovery, from a `peer` or a `snapshot`.
8484

8585
`stage`, `st`::
86-
(Default) **Not too sure, need to investigate
86+
(Default) Stage of the recovery.
87+
Returned values are:
88+
+
89+
* `INIT`
90+
* `INDEX` recovery of lucene files, either reusing local ones are copying new ones
91+
* `VERIFY_INDEX` potentially running check index
92+
* `TRANSLOG` starting up the engine, replaying the translog
93+
* `FINALIZE` performing final task after all translog ops have been done
94+
* `DONE`
8795

8896
`source_host`, `shost`::
8997
(Default) Host address the index is moving from.

0 commit comments

Comments
 (0)