Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Under IGNITE-13268 3 new cache commands were added:
--indexes_list --indexes_rebuild_status --indexes_force_rebuild
New commands should be documented.
Here is part of cache help that corresponds to the commands:
--cache indexes_list [--node-id nodeId] [--group-name grpRegExp] [--cache-name cacheRegExp] [--index-name idxNameRegExp] List all indexes that match specified filters. Parameters: --node-id nodeId - Specify node for job execution. If not specified explicitly, node will be chosen by grid --group-name regExp - Regular expression allowing filtering by cache group name --cache-name regExp - Regular expression allowing filtering by cache name --index-name regExp - Regular expression allowing filtering by index name --cache indexes_rebuild_status [--node-id nodeId] List all indexes that have index rebuild in progress. Parameters: --node-id nodeId - Specify node for job execution. If not specified explicitly, info will be gathered from all nodes --cache indexes_force_rebuild --node-id nodeId --cache-name cacheName1,...cacheNameN|--group-name groupName1,...groupNameN Triggers rebuild of all indexes for specified caches or cache groups. Parameters: --node-id - Specify node for indexes rebuild. --cache-names - Comma-separated list of cache names for which indexes should be rebuilt. --group-names - Comma-separated list of cache group names for which indexes should be rebuilt.
Attachments
Issue Links
- is a child of
-
IGNITE-13268 Add indexes manipulation commands to control.sh
- Resolved
- links to