-
Notifications
You must be signed in to change notification settings - Fork 18
AV-103170: Document Query REST API passthrough operations #386
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
base: capella
Are you sure you want to change the base?
Changes from all commits
68e31c4
5209472
155edbd
9ad880e
894e15a
14cfdb9
5656623
dc77b4f
9ea18a1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This example file was updated but does not appear in the published docs |
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -3,7 +3,7 @@ | |||||||||
:imagesdir: ../../assets/images | ||||||||||
|
||||||||||
:rebalancing-the-index-service: xref:server:learn:clusters-and-availability/rebalance.adoc#rebalancing-the-index-service | ||||||||||
:console-indexes: xref:server:manage:manage-ui/manage-ui.adoc#console-indexes | ||||||||||
:console-indexes: xref:clusters:index-service/manage-indexes.adoc | ||||||||||
:query-context: xref:n1ql:n1ql-intro/queriesandresults.adoc#query-context | ||||||||||
:identifiers: xref:n1ql-language-reference/identifiers.adoc | ||||||||||
:logical-hierarchy: xref:n1ql:n1ql-intro/queriesandresults.adoc#logical-hierarchy | ||||||||||
|
@@ -359,7 +359,11 @@ When dropping a replica, the index topology does not change. | |||||||||
The indexing service remembers the number of partitions and replicas specified for this index. | ||||||||||
Given sufficient capacity, the dropped replica is rebuilt after the next rebalance -- although it may be placed on a different index node, depending on the resource usage statistics of the available nodes. | ||||||||||
|
||||||||||
To find the ID of an index replica and see which node it is placed on, you can use the {console-indexes}[Indexes screen in the Couchbase Web Console] or query the {querying-indexes}[system:indexes] catalog. | ||||||||||
To find the ID of an index replica and see which node it is placed on, you can | ||||||||||
//// | ||||||||||
use the {console-indexes}[Indexes page in the Capella UI] or | ||||||||||
//// | ||||||||||
Comment on lines
+363
to
+365
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
The block comment (//// .. ////) seems to be adding extra space in the rendered output. |
||||||||||
query the {querying-indexes}[system:indexes] catalog. | ||||||||||
|
||||||||||
When dropping a replica, it is possible to leave a server group with no replica. | ||||||||||
For a partitioned index, run a rebalance to move a replica into the vacant server group. | ||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example file was updated but does not appear in the published docs