We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b78f5 commit 421f597Copy full SHA for 421f597
docs/reference/cat/recovery.asciidoc
@@ -83,7 +83,15 @@ Valid columns are:
83
(Default) Type of recovery, from a `peer` or a `snapshot`.
84
85
`stage`, `st`::
86
-(Default) **Not too sure, need to investigate
+(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`
95
96
`source_host`, `shost`::
97
(Default) Host address the index is moving from.
0 commit comments