Skip to content

Commit fb67eba

Browse files
authored
DOCSP-33087 Arbiters in Sharded Clusters (#5388) (#5480)
* DOCSP-33087 Arbiters in Sharded Clusters * Fixes per Joe * fixes per Joe
1 parent 5ca266c commit fb67eba

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

source/core/replica-set-arbiter.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ number of votes to break a tie:
4646

4747
.. end-content-even-votes-example
4848

49+
.. _replica-set-arbiter-performance-psa:
50+
4951
Performance Issues with PSA replica sets
5052
----------------------------------------
5153

source/core/sharded-cluster-shards.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ A :term:`shard` contains a subset of sharded data for a :term:`sharded
1616
cluster`. Together, the cluster's shards hold the entire data set for the
1717
cluster.
1818

19-
As of MongoDB 3.6, shards must be deployed as a :term:`replica set` to
20-
provide redundancy and high availability.
19+
Shards must be deployed as a :term:`replica set` to provide redundancy and high
20+
availability.
21+
22+
.. important::
23+
24+
Sharded clusters use the write concern ``"majority"`` for a lot of internal
25+
operations. Using an arbiter in a sharded cluster is discouraged due to
26+
:ref:`replica-set-arbiter-performance-psa`.
2127

2228
Users, clients, or applications should only directly connect to a shard to
2329
perform local administrative and maintenance operations.

0 commit comments

Comments
 (0)