[GitHub] ignite pull request #5600: Ignite 10374

2018-12-07 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 10374



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

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

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

https://github.com/apache/ignite/pull/5600.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 #5600


commit 52cf2809a759071d440719f968ab0d0040fdf23e
Author: EdShangGG 
Date:   2018-07-17T15:04:38Z

IGNITE-9013 Fail cache future when local node is stopping - Fixes #4369.

(cherry picked from commit 85b2002796fb601d7e7ce7d7320943f9323c2bdd)

commit 92dbb2197488b5c0c61182586d49254263b3a49b
Author: Evgeny Stanilovskiy 
Date:   2018-08-10T14:47:13Z

IGNITE-9231 improvement throttle implementation, unpark threads on cpBuf 
condition. - Fixes #4506.

Signed-off-by: Ivan Rakov 

commit 0e66d270a41caeedee20a93a3ad4aea95f074dce
Author: Dmitriy Govorukhin 
Date:   2018-08-13T08:59:27Z

IGNITE-9244 Partition eviction should not take all threads in system pool

(cherry picked from commit 2d63040)
Signed-off-by: Dmitriy Govorukhin 

commit fcef6b826ef1eef13c14e752e52c1d05e49ac508
Author: Alexey Kukushkin 
Date:   2018-04-26T16:31:43Z

IGNITE-8237 Ignite blocks on SecurityException in exchange-worker due to 
unauthorised on-heap cache configuration. - Fixes #3818.

Signed-off-by: dpavlov 
(cherry picked from commit 54cb262438bc83af3c4e864a7e5897b36fcd8c73)

commit 0a12c50b4755380ab1b25dceee7420d465a6bfec
Author: dpavlov 
Date:   2018-04-26T16:38:05Z

IGNITE-8237 Javadoc for method parameters added.

(cherry picked from commit ebe55e3ff84232f67a2885354e3e26426a6b16cb)

commit 35cc55405823482e51929d42b74c5e9030bb74e9
Author: Evgeny Stanilovskiy 
Date:   2018-08-10T13:21:25Z

IGNITE-8724 Fixed misleading U.warn implementation - Fixes #4145.

commit 3ce67e86bde0c12f954403c12b1b799661f5d5ae
Author: Dmitriy Govorukhin 
Date:   2018-08-14T12:10:30Z

Merge remote-tracking branch 'professional/ignite-2.5.1-master' into 
ignite-2.5.1-master

commit 8ee5db8f253a0092a2200593fa28887878cd9a15
Author: Dmitriy Govorukhin 
Date:   2018-08-10T12:32:19Z

IGNITE-9050 WAL iterator should throw an exception if segment tail is 
reached inside archive directory - Fixes #4429.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit dbf5574)

commit 88c1035404a7a5b778e74a45bd443200602f15bd
Author: Dmitriy Govorukhin 
Date:   2018-08-14T12:03:21Z

IGNITE-9260 Fixed failing test (omit check in standalone WAL iterator) - 
Fixes #4533.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 237a99e)

commit 80c46addc69d93fd082c37547c6368ee8616ad86
Author: vd-pyatkov 
Date:   2018-08-15T11:42:42Z

IGNITE-8761 WAL fsync at rollover should be asynchronous in LOG_ONLY and 
BACKGROUND modes - Fixes #4356.

Signed-off-by: Ivan Rakov 
(cherry picked from commit 3e75f9101411f0a6bf72aee1e52b2fc3507792ab)

commit fa458b9d715e4f7e01ac2c0363ade40a0106cf29
Author: ascherbakoff 
Date:   2018-08-11T11:13:26Z

IGNITE-9246 Optimistic transactions can wait for topology future on remap 
for a long time even if timeout is set.

(cherry picked from commit 5d151063d554f23858373d642e7875b6a4f206f9)

commit eadc99c7052a10168b4072c457be070d48e25dc8
Author: Aleksei Scherbakov 
Date:   2018-08-13T10:29:29Z

IGNITE-9147 Race between tx async rollback and lock mapping on near node 
can produce hanging primary tx

(cherry picked from commit a3f9076e475f603a6c3a457b64f721fd0c24a396)

commit 3e18a523817f7175ec3131db26147e352d8a8324
Author: Sergey Kosarev 
Date:   2018-08-15T14:59:32Z

fix imports (IGNITE-9244)

commit b4e29ad9a9dcd3572366ed000395ec3ffc34a79f
Author: Ivan Daschinskiy 
Date:   2018-08-16T11:21:19Z

GG-14091 Add idle verify dump and idle verify v2 to security chain.

commit 64b6504b4273e5a661c1420aea8ecb888f953c30
Author: Denis Mekhanikov 
Date:   2018-08-16T14:33:52Z

IGNITE-9196: SQL: Fixed memory lead in mapper. This closes #4505.

(cherry picked from commit bfa192ca473c992353c8bae8ba9aa5fa359378b3)

commit b32f510e0d16adca2232f15ae70af1f15eb39940
Author: Pavel Kovalenko 
Date:   2018-08-16T15:39:49Z

IGNITE-9227 Fixed missing reply to a single message during coordinator 
failover. Fixes #4518.

(cherry picked from commit 66fcde3)

commit bc1a1c685ec66be5f6360a36f7f842e79b040412
Author: Evgenii Zhuravlev 
Date:   2018-08-10T11:23:37Z

IGNITE-5103 Fixed TcpDiscoverySpi not to ignore maxMissedHeartbeats 
property. Fixes #4446.

(cherry picked from commit 1c840f59016273e0e99c95345c3afde639ef9689)

commit d8af4076b65302ea31af461cda3fe747aea7c583
Author: Evgeny Stanilovskiy 
Date:   2018-08-15T17:28:48Z

IGNITE-8493

[GitHub] ignite pull request #5578: IGNITE_DISABLE_WAL_DURING_REBALANCING turned on b...

2018-12-05 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE_DISABLE_WAL_DURING_REBALANCING turned on by default, test for race 
between checkpointer and affinity change added



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

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

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

https://github.com/apache/ignite/pull/5578.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 #5578


commit a111842d639a9b7f0e5a8d23fc6521b7dffa978e
Author: Sergey Chugunov 
Date:   2018-12-05T12:37:20Z

IGNITE-10505 test for race between checkpointer and affinity change

commit 12f311d58ba4b7464dde8abc82d06a925b855195
Author: Sergey Chugunov 
Date:   2018-12-05T12:49:12Z

IGNITE-10505 merge master




---


[GitHub] ignite pull request #5468: IGNITE-10374 if rebalance isn't restarted no need...

2018-11-21 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-10374 if rebalance isn't restarted no need to disable already …

…disabled WAL

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

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

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

https://github.com/apache/ignite/pull/5468.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 #5468


commit 22d0ac9f0c9ae16bb9c1ce24c8c6f05b586e1073
Author: Sergey Chugunov 
Date:   2018-11-22T07:56:44Z

IGNITE-10374 if rebalance isn't restarted no need to disable already 
disabled WAL




---


[GitHub] ignite pull request #5047: IGNITE-9957 Updates count was reduced to speed up...

2018-10-22 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-9957 Updates count was reduced to speed up the test



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

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

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

https://github.com/apache/ignite/pull/5047.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 #5047


commit 9fb69711329e6651c32c04c1df17f9709ddaec66
Author: Sergey Chugunov 
Date:   2018-10-22T11:25:28Z

IGNITE-9957 Updates count was reduced to speed up the test




---


[GitHub] ignite pull request #4416: IGNITE-8179 test unmuted to verify behavior on TC

2018-07-24 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8179 test unmuted to verify behavior on TC



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

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

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

https://github.com/apache/ignite/pull/4416.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 #4416


commit f88350181bd4c3ba5ebcdf683c4a86d82777bd7b
Author: Sergey Chugunov 
Date:   2018-07-24T09:25:56Z

IGNITE-8179 test 'unmuted' to verify behavior on TC




---


[GitHub] ignite pull request #4409: IGNITE-9045 additional check for NodeStoppingExce...

2018-07-23 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-9045 additional check for NodeStoppingException before changing tx 
future state



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

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

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

https://github.com/apache/ignite/pull/4409.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 #4409


commit d21b9913f5c0b930968d137469bb4ab234b82fca
Author: Sergey Chugunov 
Date:   2018-07-23T15:25:06Z

IGNITE-9045 additional check for NodeStoppingException before changing tx 
future state




---


[GitHub] ignite pull request #4408: ignite 9040 - alternative fix

2018-07-23 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite 9040 - alternative fix



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

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

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

https://github.com/apache/ignite/pull/4408.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 #4408


commit 1a76eab2912f7b8925c051c76763e87511d4
Author: Sergey Chugunov 
Date:   2018-07-20T14:27:05Z

IGNITE-9040 new FailureHandler for node segmentation special case, test for 
the root cause error

commit bba7a826401d3ea18cf43f660795853db222f6b0
Author: Sergey Chugunov 
Date:   2018-07-23T14:05:45Z

IGNITE-9040 alternative fix for stop-on-segmentation issue

commit 4636e9bc73437a2cb5a078299e8cdd842df27776
Author: Sergey Chugunov 
Date:   2018-07-23T14:57:57Z

IGNITE-9040 quick impl to guarantee STOPPED_ON_SEGMENTATION state




---


[GitHub] ignite pull request #4395: IGNITE-9040 new FailureHandler for node segmentat...

2018-07-20 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-9040 new FailureHandler for node segmentation special case, test for 
the root cause error



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

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

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

https://github.com/apache/ignite/pull/4395.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 #4395


commit 1a76eab2912f7b8925c051c76763e87511d4
Author: Sergey Chugunov 
Date:   2018-07-20T14:27:05Z

IGNITE-9040 new FailureHandler for node segmentation special case, test for 
the root cause error




---


[GitHub] ignite pull request #4366: alternative fix for client reconnect with Zookeep...

2018-07-16 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

alternative fix for client reconnect with ZookeeperDiscoverySpi



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

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

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

https://github.com/apache/ignite/pull/4366.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 #4366


commit 55fb026a5dc464e1cdad6bbb0b81c3bad0ac51d0
Author: Sergey Chugunov 
Date:   2018-07-16T13:34:46Z

IGNITE-8131 alternative fix for client reconnect with ZookeeperDiscoverySPI




---


[GitHub] ignite pull request #4357: ignite-8897

2018-07-13 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite-8897



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

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

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

https://github.com/apache/ignite/pull/4357.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 #4357


commit a590c88abf3afb06aab3f45a94f7ee3b07c56620
Author: Sergey Chugunov 
Date:   2018-06-29T09:40:13Z

IGNITE-8897 fix for ArrayIndexOutOfBoundsException

commit af0364c3242c479c8613e59db0cc07535b7c3177
Author: Sergey Chugunov 
Date:   2018-07-06T15:17:09Z

IGNITE-8905 when cluster in transition state joining node BLT is compared 
against prev BLT




---


[GitHub] ignite pull request #4348: Top fut change check

2018-07-11 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Top fut change check



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

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

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

https://github.com/apache/ignite/pull/4348.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 #4348


commit fc737b768f731b9b090cfa710bd6a01c5dc967e7
Author: Ivanov Petr 
Date:   2018-07-11T10:06:55Z

IGNITE-8526 Created web-agent docker image for k8s deployment. - Fixes 
#4038.

Signed-off-by: Andrey Novikov 

commit 73538eb1204e3ce016a7a9ac19d26f17a75853ec
Author: Sergey Chugunov 
Date:   2018-07-11T11:12:09Z

TopologyFuture should not wait for transition state




---


[GitHub] ignite pull request #4315: ignite-8905 with merged master

2018-07-05 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite-8905 with merged master



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

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

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

https://github.com/apache/ignite/pull/4315.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 #4315


commit f2194169e9eda7232bc642bf3b1b5a1ad4967af0
Author: Sergey Chugunov 
Date:   2018-07-02T10:54:55Z

IGNITE-8905 incorrect assertion was replaced with if-check

commit d516fe70d377a5989b2f5324bc6c981f6917b776
Author: Sergey Chugunov 
Date:   2018-07-03T12:49:23Z

IGNITE-8905 additional check that doesn't work for clients in 'forceServer' 
mode was simplified

commit 7349f50139821eae51bceda69f79926c08acdfc3
Author: Sergey Chugunov 
Date:   2018-07-05T16:33:20Z

Merge branch 'master' into ignite-8905-mm




---


[GitHub] ignite pull request #4288: IGNITE-8905 incorrect assertion was replaced with...

2018-07-02 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8905 incorrect assertion was replaced with if-check



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

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

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

https://github.com/apache/ignite/pull/4288.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 #4288


commit f2194169e9eda7232bc642bf3b1b5a1ad4967af0
Author: Sergey Chugunov 
Date:   2018-07-02T10:54:55Z

IGNITE-8905 incorrect assertion was replaced with if-check




---


[GitHub] ignite pull request #4272: new IgnitePredicate filtering credential attribut...

2018-06-28 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

new IgnitePredicate filtering credential attribute introduced, HashMap was 
removed



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

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

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

https://github.com/apache/ignite/pull/4272.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 #4272






---


[GitHub] ignite pull request #4258: IGNITE-8857 HashMap is returned instead of filter...

2018-06-26 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8857 HashMap is returned instead of filtering wrapper



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

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

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

https://github.com/apache/ignite/pull/4258.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 #4258


commit 54219b3a8d25c7805780a70e5d5baa6e965fa775
Author: Sergey Chugunov 
Date:   2018-06-22T15:01:37Z

IGNITE-8857 HashMap is returned instead of filtering wrapper




---


[GitHub] ignite pull request #4157: IGNITE-8711 test was adopted to take into account...

2018-06-08 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8711 test was adopted to take into account changes from IGNITE-5789



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

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

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

https://github.com/apache/ignite/pull/4157.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 #4157


commit 9d69d868fe6cc348c3087291da6a5391e88fd97b
Author: Sergey Chugunov 
Date:   2018-06-08T10:48:15Z

IGNITE-8711 test was adopted to take into account changes from IGNITE-5789




---


[GitHub] ignite pull request #4102: IGNITE-8657 client reconnect on exchange history ...

2018-05-31 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8657 client reconnect on exchange history exhausted implementation



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

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

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

https://github.com/apache/ignite/pull/4102.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 #4102


commit 4d6cf7331c554dedd5e0f1bb2ef53e2403494cbb
Author: Sergey Chugunov 
Date:   2018-05-31T15:34:42Z

IGNITE-8657 client reconnect on exchange history exhausted implementation




---


[GitHub] ignite pull request #4087: IGNITE-8636 debug logging for client join scenari...

2018-05-29 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8636 debug logging for client join scenario



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

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

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

https://github.com/apache/ignite/pull/4087.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 #4087


commit a4f650a870f23314e0ce0fdedf5e36627887bfe2
Author: Sergey Chugunov 
Date:   2018-05-29T12:05:12Z

IGNITE-8636 debug logging for client join scenario




---


[GitHub] ignite pull request #4051: IGNITE-8560 checkFirst and checkThrough parameter...

2018-05-23 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8560 checkFirst and checkThrough parameters added



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

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

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

https://github.com/apache/ignite/pull/4051.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 #4051


commit 4462573638e9b06e5686a0f8ebfce4e9aa8d481b
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-05-23T12:55:27Z

IGNITE-8560 checkFirst and checkThrough parameters added




---


[GitHub] ignite pull request #4050: Ignite 2.5.1 p3

2018-05-23 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 2.5.1 p3



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

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

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

https://github.com/apache/ignite/pull/4050.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 #4050


commit 1cea80d29f4f1c61ed56ad1261b74ed42611bf64
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-06T10:49:10Z

IGNITE-8018 Optimized GridCacheMapEntry initialValue() - Fixes #3686.

Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 37fc72542eb6baa8be8b41aecd08a194102d13c1
Author: Алексей Стельмак <astelmak@...>
Date:   2018-04-06T15:28:22Z

IGNITE-8049 Limit the number of operation cycles in B+Tree - Fixes #3769.

Signed-off-by: dpavlov <dpav...@apache.org>

(cherry picked from commit e491f10)

commit 76e293654e34c927d6c9efc85a12e736b58a21f2
Author: Eduard Shangareev <eshangareev@...>
Date:   2018-04-06T16:22:07Z

IGNITE-8114 Add fail recovery mechanism to tracking pages - Fixes #3734.

Signed-off-by: dpavlov <dpav...@apache.org>

(cherry picked from commit 0829397)

