Skip to content

Commit 27085ea

Browse files
authored
(DOCSP-46725): Added rolling index build conserations. (#677)
<!-- Add a description of your PR here (optional) --> - [DOCSP-46725](https://jira.mongodb.org/browse/46725) - [STAGING](https://deploy-preview-677--docs-ops-manager.netlify.app/data-explorer/indexes/#considerations) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 16704cb commit 27085ea

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

source/data-explorer/indexes.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,32 @@ by at least one of the following roles:
2828

2929
- :authrole:`Project Data Access Admin`
3030

31+
Considerations
32+
--------------
33+
34+
By default, you can have up to three concurrent non-rolling index
35+
builds. To learn more, see :manual:`Maximum Concurrent Index Builds
36+
</core/index-creation/#maximum-concurrent-index-builds>`.
37+
38+
If you select to build indexes in a rolling fashion, you must ensure
39+
the following:
40+
41+
- Request rolling index builds and non-rolling index builds
42+
sequentially and not simultaneously. Wait for a currently executing
43+
index build to complete before you request another index
44+
build.
45+
46+
- If you need to request multiple rolling index builds, wait for the
47+
currently executing rolling index build to complete before you
48+
request another rolling index build.
49+
50+
To track rolling index builds, see the :ref:`Activity Feed
51+
<activity-feed>`.
52+
53+
For aborted rolling index builds, you must run :dbcommand:`listIndexes`
54+
on each node to verify that the cancelled index no longer exists.
55+
Otherwise, the cluster might remain in an inconsistent state.
56+
3157
.. _de-view-indexes:
3258

3359
View Indexes

source/tutorial/manage-alerts-and-events.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ View All Activity
8181

8282
.. include:: /includes/steps/project-activity.rst
8383

84+
.. _activity-feed:
85+
8486
Retrieve the Activity Feed
8587
--------------------------
8688

0 commit comments

Comments
 (0)