Cache start ordering during cluster activation

2017-07-21 Thread Jokser
Hello Igniters,

Currently order of cache starts/stops operations is not determined during
cluster activation.
Some of the cache components can be depended on system or utility caches. If
such component starts earlier than system cache on what it's depended, it
can lead to unpredictable errors (e.g. NullPointerException)
I would like to introduce strict order of cache start/stop operations as it
is already implemented during normal node join process.
If we form cache start requests they should be ordered (first we should
start system caches then user), for cache stop requests order should be
reverse (first user caches then system).



--
View this message in context: 
http://apache-ignite-developers.2346864.n4.nabble.com/Cache-start-ordering-during-cluster-activation-tp19910.html
Sent from the Apache Ignite Developers mailing list archive at Nabble.com.


[GitHub] ignite pull request #2297: IGNITE-5752 Fixed GridDhtPartitionMap updateSeque...

2017-07-13 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2297

IGNITE-5752 Fixed GridDhtPartitionMap updateSequence modifying



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-5752

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2297.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2297


commit 707c454ad9c3b4132e2d0a20d15dc1eb2ed295b0
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-12T07:53:46Z

Corrected fix for REST processor wrt authentication

commit f3828261b30c12d5aa181914033afe46c787f87e
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-07-12T07:57:50Z

IGNITE-5639 Added duration for empty result set.

commit 5859b192ba28d53e1bccb01ce3005821e26b5347
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-12T09:46:42Z

AI 2.1 release notes.

commit 8afdc7baae73ecba67e0735baa97d03f2c4fc715
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-12T10:51:43Z

Removed CacheBinaryAutoStoreExample and relevant bean "h2-example-db" from 
example-default.xml because example duplicated existing CacheAutoStoreExample.

commit c6ee085b8a1321ce7fa15f8adf74fa7a01f7a445
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-12T11:22:03Z

Fixed page acquire during checkpoint

commit 0cb6ac06a43ac72c707b29d7216bd4cb711a
Author: Oleg Ostanin <oosta...@gridgain.com>
Date:   2017-07-12T12:57:40Z

IGNITE-5740 - Added transaction load timing benchmark

commit 3787181310597b7a6e633e745ba08209abd038a9
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-12T15:28:57Z

More verbose logging

commit 21964fb5f6fb6fee891283332202cbc9ed5ac3f3
Author: Dmitry Pavlov <dpavlov@gmail.com>
Date:   2017-07-12T15:59:10Z

Optimized snapshot progress tracking

commit 689b1b6e9c3e723cf394c7ff2427097b21d96ce3
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-13T07:12:01Z

IGNITE-5479 - Cleanup public API for PersistentStoreConfiguration

commit 3c1749da82e663500e45a34369eac48dbbc62bdc
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-07-13T08:25:55Z

IGNITE-5744 Ignore non user caches when automatically choosing a queryable 
cache inside JDBC driver

commit 9d4e5fdf915109c3938226cfcf70b9b091449db2
Author: Pavel Kovalenko <jokse...@gmail.com>
Date:   2017-07-13T15:08:37Z

IGNITE-5752 Fixed updateSequence updating in GridDhtPartitionMap.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2273: IGNITE-5538 Double check for PersistenceStore mes...

2017-07-10 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2273

IGNITE-5538 Double check for PersistenceStore message factory existence.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-5538

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2273.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2273


commit ab5267134966b466a2d4bfba15d0c7e3ebe91139
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T10:14:18Z

2.1 More simple tx cancel on node stop

commit 85d8c6572d78c7d6796906d92b566e2fa5b116be
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-07T10:13:55Z

IGNITE-5520 - Fixed IgniteChangeGlobalStateFailoverTest

commit f589628f4846f14efc8e702b61856cc90a3d0dc7
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T10:52:38Z

Rename ActionData -> CacheActionData.

commit 30922ed8ac518749a2559aff51fe183a890041bb
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-07-07T11:03:18Z

ignite-2.1 Added map with previous snapshots.

commit 99fd75dd7766318af88a38b5640a648bba3ccdf1
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T11:38:36Z

IGNITE-5483: Added limited support for Java8 LocalDateTime. This closes 
#2248.

commit 4fc8124d9538625cb0a95c918634b43ec1319bee
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:43:28Z

Fixed formatting.

commit 984ab5bd3c08b2af9222964451acc281b92814b8
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:43:50Z

Merge remote-tracking branch 'community/ignite-2.1.2' into ignite-2.1.2

commit 7adb11109bab5d83ed4f376b0cad42b026dd0a71
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:49:13Z

Fixed formatting.

commit 2a5390b1c083819f059e449b34a5979ec35b7755
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-07-07T12:01:43Z

IGNITE-5159: DDL example. This closes #2227.

commit d232648711c882ed304eae89ae19f151067649fd
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-07T12:02:29Z

Merge remote-tracking branch 'upstream/ignite-2.1.2' into ignite-2.1.2

commit a9387adef490086406b05fe961ff0f3151045caa
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-07T12:21:20Z

IGNITE-5717 .NET: Reduce MemoryPolicyConfiguration.MaxSize for persistence 
tests as a workaround for OOM on default settings

commit 13399d530f3458c3bf59634857cb05f801e8cc34
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:24:09Z

2.1 Fixed assert (cacheName can be null here).

commit ea4420e6aad509c4ae58d6d0880918c98fd1959a
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:24:26Z

