[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2018-11-16 Thread Aliaksandr Kazlou (JIRA)


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

Aliaksandr Kazlou commented on IGNITE-3373:
---

Hi, [~DmitriyGovorukhin]. Sorry for the delay. I do remember about the request, 
and have this in my TODO list. Right now we prepare for the major event for the 
product we build, it will be done next Wednesday, then would have more free 
time to look into further and share the details with you.

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrect size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2018-11-16 Thread Dmitriy Govorukhin (JIRA)


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

Dmitriy Govorukhin commented on IGNITE-3373:


[~akazlou] Do you have updates?

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrect size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2018-10-23 Thread Aliaksandr Kazlou (JIRA)


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

Aliaksandr Kazlou commented on IGNITE-3373:
---

[~DmitriyGovorukhin] thanks for looking into the issue. I will try to come back 
to you, and double check everything on my machine and provide more input, but 
not earlier than upcoming weekend.

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrect size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2018-10-23 Thread Dmitriy Govorukhin (JIRA)


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

Dmitriy Govorukhin commented on IGNITE-3373:


[~AndreyVel] Any updates?

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrect size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2018-10-21 Thread Dmitriy Govorukhin (JIRA)


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

Dmitriy Govorukhin commented on IGNITE-3373:


[~akazlou] Could you please specify the version or hash commit for this issue? 
I double check your reproducer on current 
master(3bb03444246f863096063d084393676a84d2bc0e) and ignite-1.9 
(0be92732ec4dcc683b1dbeea6c027c4076579847) branch, and it works fine. (Output 
result is the same)
Is it reproduce if run 2 nodes in one JVM?

Node1
{code}
Started node 4d0cc9f0-b285-4d99-ad5c-559d0178617d
[local] creating collection [numbers]
[local] size=0, contains=false
[local] Size of the numbers distributed set is 0, and items are []
[local] Is collocated? true
[local] numbers contains 42? false
[affinity] Running on 4d0cc9f0-b285-4d99-ad5c-559d0178617d node
[affinity] Size of the numbers distributed set is 0, and items are []
[affinity] Is collocated? true
[affinity] numbers contains 42? false
Waiting 6000 sec...
[10:45:24] Topology snapshot [ver=2, servers=2, clients=0, CPUs=12, heap=14.0GB]
[affinity] Running on 4d0cc9f0-b285-4d99-ad5c-559d0178617d node
[affinity] Size of the numbers distributed set is 1, and items are [42]
[affinity] Is collocated? true
[affinity] numbers contains 42? true
{code}


Node2
{code}
Started node a9c53074-e25e-4bed-97e5-79ba6f78e149
[local] size=1, contains=true  ---> OR
42 ---> OR
[local] Size of the numbers distributed set is 1, and items are [42]
[local] Is collocated? true
[local] numbers contains 42? true
Waiting 6000 sec...
{code}

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
>Assignee: Dmitriy Govorukhin
>Priority: Major
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrect size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2017-11-13 Thread Aliaksandr Kazlou (JIRA)

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

Aliaksandr Kazlou commented on IGNITE-3373:
---

Is there a plan to fix it, and backport to the Ignite 1.9x release?

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrect size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2017-02-17 Thread Aliaksandr Kazlou (JIRA)

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

Aliaksandr Kazlou commented on IGNITE-3373:
---

Any progress on this one? Is there a plan to fix it for the next upcoming 
release?

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrect size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2016-08-06 Thread Aliaksandr Kazlou (JIRA)

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

Aliaksandr Kazlou commented on IGNITE-3373:
---

Would it not considered for 1.7.0 release? Is it planned to be looked and 
included in 1.8.0?

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrdet size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



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


[jira] [Commented] (IGNITE-3373) Distributed IgniteSet shows size() == 0 for any new node

2016-06-28 Thread Aliaksandr Kazlou (JIRA)

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

Aliaksandr Kazlou commented on IGNITE-3373:
---

Does not it deserve higher priority than Major?

> Distributed IgniteSet shows size() == 0 for any new node
> 
>
> Key: IGNITE-3373
> URL: https://issues.apache.org/jira/browse/IGNITE-3373
> Project: Ignite
>  Issue Type: Bug
>Reporter: Andrey Velichko
> Attachments: DistributedSetDemo.java
>
>
> For distributed IgniteSet new node shows incorrdet size igniteSet.size() == 
> 0, but igniteSet.contains(42L) == true



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