[jira] [Updated] (IGNITE-2025) visorcmd doesn't clear local cache on client node

2016-11-06 Thread Alexey Kuznetsov (JIRA)

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

Alexey Kuznetsov updated IGNITE-2025:
-
Fix Version/s: (was: 1.8)

> visorcmd doesn't clear local cache on client node
> -
>
> Key: IGNITE-2025
> URL: https://issues.apache.org/jira/browse/IGNITE-2025
> Project: Ignite
>  Issue Type: Bug
>  Components: cache
>Affects Versions: 1.5.0.final
>Reporter: Pavel Konstantinov
>
> # start server and client nodes with local cache
> # populate local cache on client node
> # execute 'cache -c= -a' 
> {code}
> Nodes for: oh_local(@c11)
> ++
> | Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| 
> Size | Hi/Mi/Rd/Wr |
> ++
> | AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0   
>  | Hi: 0   |
> |  |  |   |  |  | 
>  | Mi: 0   |
> |  |  |   |  |  | 
>  | Rd: 0   |
> |  |  |   |  |  | 
>  | Wr: 0   |
> +--+--+---+--+--+--+-+
> | 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0   
>  | Hi: 0   |
> |  |  |   |  |  | 
>  | Mi: 0   |
> |  |  |   |  |  | 
>  | Rd: 0   |
> |  |  |   |  |  | 
>  | Wr: 0   |
> +--+--+---+--+--+--+-+
> | 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0   
>  | Hi: 27144   |
> |  |  |   |  |  | 
>  | Mi: 18156   |
> |  |  |   |  |  | 
>  | Rd: 45300   |
> |  |  |   |  |  | 
>  | Wr: 186820  |
> ++
> {code}
> # execute 'cache -clear -c=
> {code}
> visor> cache -clear -c=oh_local
> Cleared cache with name: oh_local
> +==+
> |  Node ID8(@)  | Cache Size Before | Cache Size After |
> +==+
> | AB439AC6(@n0) | 0 | 0|
> +--+
> {code}
> # then execute 'cache -c= -a' 
> {code}
> Nodes for: oh_local(@c11)
> ++
> | Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| 
> Size | Hi/Mi/Rd/Wr |
> ++
> | AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0   
>  | Hi: 0   |
> |  |  |   |  |  | 
>  | Mi: 0   |
> |  |  |   |  |  | 
>  | Rd: 0   |
> |  |  |   |  |  | 
>  | Wr: 0   |
> +--+--+---+--+--+--+-+
> | 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0   
>  | Hi: 0   |
> |  |  |   |  |  | 
>  | Mi: 0   |
> |  |  |   |  |  | 
>  | Rd: 0   |
> |  |  |   |  |  | 
>  | Wr: 0   |
> +--+--+---+--+--+--+-+
> | 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0   
>  | Hi: 27144   |
> |  |  |   |  |  | 
>  | Mi: 18156   |
> |  |  |   |  |  | 
>  | Rd: 45300   |
> |  |  |   |  |  | 
>  | Wr: 186820  |
> ++
> {code}
> visorcmd should send 'clear' to all nodes in case of local cache or ask user 
> to point node



--
This message was sent by Atlassian JIRA

[jira] [Updated] (IGNITE-2025) visorcmd doesn't clear local cache on client node

2015-11-28 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2025:
---
Summary: visorcmd doesn't clear local cache on client node  (was: Clear 
function doesn't clear local cache)

> visorcmd doesn't clear local cache on client node
> -
>
> Key: IGNITE-2025
> URL: https://issues.apache.org/jira/browse/IGNITE-2025
> Project: Ignite
>  Issue Type: Bug
>  Components: cache
>Affects Versions: 1.5
>Reporter: Pavel Konstantinov
> Fix For: 1.6
>
>
> 0) start server and client nodes with local cache
> 1) populate local cache on client node
> 2) try to execute Clear for both nodes
> It's seems that the problem with the client node.



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


[jira] [Updated] (IGNITE-2025) visorcmd doesn't clear local cache on client node

2015-11-28 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2025:
---
Description: 
# start server and client nodes with local cache
# populate local cache on client node
# execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0
| Hi: 27144   |
|  |  |   |  |  |  
| Mi: 18156   |
|  |  |   |  |  |  
| Rd: 45300   |
|  |  |   |  |  |  
| Wr: 186820  |
++
{code}
# execute 'cache -clear -c=
{code}
visor> cache -clear -c=oh_local
Cleared cache with name: oh_local
+==+
|  Node ID8(@)  | Cache Size Before | Cache Size After |
+==+
| AB439AC6(@n0) | 0 | 0|
+--+
{code}
# then execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0
| Hi: 27144   |
|  |  |   |  |  |  
| Mi: 18156   |
|  |  |   |  |  |  
| Rd: 45300   |
|  |  |   |  |  |  
| Wr: 186820  |
++
{code}