commit 49f11db727febc83297c7f0f5de9e6f98f0197fa
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-04-09T02:25:50Z

IGNITE-8159 control.sh: Fixed NPE on adding nodes on empty baseline and not 
active cluster.

(cherry picked from commit 834869c)

commit 9ad7be2f51b6dcdcdf43fedb298cd4e240f0adab
Author: Ilya Borisov <klaster1@...>
Date:   2018-04-09T13:59:32Z

IGNITE-8155 Web Console: Fixed number pattern warning in browser console.

(cherry picked from commit 5d8f570)

commit 4aa56751906e5db7aad025a7193933fa929aae26
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-09T15:13:21Z

IGNITE-7940 Visor CMD: Added "cache -slp" and "cache -rlp" commands to show 
and reset lost partitions for specified cache.

(cherry picked from commit abfa0f5)

commit cc04c5c70af1bdbba834f73330e73277b60e23fc
Author: Eduard Shangareev <eshangareev@...>
Date:   2018-04-09T16:15:50Z

IGNITE-8114 Additional fix for Add fail recovery mechanism to tracking pages

(cherry picked from commit 961fc35)

commit c70d85aa36c702ea0f29bd8668e9bf0790f9ba11
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-10T08:42:24Z

IGNITE-8126 Web Console: Fixed code generation for cache load.

(cherry picked from commit a0a187b)

commit 8d3755b9c58eef12c5fc9cabfc0b1c05f6db716e
Author: Semyon Boikov <sboikov@...>
Date:   2018-04-10T08:37:39Z

IGNITE-7222 Added ZooKeeper discovery SPI

commit b096a463c338565a7661f8a853a257518d872997
Author: Stanislav Lukyanov <lukyanov.lsa@...>
Date:   2018-04-09T11:33:13Z

IGNITE-7904: Changed IgniteUtils::cast not to trim exception chains. This 
closes #3683.

commit 82a4c024fe06ef8c8deeaf762f0cc20a8e481252
Author: Roman Guseinov <gromcase@...>
Date:   2018-04-09T11:45:44Z

IGNITE-7944: Disconnected client node tries to send JOB_CANCEL message. 
Applied fix:
- Skip sending message if client disconnected;
- Throw IgniteCheckedException if a client node is disconnected and 
communication client is null.
This closes #3737.

commit c1745de37891026e0a719f0c1d1afe768dfccbf3
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-10T10:48:52Z

IGNITE-7927 Web Console: Fixed demo for non-collocated joins.

(cherry picked from commit 647620b)

commit b28287d1861fd841a18d0eef95eff309d21a55ef
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-10T13:22:28Z

IGNITE-8025 Future must fail if assertion error has been thrown in the 
worker thread

commit a832f2b2e5788c45114c3cb5529d7cf53d08f9a6
Author: Andrey Kuznetsov <stkuzma@...>
Date:   2018-04-10T14:30:12Z

ignite-7772 System workers critical failures handling

Signed-off-by: Andrey Gura <ag...@apache.org>

commit 912433ba9aa113508d05930691b251eccd8f5870
Author: Aleksey Plekhanov <plehanov.alex@...>
Date:   2018-04-10T15:54:03Z

IGNITE-8069 IgniteOutOfMemoryException should be handled accordingly to 
provided failure handler

Signed-off-by: Andrey Gura <ag...@apache.org>

commit 99feab6ace66d011b677fd4d57b44fc54da8fd4f
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-10T17:33:47Z

IGNITE-6430 Complete failing test early

commit 526fb0ee612ef71fde58a1274db35e8205304a63
Author: Dmitriy Sorokin <d.w.sorokin@...>
Date:   2018-04-10T19:20:41Z

IGNITE-8101 Ability to terminate system workers by JMX for test purposes.

Signed-off-by: Andrey Gura <ag...@apache.org>

commit b4cb2f

[GitHub] ignite pull request #4000: tickTime was tuned in attempt to fix tests instab...

2018-05-15 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

tickTime was tuned in attempt to fix tests instability on TC



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-zk-tickTime-fix-attempt

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

https://github.com/apache/ignite/pull/4000.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 #4000


commit 996152c5085c982b501c7389b2bc535aac21310c
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-05-15T13:20:10Z

tickTime was tuned in attempt to fix tests instability on TC




---


[GitHub] ignite pull request #3998: ignite-2.5.1-p2

2018-05-15 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite-2.5.1-p2



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

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

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

https://github.com/apache/ignite/pull/3998.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 #3998


commit 1cea80d29f4f1c61ed56ad1261b74ed42611bf64
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-06T10:49:10Z

IGNITE-8018 Optimized GridCacheMapEntry initialValue() - Fixes #3686.

Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 37fc72542eb6baa8be8b41aecd08a194102d13c1
Author: Алексей Стельмак <astelmak@...>
Date:   2018-04-06T15:28:22Z

IGNITE-8049 Limit the number of operation cycles in B+Tree - Fixes #3769.

Signed-off-by: dpavlov <dpav...@apache.org>

(cherry picked from commit e491f10)

commit 76e293654e34c927d6c9efc85a12e736b58a21f2
Author: Eduard Shangareev <eshangareev@...>
Date:   2018-04-06T16:22:07Z

IGNITE-8114 Add fail recovery mechanism to tracking pages - Fixes #3734.

Signed-off-by: dpavlov <dpav...@apache.org>

(cherry picked from commit 0829397)

commit 49f11db727febc83297c7f0f5de9e6f98f0197fa
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2018-04-09T02:25:50Z

IGNITE-8159 control.sh: Fixed NPE on adding nodes on empty baseline and not 
active cluster.

(cherry picked from commit 834869c)

commit 9ad7be2f51b6dcdcdf43fedb298cd4e240f0adab
Author: Ilya Borisov <klaster1@...>
Date:   2018-04-09T13:59:32Z

IGNITE-8155 Web Console: Fixed number pattern warning in browser console.

(cherry picked from commit 5d8f570)

commit 4aa56751906e5db7aad025a7193933fa929aae26
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-09T15:13:21Z

IGNITE-7940 Visor CMD: Added "cache -slp" and "cache -rlp" commands to show 
and reset lost partitions for specified cache.

(cherry picked from commit abfa0f5)

commit cc04c5c70af1bdbba834f73330e73277b60e23fc
Author: Eduard Shangareev <eshangareev@...>
Date:   2018-04-09T16:15:50Z

IGNITE-8114 Additional fix for Add fail recovery mechanism to tracking pages

(cherry picked from commit 961fc35)

commit c70d85aa36c702ea0f29bd8668e9bf0790f9ba11
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-10T08:42:24Z

IGNITE-8126 Web Console: Fixed code generation for cache load.

(cherry picked from commit a0a187b)

commit 8d3755b9c58eef12c5fc9cabfc0b1c05f6db716e
Author: Semyon Boikov <sboikov@...>
Date:   2018-04-10T08:37:39Z

IGNITE-7222 Added ZooKeeper discovery SPI

commit b096a463c338565a7661f8a853a257518d872997
Author: Stanislav Lukyanov <lukyanov.lsa@...>
Date:   2018-04-09T11:33:13Z

IGNITE-7904: Changed IgniteUtils::cast not to trim exception chains. This 
closes #3683.

commit 82a4c024fe06ef8c8deeaf762f0cc20a8e481252
Author: Roman Guseinov <gromcase@...>
Date:   2018-04-09T11:45:44Z

IGNITE-7944: Disconnected client node tries to send JOB_CANCEL message. 
Applied fix:
- Skip sending message if client disconnected;
- Throw IgniteCheckedException if a client node is disconnected and 
communication client is null.
This closes #3737.

commit c1745de37891026e0a719f0c1d1afe768dfccbf3
Author: Vasiliy Sisko <vsisko@...>
Date:   2018-04-10T10:48:52Z

IGNITE-7927 Web Console: Fixed demo for non-collocated joins.

(cherry picked from commit 647620b)

commit b28287d1861fd841a18d0eef95eff309d21a55ef
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-10T13:22:28Z

IGNITE-8025 Future must fail if assertion error has been thrown in the 
worker thread

commit a832f2b2e5788c45114c3cb5529d7cf53d08f9a6
Author: Andrey Kuznetsov <stkuzma@...>
Date:   2018-04-10T14:30:12Z

ignite-7772 System workers critical failures handling

Signed-off-by: Andrey Gura <ag...@apache.org>

commit 912433ba9aa113508d05930691b251eccd8f5870
Author: Aleksey Plekhanov <plehanov.alex@...>
Date:   2018-04-10T15:54:03Z

IGNITE-8069 IgniteOutOfMemoryException should be handled accordingly to 
provided failure handler

Signed-off-by: Andrey Gura <ag...@apache.org>

commit 99feab6ace66d011b677fd4d57b44fc54da8fd4f
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-04-10T17:33:47Z

IGNITE-6430 Complete failing test early

commit 526fb0ee612ef71fde58a1274db35e8205304a63
Author: Dmitriy Sorokin <d.w.sorokin@...>
Date:   2018-04-10T19:20:41Z

IGNITE-8101 Ability to terminate system workers by JMX for test purposes.

Signed-off-by: Andrey Gura <ag...@apache.org>

commit b4cb2f

[GitHub] ignite pull request #3994: IGNITE-8487 tmpfs is employed by ZooKeeper tests

2018-05-14 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8487 tmpfs is employed by ZooKeeper tests



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

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

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

https://github.com/apache/ignite/pull/3994.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 #3994


commit 215c4e0658fb4da554db084158c7013e92a446d2
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-05-14T16:45:54Z

IGNITE-8487 tmpfs is employed by ZooKeeper tests




---


[GitHub] ignite pull request #3990: IGNITE-8474 skipForExchangeMerge property changed...

2018-05-14 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8474 skipForExchangeMerge property changed to 'true'



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

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

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

https://github.com/apache/ignite/pull/3990.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 #3990


commit 853908d1f9eaaeea9dbbf8dbc1f63c02fc59b4a0
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-05-14T10:52:58Z

IGNITE-8474 skipForExchangeMerge property changed to 'true'




---


[GitHub] ignite pull request #3939: New implementation of getChildren method is added...

2018-04-28 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

New implementation of getChildren method is added tolerating 
KeeperException.NoNodeException



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

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

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

https://github.com/apache/ignite/pull/3939.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 #3939


commit 1ce9a81263d97c39786268df798323cc340eb5c1
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-28T16:36:06Z

IGNITE-8421 new implementation of getChildren method is added tolerating 
KeeperException.NoNodeException




---


[GitHub] ignite pull request #3920: zk-fix-test

2018-04-26 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

zk-fix-test



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-zk-timeout-fix-attempt

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

https://github.com/apache/ignite/pull/3920.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 #3920


commit 5a5f50b2a908ff7ec33e0a7e90e16e81793b274c
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-26T09:56:50Z

zk-fix-test




---


[GitHub] ignite pull request #3908: IGNITE-8252 NPE is replaced with an IgniteExcepti...

2018-04-24 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8252 NPE is replaced with an IgniteException with informative message



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

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

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

https://github.com/apache/ignite/pull/3908.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 #3908


commit 3267f4b1ff2b985b1efe4f091cfd762a9745fbef
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-24T11:23:36Z

IGNITE-8252 NPE is replaced with IgniteException with meaningful message




---


[GitHub] ignite pull request #3907: IGNITE-8372 ZookeeperClusterNode was made Externa...

2018-04-24 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8372 ZookeeperClusterNode was made Externalizable



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

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

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

https://github.com/apache/ignite/pull/3907.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 #3907


commit 6e37daf2d34ca083f367e982a3db80460ca8de16
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-24T09:14:14Z

IGNITE-8372 ZookeeperClusterNode was made Externalizable to preserve 
serializing local node's metrics




---


[GitHub] ignite pull request #3814: Fixed skipping of affinity calculation in case wh...

2018-04-13 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Fixed skipping of affinity calculation in case when eventNode is not 
affinityNode



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

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

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

https://github.com/apache/ignite/pull/3814.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 #3814


commit 301b7f2fa2a4f758eba911c260df1b83a95e9272
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-12T09:41:34Z

IGNITE-8210 test reproducing the problem is added

commit 769c6bb71896c13e45ca7de7c1db2b4680fa7115
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-04-06T10:49:10Z

ignite-8210 : Fixed skipping of affinity calculation in case when eventNode 
is not affinityNode.

commit 91f0b9085ed4405c5a411b8c1e6ed0e56ecee57c
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-13T08:55:49Z

IGNITE-8210 test was improved to performs actual checks instead of dumping 
info




---


[GitHub] ignite pull request #3766: fix to avoid race between auto-activation and exp...

2018-04-06 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

fix to avoid race between auto-activation and explicit activation



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

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

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

https://github.com/apache/ignite/pull/3766.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 #3766


commit a765ef4d0fd9de0d011f7f4346844116c29c4c27
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-05T10:07:13Z

pds-hang-fix fix to avoid race between auto-activation and explicit 
activation




---


[GitHub] ignite pull request #3759: ignite zk merged master

2018-04-05 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite zk merged master



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

$ git pull https://github.com/gridgain/apache-ignite ignite-zk-merged-master

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

https://github.com/apache/ignite/pull/3759.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 #3759


commit c55d5c2d039f58e3bd0d3ac089f2dfc09d6f90b9
Author: sboikov <sboikov@...>
Date:   2017-11-15T11:20:08Z

zk

commit 11e2567fffa724e6b4af6021cda1bfbcf775370b
Author: sboikov <sboikov@...>
Date:   2017-11-16T13:10:04Z

zk

commit 98a171c68a1f5610e5f5830144306ee73df866d6
Author: sboikov <sboikov@...>
Date:   2017-11-16T14:42:05Z

zk

commit b389f38cbc59f41dc1c95854684059f15b225b8c
Author: sboikov <sboikov@...>
Date:   2017-11-17T06:33:30Z

zk

commit 5793ffbe23a095127cc88c1962785cad7cf2432d
Author: sboikov <sboikov@...>
Date:   2017-11-17T09:05:55Z

zk

commit 45e7e40603fa2b496b94f00fc287221d30073c98
Author: sboikov <sboikov@...>
Date:   2017-11-20T08:14:36Z

zk

commit a4be5afd03fef3b3fa8ce8c017d24636859c82f3
Author: sboikov <sboikov@...>
Date:   2017-11-20T10:27:23Z

zk

commit 97e85179418bc369066c26ec086edd138419c406
Author: sboikov <sboikov@...>
Date:   2017-11-20T14:21:33Z

zk

commit fcee8c846274890f8eee8cc8f3644cdda912dedd
Author: sboikov <sboikov@...>
Date:   2017-11-21T09:24:58Z

zk

commit fb6bd0ac39f97db0d7e347aff6fa26edda10f940
Author: sboikov <sboikov@...>
Date:   2017-11-21T10:43:15Z

zk

commit 1f82a5311d099ad31c22deec391ad91d568f9705
Author: sboikov <sboikov@...>
Date:   2017-11-21T12:09:27Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

commit 18527db9ba5d13b0964ec9c87c8b155295921c9a
Author: sboikov <sboikov@...>
Date:   2017-11-21T13:54:38Z

zk

commit 7ba0feb55d79794146ea4deb41be2560eec9e42d
Author: sboikov <sboikov@...>
Date:   2017-11-21T15:36:29Z

zk

commit 4090eb717f25331c2967645a802714830ac0d4f7
Author: sboikov <sboikov@...>
Date:   2017-11-21T15:37:35Z

Merge remote-tracking branch 'origin/ignite-zk' into ignite-zk

commit e0aba812643c0d773359a95b514daead9730ee6e
Author: sboikov <sboikov@...>
Date:   2017-11-22T08:47:55Z

zk

commit a6b452823422290e19238238e119f5aaad87b6af
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:22:14Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

commit 6cb8c06f73ace3030f47ccfe21e2f46d6b054e5f
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:28:51Z

zk

commit 9761a0294e3978120c471dc7bdaa5ad94bbaf1b3
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:41:16Z

zk

commit bc297aa4b47cae1e5cb87e5d7863900c82fa90ce
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:48:27Z

zk

commit 4749d332c7ec1b6d24f8a8d0f6d5abf50de5d71d
Author: sboikov <sboikov@...>
Date:   2017-11-22T11:27:47Z

zk

commit f5f2060aa6978367d4bf160fd96dc4efa57a7a8c
Author: sboikov <sboikov@...>
Date:   2017-11-22T13:13:18Z

zk

