You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2015/02/19 07:37:11 UTC

[jira] [Commented] (IGNITE-254) Visor: cache command skips wrong arguments

    [ https://issues.apache.org/jira/browse/IGNITE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14327042#comment-14327042 ] 

Alexey Kuznetsov commented on IGNITE-254:
-----------------------------------------

Andrey, please implement arguments check for all Visor console commands.

> Visor: cache command skips wrong arguments
> ------------------------------------------
>
>                 Key: IGNITE-254
>                 URL: https://issues.apache.org/jira/browse/IGNITE-254
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: sprint-1
>            Reporter: Sergey Kozlov
>            Assignee: Andrey Novikov
>             Fix For: sprint-2
>
>
> Ignite visor skips wrong arguments.
> {noformat}
> visor> cache -clear -c='partitioned'
> Cleared cache with name: partitioned
> +======================================================+
> |  Node ID8(@)  | Cache Size Before | Cache Size After |
> +======================================================+
> | 3277D96E(@n0) | 0                 | 0                |
> +------------------------------------------------------+
> visor> cache clear -c='partitioned'
> Time of the snapshot: 02/14/15, 15:45:41
> +=======================================================================================================================
> +
> |     Name(@)      |                 Nodes                  |  Entries  |   Hits    |  Misses   |   Reads   |  Writes
> |
> +=======================================================================================================================
> +
> | partitioned(@c4) | [3277d96e-37af-4f85-8437-65563aee7a5a] | min: 0    | min: 0    | min: 0    | min: 0    | min: 0
> |
> |                  |                                        | avg: 0.00 | avg: 0.00 | avg: 0.00 | avg: 0.00 | avg: 0.00
> |
> |                  |                                        | max: 0    | max: 0    | max: 0    | max: 0    | max: 0
> |
> +-----------------------------------------------------------------------------------------------------------------------
> +
> Use "-a" flag to see detailed statistics.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)