Skip to content

Commit

Permalink
squash with 'Trim: Minimum replicas includes good and stale'
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking authored Feb 15, 2024
1 parent 3eec354 commit c8ada46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/system_overview/data_objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Trim selects stale replicas first - trimming from oldest to youngest - until the

If the data object has fewer than the minimum number of replicas, trim is not *allowed* in any case.

In the following cases, ‘X’ represents a stale replica, ‘&’ represents a good replica, and ‘-’ indicates a replica which does not exist. This table shows the result of a data object targeted for a trim with a minimum replica count of 1. The table shows the starting and ending statuses of 2 replicas for a single data object as a string such that the status of replica 0 is the first character and the status of replica 1 is the second character.
In the following cases, ‘X’ represents a stale replica, ‘&’ represents a good replica, and ‘-’ indicates a replica which does not exist. This table shows the result of a trim targeting a data object with 2 replicas and a minimum replica count of 1.

| Case | Replica A start | Replica B start | Replica A end | Replica B end | Reason |
| ---- | --------------- | --------------- | ------------- | ------------- | ------ |
Expand Down

0 comments on commit c8ada46

Please sign in to comment.