commit 93dd7ab79c6ed38c29a87ca7a676fbfcefd57273
Author: sboikov <sboikov@...>
Date:   2017-11-22T13:22:17Z

zk

commit 8bd1e077aae4cbdd61e3c5ba1dfa1e1f0e18759c
Author: sboikov <sboikov@...>
Date:   2017-11-22T13:22:36Z

Merge remote-tracking branch 'origin/ignite-zk' into ignite-zk

commit 42bbed0adda149acb098fddfc830bcea768697d7
Author: sboikov <sboikov@...>
Date:   2017-11-22T14:08:56Z

zk

commit d9575aac6137a3d842cac3ba15dab591138c67e2
Author: sboikov <sboikov@...>
Date:   2017-11-22T14:53:18Z

zk

commit 97486480276c0563fcebddb56c53130519456b35
Author: sboikov <sboikov@...>
Date:   2017-11-23T08:12:52Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

commit 5d8feab45346352aacf1285948c2c9c5125bbabf
Author: sboikov <sboikov@...>
Date:   2017-11-23T08:24:26Z

zk

commit 9ffd603d217034247497b6c2734933872c8a78ed
Author: sboikov <sboikov@...>
Date:   2017-11-23T09:04:42Z

zk

commit 7611371b94559e3934b1224a17aaf408c735b358
Author: sboikov <sboikov@...>
Date:   2017-11-23T10:52:06Z

zk

commit aa78f5c43639526c1f914ca7e3b2d455e012a358
Author: sboikov <sboikov@...>
Date:   2017-11-23T10:52:06Z

zk




---


[GitHub] ignite pull request #3754: fix to avoid race between auto-activation and exp...

2018-04-05 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

fix to avoid race between auto-activation and explicit activation



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

$ git pull https://github.com/gridgain/apache-ignite ignite-pds-hang-fix

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

https://github.com/apache/ignite/pull/3754.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 #3754


commit a765ef4d0fd9de0d011f7f4346844116c29c4c27
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-04-05T10:07:13Z

pds-hang-fix fix to avoid race between auto-activation and explicit 
activation




---


[GitHub] ignite pull request #3730: ignite-zk latest master merged with ZooKeeper dis...

2018-04-02 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite-zk latest master merged with ZooKeeper discovery impl branch



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

$ git pull https://github.com/gridgain/apache-ignite ignite-zk-sch-1

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

https://github.com/apache/ignite/pull/3730.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 #3730


commit 54211bfaee22bc77714f6c821b0765815f11e386
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:05:49Z

zk

commit d2f5a76cc725052d76a216603b2579f17ba92d60
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:34:42Z

zk

commit 775a60f79904686b2e443789ae8c62df74f4d6fa
Author: sboikov <sboikov@...>
Date:   2017-11-14T14:36:24Z

zk

commit bedc4e99e14bd597616b134d99ea75cb4d22ea08
Author: sboikov <sboikov@...>
Date:   2017-11-14T19:37:24Z

zk

commit 1ee551c856e988287ed6beeb054d53d89cb8800d
Author: sboikov <sboikov@...>
Date:   2017-11-14T20:41:53Z

zk

commit ac07cbee75f3f230a12075ac91e4dad0f1a89b0b
Author: sboikov <sboikov@...>
Date:   2017-11-15T07:10:24Z

Merge remote-tracking branch 'origin/ignite-zk' into ignite-zk

commit aa0ca90cbaec809715190c1036654a6aad0fb0a3
Author: sboikov <sboikov@...>
Date:   2017-11-15T09:50:14Z

zk

commit 4ec75fa2900e3f4624d6516e0c50fc1877d7b5cc
Author: sboikov <sboikov@...>
Date:   2017-11-15T10:12:26Z

zk

commit c55d5c2d039f58e3bd0d3ac089f2dfc09d6f90b9
Author: sboikov <sboikov@...>
Date:   2017-11-15T11:20:08Z

zk

commit 11e2567fffa724e6b4af6021cda1bfbcf775370b
Author: sboikov <sboikov@...>
Date:   2017-11-16T13:10:04Z

zk

commit 98a171c68a1f5610e5f5830144306ee73df866d6
Author: sboikov <sboikov@...>
Date:   2017-11-16T14:42:05Z

zk

commit b389f38cbc59f41dc1c95854684059f15b225b8c
Author: sboikov <sboikov@...>
Date:   2017-11-17T06:33:30Z

zk

commit 5793ffbe23a095127cc88c1962785cad7cf2432d
Author: sboikov <sboikov@...>
Date:   2017-11-17T09:05:55Z

zk

commit 45e7e40603fa2b496b94f00fc287221d30073c98
Author: sboikov <sboikov@...>
Date:   2017-11-20T08:14:36Z

zk

commit a4be5afd03fef3b3fa8ce8c017d24636859c82f3
Author: sboikov <sboikov@...>
Date:   2017-11-20T10:27:23Z

zk

commit 97e85179418bc369066c26ec086edd138419c406
Author: sboikov <sboikov@...>
Date:   2017-11-20T14:21:33Z

zk

commit fcee8c846274890f8eee8cc8f3644cdda912dedd
Author: sboikov <sboikov@...>
Date:   2017-11-21T09:24:58Z

zk

commit fb6bd0ac39f97db0d7e347aff6fa26edda10f940
Author: sboikov <sboikov@...>
Date:   2017-11-21T10:43:15Z

zk

commit 1f82a5311d099ad31c22deec391ad91d568f9705
Author: sboikov <sboikov@...>
Date:   2017-11-21T12:09:27Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

commit 18527db9ba5d13b0964ec9c87c8b155295921c9a
Author: sboikov <sboikov@...>
Date:   2017-11-21T13:54:38Z

zk

commit 7ba0feb55d79794146ea4deb41be2560eec9e42d
Author: sboikov <sboikov@...>
Date:   2017-11-21T15:36:29Z

zk

commit 4090eb717f25331c2967645a802714830ac0d4f7
Author: sboikov <sboikov@...>
Date:   2017-11-21T15:37:35Z

Merge remote-tracking branch 'origin/ignite-zk' into ignite-zk

commit e0aba812643c0d773359a95b514daead9730ee6e
Author: sboikov <sboikov@...>
Date:   2017-11-22T08:47:55Z

zk

commit a6b452823422290e19238238e119f5aaad87b6af
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:22:14Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

commit 6cb8c06f73ace3030f47ccfe21e2f46d6b054e5f
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:28:51Z

zk

commit 9761a0294e3978120c471dc7bdaa5ad94bbaf1b3
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:41:16Z

zk

commit bc297aa4b47cae1e5cb87e5d7863900c82fa90ce
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:48:27Z

zk

commit 4749d332c7ec1b6d24f8a8d0f6d5abf50de5d71d
Author: sboikov <sboikov@...>
Date:   2017-11-22T11:27:47Z

zk

commit f5f2060aa6978367d4bf160fd96dc4efa57a7a8c
Author: sboikov <sboikov@...>
Date:   2017-11-22T13:13:18Z

zk

commit 93dd7ab79c6ed38c29a87ca7a676fbfcefd57273
Author: sboikov <sboikov@...>
Date:   2017-11-22T13:22:17Z

zk




---


[GitHub] ignite pull request #3711: failing zk tests turned off

2018-03-28 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

failing zk tests turned off



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

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

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

https://github.com/apache/ignite/pull/3711.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 #3711


commit 32f7fa89899bd005791d941aed50c8f4f35dd46c
Author: sboikov <sboikov@...>
Date:   2017-11-14T08:05:08Z

zk

commit 8ab3b56675ef9cd6a1515d2cb33f0b6fef0f0acd
Author: sboikov <sboikov@...>
Date:   2017-11-14T10:52:51Z

zk

commit 3736abe27a080ac7962dd8ede9e7b7414c4a82ae
Author: sboikov <sboikov@...>
Date:   2017-11-14T11:14:25Z

zk

commit 1842bb4c48ce245a5b69b669087590351de686fa
Author: sboikov <sboikov@...>
Date:   2017-11-14T12:07:55Z

zk

commit 73f5af60cc6701a88712735f94f14f4fe0cdd92c
Author: sboikov <sboikov@...>
Date:   2017-11-14T12:41:47Z

zk

commit f6218ddf57252c42e6f48df97d292473163dffdb
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:05:09Z

zk

commit 54211bfaee22bc77714f6c821b0765815f11e386
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:05:49Z

zk

commit d2f5a76cc725052d76a216603b2579f17ba92d60
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:34:42Z

zk

commit 775a60f79904686b2e443789ae8c62df74f4d6fa
Author: sboikov <sboikov@...>
Date:   2017-11-14T14:36:24Z

zk

commit bedc4e99e14bd597616b134d99ea75cb4d22ea08
Author: sboikov <sboikov@...>
Date:   2017-11-14T19:37:24Z

zk

commit 1ee551c856e988287ed6beeb054d53d89cb8800d
Author: sboikov <sboikov@...>
Date:   2017-11-14T20:41:53Z

zk

commit ac07cbee75f3f230a12075ac91e4dad0f1a89b0b
Author: sboikov <sboikov@...>
Date:   2017-11-15T07:10:24Z

Merge remote-tracking branch 'origin/ignite-zk' into ignite-zk

commit aa0ca90cbaec809715190c1036654a6aad0fb0a3
Author: sboikov <sboikov@...>
Date:   2017-11-15T09:50:14Z

zk

commit 4ec75fa2900e3f4624d6516e0c50fc1877d7b5cc
Author: sboikov <sboikov@...>
Date:   2017-11-15T10:12:26Z

zk

commit c55d5c2d039f58e3bd0d3ac089f2dfc09d6f90b9
Author: sboikov <sboikov@...>
Date:   2017-11-15T11:20:08Z

zk

commit 11e2567fffa724e6b4af6021cda1bfbcf775370b
Author: sboikov <sboikov@...>
Date:   2017-11-16T13:10:04Z

zk

commit 98a171c68a1f5610e5f5830144306ee73df866d6
Author: sboikov <sboikov@...>
Date:   2017-11-16T14:42:05Z

zk

commit b389f38cbc59f41dc1c95854684059f15b225b8c
Author: sboikov <sboikov@...>
Date:   2017-11-17T06:33:30Z

zk

commit 5793ffbe23a095127cc88c1962785cad7cf2432d
Author: sboikov <sboikov@...>
Date:   2017-11-17T09:05:55Z

zk

commit 45e7e40603fa2b496b94f00fc287221d30073c98
Author: sboikov <sboikov@...>
Date:   2017-11-20T08:14:36Z

zk

commit a4be5afd03fef3b3fa8ce8c017d24636859c82f3
Author: sboikov <sboikov@...>
Date:   2017-11-20T10:27:23Z

zk

commit 97e85179418bc369066c26ec086edd138419c406
Author: sboikov <sboikov@...>
Date:   2017-11-20T14:21:33Z

zk

commit fcee8c846274890f8eee8cc8f3644cdda912dedd
Author: sboikov <sboikov@...>
Date:   2017-11-21T09:24:58Z

zk

commit fb6bd0ac39f97db0d7e347aff6fa26edda10f940
Author: sboikov <sboikov@...>
Date:   2017-11-21T10:43:15Z

zk

commit 1f82a5311d099ad31c22deec391ad91d568f9705
Author: sboikov <sboikov@...>
Date:   2017-11-21T12:09:27Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

commit 18527db9ba5d13b0964ec9c87c8b155295921c9a
Author: sboikov <sboikov@...>
Date:   2017-11-21T13:54:38Z

zk

commit 7ba0feb55d79794146ea4deb41be2560eec9e42d
Author: sboikov <sboikov@...>
Date:   2017-11-21T15:36:29Z

zk

commit 4090eb717f25331c2967645a802714830ac0d4f7
Author: sboikov <sboikov@...>
Date:   2017-11-21T15:37:35Z

Merge remote-tracking branch 'origin/ignite-zk' into ignite-zk

commit e0aba812643c0d773359a95b514daead9730ee6e
Author: sboikov <sboikov@...>
Date:   2017-11-22T08:47:55Z

zk

commit a6b452823422290e19238238e119f5aaad87b6af
Author: sboikov <sboikov@...>
Date:   2017-11-22T10:22:14Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk




---


[GitHub] ignite pull request #3693: IGNITE-8036 MulticastIpFinder is replaced with Vm...

2018-03-23 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-8036 MulticastIpFinder is replaced with VmIpFinder



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

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

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

https://github.com/apache/ignite/pull/3693.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 #3693


commit 870d7256c64c20b8c09c263f8f83bd5ec179d7a3
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-03-23T16:22:05Z

IGNITE-8036 MulticastIpFinder is replaced with VmIpFinder




---


[GitHub] ignite pull request #3688: check if changing finder helps to fix the test ha...

2018-03-23 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

check if changing finder helps to fix the test hangs



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

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

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

https://github.com/apache/ignite/pull/3688.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 #3688


commit 07f28161e3cafc08bdad6b63f9773af47c64284f
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-03-23T09:26:36Z

check if changing finder helps to fix the test hangs




---


[GitHub] ignite pull request #3654: IGNITE-7581 avoiding ConcurrentModificationExcept...

2018-03-19 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-7581 avoiding ConcurrentModificationException when timeout worker 
handles tx



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

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

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

https://github.com/apache/ignite/pull/3654.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 #3654






---


[GitHub] ignite pull request #3645: IGNITE-7964 rmvId is stored to MetaStorage metapa...

2018-03-16 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-7964 rmvId is stored to MetaStorage metapage during operations



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

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

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

https://github.com/apache/ignite/pull/3645.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 #3645


commit f63635eece62be3ce5f581d7a981da36985775a2
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-03-16T08:57:18Z

IGNITE-7964 rmvId is stored to MetaStorage metapage during operations




---


[GitHub] ignite pull request #3616: ignite-2.5.1.b2 - zooKeeper discovery fixes

2018-03-07 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite-2.5.1.b2 - zooKeeper discovery fixes



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

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

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

https://github.com/apache/ignite/pull/3616.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 #3616


commit 5671b68a71d7f8fad0ea34687295ad627de4952a
Author: sboikov <sboikov@...>
Date:   2017-11-09T15:22:20Z

zk

commit d56163c0e5d87062687ec2325a8b11fb9e8682cc
Author: sboikov <sboikov@...>
Date:   2017-11-10T08:34:00Z

zk

commit d1f730789ed718f11b0654fb3c4622cf9725b3db
Author: sboikov <sboikov@...>
Date:   2017-11-10T09:04:54Z

zk

commit 48175cf3b5a18578173736ba1cbc4493e1327333
Author: sboikov <sboikov@...>
Date:   2017-11-10T12:10:59Z

zk

commit 6c1fe28c70e677619842f57af09ce182daf3b06e
Author: sboikov <sboikov@...>
Date:   2017-11-10T12:27:04Z

zk

commit 246478186aaef2f1e06deacb19d5198aeb1157fa
Author: sboikov <sboikov@...>
Date:   2017-11-13T09:01:06Z

zk

commit 2b75ecfb9f1f490dbab907efd3aab8db9622b09c
Author: sboikov <sboikov@...>
Date:   2017-11-13T09:01:23Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

commit 740c3b24f5d5d9fec166f9258d7bb0e31b1117fd
Author: sboikov <sboikov@...>
Date:   2017-11-13T09:41:35Z

zk

commit 9970b95029f1c94ec027aaa38fdfda5719e79cfe
Author: sboikov <sboikov@...>
Date:   2017-11-13T10:25:06Z

zk

commit 6ed2564a8d68e651cb776e13302d62f415938bea
Author: sboikov <sboikov@...>
Date:   2017-11-13T11:24:54Z

zk

commit b361a78022a01ff854d469e26e2e3a773a64839a
Author: sboikov <sboikov@...>
Date:   2017-11-13T11:41:11Z

zk

commit 804c84171cc75e53bed549d13d5af6858786d9a7
Author: sboikov <sboikov@...>
Date:   2017-11-13T12:25:25Z

zk

commit 42813c8b0bca4e8cf1074ba6cbeff1a14247fbd3
Author: sboikov <sboikov@...>
Date:   2017-11-13T15:08:46Z

zk

commit 32f7fa89899bd005791d941aed50c8f4f35dd46c
Author: sboikov <sboikov@...>
Date:   2017-11-14T08:05:08Z

zk

commit 8ab3b56675ef9cd6a1515d2cb33f0b6fef0f0acd
Author: sboikov <sboikov@...>
Date:   2017-11-14T10:52:51Z

