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 2015/10/19 08:52:05 UTC

[jira] [Commented] (IGNITE-737) ClusterGroup.forDataNodes() returns empty cluster group for daemon node

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

Pavel Konstantinov commented on IGNITE-737:
-------------------------------------------

These issues are still actual:
1) we should ask user for node to clear local cache
2) 'cache -clear -c=@cXX' shows only one node where cache was cleared but I'm expected to see all nodes with cache.
3) 'cache -clear'  shows the different cache size then in result 
{code}
+----+--------------------------+-------------+---------------+
| 26 | tx_partitioned(@c26)     | PARTITIONED | min: 15151    |
|    |                          |             | avg: 16251.33 |
|    |                          |             | max: 16851    |
+----+--------------------------+-------------+---------------+

Choose cache number ('c' to cancel) [c]: 26
Cleared cache with name: tx_partitioned
+======================================================+
|  Node ID8(@)  | Cache Size Before | Cache Size After |
+======================================================+
| 18C6322A(@n2) | 24377             | 0                |
+------------------------------------------------------+
{code}

> ClusterGroup.forDataNodes() returns empty cluster group for daemon node
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-737
>                 URL: https://issues.apache.org/jira/browse/IGNITE-737
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: sprint-3
>            Reporter: Alexey Kuznetsov
>            Assignee: Pavel Konstantinov
>             Fix For: 1.5
>
>         Attachments: ignite-737-test.patch, ignite-737.patch
>
>
> To reproduce:
> Start one or several nodes with cache "A".
> Start daemon node.
> On daemon node execute ignite.cluster.forDataNodes("A").
> Returned projection should contain remote nodes with cache "A".
> Appropriate tests should also be added.
> Also it will be useful to check all cluster.forXXX() methods on daemon node.



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