You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikita Safonov (Jira)" <ji...@apache.org> on 2021/01/22 14:06:00 UTC

[jira] [Assigned] (IGNITE-13285) Document control.sh indexes manipulation commands

     [ https://issues.apache.org/jira/browse/IGNITE-13285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Safonov reassigned IGNITE-13285:
---------------------------------------

    Assignee: Nikita Safonov

> Document control.sh indexes manipulation commands
> -------------------------------------------------
>
>                 Key: IGNITE-13285
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13285
>             Project: Ignite
>          Issue Type: Task
>          Components: control.sh, documentation
>            Reporter: Vladimir Malinovskiy
>            Assignee: Nikita Safonov
>            Priority: Major
>              Labels: important
>             Fix For: 2.10
>
>
> Under IGNITE-13268 3 new cache commands were added:
> {code:java}
> --indexes_list
> --indexes_rebuild_status
> --indexes_force_rebuild
> {code}
> New commands should be documented.
> Here is part of cache help that corresponds to the commands:
> {code:java}
>   --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.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)