RemoveIngester removes the given ingester and all its tokens.
(id string)
| 65 | |
| 66 | // RemoveIngester removes the given ingester and all its tokens. |
| 67 | func (d *Desc) RemoveIngester(id string) { |
| 68 | delete(d.Ingesters, id) |
| 69 | } |
| 70 | |
| 71 | // ClaimTokens transfers all the tokens from one ingester to another, |
| 72 | // returning the claimed token. |
no outgoing calls