Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-13285

Document control.sh indexes manipulation commands

    XMLWordPrintableJSON

Details

    • Hide
      The new indexes management commands allow to get specific information on indexes and to trigger the indexes rebuild process.
      Show
      The new indexes management commands allow to get specific information on indexes and to trigger the indexes rebuild process.

    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

          Activity

            People

              nsafonov Nikita A. Safonov
              vmalinovskiy Vladimir Malinovskiy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 2h
                  2h