Skip to content

Commit

Permalink
adds deprecation notice for chunk transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d committed Mar 5, 2021
1 parent a29901d commit 0fb6ab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sources/architecture/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Ingesters contain a _lifecycler_ which manages the lifecycle of an ingester in
the hash ring. Each ingester has a state of either `PENDING`, `JOINING`,
`ACTIVE`, `LEAVING`, or `UNHEALTHY`:

**Deprecated: the WAL (write ahead log) supersedes this feature**
1. `PENDING` is an Ingester's state when it is waiting for a handoff from
another ingester that is `LEAVING`.

Expand Down Expand Up @@ -161,7 +162,7 @@ strict ordering. See the [Loki
Overview](../overview#timestamp-ordering) for detailed documentation on
the rules of timestamp order.

#### Handoff
#### Handoff - Deprecated in favor the the [WAL](../operations/storage/wal)

By default, when an ingester is shutting down and tries to leave the hash ring,
it will wait to see if a new ingester tries to enter before flushing and will
Expand Down

0 comments on commit 0fb6ab5

Please sign in to comment.