Merge remote-tracking branch 'community/ignite-2.1.2' into ignite-2.1.2

commit 0d6fb1ad73e8ed448dabe7c0cc631222835b52c4
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T12:54:52Z

IGNITE-5204: Fixed NPE on certain data with index inlining. This closes 
#2115.

commit a1cac1b7cc1c3afdcc12afb08bf1ecdcb6f28828
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:55:18Z

Removed unused method GridDhtPartitionTopology.checkEvictions().

commit 55a5ca019db7d06aab2fb567dbc0da1f133d0fb7
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:55:38Z

Merge remote-tracking branch 'community/ignite-2.1.2' into ignite-2.1.2

commit 99713feea764fc8c3e5b247a24698a2c04d3bcf4
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T13:30:37Z

IGNITE-5204: SQL: fixed incorrect partition calculation in case of unicast 
optimization, when WHERE clause argument type was different from key or 
affinity key type. This close #2107.

commit 3c887378eb64d2d236073410070082e5699e8334
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-07-07T13:52:31Z

IGNITE-5582: Implemented Compute::Broadcast for C++

(cherry picked from commit fa974286e8f066a8d6aa57519edf5ec7761be095)

commit 3314a4513c816c027dad80258ded1fe5a4c2b700
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T14:28:47Z

Fixed cache plugin validation.

commit 517a23d252078e62a8addca55ca78497e5226b5b
Author: mcherkasov <mcherka...@gridgain.com>
Date:   2017-06-30T17:23:55Z

IGNITE-5554 ServiceProcessor may process failed reassignments in timeout 
thread

commit 993f7fbe1d49a524e2dee626aef72e16fd5d3cda
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-07-07T15:55:27Z

IGNITE-5701 - Some nodes have partitionUpdateCounter equal to 0 after 
rebalancing

commit e5c2ec5a62c0d5fc268275ea9277f6933a582966
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:   2017-07-07T16:06:52

[GitHub] ignite pull request #2271: IGNITE-5684 Remove FullMap stale updates check

2017-07-10 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2271

IGNITE-5684 Remove FullMap stale updates check



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-5684

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2271.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2271


commit ab5267134966b466a2d4bfba15d0c7e3ebe91139
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T10:14:18Z

2.1 More simple tx cancel on node stop

commit 85d8c6572d78c7d6796906d92b566e2fa5b116be
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-07T10:13:55Z

IGNITE-5520 - Fixed IgniteChangeGlobalStateFailoverTest

commit f589628f4846f14efc8e702b61856cc90a3d0dc7
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T10:52:38Z

Rename ActionData -> CacheActionData.

commit 30922ed8ac518749a2559aff51fe183a890041bb
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-07-07T11:03:18Z

ignite-2.1 Added map with previous snapshots.

commit 99fd75dd7766318af88a38b5640a648bba3ccdf1
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T11:38:36Z

IGNITE-5483: Added limited support for Java8 LocalDateTime. This closes 
#2248.

commit 4fc8124d9538625cb0a95c918634b43ec1319bee
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:43:28Z

Fixed formatting.

commit 984ab5bd3c08b2af9222964451acc281b92814b8
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:43:50Z

Merge remote-tracking branch 'community/ignite-2.1.2' into ignite-2.1.2

commit 7adb11109bab5d83ed4f376b0cad42b026dd0a71
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:49:13Z

Fixed formatting.

commit 2a5390b1c083819f059e449b34a5979ec35b7755
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-07-07T12:01:43Z

IGNITE-5159: DDL example. This closes #2227.

commit d232648711c882ed304eae89ae19f151067649fd
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-07T12:02:29Z

Merge remote-tracking branch 'upstream/ignite-2.1.2' into ignite-2.1.2

commit a9387adef490086406b05fe961ff0f3151045caa
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-07T12:21:20Z

IGNITE-5717 .NET: Reduce MemoryPolicyConfiguration.MaxSize for persistence 
tests as a workaround for OOM on default settings

commit 13399d530f3458c3bf59634857cb05f801e8cc34
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:24:09Z

2.1 Fixed assert (cacheName can be null here).

commit ea4420e6aad509c4ae58d6d0880918c98fd1959a
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:24:26Z

Merge remote-tracking branch 'community/ignite-2.1.2' into ignite-2.1.2

commit 0d6fb1ad73e8ed448dabe7c0cc631222835b52c4
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T12:54:52Z

IGNITE-5204: Fixed NPE on certain data with index inlining. This closes 
#2115.

commit a1cac1b7cc1c3afdcc12afb08bf1ecdcb6f28828
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:55:18Z

Removed unused method GridDhtPartitionTopology.checkEvictions().

commit 55a5ca019db7d06aab2fb567dbc0da1f133d0fb7
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:55:38Z

Merge remote-tracking branch 'community/ignite-2.1.2' into ignite-2.1.2

commit 99713feea764fc8c3e5b247a24698a2c04d3bcf4
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T13:30:37Z

IGNITE-5204: SQL: fixed incorrect partition calculation in case of unicast 
optimization, when WHERE clause argument type was different from key or 
affinity key type. This close #2107.

commit 3c887378eb64d2d236073410070082e5699e8334
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-07-07T13:52:31Z

IGNITE-5582: Implemented Compute::Broadcast for C++

(cherry picked from commit fa974286e8f066a8d6aa57519edf5ec7761be095)

commit 3314a4513c816c027dad80258ded1fe5a4c2b700
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T14:28:47Z

