From 8c8c9d59ecebe6ee297eada20ffce045b7c66476 Mon Sep 17 00:00:00 2001 From: Charlie Le Date: Fri, 2 May 2025 09:35:08 -0700 Subject: [PATCH] Update shuffle-sharding.md Signed-off-by: Charlie Le --- docs/guides/shuffle-sharding.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guides/shuffle-sharding.md b/docs/guides/shuffle-sharding.md index 3d178534c3b..37b794ffbb8 100644 --- a/docs/guides/shuffle-sharding.md +++ b/docs/guides/shuffle-sharding.md @@ -16,7 +16,6 @@ The default strategy allows for a fair balance on the resources consumed by each However, in a **multi-tenant** cluster, this approach also introduces some **downsides**: 1. An outage affects all tenants -1. 2. A misbehaving tenant (eg. causing out-of-memory) could affect all other tenants. The goal of **shuffle sharding** is to provide an alternative sharding strategy to reduce the blast radius of an outage and better isolate tenants.