DOC-13858 Server File-Based Rebalance for Data Service#4105
Draft
rao-shwe wants to merge 5 commits into
Draft
Conversation
b86953c to
3a8583c
Compare
…yet because UI still has not been merged.
There was a problem hiding this comment.
Pull request overview
Adds documentation for the new Data Service File-Based Rebalance (FBR) feature in Couchbase Server 8.1, including a new REST API reference page, navigation entry, conceptual coverage in the rebalance learn page, a new bucket-level dataServiceRebalanceType parameter, and updates to general settings, node management, and the 8.1 new-features page. Also performs cosmetic cleanup (removing italic emphasis) in the rebalance learn page and updates the shared user/pwd/host/port REST parameter partial.
Changes:
- New REST reference page
file-based-data-rebalance.adocdocumenting GET/POST/internalSettingsusage for FBR, plus nav and rebalance-table entries. - New
dataServiceRebalanceTypebucket parameter documentation added torest-bucket-create.adoc, with cross-references from general settings, add-node-and-rebalance, and the rebalance learn page. - Conceptual FBR section added to
rebalance.adocand a 8.1 new-features entry, plus formatting cleanup of italic markers acrossrebalance.adocandrest-rebalance-overview.adoc.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| modules/ROOT/nav.adoc | Adds new FBR REST page to the navigation. |
| modules/rest-api/partials/user_pwd_host_port_params.adoc | Renames placeholders to uppercase (HOST, PORT, USER, PASSWORD). |
| modules/rest-api/partials/rest-rebalance-table.adoc | Adds GET/POST /internalSettings rows for FBR. |
| modules/rest-api/pages/rest-rebalance-overview.adoc | Removes italic emphasis from prose. |
| modules/rest-api/pages/rest-bucket-create.adoc | Documents new dataServiceRebalanceType bucket parameter with examples. |
| modules/rest-api/pages/file-based-data-rebalance.adoc | New REST reference page for configuring FBR via /internalSettings. |
| modules/manage/pages/manage-settings/general-settings.adoc | Adds description of the new FBR concurrent-moves UI setting. |
| modules/manage/pages/manage-nodes/add-node-and-rebalance.adoc | Adds note that FBR is used automatically during node addition (EE). |
| modules/learn/pages/clusters-and-availability/rebalance.adoc | Adds conceptual FBR section and removes italic emphasis throughout. |
| modules/introduction/partials/new-features-81.adoc | Adds the FBR entry under Data Service new features. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
COmmitting some of CoPilot's suggestions Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DOC-13858