[jira] [Assigned] (IGNITE-7941) Update dependencies to latest versions and migrate to caret(^) in package.json + package.json.lock

2018-08-04 Thread Alexey Kuznetsov (JIRA)


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

Alexey Kuznetsov reassigned IGNITE-7941:


Assignee: Alexey Kuznetsov  (was: Alexander Kalinin)

> Update dependencies to latest versions and migrate to caret(^) in 
> package.json + package.json.lock 
> ---
>
> Key: IGNITE-7941
> URL: https://issues.apache.org/jira/browse/IGNITE-7941
> Project: Ignite
>  Issue Type: Improvement
>  Components: wizards
>Reporter: Alexander Kalinin
>Assignee: Alexey Kuznetsov
>Priority: Minor
> Fix For: 2.7
>
>
> We should orgnized package.json files in way that latest stable dependencies 
> are installed
>  * move to caret versions notations.
>  * add package.json.lock to git versioning.



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


[jira] [Closed] (IGNITE-7941) Update dependencies to latest versions and migrate to caret(^) in package.json + package.json.lock

2018-08-04 Thread Alexey Kuznetsov (JIRA)


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

Alexey Kuznetsov closed IGNITE-7941.


> Update dependencies to latest versions and migrate to caret(^) in 
> package.json + package.json.lock 
> ---
>
> Key: IGNITE-7941
> URL: https://issues.apache.org/jira/browse/IGNITE-7941
> Project: Ignite
>  Issue Type: Improvement
>  Components: wizards
>Reporter: Alexander Kalinin
>Assignee: Alexey Kuznetsov
>Priority: Minor
> Fix For: 2.7
>
>
> We should orgnized package.json files in way that latest stable dependencies 
> are installed
>  * move to caret versions notations.
>  * add package.json.lock to git versioning.



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


[jira] [Resolved] (IGNITE-7941) Update dependencies to latest versions and migrate to caret(^) in package.json + package.json.lock

2018-08-04 Thread Alexey Kuznetsov (JIRA)


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

Alexey Kuznetsov resolved IGNITE-7941.
--
Resolution: Fixed  (was: Won't Do)

Removed "^" from all package.json

> Update dependencies to latest versions and migrate to caret(^) in 
> package.json + package.json.lock 
> ---
>
> Key: IGNITE-7941
> URL: https://issues.apache.org/jira/browse/IGNITE-7941
> Project: Ignite
>  Issue Type: Improvement
>  Components: wizards
>Reporter: Alexander Kalinin
>Assignee: Alexey Kuznetsov
>Priority: Minor
> Fix For: 2.7
>
>
> We should orgnized package.json files in way that latest stable dependencies 
> are installed
>  * move to caret versions notations.
>  * add package.json.lock to git versioning.



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


[jira] [Resolved] (IGNITE-8943) Deactivation in large cluster during rebalance can not finish

2018-08-04 Thread Andrew Medvedev (JIRA)


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

Andrew Medvedev resolved IGNITE-8943.
-
Resolution: Won't Fix

> Deactivation in large cluster during rebalance can not finish
> -
>
> Key: IGNITE-8943
> URL: https://issues.apache.org/jira/browse/IGNITE-8943
> Project: Ignite
>  Issue Type: Bug
>Affects Versions: 2.5
>Reporter: Andrew Medvedev
>Priority: Major
>
> In large cluster (> 100 nodes) deactivation during rebalance does not finish 
> (we have waited for at least an hour).
> All nodes log "Start deactivation process" message, but on all nodes 
> exchange-worker threads in cluster are WAITING with this stack:
> "exchange-worker-#152%DPL_GRID%DplGridNodeName%" #520 daemon prio=5 os_prio=0 
> tid=0x7f5cfb2b6000 nid=0x2dc7bc waiting on condition [0x7f59a05b2000]
>    java.lang.Thread.State: WAITING (parking)
>   at sun.misc.Unsafe.park(Native Method)
>   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304)
>   at 
> org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:177)
>   at 
> org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:140)
>   at 
> org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.cancelInternalQuery(CacheContinuousQueryManager.java:575)
>   at 
> org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor.onKernalStop(DataStructuresProcessor.java:253)
>   at 
> org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor.onDeActivate(DataStructuresProcessor.java:299)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onClusterStateChangeRequest(GridDhtPartitionsExchangeFuture.java:954)
>   at 
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:650)
>   at 
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2452)
>   at 
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2332)
>   at 
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>   at java.lang.Thread.run(Thread.java:745)
> This is reproducible



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