From c18b04f17367a99c27cff2b7b2617a98cf8521ab Mon Sep 17 00:00:00 2001 From: ddorian Date: Tue, 27 Jul 2021 02:43:59 +0200 Subject: [PATCH] [docs] remove #5854 from tablet-splitting known limitations (#9461) --- .../latest/architecture/docdb-sharding/tablet-splitting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/latest/architecture/docdb-sharding/tablet-splitting.md b/docs/content/latest/architecture/docdb-sharding/tablet-splitting.md index 8efc7e7c03a6..2c60d75423b0 100644 --- a/docs/content/latest/architecture/docdb-sharding/tablet-splitting.md +++ b/docs/content/latest/architecture/docdb-sharding/tablet-splitting.md @@ -281,7 +281,6 @@ In the following example, a three-node cluster is created and uses a YCSB worklo The following known limitations are planned to be resolved in upcoming releases: -* During tablet splitting, client applications may get an error from the driver and need to retry the request. [#5854](https://github.com/yugabyte/yugabyte-db/issues/5854) * Colocated tables cannot be split. [#4463](https://github.com/yugabyte/yugabyte-db/issues/4463) * Tablet splitting should be disabled during an index backfill. [#6704](https://github.com/yugabyte/yugabyte-db/issues/6704) * Cross cluster replication currently does not work with tablet splitting. [#5373](https://github.com/yugabyte/yugabyte-db/issues/5373)