You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/04/14 09:14:25 UTC

[jira] [Closed] (IGNITE-1505) Error on stopping cache in visorcmd

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

Pavel Konstantinov closed IGNITE-1505.
--------------------------------------
    Assignee:     (was: Pavel Konstantinov)

> Error on stopping cache in visorcmd
> -----------------------------------
>
>                 Key: IGNITE-1505
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1505
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: ignite-1.4
>            Reporter: Pavel Konstantinov
>            Priority: Minor
>         Attachments: screenshot-1.png
>
>
> I'm start my tester and trying to stop cache created only on one node and got
> {code}
> visor> cache -stop
> Time of the snapshot: 09/18/15, 13:31:40
> +=======================================================+
> | # |       Name(@)       |    Mode     |     Size      |
> +=======================================================+
> | 0 | c_partitioned3(@c4) | PARTITIONED | min: 0        |
> |   |                     |             | avg: 1.50     |
> |   |                     |             | max: 3        |
> +---+---------------------+-------------+---------------+
> | 1 | c_replicated(@c5)   | REPLICATED  | min: 0        |
> |   |                     |             | avg: 8121.00  |
> |   |                     |             | max: 10828    |
> +---+---------------------+-------------+---------------+
> | 2 | dcp_1(@c6)          | PARTITIONED | min: 0        |
> |   |                     |             | avg: 2700.00  |
> |   |                     |             | max: 3773     |
> +---+---------------------+-------------+---------------+
> | 3 | dcp_2(@c7)          | PARTITIONED | min: 2496     |
> |   |                     |             | avg: 2672.00  |
> |   |                     |             | max: 2809     |
> +---+---------------------+-------------+---------------+
> | 4 | dcr_1(@c8)          | REPLICATED  | min: 0        |
> |   |                     |             | avg: 8075.50  |
> |   |                     |             | max: 10768    |
> +---+---------------------+-------------+---------------+
> | 5 | dcr_2(@c9)          | REPLICATED  | min: 0        |
> |   |                     |             | avg: 8039.75  |
> |   |                     |             | max: 10720    |
> +---+---------------------+-------------+---------------+
> | 6 | local-nid(@c10)     | LOCAL       | min: 10792    |
> |   |                     |             | avg: 10792.00 |
> |   |                     |             | max: 10792    |
> +-------------------------------------------------------+
> Choose cache number ('c' to cancel) [c]: 6
> java.lang.IllegalArgumentException: Ouch! Argument is invalid: ids must not be empty.
>         at org.apache.ignite.internal.util.GridArgumentCheck.notEmpty(GridArgumentCheck.java:122)
>         at org.apache.ignite.internal.cluster.ClusterGroupAdapter.forNodeIds(ClusterGroupAdapter.java:481)
>         at org.apache.ignite.visor.visor$.groupForDataNode(visor.scala:272)
>         at org.apache.ignite.visor.commands.cache.VisorCacheStopCommand.scan(VisorCacheStopCommand.scala:96)
>         at org.apache.ignite.visor.commands.cache.VisorCacheCommand$$anonfun$cache$1.apply(VisorCacheCommand.scala:284)
>         at org.apache.ignite.visor.commands.cache.VisorCacheCommand$$anonfun$cache$1.apply(VisorCacheCommand.scala:274)
>         at scala.Option.foreach(Option.scala:245)
>         at org.apache.ignite.visor.commands.cache.VisorCacheCommand.cache(VisorCacheCommand.scala:274)
>         at org.apache.ignite.visor.commands.cache.VisorCacheCommand$$anonfun$20.apply(VisorCacheCommand.scala:783)
>         at org.apache.ignite.visor.commands.cache.VisorCacheCommand$$anonfun$20.apply(VisorCacheCommand.scala:783)
>         at org.apache.ignite.visor.commands.VisorConsole.mainLoop(VisorConsole.scala:214)
>         at org.apache.ignite.visor.commands.VisorConsole$.delayedEndpoint$org$apache$ignite$visor$commands$VisorConsole$1(VisorConsole.scala:326)
>         at org.apache.ignite.visor.commands.VisorConsole$delayedInit$body.apply(VisorConsole.scala:315)
>         at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
>         at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
>         at scala.App$$anonfun$main$1.apply(App.scala:76)
>         at scala.App$$anonfun$main$1.apply(App.scala:76)
>         at scala.collection.immutable.List.foreach(List.scala:381)
>         at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
>         at scala.App$class.main(App.scala:76)
>         at org.apache.ignite.visor.commands.VisorConsole$.main(VisorConsole.scala:315)
>         at org.apache.ignite.visor.commands.VisorConsole.main(VisorConsole.scala)
> {code}



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