Skip to content

Commit 4a5720d

Browse files
authored
DOCSP-33087 Arbiters in Sharded Clusters (#5388) (#5479)
* DOCSP-33087 Arbiters in Sharded Clusters * Fixes per Joe * fixes per Joe
1 parent 98774de commit 4a5720d

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
@@ -38,6 +38,8 @@ Release Version Considerations
3838

3939
.. include:: /includes/5.1/fact-do-not-use-with-quarterlies.rst
4040

41+
.. _replica-set-arbiter-performance-psa:
42+
4143
Performance Issues with PSA replica sets
4244
----------------------------------------
4345

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)