Fixed cache plugin validation.

commit 517a23d252078e62a8addca55ca78497e5226b5b
Author: mcherkasov <mcherka...@gridgain.com>
Date:   2017-06-30T17:23:55Z

IGNITE-5554 ServiceProcessor may process failed reassignments in timeout 
thread

commit 993f7fbe1d49a524e2dee626aef72e16fd5d3cda
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-07-07T15:55:27Z

IGNITE-5701 - Some nodes have partitionUpdateCounter equal to 0 after 
rebalancing

commit e5c2ec5a62c0d5fc268275ea9277f6933a582966
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:   2017-07-07T16:06:52Z

ignite-2.1 Minor.

c

[GitHub] ignite pull request #2231: IGNITE-GG-11209 Extract File I/O interface

2017-07-04 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2231

IGNITE-GG-11209 Extract File I/O interface



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-gg-11209

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2231.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2231


commit 255d73ec779bb71bd17ddff0d875448031d16c51
Author: Pavel Kovalenko <jokse...@gmail.com>
Date:   2017-07-03T17:07:26Z

GG-12418 Fixed WAL hanging during flush. Refactored and added test for it.

commit 0421146e47e9a273ebb47b77f566e3e72f6e8398
Author: Pavel Kovalenko <jokse...@gmail.com>
Date:   2017-07-04T07:53:57Z

GG-12418 Test fixes and small refactoring.

commit 845cf6d4ed8375f8aeff792235ea261ffc95cd85
Author: Pavel Kovalenko <jokse...@gmail.com>
Date:   2017-07-04T10:56:02Z

GG-11209 Introduced File I/O interface and factory.
Introduced implementation for File I/O based on RandomAccessFile.
Delegate all file I/O logic for WAL and FileStore to FileIO interface.
Fixed IgniteWalFlushFailoverTest.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2229: IGNITE-GG-12418 Fix hanging WAL flusher

2017-07-04 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2229

IGNITE-GG-12418 Fix hanging WAL flusher



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-gg-12418-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2229.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2229


commit 9ebdc1106555d9233d5d328fd6cc71f7a1402490
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-06-14T07:58:20Z

IGNITE-5239 Web Console show full stack trace on Queries screen.

commit 87c6bf2b761f585dee095f9a56641b4741d0db3b
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-06-14T08:04:11Z

IGNITE-5366 Web Console: Added user notifications.

commit b7a19ae7b54f05a0f2fe8223397e59f34b4f63cf
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2017-06-14T08:32:00Z

IGNITE-5240 Fixed repository name.

commit 42c04ddb17f560f4120636431da20e6e0b1422a9
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-06-14T08:46:40Z

IGNITE-5481 Reworked rebalance detection.

commit 29df01dd2196fda7ed927e67e5e8bad194ce6f34
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-06-14T08:55:03Z

IGNITE-5402 Web Console: Fixed near cache generation for client mode.

commit 0cb8a0ea43fc9dc1902655c32ba03968a3c3b517
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-06-13T16:14:38Z

GNITE-5478: ODBC: SQLNumParams now returns number of required parameters.

commit 3f8ef4f821908b1a910a36c07457553b17f763e4
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:   2017-06-13T16:30:43Z

master - Fixed typo.

commit 3bf8b0319fc50cb4a9294f90f4cf7b689bc48a77
Author: dpavlov <dpav...@gridgain.com>
Date:   2017-06-14T10:57:40Z

Fixing snapshot tests for 8.2.1 release: Activating grid in tests, NPE fix, 
class cast fix

commit 5f5c5f1ba07cccd1ee072f4b1f95d32459d9507b
Author: dpavlov <dpav...@gridgain.com>
Date:   2017-06-14T10:58:21Z

Merge remote-tracking branch 'apache-gridgain-fork/ignite-2.1.1' into 
ignite-2.1.1

commit 40db31ef76303215db1703166c94b795cd2eb2b2
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-14T11:16:08Z

ignite-2.1.1 do not create database shared manger on client + cosmetic 
changes

commit 4e973551a4264395aa7fe167aba61736a0d259e6
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-14T11:49:13Z

ignite-2.1.1 invoke activate/deactivate for snapshot manager.

commit 69aa299c9f9f864086266d618d28b78ca407b8ac
Author: devozerov <voze...@gridgain.com>
Date:   2017-06-14T11:55:48Z

Fixed missing Apache header in HttpIgniteUpdatesChecker.

commit 4eb8c5e4c687edb1c695d2d38ad93cca09cd024a
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-14T12:08:01Z

ignite-2.1.1 validate operation change global state if snapshot operation 
in progress

commit 752dd65f82221fdc7570c50ae4c0d41652541422
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-14T12:08:29Z

Merge remote-tracking branch 'professional/ignite-2.1.1' into ignite-2.1.1

commit 3d269d7d5094acb9b8ac86de16fc16c8c80ec5e6
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-14T12:20:20Z

Minors.

commit 73df0354241bff62c854847c4c98abac8a5b4c24
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-14T12:39:17Z

Minors.

commit 8b85477eabd6e9059d3849a277b9494845b67293
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-14T12:47:29Z

Cache type validation.

commit 51e6aed7c82e4c7885b85c57a7235f0d5872b7e7
Author: dpavlov <dpav...@gridgain.com>
Date:   2017-06-14T13:00:46Z

GG-12283: disabled handing tests to run others

