Skip to content

fixes errors in global term change (sharded clusters) #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/administration/backups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ process is crucial for every production-grade deployment. Take the
specific features of your deployment, your use patterns, and
architecture into consideration as you develop your own backup system.

:term:`Replica sets <replica set>` and :term:`sharded clusters`
:term:`Replica sets <replica set>` and :term:`sharded cluster`
require special considerations. Don't miss the :ref:`backup
considerations for sharded clusters and replica sets
<backups-with-sharding-and-replication>`.
Expand Down
2 changes: 1 addition & 1 deletion source/administration/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ other members in the set will not advertise the hidden member in the

.. versionchanged:: 2.0

For :term:`sharded clusters` running with replica sets before 2.0 if
For :term:`sharded cluster` running with replica sets before 2.0 if
you reconfigured a member as hidden, you *had* to restart
:program:`mongos` to prevent queries from reaching the hidden
member.
Expand Down
7 changes: 0 additions & 7 deletions source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,6 @@ Glossary

.. seealso:: The documents in the :doc:`/sharding` section of manual.

sharded cluster
The set of nodes comprising a :term:`sharded <sharding>` MongoDB deployment. A sharded cluster
consists of three config processes, one or more replica sets, and one or more
:program:`mongos` routing processes.

.. seealso:: The documents in the :doc:`/sharding` section of manual.

partition
A distributed system architecture that splits data into ranges.
:term:`Sharding` is a kind of partitioning.
Expand Down
2 changes: 1 addition & 1 deletion source/use-cases/pre-aggregated-reports.txt
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Sharding
--------

The only potential limits on the performance of this system are the
number of :term:`shards <shard>` in your :term:`system <shard
number of :term:`shards <shard>` in your :term:`system <sharded
cluster>`, and the :term:`shard key` that you use.

.. pull-quote::
Expand Down