[
https://issues.apache.org/jira/browse/IGNITE-17522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Gusev reassigned IGNITE-17522:
-----------------------------------
Assignee: Igor Gusev
> Add documentation for the index rebuild operation in the maintenance mode
> -------------------------------------------------------------------------
>
> Key: IGNITE-17522
> URL: https://issues.apache.org/jira/browse/IGNITE-17522
> Project: Ignite
> Issue Type: Task
> Components: documentation
> Reporter: Semyon Danilov
> Assignee: Igor Gusev
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The new command's syntax is as follows:
> {noformat}
> --cache schedule_indexes_rebuild --node-id nodeId --cache-names
> cacheName[index1,...indexN],cacheName2,cacheName3[index1] --group-names
> groupName1,groupName2,...groupNameN
> Schedules rebuild of the indexes for specified caches via the Maintenance
> Mode. Schedules rebuild of specified caches and cache-groups
> Parameters:
> --node-id - (Optional) Specify node for indexes rebuild. If not
> specified, schedules rebuild on all nodes.
> --cache-names - Comma-separated list of cache names with optionally
> specified indexes. If indexes are not specified then all indexes of the cache
> will be scheduled for the rebuild operation. Can be used simultaneously with
> cache group names.
> --group-names - Comma-separated list of cache group names for which
> indexes should be scheduled for the rebuild. Can be used simultaneously with
> cache names.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)