commit 0292110a0427ecce0b10f9b3393d0c1b94b254f6
Author: dpavlov <dpav...@gridgain.com>
Date:   2017-06-14T13:37:15Z

IGNITE-5487: disabled handing tests to run others

commit d285f82b2540f84a88d4c655d6e3a74680b0f766
Author: oleg-ostanin <oosta...@gridgain.com>
Date:   2017-06-14T13:47:46Z

IGNITE-5488 Build failure: maven-remote-resources-plugin

commit e7a7751a9d60c541c57f570779a6301abdb696b5
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-14T13:53:22Z

ignite-gg-12290 fix npe in cluster processor if got exception on start in 
plugin processor.

commit c5882ba94a21859dd5fac7f50b792512492c7018
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-14T13:53:42Z

Merge remote-tracking branch 'professional/ignite-2.1.1' into ignite-2.1.1

commit 59dace5a3883596d7edb661e6f8a328cca4a059e
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-14T15:11:23Z

Fixed assertion error whe

[GitHub] ignite pull request #2197: IGNITE-GG-12330 Fixed cache & group destroying

2017-06-26 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2197

IGNITE-GG-12330 Fixed cache & group destroying



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-gg-12330

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2197.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2197


commit bdbba0ee9a5437a3f66d05c8175bfcb2f309b3bd
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-11T18:53:56Z

IGNITE-5392 - Joining node must accept cluster active status

commit 6bf5ce46c1e6c4e3dcf042ac91a5b61a726c5821
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-11T20:02:44Z

IGNITE-5267 - Moved ignite-ps module to ignite-core

commit 4dc81ca86347107848328d1e2e206b796976fb23
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-12T05:22:49Z

IGNITE-5267 - Added missing class

commit 195147d573d7cb3fc637f74937ee561b03a3c574
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T05:23:38Z

IGNITE-5267 - Activate nodes after start

commit d38dfcd5c4a49b6ec4be1cfdb4f28f7d152cd14a
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T10:01:16Z

ignite-5267-merge remove pds dependency, restore data structures only in 
snapshot operation

commit cf886fd5816534b46a1247d3bdc41061087608e4
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T10:22:30Z

ignite-2.1.1 fix java doc

commit d2dcc1d032c7f9692ddfe50fa8a80e375e8d4c9b
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T10:45:11Z

ignite-2.1.1 fix import

commit b65ca6854828c0f2368edab202ba00f31365a3e3
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-06-13T10:50:31Z

ignite-2.1.1 fixing pds tests

commit 1181b478d7810d4485da43204c9f64757be6a8e4
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-06-13T11:51:25Z

ignite-2.1.1 fixing pds tests

commit 68739b7cffae5b4bb3714dfe12bcf93327f136b8
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-06-13T12:27:32Z

IGNITE-5267 Snapshots support.

commit ec50e23591c4d2e2332b7a81b7218ee44f358afe
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-13T12:34:02Z

Merge with ignite-5267-merge.

commit 4342f46ab4258f8219e45f4b69435f38b6d0f2b5
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-13T12:37:34Z

ignite-5267 : Test for unique name per group.

commit 2b0741039e7cc6e36871b97bab53780edfc84648
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-13T12:38:55Z

ignite-5267 : Removed redundant test.

commit 4a86cae203ed9aed953cd6093884cf8cab4531e3
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T12:48:39Z

ignite-2.1.1 fix state processor, skip if daemon

commit 5c567aeb5458159bc41dbd251dfa8a65701f4861
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-06-13T13:06:42Z

ignite-2.1.1 moving pds tests that depend on indexing to separate suite

commit 5e9d9ebc1140f9647fc1b325ba81d0ad6c2c69f3
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T13:21:20Z

ignite-2.1.1 Added description to MX bean

commit 2c2a9e652b13cf60b7e878a4e20f4ab4ae014e9c
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T13:21:39Z

Merge remote-tracking branch 'professional/ignite-2.1.1' into ignite-2.1.1

commit 9141b3698d0ec98e512efbc78864cc06781fd8c7
Author: devozerov <voze...@gridgain.com>
Date:   2017-06-13T13:32:28Z

IGNITE-5267: Fixed too early StoredCacheData initialization.

commit 0a00f03da78649320cb0bb3579f44d6fe037facc
Author: devozerov <voze...@gridgain.com>
Date:   2017-06-13T13:32:58Z

Merge remote-tracking branch 'upstream/ignite-2.1.1' into ignite-2.1.1

commit 2d8c6519d36e2d7890a45b258d3b7439942dca66
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T13:39:13Z

ignite-2.1.1 Add joining node tests

commit c5cee32a510e5a3524ff88119acfd1963c74d8ad
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-13T13:39:30Z

Merge remote-tracking branch 'professional/ignite-2.1.1' into ignite-2.1.1

commit d369dfc4973c179861d1d2ff37fbe8c6c0543d1a
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-06-13T13:47:22Z

ignite-2.1.1 IgniteSpringDataTestSuite - added vm ip finder

commit ab62ce847cb73854f31f1232144f487786a6a3d1
Author: Pavel Kovalenko <jokse...@gmail.com>
Date:   2017-06-08T21:30:41Z

IGNITE-5267 Remove entry from on-heap locks map if it was removed from 
off-heap

commit 33a9cc4cf9b32d93e34c5855d52ce208a3

Re: More JIRA rights

2017-06-21 Thread Jokser
Thank you very much!



