[ https://issues.apache.org/jira/browse/IGNITE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Kuznetsov updated IGNITE-254: ------------------------------------ Fix Version/s: (was: 1.6) > 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 > > 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)