You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,23 @@ You can use javascript syntax to execute rethinkdb queries like so:
37
37
```none
38
38
> r.db('dtr2').table('repositories')
39
39
```
40
+
41
+
## Recovering from a lost replica
42
+
43
+
When one of DTR's replicas is lost, the UI will start showing a warning that
44
+
looks something like the following:
45
+
46
+
```none
47
+
Warning: The following replicas are unhealthy: 59e4e9b0a254; Reasons: Replica reported health too long ago: 2017-02-18T01:11:20Z; Replicas 000000000000, 563f02aba617 are still healthy.
48
+
```
49
+
50
+
To remedy this situation, you need to use the `remove` command to tell
51
+
the cluster that the lost replica should be treated as permanently removed.
52
+
After that you can use the `join` command to grow your cluster back to the
53
+
desired number of replicas. In this example you would run the following
54
+
commands (and follow the prompts for the UCP connection parameters):
0 commit comments