--
View this message in context: 
http://apache-ignite-developers.2346864.n4.nabble.com/More-JIRA-rights-tp19006p19008.html
Sent from the Apache Ignite Developers mailing list archive at Nabble.com.


More JIRA rights

2017-06-21 Thread Jokser
Hi guys,

Could you please give me JIRA task workflow rights (assign, change status),
edit descriptions and so on?
My JIRA account is Jokser.



--
View this message in context: 
http://apache-ignite-developers.2346864.n4.nabble.com/More-JIRA-rights-tp19006.html
Sent from the Apache Ignite Developers mailing list archive at Nabble.com.


[GitHub] ignite pull request #2159: IGNITE 5529 Reworked ExchangeManager stopping mec...

2017-06-19 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2159

IGNITE 5529 Reworked ExchangeManager stopping mechanism



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-5529

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2159.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2159






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2155: Client cache start fix

2017-06-17 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2155

Client cache start fix



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-gg-12322

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2155.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2155


commit 60c1454709c520c28d843726b893fb82db750f0e
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-01T15:05:38Z

Removed explicit CacheConfiguration from AtomicConfiguration and 
CollectionConfiguration.

(cherry picked from commit ad024dc)

commit 68aa4da3507b2558975eb99763974419fa4f970f
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-02T13:20:41Z

Data structures based on groups - WIP.

(cherry picked from commit 70bbd1a)

commit 9d2eef99aa0c1b185b8ea72b3c928db4a4c448d4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-02T15:24:50Z

Data structures based on groups - WIP.

(cherry picked from commit 9cd208b)

commit c9412f2040f97595f169bc30fc1eab61ae661cf5
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-05T14:53:54Z

Data structures based on groups - WIP.

(cherry picked from commit 8b7c239)

commit ff33d803b2223df4bb2036dbdc5340434f5748d4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-05T15:38:38Z

Data structures based on groups - WIP.

(cherry picked from commit f9d7a5a)

commit 0f6873675d5243af02ab042b0817bc8db4d2f431
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-05T15:44:04Z

Data structures based on groups - WIP.

(cherry picked from commit 272e22c)

commit 891fd2f0225e6da7a946d1deabd9ea200644f51a
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-05T16:13:53Z

Data structures based on groups - WIP.

(cherry picked from commit 9df4b0b)

commit 4a1889bdc7e6dd4d8f6a8958510f8a08caa63a22
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-07T13:36:39Z

Data structures based on cache groups - WIP.

(cherry picked from commit 6aa9d45)

commit fdfbde7122193b0d2fe54a24726751ed8e82985b
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-07T14:17:05Z

Data structures based on cache groups - WIP.

(cherry picked from commit 1cff479)

commit d817d2abe08fe62528f801481880d5a09b6da2c3
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-08T00:31:51Z

Data structures based on cache groups - WIP.

(cherry picked from commit e0cab64)

commit d08b3b41b9924659515388da026ad1401385ae2e
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-08T13:27:21Z

Data structures based on groups - minor fixes.

(cherry picked from commit 390a24f)

commit 9bf26ac75ddb4c91dabcd117eb0e92be9d2b735d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-08T14:18:00Z

Minor fixes, refactoring.

(cherry picked from commit f670be2)

commit 975c9bc480decb5a06d7cda5434745e5b264d401
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-08T14:47:46Z

Javadoc.

commit cd4d04007ca7ad1bfbd7f358f9182f970d38ec3e
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T16:10:54Z

IGNITE-5267 - Moved WAL system properties to WAL configuration

commit 15f3c4eeb7642791845ca19cce7e47c5e61c5139
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-08T19:25:32Z

Made data structure name unique per group.

commit 4b89ae0197ca4acc4d1ee730d296d0e1693674f7
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-09T11:23:48Z

IGNITE-5267 - Cleaning public API

commit ee5c5ca765d778bccae444db1f8db6ae88a95253
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-09T12:34:16Z

API

commit d099d82b1b37aaa2ec12291902b79e04d30c0693
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-09T12:34:39Z

Merge remote-tracking branch 'community/ignite-5267-ds' into ignite-5267-ds

commit 87551427c5796a5d48f60a412a770b810269b797
Author: Konstantin Dudkov <kdud...@ya.ru>
Date:   2017-06-09T13:21:31Z

IGNITE-5306 - Persist SQL context along with cache configuration

commit 7977052e45907b8d36340b41ba07bb1d9769af11
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-09T13:27:30Z

Named default group.

commit b6c736172006814eb848bc5abc9dd515bcfec8fb
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-09T13:43:48Z

Merge branch master into ignite-5267

commit fbb51b01caa666ec9625b9c7f05f80020b05d647
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-09T14:17:47Z

Merge from ignite-5267

commit ffe1a010c94529

[GitHub] ignite pull request #2141: Ignite 5503 Fixing stale updates

2017-06-16 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2141

Ignite 5503 Fixing stale updates



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-5503

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2141.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2141


commit 401b7a0b76e8372841e4170b14de75da7f45fa76
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-25T16:30:03Z

ignite-5068 : Fixed diff calculation, added workaround when requested 
affVer != diffFromAffinityVer.

commit a011f575e7fa974f33d6adbf18a3a4fa32c197d0
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-27T13:50:00Z

ignite-5068 : WIP.

commit c67dc6f81c3c69fd58c3440fd8ab524edbd18d8d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-28T11:06:01Z

ignite-5068 : WIP.