visorcmd should send 'clear' to all nodes in case of local cache or ask user to 
point node


  was:
# start server and client nodes with local cache
# populate local cache on client node
# execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  

[jira] [Updated] (IGNITE-2025) visorcmd doesn't clear local cache on client node

2015-11-28 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2025:
---
Description: 
# start server and client nodes with local cache
# populate local cache on client node
# execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0
| Hi: 27144   |
|  |  |   |  |  |  
| Mi: 18156   |
|  |  |   |  |  |  
| Rd: 45300   |
|  |  |   |  |  |  
| Wr: 186820  |
++
{code}
# execute 'cache -clear -c=
{code}
visor> cache -clear -c=oh_local
Cleared cache with name: oh_local
+==+
|  Node ID8(@)  | Cache Size Before | Cache Size After |
+==+
| AB439AC6(@n0) | 0 | 0|
+--+
{code}
# then execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0
| Hi: 27144   |
|  |  |   |  |  |  
| Mi: 18156   |
|  |  |   |  |  |  
| Rd: 45300   |
|  |  |   |  |  |  
| Wr: 186820  |
++
{code}

visorcmd should send 'clear' to all nodes in cacse of local cache or ask user 
to point node


  was:
# start server and client nodes with local cache
# populate local cache on client node
# execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  | 

[jira] [Updated] (IGNITE-2025) visorcmd doesn't clear local cache on client node

2015-11-28 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2025:
---
Description: 
# start server and client nodes with local cache
# populate local cache on client node
# execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0
| Hi: 27144   |
|  |  |   |  |  |  
| Mi: 18156   |
|  |  |   |  |  |  
| Rd: 45300   |
|  |  |   |  |  |  
| Wr: 186820  |
++
{code}
# execute 'cache -clear -c=
{code}
visor> cache -clear -c=oh_local
Cleared cache with name: oh_local
+==+
|  Node ID8(@)  | Cache Size Before | Cache Size After |
+==+
| AB439AC6(@n0) | 0 | 0|
+--+
{code}
# then execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0
| Hi: 27144   |
|  |  |   |  |  |  
| Mi: 18156   |
|  |  |   |  |  |  
| Rd: 45300   |
|  |  |   |  |  |  
| Wr: 186820  |
++
{code}

visorcmd should send 'clear' to all nodes in cacse of local cache or ask user 
to point cache


  was:
# start server and client nodes with local cache
# populate local cache on client node
# execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |

[jira] [Updated] (IGNITE-2025) visorcmd doesn't clear local cache on client node

2015-11-28 Thread Pavel Konstantinov (JIRA)

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

Pavel Konstantinov updated IGNITE-2025:
---
Description: 
# start server and client nodes with local cache
# populate local cache on client node
# execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0
| Hi: 27144   |
|  |  |   |  |  |  
| Mi: 18156   |
|  |  |   |  |  |  
| Rd: 45300   |
|  |  |   |  |  |  
| Wr: 186820  |
++
{code}
# execute 'cache -clear -c=
{code}
visor> cache -clear -c=oh_local
Cleared cache with name: oh_local
+==+
|  Node ID8(@)  | Cache Size Before | Cache Size After |
+==+
| AB439AC6(@n0) | 0 | 0|
+--+
{code}
# then execute 'cache -c= -a' 
{code}
Nodes for: oh_local(@c11)
++
| Node ID8(@), IP  | CPUs | Heap Used | CPU Load |   Up Time| Size 
| Hi/Mi/Rd/Wr |
++
| AB439AC6(@n0), 127.0.0.1 | 8| 59.63 %   | 4.77 %   | 00:26:04:528 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 5F31343A(@n2), 127.0.0.1 | 8| 84.63 %   | 3.00 %   | 00:17:37:568 | 0
| Hi: 0   |
|  |  |   |  |  |  
| Mi: 0   |
|  |  |   |  |  |  
| Rd: 0   |
|  |  |   |  |  |  
| Wr: 0   |
+--+--+---+--+--+--+-+
| 0251B9C4(@n1), 127.0.0.1 | 8| 26.68 %   | 3.60 %   | 00:25:47:708 | 0
| Hi: 27144   |
|  |  |   |  |  |  
| Mi: 18156   |
|  |  |   |  |  |  
| Rd: 45300   |
|  |  |   |  |  |  
| Wr: 186820  |
++
{code}
It's seems that the problem with the client node.


  was:
0) start server and client nodes with local cache
1) populate local cache on client node
2) try to execute Clear for both nodes

It's seems that the problem with the client node.


> visorcmd doesn't clear local cache on client node
> -
>
> Key: IGNITE-2025
> URL: https://issues.apache.org/jira/browse/IGNITE-2025
> Project: Ignite
>  Issue Type: Bug
>  Components: cache
>Affects Versions: 1.5
>Reporter: Pavel Konstantinov
> Fix For: 1.6
>
>
> # start server and client nodes with local cache
> # populate