zk

commit 3736abe27a080ac7962dd8ede9e7b7414c4a82ae
Author: sboikov <sboikov@...>
Date:   2017-11-14T11:14:25Z

zk

commit 1842bb4c48ce245a5b69b669087590351de686fa
Author: sboikov <sboikov@...>
Date:   2017-11-14T12:07:55Z

zk

commit 73f5af60cc6701a88712735f94f14f4fe0cdd92c
Author: sboikov <sboikov@...>
Date:   2017-11-14T12:41:47Z

zk

commit f6218ddf57252c42e6f48df97d292473163dffdb
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:05:09Z

zk

commit 54211bfaee22bc77714f6c821b0765815f11e386
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:05:49Z

zk

commit d2f5a76cc725052d76a216603b2579f17ba92d60
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:34:42Z

zk

commit 775a60f79904686b2e443789ae8c62df74f4d6fa
Author: sboikov <sboikov@...>
Date:   2017-11-14T14:36:24Z

zk

commit bedc4e99e14bd597616b134d99ea75cb4d22ea08
Author: sboikov <sboikov@...>
Date:   2017-11-14T19:37:24Z

zk

commit 1ee551c856e988287ed6beeb054d53d89cb8800d
Author: sboikov <sboikov@...>
Date:   2017-11-14T20:41:53Z

zk

commit ac07cbee75f3f230a12075ac91e4dad0f1a89b0b
Author: sboikov <sboikov@...>
Date:   2017-11-15T07:10:24Z

Merge remote-tracking branch 'origin/ignite-zk' into ignite-zk

commit aa0ca90cbaec809715190c1036654a6aad0fb0a3
Author: sboikov <sboikov@...>
Date:   2017-11-15T09:50:14Z

zk

commit 4ec75fa2900e3f4624d6516e0c50fc1877d7b5cc
Author: sboikov <sboikov@...>
Date:   2017-11-15T10:12:26Z

zk

commit c55d5c2d039f58e3bd0d3ac089f2dfc09d6f90b9
Author: sboikov <sboikov@...>
Date:   2017-11-15T11:20:08Z

zk

commit 11e2567fffa724e6b4af6021cda1bfbcf775370b
Author: sboikov <sboikov@...>
Date:   2017-11-16T13:10:04Z

zk

commit 98a171c68a1f5610e5f5830144306ee73df866d6
Author: sboikov <sboikov@...>
Date:   2017-11-16T14:42:05Z

zk




---


[GitHub] ignite pull request #3523: IGNITE-7699 ObjectBinaryProcessor improvements

2018-02-14 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-7699 ObjectBinaryProcessor improvements

discovery protocol should not be triggered if requested metadata is the 
same as already existing; logging improvements

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

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

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

https://github.com/apache/ignite/pull/3523.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 #3523






---


[GitHub] ignite pull request #3503: Log4j configuration with DEBUG logging for Object...

2018-02-12 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Log4j configuration with DEBUG logging for ObjectBinaryProcessor



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

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

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

https://github.com/apache/ignite/pull/3503.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 #3503


commit 8a5dd687ec3f25470e79a60ffc1790d6f0139e24
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-02-12T11:46:17Z

Log4j configuration with DEBUG logging for ObjectBinaryProcessor




---


[GitHub] ignite pull request #3497: ignite-2.5.1.b1 - ZookeeperDiscoverySpi

2018-02-09 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite-2.5.1.b1 - ZookeeperDiscoverySpi



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

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

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

https://github.com/apache/ignite/pull/3497.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 #3497


commit d56163c0e5d87062687ec2325a8b11fb9e8682cc
Author: sboikov <sboikov@...>
Date:   2017-11-10T08:34:00Z

zk

commit d1f730789ed718f11b0654fb3c4622cf9725b3db
Author: sboikov <sboikov@...>
Date:   2017-11-10T09:04:54Z

zk

commit 48175cf3b5a18578173736ba1cbc4493e1327333
Author: sboikov <sboikov@...>
Date:   2017-11-10T12:10:59Z

zk

commit 6c1fe28c70e677619842f57af09ce182daf3b06e
Author: sboikov <sboikov@...>
Date:   2017-11-10T12:27:04Z

zk

commit 246478186aaef2f1e06deacb19d5198aeb1157fa
Author: sboikov <sboikov@...>
Date:   2017-11-13T09:01:06Z

zk

commit 2b75ecfb9f1f490dbab907efd3aab8db9622b09c
Author: sboikov <sboikov@...>
Date:   2017-11-13T09:01:23Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

commit 740c3b24f5d5d9fec166f9258d7bb0e31b1117fd
Author: sboikov <sboikov@...>
Date:   2017-11-13T09:41:35Z

zk

commit 9970b95029f1c94ec027aaa38fdfda5719e79cfe
Author: sboikov <sboikov@...>
Date:   2017-11-13T10:25:06Z

zk

commit 6ed2564a8d68e651cb776e13302d62f415938bea
Author: sboikov <sboikov@...>
Date:   2017-11-13T11:24:54Z

zk

commit b361a78022a01ff854d469e26e2e3a773a64839a
Author: sboikov <sboikov@...>
Date:   2017-11-13T11:41:11Z

zk

commit 804c84171cc75e53bed549d13d5af6858786d9a7
Author: sboikov <sboikov@...>
Date:   2017-11-13T12:25:25Z

zk

commit 42813c8b0bca4e8cf1074ba6cbeff1a14247fbd3
Author: sboikov <sboikov@...>
Date:   2017-11-13T15:08:46Z

zk

commit 32f7fa89899bd005791d941aed50c8f4f35dd46c
Author: sboikov <sboikov@...>
Date:   2017-11-14T08:05:08Z

zk

commit 8ab3b56675ef9cd6a1515d2cb33f0b6fef0f0acd
Author: sboikov <sboikov@...>
Date:   2017-11-14T10:52:51Z

zk

commit 3736abe27a080ac7962dd8ede9e7b7414c4a82ae
Author: sboikov <sboikov@...>
Date:   2017-11-14T11:14:25Z

zk

commit 1842bb4c48ce245a5b69b669087590351de686fa
Author: sboikov <sboikov@...>
Date:   2017-11-14T12:07:55Z

zk

commit 73f5af60cc6701a88712735f94f14f4fe0cdd92c
Author: sboikov <sboikov@...>
Date:   2017-11-14T12:41:47Z

zk

commit f6218ddf57252c42e6f48df97d292473163dffdb
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:05:09Z

zk

commit 54211bfaee22bc77714f6c821b0765815f11e386
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:05:49Z

zk

commit d2f5a76cc725052d76a216603b2579f17ba92d60
Author: sboikov <sboikov@...>
Date:   2017-11-14T13:34:42Z

zk

commit 775a60f79904686b2e443789ae8c62df74f4d6fa
Author: sboikov <sboikov@...>
Date:   2017-11-14T14:36:24Z

zk

commit bedc4e99e14bd597616b134d99ea75cb4d22ea08
Author: sboikov <sboikov@...>
Date:   2017-11-14T19:37:24Z

zk

commit 1ee551c856e988287ed6beeb054d53d89cb8800d
Author: sboikov <sboikov@...>
Date:   2017-11-14T20:41:53Z

zk

commit ac07cbee75f3f230a12075ac91e4dad0f1a89b0b
Author: sboikov <sboikov@...>
Date:   2017-11-15T07:10:24Z

Merge remote-tracking branch 'origin/ignite-zk' into ignite-zk

commit aa0ca90cbaec809715190c1036654a6aad0fb0a3
Author: sboikov <sboikov@...>
Date:   2017-11-15T09:50:14Z

zk

commit 4ec75fa2900e3f4624d6516e0c50fc1877d7b5cc
Author: sboikov <sboikov@...>
Date:   2017-11-15T10:12:26Z

zk

commit c55d5c2d039f58e3bd0d3ac089f2dfc09d6f90b9
Author: sboikov <sboikov@...>
Date:   2017-11-15T11:20:08Z

zk

commit 11e2567fffa724e6b4af6021cda1bfbcf775370b
Author: sboikov <sboikov@...>
Date:   2017-11-16T13:10:04Z

zk

commit 98a171c68a1f5610e5f5830144306ee73df866d6
Author: sboikov <sboikov@...>
Date:   2017-11-16T14:42:05Z

zk

commit b389f38cbc59f41dc1c95854684059f15b225b8c
Author: sboikov <sboikov@...>
Date:   2017-11-17T06:33:30Z

zk




---


[GitHub] ignite pull request #3425: IGNITE-7506 setting BaselineTopology in compatibi...

2018-01-23 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-7506 setting BaselineTopology in compatibilityMode

…n old nodes left the cluster

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

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

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

https://github.com/apache/ignite/pull/3425.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 #3425


commit 471a47788fa0fb08c19bbb8b4acb8af0a5ba49f1
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-01-23T16:43:23Z

IGNITE-7506 establishing of BaselineTopology in compatibilityMode when old 
nodes left the cluster




---


[GitHub] ignite pull request #3392: ZookeeperDiscovery implementation

2018-01-17 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ZookeeperDiscovery implementation



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

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

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

https://github.com/apache/ignite/pull/3392.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 #3392






---


[GitHub] ignite pull request #3265: BinaryMetadata should be merged on coordinator, o...

2017-12-20 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

BinaryMetadata should be merged on coordinator, otherwise there is a risk 
of data loss



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

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

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

https://github.com/apache/ignite/pull/3265.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 #3265


commit e7ca9b65a68de7752195c8f4d2b5180f3c77d19f
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-13T18:52:47Z

ignite-blt-merge -> ignite-2.4.1

commit cc8168fc184bb7f5e3cc3bbb0743397097f78bfb
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-13T19:13:01Z

merge ignite-pitr-rc1 -> ignite-2.4.1

commit 87e6d74cf6a251c7984f9e68c391f790feccc281
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-14T12:49:33Z

ignite-gg-12877 Compact consistent ID in WAL

commit 9f5a22711baea05bd37ab07c8f928a4837dd83a4
Author: Ilya Lantukh <ilantukh@...>
Date:   2017-11-14T14:12:28Z

Fixed javadoc.

commit d5af2d78dd8eef8eca8ac5391d31d8c779649bb0
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-11-15T08:09:00Z

IGNITE-6913 Baseline: Added new options to controls.sh for baseline 
manipulations.

commit 713924ce865752b6e99b03bd624136541cea5f9f
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-15T09:03:12Z

IGNITE-5850 failover tests for cache operations during BaselineTopology 
changes

commit b65fd134e748d496f732ec2aa0953a0531f544b8
Author: Ilya Lantukh <ilantukh@...>
Date:   2017-11-15T12:54:35Z

TX read logging if PITR is enabled.

commit 9b2a567c0e04dc33116b51f88bee75f76e9107d1
Author: Ilya Lantukh <ilantukh@...>
Date:   2017-11-15T13:45:16Z

TX read logging if PITR is enabled.

commit 993058ccf0b2b8d9e80750c3e45a9ffa31d85dfa
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-15T13:51:54Z

ignite-2.4.1 optimization for store full set node more compacted

commit 1eba521f608d39967aec376b397b7fc800234e54
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-15T13:52:22Z

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

commit 564b3fd51f8a7d1d81cb6874df66d0270623049c
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-15T14:00:51Z

IGNITE-5850 fixed issue with initialization of data regions on node 
activation, fixed issue with auto-activation when random node joins inactive 
cluster with existing BLT

commit c6d1fa4da7adfadc80abdc7eaf6452b86a4f6aa4
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-15T16:23:08Z

IGNITE-5850 transitionResult is set earlier when request for changing 
BaselineTopology is sent

commit d65674363163e38a4c5fdd73d1c8d8e1c7610797
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-16T11:59:07Z

IGNITE-5850 new failover tests for changing BaselineTopology up (new node 
added to topology)

commit 20552f3851fe8825191b144179be032965e0b5c6
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-16T12:53:43Z

IGNITE-5850 improved error message when online node is removed from baseline

commit 108bbcae4505ac904a6db774643ad600bfb42c21
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-16T13:45:52Z

IGNITE-5850 BaselineTopology should not change on cluster deactivation

commit deb641ad3bdbf260fa60ad6bf607629652e324bd
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2017-11-17T09:45:44Z

ignite-2.4.1 truncate wal and checkpoint history on move/delete snapshot

commit 3c8b06f3659af30d1fd148ccc0f40e216a56c998
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2017-11-17T12:48:12Z

IGNITE-6947 Abandon remap after single map if future is done (fixes NPE)

commit ba2047e5ae7d271a677e0c418375d82d78c4023e
Author: devozerov <vozerov@...>
Date:   2017-11-14T12:26:31Z

IGNITE-6901: Fixed assertion during 
IgniteH2Indexing.rebuildIndexesFromHash. This closes #3027.

commit abfc0466d6d61d87255d0fe38cbdf11ad46d4f89
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-17T13:40:57Z

IGNITE-5850 tests for queries in presence of BaselineTopology

commit f4eabaf2a905abacc4c60c01d3ca04f6ca9ec188
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2017-11-17T17:23:02Z

IGNITE-5850 implementation for setBaselineTopology(long topVer) migrated 
from wc-251

commit 4edeccd3e0b671aa277f58995df9ff9935baa95a
Author: EdShangGG <eshangareev@...>
Date:   2017-11-17T18:21:17Z

GG-13074 Multiple snapshot test failures after baseline topology is 
introduced
-adding baseline test to suite
-fixing issues with 

[GitHub] ignite pull request #3162: BaselineTopology compatibility fix

2017-12-06 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

BaselineTopology compatibility fix



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.4.1-mm-baseline-comp-fix

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

https://github.com/apache/ignite/pull/3162.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 #3162


commit e7ca9b65a68de7752195c8f4d2b5180f3c77d19f
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T18:52:47Z

ignite-blt-merge -> ignite-2.4.1

commit cc8168fc184bb7f5e3cc3bbb0743397097f78bfb
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T19:13:01Z

merge ignite-pitr-rc1 -> ignite-2.4.1

commit 87e6d74cf6a251c7984f9e68c391f790feccc281
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-14T12:49:33Z

ignite-gg-12877 Compact consistent ID in WAL

commit 9f5a22711baea05bd37ab07c8f928a4837dd83a4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-14T14:12:28Z

Fixed javadoc.

commit d5af2d78dd8eef8eca8ac5391d31d8c779649bb0
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-11-15T08:09:00Z

IGNITE-6913 Baseline: Added new options to controls.sh for baseline 
manipulations.

commit 713924ce865752b6e99b03bd624136541cea5f9f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T09:03:12Z

IGNITE-5850 failover tests for cache operations during BaselineTopology 
changes

commit b65fd134e748d496f732ec2aa0953a0531f544b8
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T12:54:35Z

TX read logging if PITR is enabled.

commit 9b2a567c0e04dc33116b51f88bee75f76e9107d1
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T13:45:16Z

TX read logging if PITR is enabled.

commit 993058ccf0b2b8d9e80750c3e45a9ffa31d85dfa
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:51:54Z

ignite-2.4.1 optimization for store full set node more compacted

commit 1eba521f608d39967aec376b397b7fc800234e54
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:52:22Z

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

commit 564b3fd51f8a7d1d81cb6874df66d0270623049c
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T14:00:51Z

IGNITE-5850 fixed issue with initialization of data regions on node 
activation, fixed issue with auto-activation when random node joins inactive 
cluster with existing BLT

commit c6d1fa4da7adfadc80abdc7eaf6452b86a4f6aa4
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T16:23:08Z

IGNITE-5850 transitionResult is set earlier when request for changing 
BaselineTopology is sent

commit d65674363163e38a4c5fdd73d1c8d8e1c7610797
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T11:59:07Z

IGNITE-5850 new failover tests for changing BaselineTopology up (new node 
added to topology)

commit 20552f3851fe8825191b144179be032965e0b5c6
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T12:53:43Z

IGNITE-5850 improved error message when online node is removed from baseline

commit 108bbcae4505ac904a6db774643ad600bfb42c21
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T13:45:52Z

IGNITE-5850 BaselineTopology should not change on cluster deactivation

commit deb641ad3bdbf260fa60ad6bf607629652e324bd
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-17T09:45:44Z

ignite-2.4.1 truncate wal and checkpoint history on move/delete snapshot

commit 3c8b06f3659af30d1fd148ccc0f40e216a56c998
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-11-17T12:48:12Z

IGNITE-6947 Abandon remap after single map if future is done (fixes NPE)