commit cc528344169ab89453ad376a3ee8ff2b56a7513f
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-28T12:48:30Z

ignite-5068 : WIP.

commit 03586bc7c75e4b18aba9bdb875e5a7d7a77de062
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-28T13:01:12Z

ignite-5068 : WIP.

commit 8374f6c919c3ba46a8138af7638a000e4c22778b
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-28T14:02:03Z

ignite-5068 : First stable solution.

commit 3a10973e3555ea1bd23f59da84b936db1b656755
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-28T14:34:31Z

ignite-5068 : Optimized loop.

commit 58f1998afbf921eea352ac0d9d409de2a342b68a
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-28T14:56:15Z

Merge branch 'master' of https://github.com/apache/ignite into ignite-5068

commit 0955308b8832200aa8ac86c84e967c1d50ebefb1
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-28T15:19:50Z

ignite-5068 : Cosmetic changes.

commit 0fd7ca27ebd3e144f64f11417558f691eb4d62f2
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-05-02T15:55:34Z

ignite-gg-12163 dirty replace snapshot and and grid shared manager

commit 6d22a91e412943d80c440e89b52d808ac0d5fdb1
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-05-03T08:59:27Z

ignite-gg-12163 code style refactoring

commit 28edd6171f273eb3e039d42135cae2fb89a4e3df
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-05-03T12:04:10Z

GG-12118: Tests affected by DDL implementation

commit c0da061f90dcd56f345c3c70a49bd82f0f5e6111
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-05-03T12:29:21Z

ignite-gg-12163  refactoring updates, move copy page to snapshot manager

commit c4deff8f59ba39802502284acb3a40c745e13844
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-05-03T16:32:51Z

fixing issue with message id

commit 0a1939b97fcb4197d3fbbeafc9d69ad62c2e83e7
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-04T12:15:36Z

first compilable version of PDS code

commit 52f5004007bb7a3716f29ecb438d5a590b608764
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-04T12:16:14Z

Merge branch 'ignite-gg-12163' of https://github.com/gridgain/apache-ignite 
into ignite-gg-12163

commit dfc35388d45ea2596d9a9e855f9e4a5ed8fa13cd
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-04T14:25:15Z

first although failing test for PDS functionality

commit 984f35f4a1e3ddec24cfa0bc86f6256055dc42d0
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-05-04T14:35:13Z

ignite-12163 final move pds

commit d0ee7ad8ed69d40da7215a122c01af01fead6a2f
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-05-04T14:35:58Z

Merge remote-tracking branch 'professional/ignite-gg-12163' into 
ignite-gg-12163

commit 8f85be55769f18c4d5ff2182dc1acb88c7cdd1a9
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-04T14:38:44Z

header removed

commit 9a0ad843f20d82e800cd9934ea1ca19f88d92db9
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-05-04T14:40:22Z

ignite-12163 header revert

commit b0e4a92e8e1b9f236a76612737d7fc3613d5dd8f
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-05-04T14:40:42Z

Merge remote-tracking branch 'professional/ignite-gg-12163' into 
ignite-gg-12163

commit 4d55ba1202f5bf1ab32ad9e840b4a6144dba1295
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-04T16:13:49Z

changes to CacheProcessor, first test passing (although assertion exception 
in logs)

commit 9fc4054b62d6d1381d2bc13a120a0c22a982f384
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-04T16:15:31Z

merge

commit c

[GitHub] ignite pull request #2132: Ignite 2.1.1 Hanging partition map exchanges fix

2017-06-15 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2132

Ignite 2.1.1 Hanging partition map exchanges fix



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.1.1-gg-12292-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2132.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2132


commit ea02f6a025994a7f0567ac1959ff03cf1cb9d982
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-13T14:59:56Z

GG-12064 Need to have an ability to cancel snapshot operations
-fixing issues with client nodes

commit 4b8dc799fcd0173576e7e3439d5c7e88531fd1b7
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-14T10:26:34Z

GG-12064 Need to have an ability to cancel snapshot operations
-fixing issues with multiple exchange future completion

commit 0db2c2037117cf377915768c9bcf97b9d33ee3dd
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-17T06:41:02Z

Merge branch 'ignite-gg-8.0.3.ea5' of 
https://github.com/gridgain/apache-ignite into ignite-gg-8.0.4.ea1

commit 9f2ff8f99daec2c313e086a734ab61af4bf2b994
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-17T11:31:29Z

Merge branch master  into ignite-gg-8.0.4.ea1

commit 0a3830ae004e0bcbd6512604fc1008602b78a034
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-17T11:31:59Z

Fixing compilation after merge

commit 346373a75387ea0e1c07bb7a5824c7910faf78e6
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-17T15:32:21Z

GG-12064 Need to have an ability to cancel snapshot operations
-cancel for RESTORE

commit 633db6f1b011450f5e926375c24d1ac2fa5e1dd7
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-18T14:30:59Z

GG-12064 Need to have an ability to cancel snapshot operations
-added handling start on broken restore

commit 7eccf755659b52e35755e5fc3e51736c72aaa0e7
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-18T15:20:56Z

Merge branch 'master' into ignite-gg-8.0.4.ea1

commit 51c18a27347239479117311ef9ec6f6ffaffdb92
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-18T15:29:47Z

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-gg-8.0.4.ea1

commit eff4201ab5ccfa4cfe874d300a975e6a53f94ba1
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-18T15:49:11Z

Fixing compilation after merge

