You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2018/02/09 06:37:00 UTC

[jira] [Created] (IGNITE-7658) visorcmd: add ability to get configuration of certain cache

Pavel Konstantinov created IGNITE-7658:
------------------------------------------

             Summary: visorcmd: add ability to get configuration of certain cache
                 Key: IGNITE-7658
                 URL: https://issues.apache.org/jira/browse/IGNITE-7658
             Project: Ignite
          Issue Type: Improvement
            Reporter: Pavel Konstantinov


Currently 'config' command returns only full configuration from a node.

config -id8=@n0   

It is inconvenient in case if a user wants to get the configuration for one certain cache.
I suggesting to add a new option to 'config' command to set cache, like:

config -id8=@n0 -c=@c0   - get configuration of cache @c0 from node @n0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)