commit ba2047e5ae7d271a677e0c418375d82d78c4023e
Author: devozerov <voze...@gridgain.com>
Date:   2017-11-14T12:26:31Z

IGNITE-6901: Fixed assertion during 
IgniteH2Indexing.rebuildIndexesFromHash. This closes #3027.

commit abfc0466d6d61d87255d0fe38cbdf11ad46d4f89
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T13:40:57Z

IGNITE-5850 tests for queries in presence of BaselineTopology

commit f4eabaf2a905abacc4c60c01d3ca04f6ca9ec188
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T17:23:02Z

IGNITE-5850 implementation for setBaselineTopology(long topVer) migrated 
from wc-251

commit 4edeccd3e0b671aa277f58995df9ff9935baa95a
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-11-17T18:21:17Z

GG-13074 Multiple snaps

[GitHub] ignite pull request #3112: Ignite 2.4.1 NPE on checkpoint fix

2017-11-29 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 2.4.1 NPE on checkpoint fix



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.4.1-NPE-on-checkpoint-fix

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

https://github.com/apache/ignite/pull/3112.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 #3112


commit e7ca9b65a68de7752195c8f4d2b5180f3c77d19f
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T18:52:47Z

ignite-blt-merge -> ignite-2.4.1

commit cc8168fc184bb7f5e3cc3bbb0743397097f78bfb
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T19:13:01Z

merge ignite-pitr-rc1 -> ignite-2.4.1

commit 87e6d74cf6a251c7984f9e68c391f790feccc281
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-14T12:49:33Z

ignite-gg-12877 Compact consistent ID in WAL

commit 9f5a22711baea05bd37ab07c8f928a4837dd83a4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-14T14:12:28Z

Fixed javadoc.

commit d5af2d78dd8eef8eca8ac5391d31d8c779649bb0
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-11-15T08:09:00Z

IGNITE-6913 Baseline: Added new options to controls.sh for baseline 
manipulations.

commit 713924ce865752b6e99b03bd624136541cea5f9f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T09:03:12Z

IGNITE-5850 failover tests for cache operations during BaselineTopology 
changes

commit b65fd134e748d496f732ec2aa0953a0531f544b8
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T12:54:35Z

TX read logging if PITR is enabled.

commit 9b2a567c0e04dc33116b51f88bee75f76e9107d1
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T13:45:16Z

TX read logging if PITR is enabled.

commit 993058ccf0b2b8d9e80750c3e45a9ffa31d85dfa
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:51:54Z

ignite-2.4.1 optimization for store full set node more compacted

commit 1eba521f608d39967aec376b397b7fc800234e54
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:52:22Z

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

commit 564b3fd51f8a7d1d81cb6874df66d0270623049c
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T14:00:51Z

IGNITE-5850 fixed issue with initialization of data regions on node 
activation, fixed issue with auto-activation when random node joins inactive 
cluster with existing BLT

commit c6d1fa4da7adfadc80abdc7eaf6452b86a4f6aa4
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T16:23:08Z

IGNITE-5850 transitionResult is set earlier when request for changing 
BaselineTopology is sent

commit d65674363163e38a4c5fdd73d1c8d8e1c7610797
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T11:59:07Z

IGNITE-5850 new failover tests for changing BaselineTopology up (new node 
added to topology)

commit 20552f3851fe8825191b144179be032965e0b5c6
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T12:53:43Z

IGNITE-5850 improved error message when online node is removed from baseline

commit 108bbcae4505ac904a6db774643ad600bfb42c21
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T13:45:52Z

IGNITE-5850 BaselineTopology should not change on cluster deactivation

commit deb641ad3bdbf260fa60ad6bf607629652e324bd
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-17T09:45:44Z

ignite-2.4.1 truncate wal and checkpoint history on move/delete snapshot

commit 3c8b06f3659af30d1fd148ccc0f40e216a56c998
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-11-17T12:48:12Z

IGNITE-6947 Abandon remap after single map if future is done (fixes NPE)

commit ba2047e5ae7d271a677e0c418375d82d78c4023e
Author: devozerov <voze...@gridgain.com>
Date:   2017-11-14T12:26:31Z

IGNITE-6901: Fixed assertion during 
IgniteH2Indexing.rebuildIndexesFromHash. This closes #3027.

commit abfc0466d6d61d87255d0fe38cbdf11ad46d4f89
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T13:40:57Z

IGNITE-5850 tests for queries in presence of BaselineTopology

commit f4eabaf2a905abacc4c60c01d3ca04f6ca9ec188
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T17:23:02Z

IGNITE-5850 implementation for setBaselineTopology(long topVer) migrated 
from wc-251

commit 4edeccd3e0b671aa277f58995df9ff9935baa95a
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-11-17T18:21:17Z

GG-13074 Multiple snaps

[GitHub] ignite pull request #3111: Ignite 2.4.1 mm blt aff fix

2017-11-29 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 2.4.1 mm blt aff fix



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.4.1-mm-blt-affFix

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

https://github.com/apache/ignite/pull/3111.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 #3111






---


[GitHub] ignite pull request #3110: Ignite 2.4.1 mm aff node

2017-11-29 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 2.4.1 mm aff node



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.4.1-mm-affNode

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

https://github.com/apache/ignite/pull/3110.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 #3110


commit e7ca9b65a68de7752195c8f4d2b5180f3c77d19f
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T18:52:47Z

ignite-blt-merge -> ignite-2.4.1

commit cc8168fc184bb7f5e3cc3bbb0743397097f78bfb
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T19:13:01Z

merge ignite-pitr-rc1 -> ignite-2.4.1

commit 87e6d74cf6a251c7984f9e68c391f790feccc281
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-14T12:49:33Z

ignite-gg-12877 Compact consistent ID in WAL

commit 9f5a22711baea05bd37ab07c8f928a4837dd83a4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-14T14:12:28Z

Fixed javadoc.

commit d5af2d78dd8eef8eca8ac5391d31d8c779649bb0
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-11-15T08:09:00Z

IGNITE-6913 Baseline: Added new options to controls.sh for baseline 
manipulations.

commit 713924ce865752b6e99b03bd624136541cea5f9f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T09:03:12Z

IGNITE-5850 failover tests for cache operations during BaselineTopology 
changes

commit b65fd134e748d496f732ec2aa0953a0531f544b8
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T12:54:35Z

TX read logging if PITR is enabled.

commit 9b2a567c0e04dc33116b51f88bee75f76e9107d1
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T13:45:16Z

TX read logging if PITR is enabled.

commit 993058ccf0b2b8d9e80750c3e45a9ffa31d85dfa
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:51:54Z

ignite-2.4.1 optimization for store full set node more compacted

commit 1eba521f608d39967aec376b397b7fc800234e54
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:52:22Z

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

commit 564b3fd51f8a7d1d81cb6874df66d0270623049c
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T14:00:51Z

IGNITE-5850 fixed issue with initialization of data regions on node 
activation, fixed issue with auto-activation when random node joins inactive 
cluster with existing BLT

commit c6d1fa4da7adfadc80abdc7eaf6452b86a4f6aa4
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T16:23:08Z

IGNITE-5850 transitionResult is set earlier when request for changing 
BaselineTopology is sent

commit d65674363163e38a4c5fdd73d1c8d8e1c7610797
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T11:59:07Z

IGNITE-5850 new failover tests for changing BaselineTopology up (new node 
added to topology)

commit 20552f3851fe8825191b144179be032965e0b5c6
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T12:53:43Z

IGNITE-5850 improved error message when online node is removed from baseline

commit 108bbcae4505ac904a6db774643ad600bfb42c21
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T13:45:52Z

IGNITE-5850 BaselineTopology should not change on cluster deactivation

commit deb641ad3bdbf260fa60ad6bf607629652e324bd
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-17T09:45:44Z

ignite-2.4.1 truncate wal and checkpoint history on move/delete snapshot

commit 3c8b06f3659af30d1fd148ccc0f40e216a56c998
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-11-17T12:48:12Z

IGNITE-6947 Abandon remap after single map if future is done (fixes NPE)

commit ba2047e5ae7d271a677e0c418375d82d78c4023e
Author: devozerov <voze...@gridgain.com>
Date:   2017-11-14T12:26:31Z

IGNITE-6901: Fixed assertion during 
IgniteH2Indexing.rebuildIndexesFromHash. This closes #3027.

commit abfc0466d6d61d87255d0fe38cbdf11ad46d4f89
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T13:40:57Z

IGNITE-5850 tests for queries in presence of BaselineTopology

commit f4eabaf2a905abacc4c60c01d3ca04f6ca9ec188
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T17:23:02Z

IGNITE-5850 implementation for setBaselineTopology(long topVer) migrated 
from wc-251

commit 4edeccd3e0b671aa277f58995df9ff9935baa95a
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-11-17T18:21:17Z

GG-13074 Multiple snaps

[GitHub] ignite pull request #3093: Ignite 2.4.1 mm page memory npe fix

2017-11-24 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 2.4.1 mm page memory npe fix



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.4.1-mm-PageMemory-NPE-fix

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

https://github.com/apache/ignite/pull/3093.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 #3093


commit e7ca9b65a68de7752195c8f4d2b5180f3c77d19f
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T18:52:47Z

ignite-blt-merge -> ignite-2.4.1

commit cc8168fc184bb7f5e3cc3bbb0743397097f78bfb
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T19:13:01Z

merge ignite-pitr-rc1 -> ignite-2.4.1

commit 87e6d74cf6a251c7984f9e68c391f790feccc281
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-14T12:49:33Z

ignite-gg-12877 Compact consistent ID in WAL

commit 9f5a22711baea05bd37ab07c8f928a4837dd83a4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-14T14:12:28Z

Fixed javadoc.

commit d5af2d78dd8eef8eca8ac5391d31d8c779649bb0
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-11-15T08:09:00Z

IGNITE-6913 Baseline: Added new options to controls.sh for baseline 
manipulations.

commit 713924ce865752b6e99b03bd624136541cea5f9f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T09:03:12Z

IGNITE-5850 failover tests for cache operations during BaselineTopology 
changes

commit b65fd134e748d496f732ec2aa0953a0531f544b8
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T12:54:35Z

TX read logging if PITR is enabled.

commit 9b2a567c0e04dc33116b51f88bee75f76e9107d1
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T13:45:16Z

TX read logging if PITR is enabled.

commit 993058ccf0b2b8d9e80750c3e45a9ffa31d85dfa
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:51:54Z

ignite-2.4.1 optimization for store full set node more compacted

commit 1eba521f608d39967aec376b397b7fc800234e54
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:52:22Z

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

commit 564b3fd51f8a7d1d81cb6874df66d0270623049c
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T14:00:51Z

IGNITE-5850 fixed issue with initialization of data regions on node 
activation, fixed issue with auto-activation when random node joins inactive 
cluster with existing BLT

commit c6d1fa4da7adfadc80abdc7eaf6452b86a4f6aa4
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T16:23:08Z

IGNITE-5850 transitionResult is set earlier when request for changing 
BaselineTopology is sent

commit d65674363163e38a4c5fdd73d1c8d8e1c7610797
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T11:59:07Z

IGNITE-5850 new failover tests for changing BaselineTopology up (new node 
added to topology)

commit 20552f3851fe8825191b144179be032965e0b5c6
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T12:53:43Z

IGNITE-5850 improved error message when online node is removed from baseline

commit 108bbcae4505ac904a6db774643ad600bfb42c21
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T13:45:52Z

IGNITE-5850 BaselineTopology should not change on cluster deactivation

commit deb641ad3bdbf260fa60ad6bf607629652e324bd
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-17T09:45:44Z

ignite-2.4.1 truncate wal and checkpoint history on move/delete snapshot

commit 3c8b06f3659af30d1fd148ccc0f40e216a56c998
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-11-17T12:48:12Z

IGNITE-6947 Abandon remap after single map if future is done (fixes NPE)

commit ba2047e5ae7d271a677e0c418375d82d78c4023e
Author: devozerov <voze...@gridgain.com>
Date:   2017-11-14T12:26:31Z

IGNITE-6901: Fixed assertion during 
IgniteH2Indexing.rebuildIndexesFromHash. This closes #3027.

commit abfc0466d6d61d87255d0fe38cbdf11ad46d4f89
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T13:40:57Z

IGNITE-5850 tests for queries in presence of BaselineTopology

commit f4eabaf2a905abacc4c60c01d3ca04f6ca9ec188
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T17:23:02Z

IGNITE-5850 implementation for setBaselineTopology(long topVer) migrated 
from wc-251

commit 4edeccd3e0b671aa277f58995df9ff9935baa95a
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-11-17T18:21:17Z

GG-13074 Multiple snaps

[GitHub] ignite pull request #3075: no BaselineTopology for in-memory-only grid

2017-11-24 Thread sergey-chugunov-1985
Github user sergey-chugunov-1985 closed the pull request at:

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


---


[GitHub] ignite pull request #3075: no BaselineTopology for in-memory-only grid

2017-11-21 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

no BaselineTopology for in-memory-only grid



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

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

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

https://github.com/apache/ignite/pull/3075.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 #3075


commit e7ca9b65a68de7752195c8f4d2b5180f3c77d19f
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T18:52:47Z

ignite-blt-merge -> ignite-2.4.1

commit cc8168fc184bb7f5e3cc3bbb0743397097f78bfb
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-13T19:13:01Z

merge ignite-pitr-rc1 -> ignite-2.4.1

commit 87e6d74cf6a251c7984f9e68c391f790feccc281
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-14T12:49:33Z

ignite-gg-12877 Compact consistent ID in WAL

commit 9f5a22711baea05bd37ab07c8f928a4837dd83a4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-14T14:12:28Z

Fixed javadoc.

commit d5af2d78dd8eef8eca8ac5391d31d8c779649bb0
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-11-15T08:09:00Z

IGNITE-6913 Baseline: Added new options to controls.sh for baseline 
manipulations.

commit 713924ce865752b6e99b03bd624136541cea5f9f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T09:03:12Z

IGNITE-5850 failover tests for cache operations during BaselineTopology 
changes

commit b65fd134e748d496f732ec2aa0953a0531f544b8
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T12:54:35Z

TX read logging if PITR is enabled.

commit 9b2a567c0e04dc33116b51f88bee75f76e9107d1
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-15T13:45:16Z

TX read logging if PITR is enabled.

commit 993058ccf0b2b8d9e80750c3e45a9ffa31d85dfa
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:51:54Z

ignite-2.4.1 optimization for store full set node more compacted

commit 1eba521f608d39967aec376b397b7fc800234e54
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-15T13:52:22Z

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

commit 564b3fd51f8a7d1d81cb6874df66d0270623049c
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T14:00:51Z

IGNITE-5850 fixed issue with initialization of data regions on node 
activation, fixed issue with auto-activation when random node joins inactive 
cluster with existing BLT

commit c6d1fa4da7adfadc80abdc7eaf6452b86a4f6aa4
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-15T16:23:08Z

IGNITE-5850 transitionResult is set earlier when request for changing 
BaselineTopology is sent

commit d65674363163e38a4c5fdd73d1c8d8e1c7610797
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T11:59:07Z

IGNITE-5850 new failover tests for changing BaselineTopology up (new node 
added to topology)

commit 20552f3851fe8825191b144179be032965e0b5c6
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T12:53:43Z

IGNITE-5850 improved error message when online node is removed from baseline

commit 108bbcae4505ac904a6db774643ad600bfb42c21
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-16T13:45:52Z

IGNITE-5850 BaselineTopology should not change on cluster deactivation

commit deb641ad3bdbf260fa60ad6bf607629652e324bd
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-17T09:45:44Z

ignite-2.4.1 truncate wal and checkpoint history on move/delete snapshot

commit 3c8b06f3659af30d1fd148ccc0f40e216a56c998
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-11-17T12:48:12Z

IGNITE-6947 Abandon remap after single map if future is done (fixes NPE)

commit ba2047e5ae7d271a677e0c418375d82d78c4023e
Author: devozerov <voze...@gridgain.com>
Date:   2017-11-14T12:26:31Z

IGNITE-6901: Fixed assertion during 
IgniteH2Indexing.rebuildIndexesFromHash. This closes #3027.

commit abfc0466d6d61d87255d0fe38cbdf11ad46d4f89
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T13:40:57Z

IGNITE-5850 tests for queries in presence of BaselineTopology

commit f4eabaf2a905abacc4c60c01d3ca04f6ca9ec188
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-17T17:23:02Z