commit 7808492b7dee12bdd0c3922e1760ffa364183bc2
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:   2017-04-18T16:52:30Z

8.0.4.ea1 Fixed snapshot utility tests.

commit c812cc843e3fdfbc17a99920247320af997b3aa4
Author: Eduard Shangareev <eshangar...@gridgain.com>
Date:   2017-04-19T10:30:15Z

GG-12118 Stabilize tests in 8.0.4.ea1 after master merge
-fixing NPE in exchange future

commit 553288b11d9d6ed2f8cd9c612399944533d64988
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-19T10:36:42Z

GG-12118: Page counter increment fix

commit 40bbc5d12b20c3ebf3e4c9dba0675c080a811d3c
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-19T15:15:36Z

Merge ignite-2.0 into ignite-gg-8.0.4.ea1

commit be8b260bd90e951c84ccbbb733e89fcd6c758279
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-19T16:00:17Z

IGNITE-4861: Export rebalance metrics and state as MBeans

commit 58995f668a172f3acdb2bd6386dc5390f0dca9a2
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:   2017-04-19T16:27:27Z

8.0.4.ea1 Fixed compilation.

commit d8c6ffafa0923544dbb9814c2ea0cbbddde7a5d0
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-19T16:24:36Z

GG-12118 Stabilize tests in 8.0.4.ea1 after master merge
-fixing issued with message ids

commit 097b4f67e48e31b61ffa5c1220d7ada8b51f4516
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-20T08:53:14Z

GG-12118: Build fix

commit 22826bc93dc2f186ef6e129d687a28b1c1f384b0
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-20T11:44:08Z

IGNITE-4861: Counting expected amount of keys for rebalance metrics hangs 
exchange, fix TBD

commit 75c760aa0f16aee7c1a77c9d1a87114f141659ab
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-20T13:47:45Z

IGNITE-4861: Metrics fix

commit a527e4123aad5233995d643d1a9bc1dc330a9949
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-20T14:06:00Z

gg-12095 : part2node usage optimization

commit 1be7d4a8cba88ffdca35d9d2936d2f92a51f02db
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-20T14:16:41Z

gg-12095 : part2node usage optimization for client topology.

commit 6e

[GitHub] ignite pull request #2130: IGNITE-5267 Ignite 2.1.1 - Partitions map exchang...

2017-06-14 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2130

IGNITE-5267 Ignite 2.1.1 - Partitions map exchange fix

Testing fixes for partitionsMapExchange

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-2.1.1-pk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2130.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2130


commit c540206e8350a5625c854a38791b0d094a996d55
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-06T12:43:26Z

Merge remote-tracking branch 'origin/ignite-gg-8.0.3.ea4' into GG-11860-2

commit f2c9d6cd0f22974aa4e1db99cd519a954b18dd4c
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-04-10T16:00:02Z

Moved updatePartitionSingleMap(...) outside of synchronized block.

commit ead06b06f4b164998bfc5853dfa28cac4b618d8d
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-10T16:46:18Z

IGNITE-4920 Fixed.

commit 9ad0883c66120940740bc1944bd1e17814f9d540
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-10T16:58:09Z

IGNITE-4920 Fixed.

commit a3ad6e04c163718306044573be7b30fe636ad193
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-12T13:07:33Z

IGNITE-4920 Uppercase system prop.

commit ea02f6a025994a7f0567ac1959ff03cf1cb9d982
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-13T14:59:56Z

GG-12064 Need to have an ability to cancel snapshot operations
-fixing issues with client nodes

commit 4b8dc799fcd0173576e7e3439d5c7e88531fd1b7
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-14T10:26:34Z

GG-12064 Need to have an ability to cancel snapshot operations
-fixing issues with multiple exchange future completion

commit 0db2c2037117cf377915768c9bcf97b9d33ee3dd
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-17T06:41:02Z

Merge branch 'ignite-gg-8.0.3.ea5' of 
https://github.com/gridgain/apache-ignite into ignite-gg-8.0.4.ea1

commit 9f2ff8f99daec2c313e086a734ab61af4bf2b994
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-17T11:31:29Z

Merge branch master  into ignite-gg-8.0.4.ea1

commit 0a3830ae004e0bcbd6512604fc1008602b78a034
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-17T11:31:59Z

Fixing compilation after merge

commit 346373a75387ea0e1c07bb7a5824c7910faf78e6
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-17T15:32:21Z

GG-12064 Need to have an ability to cancel snapshot operations
-cancel for RESTORE

commit 633db6f1b011450f5e926375c24d1ac2fa5e1dd7
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-18T14:30:59Z

GG-12064 Need to have an ability to cancel snapshot operations
-added handling start on broken restore

commit 7eccf755659b52e35755e5fc3e51736c72aaa0e7
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-18T15:20:56Z

Merge branch 'master' into ignite-gg-8.0.4.ea1

commit 51c18a27347239479117311ef9ec6f6ffaffdb92
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-18T15:29:47Z

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-gg-8.0.4.ea1

commit eff4201ab5ccfa4cfe874d300a975e6a53f94ba1
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-18T15:49:11Z

Fixing compilation after merge

commit 7808492b7dee12bdd0c3922e1760ffa364183bc2
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:   2017-04-18T16:52:30Z

8.0.4.ea1 Fixed snapshot utility tests.

commit c812cc843e3fdfbc17a99920247320af997b3aa4
Author: Eduard Shangareev <eshangar...@gridgain.com>
Date:   2017-04-19T10:30:15Z

