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
When the ingester is leaving the ring and begins transferring TSDB blocks and WAL to a joining ingester, currently we do close the TSDB to flush it to disk before transferring. However, if a query hit the ingester after the TSDB has been closed and before the transfer is completed, the leaving ingester will re-open the TSDB (including WAL replay) which lead to an high resources consumption and query latency.