IGNITE-5850 implementation for setBaselineTopology(long topVer) migrated 
from wc-251

commit 4edeccd3e0b671aa277f58995df9ff9935baa95a
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-11-17T18:21:17Z

GG-13074 Multiple snaps

[GitHub] ignite pull request #2996: BaselineAffinityTopology

2017-11-08 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

BaselineAffinityTopology



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

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

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

https://github.com/apache/ignite/pull/2996.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 #2996


commit 174cfa71919e2825e0a76550123c00491bbc2a15
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-09-26T12:58:18Z

ignite-5852 : Introduced BaselineTopology mechanics.

commit e091521af4e24c1c39e785e797de7fc61eeea22f
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-06T15:24:19Z

ignite-5852 : Reverted eqNodes(...) to use uuid, added uuid generation for 
detached nodes.

commit a0cd8254fbd754e63a7b81945b97e752a250a921
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-06T17:06:12Z

ignite-5852 : Fixed affinity calculation for local cache.

commit 626d7ea877f9e7c0f425ea4fbf67df2ab00e7bcc
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-18T13:47:40Z

ignite-5852 : Fixed multiple calls of onActivate/onDeActivate callbacks 
when BLT is changed.

commit 8c91aaec7716cc97089a784a11e733600f9f682c
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-18T13:52:22Z

ignite-5852 : Fixed multiple calls of onActivate/onDeActivate callbacks 
when BLT is changed.

commit 2bffce366a6caf50ce3d931dbcb13a5d00cb74d0
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-20T13:52:46Z

ignite-5852 : Node filter handling.

commit d8d141de54d2e752bd6de2977952bfefc9588392
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-20T14:20:54Z

ignite-5852 : Tests for auto-activation.

commit 6a1d8874b6d1d203992b53ef7257beae02271203
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-24T11:51:12Z

ignite-5852 : Conflict resolution.

commit 829da8deff747267e8737dc90a55470d1885799d
Author: Konstantin Dudkov <kdud...@ya.ru>
Date:   2017-08-17T10:39:28Z

IGNITE-5849 refactor DataPageIO & FreeList, introduce MetaStorage

commit ec6748684793a162fd34303b381a98ec4be6ac12
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-24T14:12:02Z

Merge branches 'ignite-5849-2' and 'ignite-blt' of 
https://github.com/gridgain/apache-ignite into ignite-blt

commit 4774009eca2b4ea33e333747240e93ca86ae3ce5
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-24T16:12:33Z

Metastore integration : WIP.

commit 7654b6f45b3f02fd51f3bf5c7fb514b121a7dc64
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-25T13:59:39Z

Metastore integration : WIP.

commit 6a8d8ff85cd2f9a0c427ca7858faa0f9937c57b3
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-25T15:21:34Z

Test for possible issue when primary node leaves and returns.

commit 9538afc339c6dd7d2a0ade758e339075528d2a3f
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-25T15:24:23Z

Added TODO.

commit cfdd4f2d32a5ce7e637a8f7564725b1f093b7b7d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-25T16:14:07Z

Added test.

commit 5220672fcc42175ac448e91d54db12b4e7e7d128
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-26T15:17:02Z

Updated test to use auto-activation.

commit 29758238a9562f27a6fb16993c0a24661833e7a6
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-27T09:56:08Z

IGNITE-6281 simple validation of BaselineHistory was added

commit b4894027ac43a0b8ad098a5d114f2d9780b0136f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-27T10:40:02Z

IGNITE-6281 compilation error fixed

commit d7b720fc378a163210068b7d63efaea4667128bc
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-27T12:46:17Z

Minor fixes.

commit af3968cabcb6a0704de708fffb88cafb30548bf6
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-27T15:09:55Z

Minor fixes.

commit 6efb54c924178537b0fbe7788f6946edec55488d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-27T16:32:07Z

Metastore durability = WIP.

commit 13fa84f007fef8299c1d5ace1d4517a2f5f2a048
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-31T11:52:17Z

Responsibilities for reading/writing BaselineTopology were moved to 
ClusterStateProcessor, new test was added

commit 0e443a45eb32e060a6180b81e978c54699c375b9
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-11-03T11:33:25Z

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-blt-merge

commit 375645817f3a193fe13a07e836e4d42fd0f74819
Author: Ilya Lantukh <ilant...@gridgain.com>
Date

[GitHub] ignite pull request #2977: ignite-blt-PR

2017-11-03 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite-blt-PR



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

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

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

https://github.com/apache/ignite/pull/2977.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 #2977


commit 174cfa71919e2825e0a76550123c00491bbc2a15
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-09-26T12:58:18Z

ignite-5852 : Introduced BaselineTopology mechanics.

commit e091521af4e24c1c39e785e797de7fc61eeea22f
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-06T15:24:19Z

ignite-5852 : Reverted eqNodes(...) to use uuid, added uuid generation for 
detached nodes.

commit a0cd8254fbd754e63a7b81945b97e752a250a921
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-06T17:06:12Z

ignite-5852 : Fixed affinity calculation for local cache.

commit 626d7ea877f9e7c0f425ea4fbf67df2ab00e7bcc
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-18T13:47:40Z

ignite-5852 : Fixed multiple calls of onActivate/onDeActivate callbacks 
when BLT is changed.

commit 8c91aaec7716cc97089a784a11e733600f9f682c
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-18T13:52:22Z

ignite-5852 : Fixed multiple calls of onActivate/onDeActivate callbacks 
when BLT is changed.

commit 2bffce366a6caf50ce3d931dbcb13a5d00cb74d0
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-20T13:52:46Z

ignite-5852 : Node filter handling.

commit d8d141de54d2e752bd6de2977952bfefc9588392
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-20T14:20:54Z

ignite-5852 : Tests for auto-activation.

commit 6a1d8874b6d1d203992b53ef7257beae02271203
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-24T11:51:12Z

ignite-5852 : Conflict resolution.

commit 829da8deff747267e8737dc90a55470d1885799d
Author: Konstantin Dudkov <kdud...@ya.ru>
Date:   2017-08-17T10:39:28Z

IGNITE-5849 refactor DataPageIO & FreeList, introduce MetaStorage

commit ec6748684793a162fd34303b381a98ec4be6ac12
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-24T14:12:02Z

Merge branches 'ignite-5849-2' and 'ignite-blt' of 
https://github.com/gridgain/apache-ignite into ignite-blt

commit 4774009eca2b4ea33e333747240e93ca86ae3ce5
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-24T16:12:33Z

Metastore integration : WIP.

commit 7654b6f45b3f02fd51f3bf5c7fb514b121a7dc64
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-25T13:59:39Z

Metastore integration : WIP.

commit 6a8d8ff85cd2f9a0c427ca7858faa0f9937c57b3
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-25T15:21:34Z

Test for possible issue when primary node leaves and returns.

commit 9538afc339c6dd7d2a0ade758e339075528d2a3f
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-25T15:24:23Z

Added TODO.

commit cfdd4f2d32a5ce7e637a8f7564725b1f093b7b7d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-25T16:14:07Z

Added test.

commit 5220672fcc42175ac448e91d54db12b4e7e7d128
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-26T15:17:02Z

Updated test to use auto-activation.

commit 29758238a9562f27a6fb16993c0a24661833e7a6
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-27T09:56:08Z

IGNITE-6281 simple validation of BaselineHistory was added

commit b4894027ac43a0b8ad098a5d114f2d9780b0136f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-27T10:40:02Z

IGNITE-6281 compilation error fixed

commit d7b720fc378a163210068b7d63efaea4667128bc
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-27T12:46:17Z

Minor fixes.

commit af3968cabcb6a0704de708fffb88cafb30548bf6
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-27T15:09:55Z

Minor fixes.

commit 6efb54c924178537b0fbe7788f6946edec55488d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-10-27T16:32:07Z

Metastore durability = WIP.

commit 13fa84f007fef8299c1d5ace1d4517a2f5f2a048
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-31T11:52:17Z

Responsibilities for reading/writing BaselineTopology were moved to 
ClusterStateProcessor, new test was added

commit f43eba7f5ca45a7008563cfd43d764f09595de98
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-11-01T11:11:31Z

master merged

commit 7047ef17928ee95ab5d8dcc41b68e020399c328c
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-11-01T13:21:08Z

Fixed NodeOrderComparator usage.

commit b8d16383bc2

[GitHub] ignite pull request #2944: Ignite 6641 1

2017-10-30 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 6641 1



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

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

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

https://github.com/apache/ignite/pull/2944.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 #2944


commit 831fb5dee0fba430eec56f5732f4a5bbd79d9339
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-17T09:27:13Z

IGNITE-6641 quick proof on concept impl

commit 0b5ab8cf0183d77cefd492949969b91cb91e9cf7
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-17T14:53:01Z

IGNITE-6641 row link must respect partition row key belongs to

commit f124ceb28987feee286dc5e9ccdceef6b3b583fa
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-26T08:48:08Z

IGNITE-6641 Code cleanup

commit ed6104557a2fb009a6d99a8b5323d16312c80239
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-17T09:27:13Z

IGNITE-6641 quick proof on concept impl

commit 065a492836bc4fc43d1a025955a6e0d9259e6cb3
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-17T14:53:01Z

IGNITE-6641 row link must respect partition row key belongs to

commit a876359d9f089160d835e21929b9079760033a6b
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-26T08:48:08Z

IGNITE-6641 Code cleanup

commit e18d41cf94a415980a913f3edbbafecd8b875d4f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-26T12:21:37Z

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

commit 1ebfd19c9b3803ac492f2ca5bc796ed0aaf91071
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-30T09:28:49Z

IGNITE-6641 memory leak on removing page was fixed




---


[GitHub] ignite pull request #2915: write metadata to disk when registering it locall...

2017-10-24 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

write metadata to disk when registering it locally



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

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

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

https://github.com/apache/ignite/pull/2915.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 #2915


commit bece22a3e105e598f3e5597d64bbc6aee36180ef
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-24T11:02:16Z

IGNITE-6722 writing to disk metadate in registerLocally methods was added




---


[GitHub] ignite pull request #2880: metadata read must not block when called from dis...

2017-10-19 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

metadata read must not block when called from discovery thread

…read

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

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

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

https://github.com/apache/ignite/pull/2880.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 #2880


commit 1e6f950722059169d9bb6b4beb4c8767595a42d8
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-19T08:21:51Z

IGNITE-6668 metadata read doesn't block when called from discovery thread




---


[GitHub] ignite pull request #2866: quick proof on concept impl

2017-10-17 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

quick proof on concept impl



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

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

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

https://github.com/apache/ignite/pull/2866.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 #2866


commit 831fb5dee0fba430eec56f5732f4a5bbd79d9339
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-17T09:27:13Z

IGNITE-6641 quick proof on concept impl




---


[GitHub] ignite pull request #2822: proper getters for rebalance metrics were added

2017-10-09 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

proper getters for rebalance metrics were added

…tyle getters (without get) were deprecated

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

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

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

https://github.com/apache/ignite/pull/2822.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 #2822


commit f06ade39be127241b31754824f4a3c37f98c9747
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-09T14:35:03Z

IGNITE-6583 proper getters for rebalance metrics were added; ignite-style 
getters (without get) were deprecated




---


[GitHub] ignite pull request #2814: Ignite 2.1.6

2017-10-06 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 2.1.6



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

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

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

https://github.com/apache/ignite/pull/2814.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 #2814


commit 2d39bab7e8c40a179fdd0c30b492a53fe2142ba0
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-21T11:42:08Z

IGNITE-6127 Implemented GZip data between web-agent and web server.
(cherry picked from commit 90f4d4d)

commit 324915f37285e81b872e14a5c13a066258302bd5
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-21T11:46:48Z

ignite-6096: Fixed races on partition evict (backport).

commit 446e1845672378c4008ad207c3d945fbd236097b
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-21T11:47:13Z

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

commit c3aa151698f82e46b97052a2189ecfdf11a58f37
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-24T08:47:16Z

Test for cache partitions state, fix for client cache start.

(cherry picked from commit aeb9336b3b161ddfff73f17e41cd453409b84a16)

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java
#   
modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite6.java
#   
modules/core/src/test/java/org/apache/ignite/testsuites/IgnitePdsTestSuite.java

commit 270e2b260d3f0519d6f8ab5c2465a84b4c0a6327
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-27T09:50:37Z

Tried to simplify GridDhtAtomicCache.updateAllAsyncInternal0.

(cherry picked from commit 5704e39)

commit f34ef163359bde62865246856a705e09b92c23e2
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-27T10:21:14Z

Removed unused methods from IgniteThreadPoolExecutor.

(cherry picked from commit 2574beb)

commit 4bfe699e79fcf34afd62a9bb3a356af2d89d9cc9
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-27T10:57:11Z

Added related GridIoPolicy in IgniteThread.

(cherry picked from commit 3a3650f)

commit 93eb78f62322ce32900efd430a489afee078dd89
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-27T12:25:06Z

Minor (added more clear method IgniteTxHandler.prepareNearTxLocal).

(cherry picked from commit e9a0d69)

commit e0fe1c3ca0df4ae51dee84ce5d23eb6292cdac22
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-28T07:25:16Z

ignite-5858 Fixed affinity initialization on new coordinator (broken in 
aeb9336b3b161ddfff73f17e41cd453409b84a16).

(cherry picked from commit b698bbf)

commit 8d51fb95329aede1ae733b368c68ffe5528e21e6
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-21T12:09:08Z

IGNITE-6104 Fixed link.
(cherry picked from commit e678c81)

commit 3b613407c056c01a4eda0c77612a08b8468886d5
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-08-02T08:25:08Z

IGNITE-5757 - Rent partitions on exchange completion

(cherry picked from commit c6fbe2d)

commit 762b533d3666903dc4119b5a5252373354bb98e1
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-21T12:22:18Z

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

commit e9139d4916a22acab22008663e89f963f3d3a6b5
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-02T14:25:31Z

Call updateRebalanceVersion after evictions (was broken in 
c6fbe2d82a9f56f96c94551b09e85a12d192f32e);

(cherry picked from commit b277682)

commit 615a582b83d9acdd5703995f52f97e70027e0639
Author: Dmitriy Shabalin <dshaba...@gridgain.com>
Date:   2017-08-21T12:34:59Z

IGNITE-4728 Fixed get params for saved state.
(cherry picked from commit 97b3cef)

commit 891a9e0001bd0d77e0bafc3ad109d04d02a9b7ff
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-21T10:21:44Z

ignite-6124 Merge exchanges for multiple discovery events

(cherry picked from commit bebf299799712b464ee0e3800752ecc07770d9f0)

commit 96d86acdfe1a251758c6915b473ceb20514cbbad
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-21T13:19:18Z

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

commit e9f729fcb9ba7b555aed246a834e385ce2c88795
Author: Alexey Goncharuk <agoncha...@apache.org>
Date:   2017-08-21T10:49:22Z

ignite-5872 Replace standard java maps for partition counters with more 
effective data structures

(cherry picked from commit 918c409)

commit 8e672d4a83cb20136d375818505cacccf6c9b4fd
Author: sboikov <sboi...@gridgain.com>
Date:   2017-

[GitHub] ignite pull request #2799: IGNITE-6536 node must fail when detects mapping s...

2017-10-04 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-6536 node must fail when detects mapping storage corruption



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

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

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

https://github.com/apache/ignite/pull/2799.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 #2799


commit fa7b54bdc7c1c0290666bce2bff2d98fc9b5b972
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-10-03T16:17:50Z

IGNITE-6536 node fails when detects mapping storage corruption




---


[GitHub] ignite pull request #2566: IGNITE-6234 null check for schemaIds

2017-08-31 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-6234 null check for schemaIds



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

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

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

https://github.com/apache/ignite/pull/2566.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 #2566


commit 32da9b85a25074a3b7d3e0072cbda3abb75f3f60
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-08-31T14:41:18Z

IGNITE-6234 null check for schemaIds




---
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 #2564: ignite-2.1.3-p1

2017-08-31 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignite-2.1.3-p1



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

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

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

https://github.com/apache/ignite/pull/2564.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 #2564


commit 27072a1c14012d2e7762311e7f2610541cee1fcf
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-08-18T09:47:08Z

IGNITE-5901 Fixed AsynchronousCloseException in WAL

commit 4de7d29f0f9e722eb83f46dd98d61e1e890e5a0a
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-08-17T15:09:50Z

IGNITE-6103 - Handle missed partition ID during WAL replay