GG-12118 Stabilize tests in 8.0.4.ea1 after master merge
-fixing NPE in exchange future

commit 553288b11d9d6ed2f8cd9c612399944533d64988
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-19T10:36:42Z

GG-12118: Page counter increment fix

commit 40bbc5d12b20c3ebf3e4c9dba0675c080a811d3c
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-19T15:15:36Z

Merge ignite-2.0 into ignite-gg-8.0.4.ea1

commit be8b260bd90e951c84ccbbb733e89fcd6c758279
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-04-19T16:00:17Z

IGNITE-4861: Export rebalance metrics and state as MBeans

commit 58995f668a172f3acdb2bd6386dc5390f0dca9a2
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:   2017-04-19T16:27:27Z

8.0.4.ea1 Fixed compilation.

commit d8c6ffafa0923544dbb9814c2ea0cbbddde7a5d0
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-19T16:24:36Z

GG-12118 Stabilize tests in 8.0.4.ea1 

[GitHub] ignite pull request #2129: IGNITE-5267 Fixed partitions map exchanges & test...

2017-06-14 Thread Jokser
GitHub user Jokser opened a pull request:

https://github.com/apache/ignite/pull/2129

IGNITE-5267 Fixed partitions map exchanges & tests



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite 
ignite-5267-fix-tests-clean

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2129.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2129


commit 66557c8b6d6dbfa09bb559b6ab281ce84ee78d3c
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-03T09:22:24Z

GG-11940 - Do not evict non-user cache entries

commit e22d01abbe3c7275770b5447743f46ee30b25e28
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-03T10:58:05Z

Merge branch ignite-db-x into ignite-gg-8.0.3.ea1

commit 2280467e86bdba00f9bad438c6d7113bc3a37a12
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-03T10:59:22Z

Merge branch 'ignite-db-x' of https://github.com/gridgain/apache-ignite 
into ignite-gg-8.0.3.ea1

commit 5c33c292f1ed4c9c8298512a0f3e26daf2308d2e
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-03T11:03:57Z

Fixing compilation after merge.

commit 5967c6d08b4dc978c543df3295b08790440542a6
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-02-06T15:00:47Z

GG-11946 Fixed.

commit b1fb8ff108c49ef5f809bad8dc7cd54c7e088be1
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-06T17:25:47Z

GG-11575 'bin' folder contains a service folders from 'database' system

commit 993f1f62695822bb4b71c5f86f42c5de866b21ce
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-06T17:39:28Z

GG-11947 Incorrect checkpoint lock usage

commit 159d5f4683a3e131f6d3599b4ecc3bba5639213d
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-06T18:07:21Z

GG-11948 All page updates should be done under checkpoint lock

commit 5544978df00a131bae5f52d6c5e335c43a9ffb74
Author: sboikov <sboi...@gridgain.com>
Date:   2017-02-07T11:19:16Z

ignite-4552 Use for rmvQueue ConcurrentLinkedDeque instead of 
GridCircularBuffer to reduce memory usage.
This closes #1465.

(cherry picked from commit e6ea938)

commit 754bd7b8a37f7afd3312fc9e9d4d4c7d726387c0
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-07T16:19:10Z

GG-11937 - Fixed checkpoint read lock release on exception

commit a65d4a70743685fcacb482ebffe0adb026332a75
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-08T09:36:39Z

IGNITE-3477 - Code formatting.

commit 9a8746e1ae9e599e6b7fa3d376d7f8fc1a4e8b92
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-02T16:54:30Z

GG-11878 - Snapshots ignore node filter

commit 7122256c87ce74e7942fa083138dd3a4d5e0f976
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-07T16:19:10Z

GG-11937 - Fixed checkpoint read lock release on exception

commit fe63e0ea349cdaab02e919d40f8f3df6a5e5cf00
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-08T15:15:17Z

GG-11954 - Fixing tests

commit f092fbf2a0b8d727827a080078f9892d24e2b4ae
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-02-08T15:51:53Z

ignite-gg-11952 fix issue.

commit fe0cff39445f1d8e3eea1241c51750c888114121
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-02-09T10:47:55Z

ignite-gg-8.0.2.ea4 licence header fix.

commit 839c598988ba7710c168d6c9e48378d912177010
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-02-09T09:44:41Z

IGNITE-4676 Fixed hang if closure executed nested internal task with 
continuation. Added test.
(cherry picked from commit e7a5307)

commit 3889b2b798f680a81c8cca114798a7516c8e3ba1
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-02-09T10:49:33Z

Merge remote-tracking branch 'community/ignite-gg-8.0.2.ea4' into 
ignite-gg-8.0.2.ea4

commit c286f9625287d99f107edbb0ad13e31c9f7de4f4
Author: Eduard Shangareev <eshangar...@gridgain.com>
Date:   2017-02-12T15:36:54Z

Fixing deletion tests

commit 7c58bf5a4a83790f00344ccace3e2ee6b53f817b
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-13T10:35:03Z

IGNITE-3477 - Merge optimizations

commit adf223eb280d4ce5320d9e8923be5a8e5802a268
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-13T11:10:39Z

Use maskNull for stopAllCaches request

commit e4e58df698950c699170f1bd17c57e67026eda20
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-02-13T11:19:27Z

IGNITE-4664 - Added lifecycle and injection support for TopologyValidator. 
Fixes #1514

commit d3601c41ea630e22

<    1   2