|
@@ -107,25 +107,25 @@ to a different node in the same cluster.
|
|
|
--
|
|
|
(String)
|
|
|
Recovery stage.
|
|
|
-Returned values include:
|
|
|
+Returned values can include:
|
|
|
|
|
|
-`DONE`::
|
|
|
-Complete.
|
|
|
-
|
|
|
-`FINALIZE`::
|
|
|
-Cleanup.
|
|
|
+`INIT`::
|
|
|
+Recovery has not started.
|
|
|
|
|
|
`INDEX`::
|
|
|
Reading index metadata and copying bytes from source to destination.
|
|
|
|
|
|
-`INIT`::
|
|
|
-Recovery has not started.
|
|
|
-
|
|
|
-`START`::
|
|
|
-Starting the recovery process; opening the index for use.
|
|
|
+`VERIFY_INDEX`::
|
|
|
+Verifying the integrity of the index.
|
|
|
|
|
|
`TRANSLOG`::
|
|
|
-Replaying transaction log .
|
|
|
+Replaying transaction log.
|
|
|
+
|
|
|
+`FINALIZE`::
|
|
|
+Cleanup.
|
|
|
+
|
|
|
+`DONE`::
|
|
|
+Complete.
|
|
|
--
|
|
|
|
|
|
`primary`::
|