---
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 #2519: Ignite 6124 last ver fix

2017-08-25 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 6124 last ver fix



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6124-lastVer-fix

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

https://github.com/apache/ignite/pull/2519.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 #2519


commit 1e08c3fb5c02ec8acafd71b50b6ad3b749259f1a
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-07-31T11:14:56Z

IGNITE-4800: Lucene query may fails with NPE. This closes #2315.

commit 3fdf453e89a7bd76dff6b6d0646e3821ea3921d5
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-07-31T14:32:12Z

IGNITE-4800: Lucene query may fails with NPE.
Test fixed.

commit e255a564985a12113984ec02f15a4443495b8ffc
Author: Nikolay Izhikov <nizhikov@gmail.com>
Date:   2017-08-02T08:52:44Z

ignite-5712 Context switching for optimistic transactions

commit 772d462b68c7de8517d1f61e2e05ec8eefb18eac
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-03T04:55:15Z

Merge branch ignite-2.1.3 into ignite-2.1.4

commit 0f3b7ca25313083e4dc35e7842931a655abd
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-04T08:46:14Z

IGNITE-5126: Batch support for this JDBC driver. This closes #2162.

commit d1a74a4be8744528e6ed23706174041ddb0f2618
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-04T09:04:38Z

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

commit 0b3a9a7176f5ae44a96ecf700c8147193dfbf064
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-08-04T10:18:00Z

IGNITE-5923: ODBC: SQLGetTypeInfo now works with SQL_ALL_TYPES

(cherry picked from commit 48c914d)

commit 4e0385fbc0f50548f2da3407fdfdfe939b463c67
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-08-04T15:34:27Z

IGNITE-5939: ODBC: SQLColAttributes now works with legacy attribute codes.

(cherry picked from commit 70ffa2c)

commit 4f02504475fd1e5cc3b9f4754856e44d20fdc1cb
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-07T02:41:22Z

Merge branch ignite-2.1.3 into ignite-2.1.4.

commit b093afb8231135a4904f5fffd62f5b4c332f1d47
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-08T09:05:36Z

IGNITE-5211: Added new constructor: QueryEntity(Class keyCls, Class 
valCls). This closes #2371. This closes #2388. This closes #2407.

commit 879f19106b22e66d5f6ea94424d961d049397410
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-08T12:16:58Z

IGNITE-5982: GridMapQueryExecutor was split into several pieces.

commit 7c77b869bc3efdf19e53cc2b064f4290fd73e2b2
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-09T08:47:58Z

IGNITE-5993: Removed unused SQL-related classes and methods (old tree 
index, snapshots, etc). This closes #2414.

commit ab18fdfcc4f6db1e54fb1f3b68ba7fbc31a7f6e7
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-07-14T17:14:47Z

IGNITE-5452: GridTimeoutProcessor can hang on stop. This closes #2279.

commit 580b6aa8e5a8a887397eab5c4c830ec28f45cd30
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-09T10:22:54Z

IGNITE-5734 Web Console: Fixed npm dependencies.
(cherry picked from commit aeafbf1)

commit 841db65e56063605475710bc170de4aea672c31d
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-09T11:55:04Z

IGNITE-5987 Added -nq (visor will not quit in batch mode) option for Visor 
Cmd.
(cherry picked from commit 8d6e842)

commit 5c2097856714a7803956d754735c68b21156019c
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-11T03:25:36Z

IGNITE-5902 Implemented stop caches at once.
(cherry picked from commit ebb8765)

commit 8b2461942c18f228c0107020aa28c03711bdceda
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-11T04:07:26Z

IGNITE-6012 Refactored GridJettyRestHandler.processRequest(): replace 
mapper.writeValueAsString with writeValue(stream, v).
(cherry picked from commit 3a390c8)

commit 3a7d4f4a79e7c0a23244387e3a68535375a66a87
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-11T04:18:42Z

IGNITE-6013 Optimized processing response from cluster.
(cherry picked from commit b02c481)

commit 74d6ab9916b3a01c78cdf1ad86211c9fcbb2214d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-08-14T08:08:28Z

Merge branch 'ignite-2.1.3' into ignite-2.1.4

commit fde550bac56fd0cc7c51c62a9c291dd4c3f3030c
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-14T08:32:11Z

IGNITE-5941 - Fixed index name length rest

[GitHub] ignite pull request #2513: Ignite 6180

2017-08-24 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 6180



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

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

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

https://github.com/apache/ignite/pull/2513.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 #2513


commit 1e08c3fb5c02ec8acafd71b50b6ad3b749259f1a
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-07-31T11:14:56Z

IGNITE-4800: Lucene query may fails with NPE. This closes #2315.

commit 3fdf453e89a7bd76dff6b6d0646e3821ea3921d5
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-07-31T14:32:12Z

IGNITE-4800: Lucene query may fails with NPE.
Test fixed.

commit e255a564985a12113984ec02f15a4443495b8ffc
Author: Nikolay Izhikov <nizhikov@gmail.com>
Date:   2017-08-02T08:52:44Z

ignite-5712 Context switching for optimistic transactions

commit 772d462b68c7de8517d1f61e2e05ec8eefb18eac
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-03T04:55:15Z

Merge branch ignite-2.1.3 into ignite-2.1.4

commit 0f3b7ca25313083e4dc35e7842931a655abd
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-04T08:46:14Z

IGNITE-5126: Batch support for this JDBC driver. This closes #2162.

commit d1a74a4be8744528e6ed23706174041ddb0f2618
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-04T09:04:38Z

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

commit 0b3a9a7176f5ae44a96ecf700c8147193dfbf064
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-08-04T10:18:00Z

IGNITE-5923: ODBC: SQLGetTypeInfo now works with SQL_ALL_TYPES

(cherry picked from commit 48c914d)

commit 4e0385fbc0f50548f2da3407fdfdfe939b463c67
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-08-04T15:34:27Z

IGNITE-5939: ODBC: SQLColAttributes now works with legacy attribute codes.

(cherry picked from commit 70ffa2c)

commit 4f02504475fd1e5cc3b9f4754856e44d20fdc1cb
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-07T02:41:22Z

Merge branch ignite-2.1.3 into ignite-2.1.4.

commit b093afb8231135a4904f5fffd62f5b4c332f1d47
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-08T09:05:36Z

IGNITE-5211: Added new constructor: QueryEntity(Class keyCls, Class 
valCls). This closes #2371. This closes #2388. This closes #2407.

commit 879f19106b22e66d5f6ea94424d961d049397410
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-08T12:16:58Z

IGNITE-5982: GridMapQueryExecutor was split into several pieces.

commit 7c77b869bc3efdf19e53cc2b064f4290fd73e2b2
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-09T08:47:58Z

IGNITE-5993: Removed unused SQL-related classes and methods (old tree 
index, snapshots, etc). This closes #2414.

commit ab18fdfcc4f6db1e54fb1f3b68ba7fbc31a7f6e7
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-07-14T17:14:47Z

IGNITE-5452: GridTimeoutProcessor can hang on stop. This closes #2279.

commit 580b6aa8e5a8a887397eab5c4c830ec28f45cd30
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-09T10:22:54Z

IGNITE-5734 Web Console: Fixed npm dependencies.
(cherry picked from commit aeafbf1)

commit 841db65e56063605475710bc170de4aea672c31d
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-09T11:55:04Z

IGNITE-5987 Added -nq (visor will not quit in batch mode) option for Visor 
Cmd.
(cherry picked from commit 8d6e842)

commit 5c2097856714a7803956d754735c68b21156019c
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-11T03:25:36Z

IGNITE-5902 Implemented stop caches at once.
(cherry picked from commit ebb8765)

commit 8b2461942c18f228c0107020aa28c03711bdceda
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-11T04:07:26Z

IGNITE-6012 Refactored GridJettyRestHandler.processRequest(): replace 
mapper.writeValueAsString with writeValue(stream, v).
(cherry picked from commit 3a390c8)

commit 3a7d4f4a79e7c0a23244387e3a68535375a66a87
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-11T04:18:42Z

IGNITE-6013 Optimized processing response from cluster.
(cherry picked from commit b02c481)

commit 74d6ab9916b3a01c78cdf1ad86211c9fcbb2214d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-08-14T08:08:28Z

Merge branch 'ignite-2.1.3' into ignite-2.1.4

commit fde550bac56fd0cc7c51c62a9c291dd4c3f3030c
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-14T08:32:11Z

IGNITE-5941 - Fixed index name length restrictions. This closes #2408

commit 

[GitHub] ignite pull request #2390: ignored_tests suite fixes

2017-08-03 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

ignored_tests suite fixes



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

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

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

https://github.com/apache/ignite/pull/2390.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 #2390


commit 7dc3ee8e68c67af308982e903b4f4de67916afb7
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-08-03T15:37:26Z

Ignored tests suite was fixed for test run on TC




---
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 #2328: Ignite 5792

2017-07-20 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite 5792



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

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

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

https://github.com/apache/ignite/pull/2328.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 #2328






---
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 #2318: checkpoint marker guaranteed read

2017-07-18 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

checkpoint marker guaranteed read



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

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

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

https://github.com/apache/ignite/pull/2318.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 #2318


commit 18bdfe96a1e579371108c661e3374183c58a296d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-13T12:42:30Z

Fixed NPE in tests

commit d9ed07c67e4a4ff3a9de543cbe039ac2a48f03a0
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-13T14:32:06Z

Functionality of muted test is debated now

commit 871d9260f3b32bed5273852dbdb74c758f73d383
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-13T15:34:01Z

Functionality of GridVersionSelfTest is debated now

commit 2788a740c9aec88d14808d5927a346d121ad42b1
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-14T09:23:42Z

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

commit 1e7e692bd4ce0fe2e092117190b59382840317a7
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-14T09:25:08Z

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

commit 9fa78849c1ecc45fa56f518ad229e76725c27790
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-07-14T11:12:29Z

IGNITE-4831: Add an option to disable MBeans. This closes #2265.

(cherry picked from commit 7283edb)

commit d5cc82cb09cf37da783c9bcfbf6743b8910ceb30
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-14T11:52:09Z

GridCacheAbstractNodeRestartSelfTest stopping all grids after each test to 
prevent subsequent test failures when one test fails or hangs

commit 8f1d732fc8065e59a29bb538456194d7f4edd3e9
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-14T11:52:17Z

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

commit 1d75560f9f418628da7d212207267482a1ea16aa
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-14T13:07:49Z

Merge branch 'master' into ignite-2.1.3

commit e7ed26b6d305485d3a48ffcca0b9f4069e1fad30
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-14T14:04:51Z

Test configuration fix to pass validation.

commit b32800a0ec573fb60b77bd00cb04578c5114233b
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-14T17:17:15Z

Corrected benchmark output

commit 2b50486983fcda8d4b599d9af33e08673e87668e
Author: dpavlov <dpav...@gridgain.com>
Date:   2017-07-14T18:10:06Z

IGNITE-5515: Tests were enabled to get hangup on TC

commit 310d903a3ae23a2761c5c8339e5cd53ea6a7eb03
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-17T09:45:20Z

Minor (comments)

commit 0d6b73081725d006947a11bfe787bf01f0e869f4
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-07-17T10:25:58Z

GG-12495 SaveStoreMetadata doesn't work for local cache. Got NPE.

commit a71691ae22e30eea775324363d13e8875be8c4d9
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-18T09:37:14Z

IGNITE-5774 - Added more information about long-running partition release 
future

commit 4a37d712d6234066102f6d0677d90d45fb3f415d
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-18T11:03:49Z

GG-12505 assertion for checkpoint marker length, guaranteed full read of 
checkpoint marker file




---
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 #2303: Test eviction read through

2017-07-14 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Test eviction read through



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

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

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

https://github.com/apache/ignite/pull/2303.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 #2303


commit 18bdfe96a1e579371108c661e3374183c58a296d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-13T12:42:30Z

Fixed NPE in tests

commit d9ed07c67e4a4ff3a9de543cbe039ac2a48f03a0
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-13T14:32:06Z

Functionality of muted test is debated now

commit 871d9260f3b32bed5273852dbdb74c758f73d383
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-13T15:34:01Z

Functionality of GridVersionSelfTest is debated now

commit 2788a740c9aec88d14808d5927a346d121ad42b1
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-14T09:23:42Z

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

commit 1e7e692bd4ce0fe2e092117190b59382840317a7
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-14T09:25:08Z

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

commit 9fa78849c1ecc45fa56f518ad229e76725c27790
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-07-14T11:12:29Z

IGNITE-4831: Add an option to disable MBeans. This closes #2265.

(cherry picked from commit 7283edb)

commit d5cc82cb09cf37da783c9bcfbf6743b8910ceb30
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-14T11:52:09Z

GridCacheAbstractNodeRestartSelfTest stopping all grids after each test to 
prevent subsequent test failures when one test fails or hangs

commit 8f1d732fc8065e59a29bb538456194d7f4edd3e9
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-14T11:52:17Z

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

commit 1d75560f9f418628da7d212207267482a1ea16aa
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-14T13:07:49Z

Merge branch 'master' into ignite-2.1.3

commit a9c90d63a055252c5f1fdf3eda92c9f309227b68
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-14T14:04:51Z

check fix finishes on TC




---
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 #2295: IgniteCacheP2pUnmarshallingRebalanceErrorTest fix

2017-07-13 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IgniteCacheP2pUnmarshallingRebalanceErrorTest fix



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

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

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

https://github.com/apache/ignite/pull/2295.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 #2295


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 9191ab35b9976e19b7a40e2b256faba69d92e390
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-13T12:54:22Z

IGNITE-5542 CacheGroup configuration from cluster is merged with local 
settings




---
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 #2252: logging

2017-07-06 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

logging



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

$ git pull https://github.com/gridgain/apache-ignite donnet-hangs-debug

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

https://github.com/apache/ignite/pull/2252.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 #2252


commit 63f3ec18e0cbf144c59c484449f78c2a9ee5b52b
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-06T09:50:01Z

logging




---
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 #2235: two tests unmuted, one test removed as obsolete (...

2017-07-04 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

two tests unmuted, one test removed as obsolete (IGNITE-5592)



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

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

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

https://github.com/apache/ignite/pull/2235.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 #2235


commit 9a60e4fe11c2c9f301e9c93a9ce4cb4a7afd1666
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-07-04T14:53:57Z

IGNITE-4536 two tests unmuted, one test removed as obsolete (IGNITE-5592)




---
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 #2199: Ignite gg 12347 1

2017-06-27 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Ignite gg 12347 1



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

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

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

https://github.com/apache/ignite/pull/2199.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 #2199


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 ffe1a010c9452954aabd091b25e3dc47128acdcd
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-09T14:20:07Z

Merge from ignite-5267

commit 65d21ebd094c2d93fe18693f5f1ff9dfbb330053
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-09T14:45:56Z

ignite-5324 : Volatile data structures.

commit f9ed6120baa6d0db826f1e58f4fd7b791711734a
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-09T15:15:28Z

IGNITE-5267 - Fixed NPE in checkpointer

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-13T1

[GitHub] ignite pull request #2173: storing binary metadata on disk

2017-06-21 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

storing binary metadata on disk



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

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

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

https://github.com/apache/ignite/pull/2173.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 #2173


commit 65d21ebd094c2d93fe18693f5f1ff9dfbb330053
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-09T14:45:56Z

ignite-5324 : Volatile data structures.

commit f9ed6120baa6d0db826f1e58f4fd7b791711734a
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-09T15:15:28Z

IGNITE-5267 - Fixed NPE in checkpointer

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:

[GitHub] ignite pull request #2163: new method in MarshallerContext interface to regi...

2017-06-20 Thread sergey-chugunov-1985
Github user sergey-chugunov-1985 closed the pull request at:

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


---
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 #2163: new method in MarshallerContext interface to regi...

2017-06-20 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

new method in MarshallerContext interface to register mappings locally



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

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

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

https://github.com/apache/ignite/pull/2163.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 #2163


commit ffe1a010c9452954aabd091b25e3dc47128acdcd
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-09T14:20:07Z

Merge from ignite-5267

commit 65d21ebd094c2d93fe18693f5f1ff9dfbb330053
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-09T14:45:56Z

ignite-5324 : Volatile data structures.

commit f9ed6120baa6d0db826f1e58f4fd7b791711734a
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-09T15:15:28Z

IGNITE-5267 - Fixed NPE in checkpointer

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 <dmitr

[GitHub] ignite pull request #2145: IGNITE-5519

2017-06-16 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-5519



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

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

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

https://github.com/apache/ignite/pull/2145.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 #2145


commit 68ee06304209541a8a1fafaab8a149002d70022d
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-05-26T08:35:31Z

ignite-gg-12163 fix concurrency lvl for rw lock by default

commit 874096f33a68e61d96dfce2ef3af0f354b4ce102
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-05-26T08:54:59Z

ignite-gg-12163 utils update nearestPow2

commit 13c5a5f37a448c5fde66538ff522ff2582db6146
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-05-26T09:02:37Z

ignite-gg-12163 utils update

commit 9c3028a6414bf7c94a9550b40cc40a7da72d34e0
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-05-26T09:37:32Z

Merge remote-tracking branch 'origin/ignite-5267' into ignite-gg-12163

# Conflicts:
#   
modules/pds/src/main/java/org/apache/ignite/internal/processors/cache/database/GridCacheDatabaseSharedManager.java

commit 164e3188f303b3565a53634be713917b0f6e2e85
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-05-26T13:08:57Z

Fixed unhandled GridDhtInvalidPartitionException.

commit a988b8ddee36209bae7a9fd7b3d6d39428bd4180
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-26T14:08:55Z

IGNITE-GG-12163 JIRA for failing test with detailed description was created

commit 3450241fb101eaa6a6c0378f085097ba7609f1c0
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-05-26T20:59:56Z

Fixed PersistentStore configuration documentation

commit c68b61d3c3229c1c473cf06023df2ffe6d5aa547
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-26T21:27:27Z

IGNITE-5295: NPE when Persistent Store is used and Memory Configuration is 
missing

commit c6313b7ec24c860f803d191e776ee7ace11cec82
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-05-29T07:45:42Z

Merge branch 'ignite-5267' of 
https://git-wip-us.apache.org/repos/asf/ignite into ignite-gg-12163

commit 43ddc7d5337635e49a7646d15bd85da22e8b7d4b
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-06-01T00:36:15Z

Fixed PersistentStore configuration documentation

commit 3a44e3ac104775d58f24f193bd1cce1518526b91
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-06-01T00:49:48Z

Renaming checkpoint to checkpointing in public interface

commit 9d75ff8cd9af1a2246b48eac28ae4f7367da91c0
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-01T13:21:27Z

Merged master to ignite-5267

commit c6fe26b8aae298e2645d3ed8e14e24836caef6e1
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-01T17:12:10Z

IGNITE-5267 - Added tx participating node IDs to transaction record.

commit 281d105f65f3dfd04c4ffa0ee82d052335506d93
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-02T08:18:40Z

Unmuted test

commit 0d5231e6428a83ba9b862be58d9978d44bd58ca6
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-02T09:56:04Z

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

commit c7a7e64237e8a2549d43e5e8ba6a3d77529cc150
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-02T11:12:17Z

IGNITE-5267 - Fixed compilation after merge from master

commit 7e45010b4848d0a570995e6dc938875710d846d8
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-04T08:02:31Z

ignite-5075 'logical' caches sharing the same 'physical' cache group

commit e1c328e468c94d268c754a3153c7bc2584279d0d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-05T08:16:31Z

IGNITE-5322 - Improved WAL record/iterator structure

commit b47db106d42afb5dcbee57b793b63efa43fc4ef2
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-05T08:41:42Z

IGNITE-5323 - Moved record serializer version from file name to file header

commit c6f6319eab2c0069534666d9a9a364a5d54d3cda
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-05T08:57:57Z

Merge master into ignite-5267

commit 0ce28c6462870f8b6ff798aa6e9236ade490f540
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-05T09:33:47Z

DB managers initialization on client node.

commit 874b1f472cdf866a516f858b2a069a32ce41156f
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-05T11:57:54Z

Fixed formatting.

commit 4f69bd021a3e0951ca2

[GitHub] ignite pull request #2137: MemoryMetricsTest fix

2017-06-16 Thread sergey-chugunov-1985
Github user sergey-chugunov-1985 closed the pull request at:

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


---
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 #2137: MemoryMetricsTest fix

2017-06-15 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

MemoryMetricsTest fix



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

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

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

https://github.com/apache/ignite/pull/2137.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 #2137


commit 30ba7698dfcf2e9eb4376afb704e0ab615ffde5e
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-04-25T15:48:07Z

fixing isFirstJvm method

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 excep

[GitHub] ignite pull request #2045: MemoryPolicyConfiguration.rateTimeInterval proper...

2017-05-31 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

MemoryPolicyConfiguration.rateTimeInterval property changed its type to long



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

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

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

https://github.com/apache/ignite/pull/2045.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 #2045


commit 9ae106a1c0d20b1bce2399b388b4652ff37a46c5
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-22T17:21:46Z

IGNITE-5124 properties to configure memoryMetrics were added

commit adb905024135f0cdb9f03a09d5680f680a0da455
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-23T11:03:42Z

IGNITE-5124 MemoryPolicy configuration validation test was updated

commit 0068847e746913bcf18339a0ac36380923a8c214
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-24T09:13:03Z

IGNITE-5124 changes in documentation javadocs

commit 0f69ae527aede6880d64435d056d0c603cddf5e1
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-25T12:32:59Z

IGNITE-5124 MemoryConfiguration validation test fixes

commit 1343341458eb6ea96785fe76df6b12348aac0328
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-31T09:59:30Z

IGNITE-5124 rateTimeInterval semantics was changed from seconds to 
milliseconds

commit 1ffb4f591bebcdfea3902aeaba5ad6930c5ab9f9
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-31T11:10:59Z

merge from master




---
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 #2016: persistence configuration should be ignored on cl...

2017-05-26 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

persistence configuration should be ignored on client nodes



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

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

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

https://github.com/apache/ignite/pull/2016.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 #2016


commit 55fadeb3b7fdcbb6962e960396f7da3e4a33f4c7
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-26T16:59:57Z

IGNITE-5295 persistence configuration should be ignored on client nodes




---
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 #1988: properties to configure memoryMetrics are added, ...

2017-05-22 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

properties to configure memoryMetrics are added, documentation improved



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

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

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

https://github.com/apache/ignite/pull/1988.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 #1988


commit 9ae106a1c0d20b1bce2399b388b4652ff37a46c5
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-22T17:21:46Z

IGNITE-5124 properties to configure memoryMetrics were added




---
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 #1930: logging of memory configuration improvements on n...

2017-05-11 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

logging of memory configuration improvements on node start 



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

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

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

https://github.com/apache/ignite/pull/1930.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 #1930


commit 5565da03a4636cbd82af656b2cf6ce6e54e926a3
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-05-11T14:27:02Z

IGNITE-5202 logging memory configuration improved




---
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 #1878: changes with expandable memory policy and memory ...

2017-04-26 Thread sergey-chugunov-1985
Github user sergey-chugunov-1985 closed the pull request at:

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


---
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 #1878: changes with expandable memory policy and memory ...

2017-04-26 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

changes with expandable memory policy and memory metrics improvements



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

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

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

https://github.com/apache/ignite/pull/1878.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 #1878


commit 66a7eb3c6bd77d4af1a04f2224feac5c1a7e9fcb
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2017-04-18T14:21:20Z

master - test adjusted

commit 5d8e31806ac8c013169c9892c0f88b79d6833358
Author: Anton Vinogradov <a...@apache.org>
Date:   2017-04-18T12:32:29Z

Special profiles to set versions and check compilation across all modules
(cherry picked from commit 3565e4e)

commit 0abf6601fc1ff1e6e659381666ae706e31b51de0
Author: Yury Babak <yba...@gridgain.com>
Date:   2017-04-18T13:47:15Z

IGNITE-5000 Rename Ignite Math module to Ignite ML module
  added missed licenses
  renamed packages
  fixed wrong ml profile activation
(cherry picked from commit d78e071)

commit 364c38661a1864e0b823be737998ed66927d11ca
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-18T15:40:27Z

master - Mute test with a correct link

commit 0da51d4110ab13f42f0ee5a2fc3181fc50656cd4
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-18T15:40:55Z

master - Fix mvcc tests after CLOCK mode removal

commit 27fd74f1ebd0cb89a99be69c5c74829307e3
Author: Ignite Teamcity <ign...@apache.org>
Date:   2017-04-18T16:43:28Z

2.1.0-SNAPSHOT

commit 9c954c93a9d93952354e784a75c45cecdf245a2d
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-19T03:30:30Z

Fixed service deployment tests.

commit 9ce62e64a7abfc59799f4edf8d057a12c7a0d11d
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-19T03:45:08Z

Fixed javadoc.

commit 83d913c804ab6ecd4fb650e3b09062dca92ccae1
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-19T14:03:32Z

IGNITE-5024 default Memory Policy size was changed to 80% of available RAM

commit 67ba03bc2c2181f9d61caddd5981d24ef50cc10a
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-20T16:38:24Z

IGNITE-5024 - expandable memory space

commit 14c52e2fcac45bc51ca6e8588a7d250a0e285a1b
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-24T08:02:13Z

Merge branch ignite-5024 of https://github.com/gridgain/apache-ignite into 
ignite-5024

commit df7da50fb641bcde607bc3f3be591ea1704fb757
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-24T08:03:00Z

Merge branch 'ignite-2.0' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-5024

commit 777bd7763fe534ba88a9834c87f0c297832093c4
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-24T08:21:59Z

IGNITE-5024 - Fixing tests

commit 6746d82618343dcd1e57dadec337089476f451b0
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-24T17:14:01Z

IGNITE-5024 - Fixing tests

commit 21dce2708a50e2a87e876f2558c888f50d0d6df2
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-25T07:35:56Z

IGNITE-5024 - Fixing tests

commit afa1f96ccaa585b832e24bb07124b4eddfd524ca
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-25T07:44:41Z

IGNITE-5024 - Fixing tests

commit 5b35ebcda51f2e0041dd3ee249ddf8028c8f4b9b
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-25T07:52:12Z

IGNITE-5024 - Fixing tests

commit 9125b904a0fa253231374b0a9002de40e25f7ce3
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-25T09:21:42Z

IGNITE-5072 - Return memory metrics snapshot on public API

commit 00b7c51bc1f94d8a98709d61f48c19c7a4bc060f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-25T09:53:25Z

IGNITE-4536 one more obsolete cache metric was removed

commit 4ec1b65dda3e741abc09bfd342f958ce75b17a1a
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-25T13:04:53Z

IGNITE-4536 MemoryMetricsImpl class was split, JMX part was extracted to a 
separate class

commit 26ec9ff589eaf36d7f149aec302281c28173718d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-25T14:43:57Z

Merge into ignite-5072

commit 2fe80ef02e6ef0c15183142247f919a152dfbd29
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-04-25T14:44:26Z

Merge into ignite-5072

commit 30700df7a8796e2b9ad914f6dd2e8d113ecb3e20
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-

[GitHub] ignite pull request #1872: MemoryMetrics interface cleanup, MemoryMetricsImp...

2017-04-26 Thread sergey-chugunov-1985
Github user sergey-chugunov-1985 closed the pull request at:

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


---
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 #1873: logging was improved

2017-04-25 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

logging was improved



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

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

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

https://github.com/apache/ignite/pull/1873.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 #1873


commit 0d2439d06cd64c56ca1c2e1aa21014a2345e386f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-25T15:26:14Z

IGNITE-5079 logging was improved




---
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 #1872: MemoryMetrics interface cleanup, MemoryMetricsImp...

2017-04-25 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

MemoryMetrics interface cleanup, MemoryMetricsImpl split



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

$ git pull https://github.com/gridgain/apache-ignite ignite-4536-later-fixes

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

https://github.com/apache/ignite/pull/1872.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 #1872


commit 00b7c51bc1f94d8a98709d61f48c19c7a4bc060f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-25T09:53:25Z

IGNITE-4536 one more obsolete cache metric was removed

commit 4ec1b65dda3e741abc09bfd342f958ce75b17a1a
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-25T13:04:53Z

IGNITE-4536 MemoryMetricsImpl class was split, JMX part was extracted to a 
separate class




---
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 #1800: Obsolete cache metrics removed, test fixed

2017-04-25 Thread sergey-chugunov-1985
Github user sergey-chugunov-1985 closed the pull request at:

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


---
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 #1867: incorrect construction of swap files directory pa...

2017-04-25 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

incorrect construction of swap files directory path fixed



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

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

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

https://github.com/apache/ignite/pull/1867.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 #1867


commit 5e231cadb233ca1fff4c0a15f5672f93da8976cf
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-25T08:21:58Z

IGNITE-5067 incorrect construction of swap files directory path fixed




---
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 #1860: null is not used as name of default MemoryPolicy ...

2017-04-22 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

null is not used as name of default MemoryPolicy anymore



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

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

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

https://github.com/apache/ignite/pull/1860.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 #1860


commit 621e1ecaab08f27a9f18140d6e330f5fc02bf67f
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-21T15:00:34Z

IGNITE-5025 Name of default MemoryPolicy was changed from null to 'default'




---
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 #1822: IGNITE-5008 message of IgniteOutOfMemoryException...

2017-04-18 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-5008 message of IgniteOutOfMemoryException was detailed



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

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

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

https://github.com/apache/ignite/pull/1822.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 #1822


commit d6fc207693d0928ef615cc409054af067d5a079b
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-18T14:37:59Z

IGNITE-5008 message of IgniteOutOfMemoryException was detailed




---
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 #1810: MemoryConfiguration javadoc updated

2017-04-18 Thread sergey-chugunov-1985
Github user sergey-chugunov-1985 closed the pull request at:

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


---
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 #1813: mem.OutOfMemoryException was renamed

2017-04-17 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

mem.OutOfMemoryException was renamed



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

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

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

https://github.com/apache/ignite/pull/1813.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 #1813


commit 50c4960fb62680fdfdfb2c8f1c53c3a04d9ce074
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-17T16:29:02Z

mem.OutOfMemoryException was renamed; allocation failure message was 
improved




---
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 #1812: testAllocatedMemory fix

2017-04-17 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

testAllocatedMemory fix



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

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

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

https://github.com/apache/ignite/pull/1812.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 #1812


commit edc5762462588e4d4e7cfd4e1284e6fb7042de24
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-17T16:55:03Z

ClusterNodeMetricsSelfTest::testAllocatedMemory was fixed according to 
latest changes in memory management




---
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 #1810: MemoryConfiguration javadoc updated

2017-04-17 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

MemoryConfiguration javadoc updated



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

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

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

https://github.com/apache/ignite/pull/1810.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 #1810


commit 8226bdb7cb310cece081b3db00311d791e0fc025
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-17T14:45:02Z

MemoryConfiguration javadoc updated




---
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 #1800: Obsolete cache metrics removed, test fixed

2017-04-14 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

Obsolete cache metrics removed, test fixed



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

$ git pull https://github.com/gridgain/apache-ignite ignite-4536-later-fixes

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

https://github.com/apache/ignite/pull/1800.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 #1800


commit 0caa761fdf38e476364bc6714e98929742098bfc
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-14T15:03:03Z

IGNITE-4536 two more obsolete cache metrics were removed, test for memory 
allocation was fixed




---
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 #1794: swap-related functionality removed in ignite-2.0

2017-04-14 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

swap-related functionality removed in ignite-2.0



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

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

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

https://github.com/apache/ignite/pull/1794.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 #1794


commit 16a72e14fe4c9b124b8fbf55085ac871b665457e
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-12T14:31:37Z

IGNITE-4952 obsolete Event Types were removed, onSwap/onUnswap methods were 
removed from Query processor/manager as well

commit e2d5dee5b987f425538199b816a2645ec907a8b9
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-14T11:29:09Z

IGNITE-4952 changes from master branch were merged




---
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 #1788: IGNITE-4952 swap/unswap functionality was removed

2017-04-13 Thread sergey-chugunov-1985
GitHub user sergey-chugunov-1985 opened a pull request:

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

IGNITE-4952 swap/unswap functionality was removed



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

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

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

https://github.com/apache/ignite/pull/1788.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 #1788


commit f418736964f96d2215193c63c1e7c04f2bc755ef
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-04-12T14:31:37Z

IGNITE-4952 obsolete Event Types were removed, onSwap/onUnswap methods were 
removed from Query processor/manager as well




---
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 #1205: IGNITE-4155 minor fixes to examples

2017-04-13 Thread sergey-chugunov-1985
Github user sergey-chugunov-1985 closed the pull request at:

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


---
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.
---


  1   2   >