[GitHub] ignite pull request #4665: IGNITE-9426 IgniteAtomicSequence benchmarks

2018-09-03 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9426 IgniteAtomicSequence benchmarks



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

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

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

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


commit e26c20b807c5daeea43fcdfdbdb820847762b101
Author: Dmitriy Govorukhin 
Date:   2018-09-03T08:03:25Z

IGNITE-9426 add benchmarks




---


[GitHub] ignite pull request #4637: IGNITE-1678 IgniteAtomicSequence: make following ...

2018-08-28 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-1678 IgniteAtomicSequence: make following reservations in advance



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

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

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

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


commit ed9c2d27cdac5e65fe1689a4583678b9cbd1b3d1
Author: Dmitriy Govorukhin 
Date:   2018-08-26T07:35:01Z

IGNITE-1678 add percentage for atomic seq reservation in config + interfaces

commit cbfe5932a4b1230bb1aac8075004eea73479e7b2
Author: Dmitriy Govorukhin 
Date:   2018-08-26T07:53:47Z

IGNITE-1678 add percentage as parameter for atomic seq

commit 4a1d0c244fe015c7aaee7861857e84f05b985fc2
Author: Dmitriy Govorukhin 
Date:   2018-08-26T09:31:07Z

IGNITE-1678 add new test + small test updates

commit 839f43adf80a04e4a2778983560031592a20a89e
Author: Dmitriy Govorukhin 
Date:   2018-08-26T11:45:49Z

IGNITE-1678 first implementation (fully not working)

commit bd46569fc1e1f65709ac7a838f9b76d4df5c39d9
Author: Dmitriy Govorukhin 
Date:   2018-08-26T17:36:22Z

IGNITE-1678 minor test fix

commit 62bc2c94601d15a3eb3c939313ae88fbb81ca0fb
Author: Dmitriy Govorukhin 
Date:   2018-08-26T18:29:52Z

IGNITE-1678 fix config for chaining

commit 2d2627056ca288d95c68934286c0e80e66b4ca4e
Author: Dmitriy Govorukhin 
Date:   2018-08-26T18:48:07Z

IGNITE-1678 set default reservation percentage as 100

commit cf9a98f938f740c226b71ad73e734ac1834d97fe
Author: Dmitriy Govorukhin 
Date:   2018-08-27T10:44:39Z

IGNITE-1678 minor assert added + fix NPE

commit 0415064f4dbbfb3bea6d359467af1525af235b68
Author: Dmitriy Govorukhin 
Date:   2018-08-28T08:36:57Z

IGNITE-1678 rework reservation, add reservation context

commit 589297a406421a72254f949a1b0cb19cf14b9a26
Author: Dmitriy Govorukhin 
Date:   2018-08-28T09:42:21Z

IGNITE-1678 test refactoring

commit 4cdaf252de5526c19ba8672ac10819e9a983e1a1
Author: Dmitriy Govorukhin 
Date:   2018-08-28T16:50:00Z

Merge branch 'master' into ignite-1678

commit 7d1cf05c37867aab1a6496a97cf6ffc4727c8501
Author: Dmitriy Govorukhin 
Date:   2018-08-28T19:14:35Z

IGNITE-1678 add benchmarks




---


[GitHub] ignite pull request #4563: IGNITE-9294 Implement bounds for StandAloneWALIte...

2018-08-16 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9294 Implement bounds for StandAloneWALIterator



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

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

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

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


commit 6c8e731ca75b2c628a3fc40c60501d374145db13
Author: Dmitriy Govorukhin 
Date:   2018-08-16T20:51:13Z

IGNITE-9294 Implement bound for StandAloneIterator. Replay WAL 
form/to/between. + test




---


[GitHub] ignite pull request #4533: IGNITE-9260 fix broken validation of tail reached...

2018-08-13 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9260 fix broken validation of tail reached in standalone WAL iterator

…terator

Signed-off-by: Dmitriy Govorukhin 

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

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

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

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


commit 92263f6a4b1421a6c760eb11f76df128533cedb8
Author: Dmitriy Govorukhin 
Date:   2018-08-13T21:38:12Z

IGNITE-9260 fix broken validation of tail reached in standalone WAL iterator

Signed-off-by: Dmitriy Govorukhin 




---


[GitHub] ignite pull request #4513: IGNITE-9244 Rework partition eviction.

2018-08-13 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #4513: IGNITE-9244 Rework partition eviction.

2018-08-10 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9244 Rework partition eviction.

- add evict shared manager
- concurrent evict partition from one group
- balanced executors by partition size
- limitation concurrent evict operation via permits counter

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

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

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

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


commit ab10ca99d7d7052414ef0927d52f17c81e5d7bde
Author: Dmitriy Govorukhin 
Date:   2018-08-10T10:10:12Z

IGNITE-9244 Rework partition eviction.
- add evict shared manager
- concurrent evict partition from one group
- balanced executors by partition size
- limitation concurrent evict operation via permits counter

Signed-off-by: Dmitriy Govorukhin 




---


[GitHub] ignite pull request #4492: Ignite-2.5.1-p13

2018-08-07 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-2.5.1-p13



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

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

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

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


commit 78e7414cf568ef7e3f7567fdb74334012896b632
Author: Dmitriy Shabalin 
Date:   2018-04-13T10:55:02Z

IGNITE-8245 Fixed input appearance position with error.

(cherry picked from commit 56e3f43)

commit db3099e079022a8acc081b284f96583280742567
Author: Andrey Novikov 
Date:   2018-04-13T11:08:35Z

IGNITE-8248 Fixed npe in Web Console agent int case of self-signed 
certificate.

(cherry picked from commit 8a42f64)

commit e904b7b12a9bf4e038d13e39e7d85eaccfb40d65
Author: Alexey Goncharuk 
Date:   2018-04-13T15:01:00Z

IGNITE-8256 Fixed simulated node failure in the test

commit 9be980d084b19a604d7f811bf2c73a28b35b0cd6
Author: dmitrievanthony 
Date:   2018-04-13T15:02:37Z

IGNITE-8233: KNN and SVM algorithms don't work when partition doesn't 
contain data.

this closes #3807

(cherry picked from commit ee9ca06)

commit a9ec54be9c51fe8ff04ca5d21160c27255640007
Author: dmitrievanthony 
Date:   2018-04-13T15:08:08Z

IGNITE-8232: ML package cleanup for 2.5 release

this closes #3806

(cherry picked from commit 47cfdc2)

commit 8acee1da7fc8475e7d2ffb25b179055d93906034
Author: YuriBabak 
Date:   2018-04-13T17:27:15Z

IGNITE-8232: ML package cleanup for 2.5 release

this closes #3823

(cherry picked from commit c6ab036)

commit c51f2465113d096a36d0f173051f68c91be7
Author: Ilya Kasnacheev 
Date:   2018-04-13T21:50:11Z

IGNITE-2766 - Opportunistically reopen cache after client reconnect - Fixes 
#3417

Signed-off-by: Valentin Kulichenko 

commit c43049d4fc154e532497320e178d5acb468c15d9
Author: tledkov-gridgain 
Date:   2018-04-16T08:28:39Z

IGNITE-8129: MTCGA: setup default SSL context in JdbcthinConnectionSSLTest 
(because sometimes default SSL context may be setup by build system). This 
closes #3795.

commit b3f252666785fddf41ef07846e034d55ae0dda71
Author: Alexey Kukushkin 
Date:   2018-04-16T08:47:19Z

IGNITE-8097: Java thin client: throw handshake exception eagerly on connect 
phase in case of failure. This closes #3822.

commit 7173b0c48dab05be0b8e7825ae527824fcdbbc83
Author: zaleslaw 
Date:   2018-04-16T17:20:49Z

IGNITE-8169:
[ML] Adopt KMeans to the new Partitioned Dataset and cleanup old code

this closes #3817

(cherry picked from commit 9e21cec)

commit 6ee5e9fe8c07353a55a2a02b84f7b94c43b5c49f
Author: Alexey Kuznetsov 
Date:   2018-04-17T04:46:45Z

IGNITE-8201 REST: Added AUTHENTICATE command. Fixed session tokens. Added 
new tests.

(cherry picked from commit 1cfc989)

commit 7457fd319a372d54de68271be7fddbb634cb6070
Author: Anton Kalashnikov 
Date:   2018-04-17T07:30:52Z

IGNITE-8048 Store dynamic indexes to cache data on node join - Fixes #3719.

Signed-off-by: Alexey Goncharuk 

commit 2883ff4e958747916e7d9eec671100c366cad66b
Author: Ilya Borisov 
Date:   2018-04-17T08:01:36Z

IGNITE-8291 Web Console: Fixed Docker file generation.

(cherry picked from commit 5614621)

commit d0997d7740ea1114b4c8236f225d989de98e2f10
Author: YuriBabak 
Date:   2018-04-17T08:22:14Z

IGNITE-8292: Broken yardstick compilation.

this closes #3838

(cherry picked from commit e76fcb4)

commit 3d2556bc73eff6c5ccd52af1bea88b6016358db8
Author: Ilya Borisov 
Date:   2018-04-17T08:46:10Z

IGNITE-8285 Web console: Removed debug output.

(cherry picked from commit 8c80dce)

commit 4846e967e4cb7a174880a2956e807505a78fd441
Author: YuriBabak 
Date:   2018-04-17T08:54:41Z

IGNITE-8292: Broken yardstick compilation.

this closes #3840

(cherry picked from commit 3cebf91)

commit 733a62bcb6c0d9381a496f07417c10c7edea6d7c
Author: Ilya Borisov 
Date:   2018-04-17T07:12:39Z

IGNITE-8287 Change position on signup inputs on page-sign-in.

(cherry picked from commit e5c3f89)

commit 83e54311fce1d46279c6ddd687ced6f7c9f17ff6
Author: Ilya Borisov 
Date:   2018-04-17T10:15:57Z

IGNITE-8200 Web Console: Override clonedCluster in cluster-edit-form if 
caches or models have changed.
This improves interop with "import from DB" feature, which might update 
caches/models of cluster currently opened for editing.
The import dialog works as a separate state, so the form change 
detection mechanism ensures that any changes to the original
cluster are safe and won't interfere with changes made by user in 
cluster edit form.

(cherry picked f

[GitHub] ignite pull request #4429: IGNITE-9050 WALIterator should throw an exception...

2018-07-25 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9050 WALIterator should throw an exception if iterator stopped in 
the WAL archive but not in WAL work



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

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

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

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


commit 6fa61d3246f59fe18b4a7c1168ecb33cea59dac9
Author: Dmitriy Govorukhin 
Date:   2018-07-25T12:41:26Z

IGNITE-9050 WALIterator should throw an exception if iterator stopped in 
the WAL archive but not in WAL work.




---


[GitHub] ignite pull request #4401: IGNITE-9049 fix write SWITCH_SEGMENT_RECORD in th...

2018-07-22 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9049 fix write SWITCH_SEGMENT_RECORD in the end of file



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

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

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

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


commit cdf86420885ddbf60bd6e4d452c913ef722a6d89
Author: Dmitriy Govorukhin 
Date:   2018-07-22T20:48:23Z

IGNITE-9049 fix write SWITCH_SEGMENT_RECORD in the end of file




---


[GitHub] ignite pull request #4400: IGNITE-9049 fix write SWITCH_SEGMENT_RECORD in th...

2018-07-22 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #4400: IGNITE-9047 fix write SWITCH_SEGMENT_RECORD in th...

2018-07-22 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9047 fix write SWITCH_SEGMENT_RECORD in the end of file



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

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

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

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


commit 752cb61a90586540d9bbca5caf97c7021aa8813d
Author: Dmitriy Govorukhin 
Date:   2018-07-22T20:44:03Z

IGNITE-9047 fix write SWITCH_SEGMENT_RECORD in the end of file




---


[GitHub] ignite pull request #4397: IGNITE-9042 Transaction with small timeout may le...

2018-07-21 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9042 Transaction with small timeout may lead to inconsistent 
partition state



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

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

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

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


commit 8c8cc33748d10e491ce79b1183641b934cd4598a
Author: Dmitriy Govorukhin 
Date:   2018-07-21T10:56:35Z

IGNITE-9042 add test reproducer

commit 81ebffd62e4c2b260adc90570afdb5dc9fe91d7a
Author: Dmitriy Govorukhin 
Date:   2018-07-21T11:09:31Z

IGNITE-9047 add idleVerify checking into GridCommonAbstractTest

commit e19ff9f673242c563d2ed87be83df38cc41c6328
Author: Dmitriy Govorukhin 
Date:   2018-07-21T11:13:40Z

IGNITE-9047 change return value

commit 7bc281fa58f8e7df3e55ae0a90310c8081f81c94
Author: Dmitriy Govorukhin 
Date:   2018-07-21T19:48:40Z

IGNITE-9047 fix server node for compute task

commit f52646165ee6b4d0b5b3306d77e7e0650129d269
Author: Dmitriy Govorukhin 
Date:   2018-07-21T19:50:20Z

IGNITE-9047 fix exception in javadoc

commit 493ee5fe78e0c44c47cd0ccf4d24282ed9a8da45
Author: Dmitriy Govorukhin 
Date:   2018-07-21T19:50:45Z

Merge branch 'ignite-9047' into ignite-9042

commit 7863dcb8543b92a381349877aa23c6acd9c106d5
Author: Dmitriy Govorukhin 
Date:   2018-07-21T20:10:37Z

IGNITE-9042 random tx and timeout + add test to testsuit

commit 70b0ad28a6e6273ac3b1972c00b1ee84ed1108e8
Author: Dmitriy Govorukhin 
Date:   2018-07-21T20:12:45Z

IGNITE-9047 change result type

commit e0b727f63a36deca171e527685dab3edad3e9667
Author: Dmitriy Govorukhin 
Date:   2018-07-21T20:13:10Z

Merge branch 'ignite-9047' into ignite-9042

commit 4636e334c3e1208676de7243a0e110a9a56a159b
Author: Dmitriy Govorukhin 
Date:   2018-07-21T20:18:57Z

IGNITE-9042 minor test update

commit 5d3d3ff5dc846f8a4c0cad190b35e8643083f1e6
Author: Dmitriy Govorukhin 
Date:   2018-07-21T20:19:56Z

IGNITE-9042 fix timeout checking during send send prepared request

commit cf081ec777d8963386cf6ce5285f161fcc280e58
Author: Dmitriy Govorukhin 
Date:   2018-07-21T20:22:20Z

IGNITE-9042 ignore any exception




---


[GitHub] ignite pull request #4396: IGNITE-9047 Add idleVerify check into GridCommonA...

2018-07-21 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-9047 Add idleVerify check into GridCommonAbstractTest



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

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

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

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


commit 81ebffd62e4c2b260adc90570afdb5dc9fe91d7a
Author: Dmitriy Govorukhin 
Date:   2018-07-21T11:09:31Z

IGNITE-9047 add idleVerify checking into GridCommonAbstractTest

commit e19ff9f673242c563d2ed87be83df38cc41c6328
Author: Dmitriy Govorukhin 
Date:   2018-07-21T11:13:40Z

IGNITE-9047 change return value




---


[GitHub] ignite pull request #4372: IGNITE-8929 test reproducer + simple fix.

2018-07-17 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-8929 test reproducer + simple fix.



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

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

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

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


commit 77f7a096935716ef2e3c81543ec6fd0018098a9c
Author: Dmitriy Govorukhin 
Date:   2018-07-17T09:45:52Z

IGNITE-8929 test reproducer + simple fix. WAL should not disable for the 
group if none a partition is not assigned to a local node.

commit b3f4d9646533ceac563b4bb056163cff0d5e0091
Author: Dmitriy Govorukhin 
Date:   2018-07-17T09:48:31Z

IGNITE-8929 Debug on before change WAL state




---


[GitHub] ignite pull request #4305: IGNITE-8929 WAL should not disable for the group ...

2018-07-17 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #4305: IGNITE-8929 WAL should not disable for the group ...

2018-07-04 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-8929 WAL should not disable for the group if none a partition is not 
assigned to a local node



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

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

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

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


commit d5eb407ef2156420840f469a29517fa2ff213999
Author: Dmitriy Govorukhin 
Date:   2018-07-04T19:15:25Z

IGNITE-8929 test reproducer + simple fix




---


[GitHub] ignite pull request #4225: IGNITE-8827 disable WAL logging

2018-06-19 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-8827 disable WAL logging



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

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

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

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


commit 2250a923330127b2819bf50b4faeb40764f01762
Author: Dmitriy Govorukhin 
Date:   2018-06-19T11:57:48Z

IGNITE-8827 disable WAL logging




---


[GitHub] ignite pull request #4223: Ignite-gg-13938

2018-06-19 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-gg-13938



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

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

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

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






---


[GitHub] ignite pull request #4155: IGNITE-8661 WALItreater is not stopped if can not...

2018-06-08 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-8661 WALItreater is not stopped if can not deserialize record



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

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

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

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


commit e57074824be2e114c8d8607f43f66c028a06d860
Author: Dmitriy Govorukhin 
Date:   2018-06-01T11:53:48Z

IGNITE-8661 add IteratorParametersBuilder + refactoring

commit fc63c038e15dd49e7114fad0083af2c0e90e2b98
Author: Dmitriy Govorukhin 
Date:   2018-06-01T13:13:57Z

IGNITE-8661  refactoring

commit 667fea64a99c2dcc4ad9c173a96f2d345fafffc2
Author: Dmitriy Govorukhin 
Date:   2018-06-07T11:10:27Z

IGNITE-8661

commit d64289500c21db130416de2e094a06a44486f2d1
Author: Dmitriy Govorukhin 
Date:   2018-06-07T16:51:51Z

IGNITE-8661 wip

commit 2706b2bc6cb008c3f921c2b1ba33a9aca18ab412
Author: Dmitriy Govorukhin 
Date:   2018-06-08T09:18:02Z

Merge branch 'master' into ignite-8661




---


[GitHub] ignite pull request #4130: IGNITE-8685 Incorrect size for switch segment rec...

2018-06-05 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-8685 Incorrect size for switch segment record



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

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

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

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


commit 316ae35376058896b29db86d188147c6780c5ac2
Author: Dmitriy Govorukhin 
Date:   2018-06-05T11:53:36Z

IGNITE-8685 remove unused baseline record

commit f42620ba4bfc2805d6ec581036d9bc6e947c458c
Author: Dmitriy Govorukhin 
Date:   2018-06-05T11:56:10Z

IGNITE-8685 add test reproducer

commit 1cd5282184b5eca62a54a86e1d58e7660aefd3eb
Author: Dmitriy Govorukhin 
Date:   2018-06-05T12:02:59Z

IGNITE-8685 fix calculation switch segment record size

commit 4a999e397d7c5d3ddc1a764e1080b807b92d9749
Author: Dmitriy Govorukhin 
Date:   2018-06-05T12:14:58Z

Merge branch 'master' into ignite-8685




---


[GitHub] ignite pull request #3968: ignite-2.5.1-p1

2018-05-10 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

ignite-2.5.1-p1



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

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

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

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


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 #3965: IGNITE-7912

2018-05-08 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-7912



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

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

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

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


commit 578a49689cefbcf94ab999c2837a5324fdd069c5
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-03-14T17:43:34Z

IGNITE-7912 Add Visor WAL command to safely truncate WAL archives and
print list of files that is safe to truncate. Perform these task clusterwide
and per nodes that are specified.

commit 7b591d61c114ee24ef520480591ee1371d4f24ef
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-03-20T16:46:36Z

IGNITE-7912 Rewrote code for preventing abstraction leaks, and added 
additional tests for CommandHandler.

commit 5f19e13b180ac346ad3d6886f7b37ad595c706dc
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-03-21T10:35:27Z

IGNITE-7912 Merged with master and rewrote wal logic in CommandHandler 
according to new changes

commit 90daba6df7db6be0e42e07b20fa78bd4ce1c129e
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-03-21T10:36:29Z

IGNITE-7912 Merged with master and rewrote wal logic in CommandHandler 
according to new changes

commit 4093e89e1c1fb58123db2b1a863c82e9e07bdbca
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-03-23T14:03:36Z

Merge branch 'master' into ignite-7912

commit 680fe97ecb23bd13b4daa14d5723c112db5bc7fc
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-03-23T14:04:43Z

IGNITE-7912 Merging master and revert GridDhtPartitionExchangeId

commit f3b46c1af07a73913dca2b0f9173fb23280d13f8
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-03-31T09:13:11Z

IGNITE-7912 merge with master

commit 5478ca0454e83127f8a923e9e3da1e0bafb0424f
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-03T08:33:21Z

IGNITE-7912 Simplified tests and corrected formatting issues

commit 012b9b43df19abe7a3e6c4cc7371cc506f29a93a
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-04T13:12:41Z

IGNITE-7912 Code review reaction

commit 2c35061b2cba570d75231ae2addb6b1c6ef84ae8
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-05T11:05:44Z

IGNITE-7912 Add test that checks whether reserved WAL segment
is not affected

commit 93014eea3402d216880c1f574285a53eb66999ab
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-05T15:18:10Z

IGNITE-7912 Reworking test, part 1.

commit 0b94a1cdfc119577fe150a3d9094c897f9031537
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-05T16:34:28Z

IGNITE-7912 Reworking test, part 2.

commit 4e09ed087b73e1887f49aa3242f64e1672c507e7
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-06T14:57:16Z

IGNITE-7912 Small refactoring.

commit 4637e9f022af5c7fd101daf8c039d9f01d876988
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-09T09:42:14Z

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

commit be6dc1bcc256d7a94834f63873520103846d3797
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-09T09:49:13Z

IGNITE-7912 Small refactoring.

commit f6e4206dc8dcef1792bf9e25c204f0ce9732c209
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-12T10:44:12Z

Merge branch 'master' into ignite-7912

commit 12f89a6458228b7163a032177812d476473ee8d0
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-04-12T11:22:52Z

IGNITE-7912 Introduce IGNITE_ENABLE_EXPERIMENTAL_COMMAND system property
to hide WAL command by default.

commit 10d1ff6f8fab3239706da15d2ea63e894cb24385
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-05-02T11:41:37Z

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

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/commandline/Arguments.java
#   
modules/core/src/main/java/org/apache/ignite/internal/commandline/Command.java
#   
modules/core/src/main/java/org/apache/ignite/internal/commandline/CommandHandler.java
#   
modules/core/src/test/java/org/apache/ignite/internal/commandline/CommandHandlerParsingTest.java
#   
modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java

commit 895bb93ca5365d8d54c15853b0a2fb92d888f2a1
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-05-02T14:15:22Z

IGNITE-7912 wip.

commit c01ceddc697202e3c774383ac473db428015f838
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-05-07T09:30:19Z

Merge remote-tracking branch 'origin/master' into ignite-7912

commit b19be66f9938fcc0314f

[GitHub] ignite pull request #3953: Ignite 2.5.1-master

2018-05-07 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2.5.1-master



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

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

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

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


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>

comm

[GitHub] ignite pull request #3888: IGNITE-8346 Add FileDownloaderTest to PDS 2 suit

2018-04-20 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-8346 Add FileDownloaderTest to PDS 2 suit

… + small refactoring.

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

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

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

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


commit 80d5c4e51f013d0edac0c8a8f4506f762d6926b4
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-20T14:14:37Z

IGNITE-8346 Add FileDownloaderTest to PDS 2 suit. Uncomment test body + 
small refactoring.




---


[GitHub] ignite pull request #3845: IGNITE-8078 New metrics for data store

2018-04-17 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-8078 New metrics for data store



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

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

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

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


commit 1814fbb5f62629ee3e5f4c9f4d44e39a1a38e871
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-17T08:32:56Z

IGNITE-8078 wal metrics added

commit 4835a59bf5c04232753e90ed61e95ca358f7528d
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-17T08:35:14Z

IGNITE-8078 FsyncWal fix rollover metrics

commit 9af5217822d30d4d430ef9a20d51893c27a58959
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-17T08:35:55Z

IGNITE-8078 remove reset wal metrics

commit b8ec647bfe28fdef584e8303bc243b98fcf11afa
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-17T09:11:41Z

IGNITE-8078 added pageRead pageWritten and pageReplaced metrics

commit da446efdfe867d06491864de142b96e0cba90312
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-17T10:00:11Z

IGNITE-8078 added offheapSize and offHeapUsedSize

commit 75634fd1cf7cf54b4cc38cf556b9494c1ae049eb
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-17T10:03:09Z

IGNITE-8078 added new method on IgniteMXBean. getCurrentCoordinator

commit ab31657f7863e682f7b5b47c6279a9d589c77498
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-17T10:08:05Z

IGNITE-8078 add methods to CacheGroupMetrics interface, implement 
partitionIndexes and group type

commit ea82b8bd888d978fe20789a5edfff97167a00ce2
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-17T10:29:29Z

IGNITE-8078 fix compilation error




---


[GitHub] ignite pull request #3782: IGNITE-8078

2018-04-17 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #3799: Ignite-2.5.1.b4

2018-04-11 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-2.5.1.b4



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

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

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

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


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 #3797: Ignite-gg-13703

2018-04-11 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-gg-13703



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

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

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

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


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 #3782: IGNITE-8078

2018-04-09 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-8078



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

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

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

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


commit 6a4693b84c783ec2a87d399f92bddb82c36aae13
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-02T07:26:28Z

IGNITE-8078 added new method on IgniteMXBean. getCurrentCoordinator

commit e199fe2e700514bb9b6a0474257e8152b60bf527
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-02T12:24:04Z

IGNITE-8078 rename refactoring

commit 93a01affab20f7736cc3eadd8e6360786ad52d1e
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-02T12:25:46Z

IGNITE-8078 rename refactoring

commit 6922e1c4dc78667523f421e339f37fd162d128a0
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-02T14:09:23Z

IGNITE-8078 WIP refactoring

commit 43f97954737fef14c09f66b23c60f48d4f114eac
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-02T16:22:57Z

IGNITE-8078 PkIndex tracker

commit aaba63fa971a685703129b72f4a45a33a2ac8276
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-02T16:38:31Z

IGNITE-8078 ReuseList tracker

commit e99a1353c0aae3e464751ee8dc557441794c52c2
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-02T17:52:26Z

IGNITE-8078 Pure data tracker

commit 0af44ea316edc27ec713fe43e8b5e8ea7e2646cf
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-03T07:33:56Z

IGNITE-8078 add methods to CacheGroupMetrics interface, implement 
partitionIndexes and group type

commit 02740ac701bd5b5140a7066b91fd10a56c327ee3
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-03T07:35:46Z

IGNITE-8078 minor refactoring

commit 8280405e6e714c738c26817d7df7c8cc60a0ae6b
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-03T08:11:11Z

IGNITE-8078 data structure total size count

commit dece316c8c5fcd99e8bb5eb322694d715e4b79d3
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-03T08:23:52Z

IGNITE-8078 secondary indexes size

commit d7ef793b780e2e0c0cd197754bf1e3f34404f81e
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-03T09:51:36Z

IGNITE-8078 total allocated size

commit 352019f75488011f17529f3b61f2576a9538f491
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-03T13:26:56Z

IGNITE-8078 index size + refactoring and improvements

commit fd3d2dcc49f978afc3e09a54bc80b4ba9edcb7a5
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-03T13:55:02Z

IGNITE-8078 refactoring

commit 252453e5782479b6e7808f6c609e4d62271c4006
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-03T13:56:25Z

IGNITE-8078 code cleanup

commit 20251dde60c80069193642f335d0e10b797383a8
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-04T10:29:20Z

IGNITE-8078 wip

commit 736ded6a2330592ecf8961656e1f3761c453ec02
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-04T12:52:03Z

IGNITE-8078 wip

commit 6cce1440dd47cb46762a8608793b01342a655689
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-04T15:01:44Z

IGNITE-8078 wip

commit d311f8a3053424d9d8b3f0801d9110ad0dd76280
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-04T15:10:37Z

IGNITE-8078 minor fix

commit 17b97210cf69e0abac4c0c9f9d0dd1dd25680ca9
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-04T15:36:24Z

IGNITE-8078 minor

commit 4be410803a1a006afe9a7119a7a94e64147f5b94
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-05T09:26:57Z

IGNITE-8078 ccfg size count in internal metric

commit 4982a026e03b4630b06d48151f3d0f838c5bb6c9
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-05T12:31:22Z

IGNITE-8078 refactoring

commit 8baba8caccde7a6136d1cb20c766c4fba0ef62ff
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-05T12:59:36Z

IGNITE-8078 minor refactoring

commit 122676edfdafffbda5ed602e542ced4c88a78438
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-05T14:45:26Z

IGNITE-8078 minor refactoring

commit 1849ed23e68f67867ce55d3317390437636a03e2
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-04-05T14:48:15Z

IGNITE-8078 minor refactoring

commit 232913a6a2922022e3846e5c0f504546f5b33dc8
Author: Dmitriy Govorukhin 

[GitHub] ignite pull request #3594: IGNITE-7865 Supported serializerVersion method fo...

2018-03-02 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-7865 Supported serializerVersion method for WAL manager



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

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

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

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


commit 569836532000c0224132dc01c6b07366e4796f75
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-03-02T09:16:27Z

IGNITE-7865 Supported serializerVersion method for WAL manager




---


[GitHub] ignite pull request #3539: IGNITE-7747 An exception should not be throw if s...

2018-02-19 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-7747 An exception should not be throw if segments not found 

An exception should not be throw if segments not found for 
getAndReserveWalFiles. Stopped iteration if next segment not found

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

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

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

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


commit bc381187292e0c032f30069e9174bc78d1376789
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-02-19T10:34:17Z

IGNITE-7747 Exception should not be throw if segments not found for 
getAndReserveWalFiles. Stopped iteration if next segment not found




---


[GitHub] ignite pull request #3513: Ignite-2.4.2-p4

2018-02-13 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-2.4.2-p4



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

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

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

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


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 baseline

commit edae228c8f55990c15ef3044be987dcb00d6c81a
Author: EdShang

[GitHub] ignite pull request #3466: IGNITE-7580

2018-02-02 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-7580



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

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

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

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






---


[GitHub] ignite pull request #3465: Ignite-7580

2018-02-02 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #3465: Ignite-7580

2018-02-02 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-7580



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

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

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

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


commit 0861e5e4edb6f412c77acd69902c1756f889d6b1
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-01-31T09:29:57Z

IGNITE-7580 fix for consistency of compatibilityMode flag, fix for 
verification before activation req

commit 08df88032ce29690fa7dbfcdefb328f3be97629d
Author: Sergey Chugunov <sergey.chugunov@...>
Date:   2018-02-01T12:36:24Z

Merge branch 'master' into ignite-7580




---


[GitHub] ignite pull request #3427: Ignite-2.4.1-p8

2018-01-24 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-2.4.1-p8



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

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

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

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


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 baseline

commit edae228c8f55990c15ef3044be987dcb00d6c81a
Author: EdShang

[GitHub] ignite pull request #3426: Ignite-2.4.2-p3

2018-01-24 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-2.4.2-p3



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

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

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

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


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 baseline

commit edae228c8f55990c15ef3044be987dcb00d6c81a
Author: EdShang

[GitHub] ignite pull request #3408: IGNITE-7278-2

2018-01-19 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-7278-2



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

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

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

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


commit 9755dd25022082be9ce7e175aeeab57e4a614373
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-01-19T15:12:54Z

IGNITE-7278 fix page corruption on node restart

commit 2c2345fb97a2e8d7c0da7711b3c5198ee076dc69
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-01-19T15:16:58Z

Merge branch 'master' into ignite-7278-2




---


[GitHub] ignite pull request #3372: Ignite-gg -13276 weak ref for group state in chec...

2018-01-17 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #3372: Ignite-gg -13276 weak ref for group state in chec...

2018-01-15 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-gg -13276 weak ref for group state in checkpoint entry



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

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

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

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


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 baseline

commit ed

[GitHub] ignite pull request #3364: Ignite 2.4.1-merge-master-weakref-checkpointentry

2018-01-15 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #3364: Ignite 2.4.1-merge-master-weakref-checkpointentry

2018-01-12 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2.4.1-merge-master-weakref-checkpointentry



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.4.1-merge-master-weakref-checkpointentry

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

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


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 #3330: Ignite 2.4.1-merge-master-reconnect

2018-01-08 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2.4.1-merge-master-reconnect



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.4.1-merge-master-reconnect

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

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


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 baseline

commit ed

[GitHub] ignite pull request #3329: Ignite-2.4.2-p1

2018-01-08 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-2.4.2-p1



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

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

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

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


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 baseline

commit edae228c8f55990c15ef3044be987dcb00d6c81a
Author: EdShang

[GitHub] ignite pull request #3188: Ignite 2.4.1 p3

2017-12-08 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2.4.1 p3



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

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

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

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


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 snapshot test failures after baseline topology is 
in

[GitHub] ignite pull request #3170: Ignite 2.4.1 merge master fix lost partition

2017-12-08 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #3170: Ignite 2.4.1 merge master fix lost partition

2017-12-07 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2.4.1 merge master fix lost partition



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.4.1-merge-master-fix-lost-partition

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

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


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 Multip

[GitHub] ignite pull request #3089: Ignite-2.4.1-merge-master

2017-11-24 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-2.4.1-merge-master



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

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

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

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


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 #3025: Ignite-2.4.1

2017-11-13 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-2.4.1



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

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

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

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


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




---


[GitHub] ignite pull request #2964: ignite-pitr-rc1

2017-11-01 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

ignite-pitr-rc1



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

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

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

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


commit bb66f21dfbaeec42bd107968b873d7c2d9d47e24
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-01T13:15:18Z

merge ignite-blt-2 -> ignite-pitr-rc1

commit d9ef94f5108071deef0404ea56c1dfcdd8f40c12
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-01T13:43:07Z

merge ignite-pitr-beta -> ignite-pitr-rc1




---


[GitHub] ignite pull request #2958: ignite-pitr-rc1

2017-11-01 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #2961: IGNITE-6324 Transactional cache data partially av...

2017-11-01 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6324 Transactional cache data partially available after crash.



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

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

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

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


commit e751a8c70cc49c138aed004f1b216b9b02b3b6e1
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-10-26T13:37:44Z

IGNITE-6324 add transaction recovery functionality + tests

commit 1d804fe47626d36afc6b70613180ded637451248
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-10-26T14:13:46Z

IGNITE-6324 small test rework

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

IGNITE-6324 minor improvements, more debug on recovery, move wal log 
dataRec in txs




---


[GitHub] ignite pull request #2958: ignite-pitr-rc1

2017-11-01 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

ignite-pitr-rc1



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

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

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

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


commit a7ecc8ff1866df3bca0dcd504f0258a99dcbe430
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-11-01T09:14:15Z

merge ignite-pitr-beta -> ignite-pitr-rc1




---


[GitHub] ignite pull request #2795: IGNITE-6550 Add new snapshot record type (Snapsho...

2017-10-03 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6550 Add new snapshot record type (SnapshotRecord)



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

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

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

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


commit df16cbf8356aeb786468cc5c1755a532db832818
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-09-27T15:26:00Z

GG-12847 Introduce snapshot wal record




---


[GitHub] ignite pull request #2792: IGNITE-6547 Added ability log timestamp for wal t...

2017-10-03 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6547 Added ability log timestamp for wal tx and data records



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

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

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

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


commit 5c9571e95fbb67c89e3fecef29bfb7e9f03bf025
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-10-03T11:56:00Z

IGNITE-6547 added ability log timestamp for wal tx and data records




---


[GitHub] ignite pull request #2770: IGNITE-6513 introduce system property for manage ...

2017-09-28 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6513 introduce system property for manage wal serializer version

-DIGNITE_WAL_SERIALIZER_VERSION=2

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

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

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

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


commit d921a453ed48681781c830bac56f73d33b3b3ca0
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-09-28T13:05:57Z

IGNITE-6513 introduce system property for manage wal serializer version 
(IGNITE_WAL_SERIALIZER_VERSION)




---


[GitHub] ignite pull request #2762: gnite-gg-pitr-2.1.5 merge to ignite-PITR (master)

2017-09-27 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

gnite-gg-pitr-2.1.5 merge to ignite-PITR (master)



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

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

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

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


commit 0b0556528098f2cb326c4d5c988f4cccd6dbe164
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-09-26T14:25:31Z

ignite-gg-pitr-2.1.5 merge to PITR (master)

commit fd0e6025c8a744280d7da3256a89f644abd8f48b
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-09-26T15:31:26Z

ignite-gg-pitr-2.1.5 merge to PITR (master)




---


[GitHub] ignite pull request #2756: ignite-gg-pitr-2.1.5 merge to PITR (master)

2017-09-27 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #2756: ignite-gg-pitr-2.1.5 merge to PITR (master)

2017-09-26 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

ignite-gg-pitr-2.1.5 merge to PITR (master)



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

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

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

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


commit 0b0556528098f2cb326c4d5c988f4cccd6dbe164
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-09-26T14:25:31Z

ignite-gg-pitr-2.1.5 merge to PITR (master)




---


[GitHub] ignite pull request #2738: IGNITE-6493 incorrect usage dataStreamer, must be...

2017-09-25 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6493 incorrect usage dataStreamer, must be in try-with-resource



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

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

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

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


commit 79d036a2a0483b59d5e6ece13dd3bd8622d7df6b
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-09-25T09:47:31Z

IGNITE-6493 fix IgnitePdsWalTlbTest.testWalDirectOutOfMemory() incorrect 
usage dataStreamer, must be in try-with-resource




---


[GitHub] ignite pull request #2497: IGNITE-6154 Incorrect check checkpoint pages coll...

2017-09-22 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #2720: Ignite 2.1.5 merge

2017-09-22 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #2695: Ignite 2.1.5-IGN-8173 remove locDepOwner

2017-09-22 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---


[GitHub] ignite pull request #2726: IGNITE-6480 fix serverTopologyNodes method

2017-09-22 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6480 fix serverTopologyNodes method



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

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

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

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


commit 2d77153465b098805954d825610e8afae413511d
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-09-22T09:28:53Z

IGNITE-6480 fix serverTopologyNodes method




---


[GitHub] ignite pull request #2723: IGNITE-6213 remove locDepOwner flag, and mark as ...

2017-09-21 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6213 remove locDepOwner flag, and mark as deprecated



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

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

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

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


commit 6349c172547e0280e020aa3b02440b2975d7f328
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-09-21T17:16:58Z

IGNITE-6213 remove locDepOwner flag, and mark as deprecated




---


[GitHub] ignite pull request #2720: Ignite 2.1.5 merge

2017-09-21 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2.1.5 merge



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

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

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

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


commit 276e84a91bcea9c6b076ff674cdd16d93fbbde4d
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-08-10T12:31:44Z

IGNITE-5995: ODBC fix for SQLGetData.

(cherry picked from commit 0d8d166)

commit 020ff3608d07fc584effe0826d72eb5edac0e1d6
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-08-15T13:55:31Z

IGNITE-6032: ODBC: Added SQL_SCROLL_OPTIONS support for SQLGetInfo

(cherry picked from commit f3d3d1bd718068c941e14b4e5949573b0a5d0c6a)

commit b094cb277152be41d8d3aa467167403838f69e87
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-08-16T06:41:54Z

IGNITE-6019: SQL: do not pull the whole result set immediately to the 
client when there is no merge table. This closes #2430.

commit 56d8baa3744992a77ee5eb9bea8f78bf50667ffa
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-16T11:06:58Z

IGNITE-6074 Fixed test fail 
IgniteWalRecoveryTest#testWalBigObjectNodeCancel (reset position and limit 
after expand buffer) - Fixes #2452.

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

commit 3d696da0714577dff82229db3c3aed87d43f1f10
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-16T14:01:57Z

IGNITE-6082 Fixed 
DynamicIndexPartitionedTransactionalConcurrentSelfTest.testConcurrentPutRemove 
(use correct IP finder in test SPI)

commit 5819acd8c829c4d65bf53c6bef39e3dfb9fc938b
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-08-16T14:12:27Z

IGNITE-6073 Handy API to add binary metadata locally

commit 6528622444d389f4876195b35cadc6cb68f36cc4
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-08-16T14:59:11Z

IGNITE-6068 Fixed InvalidPartitionException during index visit

commit 30de686fbc206f2d105f17eee4f31b6bdc1c0a14
Author: Konstantin Dudkov <kdud...@ya.ru>
Date:   2017-08-15T12:28:05Z

IGNITE-6067 move initialize() to GridCacheUtils - Fixes #2445.
(cherry picked from commit 24cfc2a)

commit 8a5e3dd24a924b0d81a3771a0e71fd28c6ca8953
Author: vsisko <vsi...@gridgain.com>
Date:   2017-08-17T07:55:08Z

IGNITE-5586 Toggle cluster active state.
(cherry picked from commit 5283e19)

commit 5cefdef0ccf2f24053068e529d4eeb3e0eddf1d6
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-17T08:24:06Z

IGNITE-6080: DML batches are now grouped by affinity. This closes #2454.

commit 50a42280a08b71ff023f06262a19011f4c2bef37
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-17T10:41:37Z

IGNITE-5233: JDBC thind driver: implemented metadata methods. This closes 
#2079.

commit 44c1d5b9ff20a768c66c37520949073b5bb7c489
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-17T10:46:03Z

IGNITE-6091 Fixed flaky test 
CacheLateAffinityAssignmentTest.testRandomOperations - Fixes #2462.

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

commit 8486b98c4542291644cb0f2b0ac53934f5da4d32
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2017-08-17T11:41:38Z

IGNITE-5947 Fixed "ClassCastException when two-dimensional array is fetched 
from cache".

Signed-off-by: nikolay_tikhonov <ntikho...@gridgain.com>

commit 38cccd3ca31a4d1d5c9a6500eda203285603bb86
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-08-17T11:58:38Z

IGNITE-5738: JDBC: add batch support. This closes #2393.

commit 621f62a41a7186d891ee2d743d911bfafa3dc617
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-17T12:39:27Z

IGNITE-5837: Minor fix to DynamicIndexAbstractConcurrentSelfTest. This 
closes #2345.

commit a2ae057ac57cace756334044c35ac08e38d50eb6
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-08-17T12:54:21Z

IGNITE-6033 Added sorted and multithreaded modes in checkpointing algorithm 
- Fixes #2441.

commit 752167976af6d361feb38c4940b1916da014dc74
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-17T14:05:50Z

IGNITE-6098 Fixed IgniteDataIntegrityTests.testExpandBuffer - Fixes #2465.

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

commit a787eee339190a0d4110850fd876ea315f53ed53
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-17T14:07:29Z

IGNITE-6100 Fixed memory leak, 
Ignite

[GitHub] ignite pull request #2695: Ignite 2.1.5-IGN-8173 remove locDepOwner

2017-09-19 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2.1.5-IGN-8173 remove locDepOwner 



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.1.5-IGN-8173

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

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


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 13f38d79b57b395e43d42a8f3c278cf48336d7c5
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-14T09:12:46Z

IGNITE-5890 Added estimated time to rebalance completion and time to 
rebalance start to MXBean - Fixes #2386.

commit c23a2dcfb1395e87cb4e14457a053c6b4727b318
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-14T13:33:12Z

IGNITE-5741 - Replaced HeapByteBuffer with DirectByteBuffer in WAL records 
iterator - Fixes #2329.

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

commit 2f38065cd10fd61d51771d14188380dc7cc74ed7
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-08-14T13:44:50Z

GG-12629 Backport IGNITE-5961 to 8.1.4

commit cdac5a87cb1432ffd0ec32a2888505805e7348da
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-08-14T13:56:11Z

IGNITE-5843 Persist cache configuration received on node join - Fixes #2347.

commit 

[GitHub] ignite pull request #2536: IGNITE-6210 Size of the checkpoint buffer is limi...

2017-08-29 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6210 Size of the checkpoint buffer is limited 



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

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

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

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


commit e0956a4db319113219b46f0fc033b1564423f831
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-29T10:46:20Z

IGNITE-6210 Size of the checkpoint buffer is limited by the size of the 
memory policy




---
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 #2508: ignite-2.1.5

2017-08-23 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

ignite-2.1.5



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

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

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

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


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 #2497: IGNITE-6154 Incorrect check checkpoint pages coll...

2017-08-22 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6154 Incorrect check checkpoint pages collection



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

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

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

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


commit ec357391b7bba564168802ae390bdf827e0aac20
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-22T13:34:31Z

IGNITE-6154 fix incorrect check checkpoint pages




---
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 #2487: IGNITE-6035 clean index on cache destroy

2017-08-18 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6035 clean index on cache destroy



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

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

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

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


commit c3e91201623d6bdcfaa460a0c81bddb112eaa3eb
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-18T16:48:28Z

IGNITE-6035 WIP. Dirty fix.




---
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 #2466: IGNITE-6100 fix memory leak

2017-08-17 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6100 fix memory leak

IgnitePdsRecoveryAfterFileCorruptionTest.testPageRecoveryAfterFileCorruption

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

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

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

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


commit 4e1628049beaae4b059637c107e24008b7ad5733
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-17T13:52:30Z

ignite-6100 fix memory leak, 
IgnitePdsRecoveryAfterFileCorruptionTest.testPageRecoveryAfterFileCorruption




---
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 #2465: IGNITE-6098 fix test IgniteDataIntegrityTests.tes...

2017-08-17 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6098 fix test IgniteDataIntegrityTests.testExpandBuffer



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

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

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

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


commit d298b8bb6e183a51984e3f8db9a9c6b3b92f8695
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-17T12:57:42Z

ignite-6098 fix test IgniteDataIntegrityTests.testExpandBuffer




---
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 #2452: IGNITE-6074 fix test fail testWalBigObjectNodeCan...

2017-08-16 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-6074 fix test fail testWalBigObjectNodeCancel

reset position and limit after expand buffer

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

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

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

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


commit a1f6309683d9802de960b2817574e71593d96c79
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-16T10:29:26Z

ignite-6074 fix test fail IgniteWalRecoveryTest#testWalBigObjectNodeCancel 
(reset position and limit after expand buffer)




---
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 #2386: IGNITE-5890 Estimated time to rebalance completio...

2017-08-03 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-5890 Estimated time to rebalance completion



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

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

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

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


commit 41664ea92205d9517d692edfc2620ad096cb1d44
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-03T08:05:34Z

IGNITE-5890 WIP. Estimated time to rebalance completion

commit 039e2ea9dfb9e5dc6c1cbfdc2fb8cf8fdee8a444
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-03T14:18:59Z

IGNITE-5890 added test estimate rebalance finish time

commit b44a72dabab928c0ab849d413b38e35934640001
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-08-03T14:25:57Z

IGNITE-5890 fix java doc




---
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 #2277: Ignite-gg-12449 Failed to start node with persist...

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

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

Ignite-gg-12449 Failed to start node with persistence store after restart



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

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

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

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


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

2.1 More simple tx cancel on node stop

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

IGNITE-5520 - Fixed IgniteChangeGlobalStateFailoverTest

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

Rename ActionData -> CacheActionData.

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

ignite-2.1 Added map with previous snapshots.

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

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

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

Fixed formatting.

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

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

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

Fixed formatting.

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

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

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

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

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

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

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

2.1 Fixed assert (cacheName can be null here).

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

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

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

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

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

Removed unused method GridDhtPartitionTopology.checkEvictions().

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

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

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

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

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

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

(cherry picked from commit fa974286e8f066a8d6aa57519edf5ec7761be095)

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

Fixed cache plugin validation.

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

IGNITE-5554 ServiceProcessor may process failed reassignments in timeout 
thread

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

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

commit e5c2ec5a62c0d5fc268275ea9277f6933a582966
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:  

[GitHub] ignite pull request #2245: ignite-gg-12450 Add onActivate/onDeactivate metho...

2017-07-05 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

ignite-gg-12450 Add onActivate/onDeactivate methods plugin providers



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

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

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

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


commit 6bffcb2af8deee2afdba7ed338a8949287a4a25d
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-05T14:23:49Z

ignite-gg-12450 Add onActivate/onDeactivate methods for GridPluginProcessor




---
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 #2244: IGNITE-5604 expand byteBuffer for wal iterator if...

2017-07-05 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

IGNITE-5604 expand byteBuffer for wal iterator if record size more that 
current buffer size



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

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

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

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


commit acc49072e76588b5bc6c06e3fd329b82a86c87b0
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-05T12:19:10Z

ignite-5604 expand byteBuffer for wal iterator if record size more that 
current buffer size




---
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 #2156: Ignite-gg-12335 Fail activation after fail get fi...

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

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

Ignite-gg-12335 Fail activation after fail get file lock



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

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

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

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


commit 1a19b9004ab5317e8c620c55d5faa2f1a18db577
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T12:46:34Z

IGNITE-5267 - Fixed compilation after merge.

commit 930e2e0114a72452ca3760aac7d640145a412909
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T13:12:51Z

IGNITE-5068 - Fixed lost partitions handling

commit 52640357b1c170b6917339dcb5933ec9fcc4e81a
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T13:17:53Z

IGNITE-5068 - Fixed lost partitions handling

commit eff3e09cb66738e987f7993a7d68e2278c4afe95
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T13:58:10Z

IGNITE-5267 - Fixed CacheState record

commit c782241954595b4d70fe7ee38be746e17211c2c3
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-01T13:19:46Z

Example of API changes.

(cherry picked from commit c3b6c91)

(cherry picked from commit 90c6345)

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

Removed explicit CacheConfiguration from AtomicConfiguration and 
CollectionConfiguration.

(cherry picked from commit ad024dc)

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

Data structures based on groups - WIP.

(cherry picked from commit 70bbd1a)

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

Data structures based on groups - WIP.

(cherry picked from commit 9cd208b)

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

Data structures based on groups - WIP.

(cherry picked from commit 8b7c239)

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

Data structures based on groups - WIP.

(cherry picked from commit f9d7a5a)

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

Data structures based on groups - WIP.

(cherry picked from commit 272e22c)

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

Data structures based on groups - WIP.

(cherry picked from commit 9df4b0b)

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

Data structures based on cache groups - WIP.

(cherry picked from commit 6aa9d45)

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

Data structures based on cache groups - WIP.

(cherry picked from commit 1cff479)

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

Data structures based on cache groups - WIP.

(cherry picked from commit e0cab64)

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

Data structures based on groups - minor fixes.

(cherry picked from commit 390a24f)

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

Minor fixes, refactoring.

(cherry picked from commit f670be2)

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

Javadoc.

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

IGNITE-5267 - Moved WAL system properties to WAL configuration

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

Made data structure name unique per group.

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

IGNITE-5267 - Cleaning public API

commit ee5c5

[GitHub] ignite pull request #2154: Ignite-gg-12324 Caches start after restore hangs ...

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

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

Ignite-gg-12324 Caches start after restore hangs if concurrent transactions 
run



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

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

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

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


commit 1a19b9004ab5317e8c620c55d5faa2f1a18db577
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T12:46:34Z

IGNITE-5267 - Fixed compilation after merge.

commit 930e2e0114a72452ca3760aac7d640145a412909
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T13:12:51Z

IGNITE-5068 - Fixed lost partitions handling

commit 52640357b1c170b6917339dcb5933ec9fcc4e81a
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T13:17:53Z

IGNITE-5068 - Fixed lost partitions handling

commit eff3e09cb66738e987f7993a7d68e2278c4afe95
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-08T13:58:10Z

IGNITE-5267 - Fixed CacheState record

commit c782241954595b4d70fe7ee38be746e17211c2c3
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-06-01T13:19:46Z

Example of API changes.

(cherry picked from commit c3b6c91)

(cherry picked from commit 90c6345)

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

Removed explicit CacheConfiguration from AtomicConfiguration and 
CollectionConfiguration.

(cherry picked from commit ad024dc)

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

Data structures based on groups - WIP.

(cherry picked from commit 70bbd1a)

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

Data structures based on groups - WIP.

(cherry picked from commit 9cd208b)

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

Data structures based on groups - WIP.

(cherry picked from commit 8b7c239)

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

Data structures based on groups - WIP.

(cherry picked from commit f9d7a5a)

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

Data structures based on groups - WIP.

(cherry picked from commit 272e22c)

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

Data structures based on groups - WIP.

(cherry picked from commit 9df4b0b)

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

Data structures based on cache groups - WIP.

(cherry picked from commit 6aa9d45)

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

Data structures based on cache groups - WIP.

(cherry picked from commit 1cff479)

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

Data structures based on cache groups - WIP.

(cherry picked from commit e0cab64)

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

Data structures based on groups - minor fixes.

(cherry picked from commit 390a24f)

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

Minor fixes, refactoring.

(cherry picked from commit f670be2)

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

Javadoc.

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

IGNITE-5267 - Moved WAL system properties to WAL configuration

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

Made data structure name unique per group.

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

IGNITE-5267 - Cleaning public API

comm

[GitHub] ignite pull request #2119: Ignite 5267 merge

2017-06-13 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---
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 #2120: Ignite 2.1.1

2017-06-13 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2.1.1



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

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

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

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


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

GG-11937 - Fixed checkpoint read lock release on exception

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

GG-11954 - Fixing tests

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

ignite-gg-11952 fix issue.

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

ignite-gg-8.0.2.ea4 licence header fix.

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

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

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

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

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

Fixing deletion tests

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

IGNITE-3477 - Merge optimizations

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

Use maskNull for stopAllCaches request

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

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

commit d3601c41ea630e221fd6c1a29e3cb5a35bd0c472
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-13T11:21:47Z

Merge branch 'ignite-gg-8.0.2.ea4' into ignite-gg-8.0.3.ea1

commit 811a2f9199a20c810c6072ba4888cf5712445d9d
Author: Eduard Shangareev <eshangar...@gridgain.com>
Date:   2017-02-13T19:30:09Z

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

(cherry picked from commit fbee63a400b37dce58bb8e3ff681deb23e5ffac4)

commit 10f6cbbce328da9059a7a57e1ba12f77b088bfbe
Author: vdpyatkov <vpyat...@gridgain.com>
Date:   2017-02-10T12:08:45Z

ignite-3994 GridContinuousHandler cleanup on client disconnect.
This closes #1496.
(cherry picked from commit 2f4bdbb)

commit 63e6a2189814fb0b3c6b808f02fe2de81c19a5b0
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2017-02-15T04:08:23Z

Minor fix: missing toString() method.

(cherry picked from commit 571586c)

commit 92821167ad884266728a2fae83799d1dfa17e07d
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-15T18:11:30Z

GG-11860 Implement snapshot status on platform level
-refactoring: extracting snapshot operation

commit 56fadcd27fe321b79417a917404cf744e1549a10
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-16T11:55:27Z

Merge inline indexes

commit a19f94bdb8bf29d811bd795512719896fd9a0fc4
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-16T13:49:21Z

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

commit e14cab15f647acc20f45f97ec98c2c27a8c56b2e
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-16T18:04:36Z

GG-11860 Implement snapshot status on platform level
-refactoring deleteSnapshot operation

commit 1f70cd62065fea359b3b9cb98562a650fa5a8c68
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-16T18:07:24Z

Merge branch 'GG-11860' into ignite-gg-8.0.3.ea2

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/IgniteCacheDatabaseSharedManager.java

commit 5ad1933b018583ee7749677aaa39dc5718ae1e36
Author: sboikov <sboi...@gridgain.com>
Date:   2017-02-16T15:34:02Z

ignite-4710 More information in IgniteTxOptimisticCheckedException message.

(cherry picked from commit 7f74458)

commit 4f859170d7eebaec47470fb3ff4286936e4dac9a
Autho

[GitHub] ignite pull request #2119: Ignite 5267 merge

2017-06-13 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 5267 merge



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

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

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

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


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

IGNITE-3477 - Code formatting.

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

GG-11878 - Snapshots ignore node filter

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

GG-11937 - Fixed checkpoint read lock release on exception

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

GG-11954 - Fixing tests

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

ignite-gg-11952 fix issue.

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

ignite-gg-8.0.2.ea4 licence header fix.

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

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

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

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

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

Fixing deletion tests

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

IGNITE-3477 - Merge optimizations

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

Use maskNull for stopAllCaches request

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

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

commit d3601c41ea630e221fd6c1a29e3cb5a35bd0c472
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-13T11:21:47Z

Merge branch 'ignite-gg-8.0.2.ea4' into ignite-gg-8.0.3.ea1

commit 811a2f9199a20c810c6072ba4888cf5712445d9d
Author: Eduard Shangareev <eshangar...@gridgain.com>
Date:   2017-02-13T19:30:09Z

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

(cherry picked from commit fbee63a400b37dce58bb8e3ff681deb23e5ffac4)

commit 10f6cbbce328da9059a7a57e1ba12f77b088bfbe
Author: vdpyatkov <vpyat...@gridgain.com>
Date:   2017-02-10T12:08:45Z

ignite-3994 GridContinuousHandler cleanup on client disconnect.
This closes #1496.
(cherry picked from commit 2f4bdbb)

commit 63e6a2189814fb0b3c6b808f02fe2de81c19a5b0
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2017-02-15T04:08:23Z

Minor fix: missing toString() method.

(cherry picked from commit 571586c)

commit 92821167ad884266728a2fae83799d1dfa17e07d
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-15T18:11:30Z

GG-11860 Implement snapshot status on platform level
-refactoring: extracting snapshot operation

commit 56fadcd27fe321b79417a917404cf744e1549a10
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-16T11:55:27Z

Merge inline indexes

commit a19f94bdb8bf29d811bd795512719896fd9a0fc4
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-02-16T13:49:21Z

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

commit e14cab15f647acc20f45f97ec98c2c27a8c56b2e
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-16T18:04:36Z

GG-11860 Implement snapshot status on platform level
-refactoring deleteSnapshot operation

commit 1f70cd62065fea359b3b9cb98562a650fa5a8c68
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-02-16T18:07:24Z

Merge branch 'GG-11860' into ignite-gg-8.0.3.ea2

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/pr

[GitHub] ignite pull request #1977: Checkpoint copy page optimization

2017-05-22 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Checkpoint copy page optimization



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-gg-12163-checkpoint-page

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

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






---
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 #1924: Ignite-gg-12163 Persistent store

2017-05-10 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-gg-12163 Persistent store



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

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

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

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


commit be881725b39926f62df437c2805ac9203fea5737
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-10-11T16:19:20Z

gg-11595 : WIP.

commit e6d82d8da50b9af9607a914e00da3937d839862a
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-10-12T16:20:50Z

gg-11595 : WIP.

commit cb9c18ccfc937b4a880eddb5df5d0389de9c7bee
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-10-13T12:54:39Z

gg-11595 : WIP.

commit ed45f2238361e5bbbe907fdeb4b7a3d7b2b051dd
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-10-27T13:02:28Z

gg-11595 : Support for restore with concurrent cache operations.

commit e95c68b77cbd3ad30d9f6d0b332137fb26000a41
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-10-27T13:35:46Z

gg-11595 : Minors.

commit 7a44f1ebccf4fe0f26f54e070bbacbf24fbee3d7
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-16T15:56:24Z

gg-11701 : WIP.

commit 3e2b28075ab5d00dce7fadf4769967f7a0ee2ee8
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-19T12:25:11Z

Merge branches 'ignite-gg-11701' and 'ignite-gg-8.0.2.ea1' of 
https://github.com/gridgain/apache-ignite into ignite-gg-11701

commit cc568f9f6823de04f0beeca45ada4160a58307e4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-21T13:11:36Z

gg-11701 : WIP

commit e93f8d43a92dd8bde12c4677b5fcc6b0c2de6ce6
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-27T10:45:29Z

Merge branches 'ignite-gg-11701' and 'ignite-gg-8.0.2.ea1' of 
https://github.com/gridgain/apache-ignite into ignite-gg-11701

commit 721f255eb2de1d8207e35328e2dec6514c22500d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-28T15:58:38Z

gg-11701 : Fixed preloading.

commit bed897dc01960dcbb7219ad948973e0f27bfa564
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-28T16:31:51Z

gg-11701 : Fixed force keys request for single get.

commit 07535d92cd37cc949188434eb7ded2fc8d2e0647
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-28T16:48:15Z

gg-11701 : Added check to multiple get.

commit ff9aa8898445c2a30e80fbc94f668eb5cd29a7d8
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-29T13:04:49Z

Merge branches 'ignite-gg-11701' and 'ignite-gg-8.0.2.ea2' of 
https://github.com/gridgain/apache-ignite into ignite-gg-11701

commit 6cbe8a5a8ea5e4dacb8c5a859cb15aea5b3f38af
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-01-09T15:22:15Z

gg-11701 : Fixed partition update counters comparison.

commit 3c276c9e092b6f6b4baf0b550ad89cb85ab9c42f
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-01-10T10:25:09Z

gg-11701 : Implicit lateAffinityAssignment mode when persistence is enabled.

commit b3f7ae3bf903a0a6357163029ed310647877c8fc
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-01-10T11:25:24Z

gg-11701 : Replaced redundant checks with assertions.

commit 2e55ddb600819dbf4684c0e97cc71a733167a4ce
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-01-11T15:05:25Z

gg-11701 : Merge with 8.0.2.ea2

commit ecead988090e6a65ffdbb4098252ea26287fe36e
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-01-11T15:09:25Z

gg-11701 : Merge with 8.0.2.ea2

commit adc0422592a18a7c2635e45185ef17852cd41952
Author: Glukos <ivan.glu...@gmail.com>
Date:   2017-01-13T17:23:06Z

GG-11595:
Remote exception wrapped on proxy level

commit 4505066481d4fff601a14d344dc8059f5dbe73de
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-01-13T21:32:08Z

GG-11595:
+ serialVersionUid

commit ba847555c86c00a288362e1cfad8c4c30883975c
Author: Ivan Rakov <ivan.glu...@gmail.com>
Date:   2017-01-16T15:08:35Z

Merge branch 'ignite-gg-8.0.2.ea2#' into ignite-gg-11595

# Conflicts:
#   modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/DynamicCacheChangeRequest.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.jav

[GitHub] ignite pull request #1891: ignite-green-way flaky failing test to separate s...

2017-05-02 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

ignite-green-way flaky failing test to separate suit



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

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

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

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


commit 9ebdc8e1470a6a58f6e8fbd3ec39311a04ce7d5d
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-05-02T08:15:52Z

ignite-green-way move flaky failing test to separate suit




---
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 #1877: Ignite gg 12150 Provide safety way for run AWS/GC...

2017-04-26 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite gg 12150 Provide safety way for run AWS/GCE ipfinder test



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

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

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

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


commit 8f9edebfe74e2de1368d42ba951fa074b116eb17
Author: Igor Seliverstov <gvvinbl...@gmail.com>
Date:   2017-04-26T14:51:43Z

IGNITE-3488: Prohibited null as cache name. This closes #1790.

commit 571c418a9792450b8d3a6a361c0684a34283a6c8
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-04-26T15:08:22Z

ignite-gg-12150 simple proxy server implementation




---
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 #1824: ignite-5019 Deadlock in GridCacheVariableTopology...

2017-04-18 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

ignite-5019 Deadlock in GridCacheVariableTopologySelfTest.testNodeStop



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

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

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

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


commit 44b1cbc36e0e19c42ecddd98040b8d7494256447
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-04-18T16:39:13Z

ignite-5019 Potentially  deadlock fix




---
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 #1803: Ignite-4949 Incorrect behavior CacheJdbcPojoStore...

2017-04-15 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-4949 Incorrect behavior CacheJdbcPojoStore if binary marshaller 
enable



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

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

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

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


commit 25f4ff06766de86978f3e3e24e509fb55b1b1b2d
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-04-12T16:10:46Z

ignite-4949 support binary key/value in jdbcPojoTest + fix incorrect 
behavior

commit 45d34b940ca210d9cd5a54057ac91e8a9cd489a4
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-04-15T10:04:10Z

Merge remote-tracking branch 'origin/master' into ignite-4949




---
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 #1742: Ignite-4919 Remove support BinaryIdentityResolver

2017-04-05 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-4919 Remove support BinaryIdentityResolver



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

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

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

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


commit 56162b39a9a86751ea0b791505db14f69348163b
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-09T14:17:04Z

IgniteCacheContinuousQueryNoUnsubscribeTest: fixed test to wait for stable 
topology.

commit 15956a8a6a26e37d99501fdb7e5af0b00efae506
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-09T14:32:49Z

Fix NPE in GridCachePartitionExchangeManager.createPartitionsFullMessage.

commit d63b3862a43a142f248ac96bc3fd1c02705172da
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-01-09T14:59:15Z

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

commit 34db273ba628fbcadbe742d90035a44295ae1aad
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-09T15:05:25Z

IgniteTxCachePrimarySyncTest: fixed test to wait for stable topology.

commit c7f1cce266c30676ad8781072362161fc7a50718
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-01-09T15:37:44Z

ignite-gg-11414 simplify iterator wrapper for cursor

commit bb2ad161888b676bd8afc7d4783fe939332f7064
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-01-09T15:38:43Z

ignite-gg-11414 minor update

commit 6107ddb8e987eb381ffdc4a16f928d8fe89fe003
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-01-09T16:38:48Z

Merge remote-tracking branch 'community/ignite-gg-11414' into 
ignite-gg-11414

commit 2b6484a5bcb5520e66ad13fa54507390e58d78ff
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-01-09T17:04:26Z

Code style, minors.

commit 98366b134947e9fb962b7f89fad5f24fc3e7af58
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T08:06:43Z

Disabled tests for unsupported peek modes.

commit 3c99f9099518854ad997963ae8efd2fc6a2b2c3c
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T10:37:26Z

Fixed issue when stopping node invalidates tx (due to NodeStoppingException 
from IgniteCacheOffheapManagerImpl.update).

commit e82940cdede7001b2cf72a63731df29c9fc43bc2
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T10:45:09Z

Disabled failing test.

commit f5fd34ea5ac855cb3f6bb517e6199276ad4a3e3f
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T11:35:18Z

Disabled failing tests,
GridDhtPreloader: fixed race between GridCacheMapEntry unswap/evict/info.

commit bb425161958052726c30b43ab7c7c9fa2512975f
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T11:40:44Z

Disabled failing tests.

commit 9af39adbd353c2fbebf982f239c78f8e0aa9e77c
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-01-10T12:31:19Z

ignite-gg-11414 distribution join in one suit

commit e03a9805e5e7ea653f10fe1abc6f2bd981bec71d
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-01-10T12:38:42Z

Merge remote-tracking branch 'remotes/professional/ignite-gg-8.0.2.ea2' 
into ignite-gg-11414

commit 4fbc38893673fbf896c9d946a7ff1154aaa92a8b
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T12:52:30Z

GridDhtForceKeysFuture: now when rebalancing is disabled partition can be 
in OWNED state, fixed future logic.

commit 11a7e7d0bfd6ac0a4bd4b3cdda584bfa63d2d244
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T13:01:34Z

GridCacheEntryExtras: assert for expireTime instead of ttl.

commit 1e39325cd3a54da97476b0779244f062d333f582
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T13:06:42Z

Disabled failing tests.

commit 13f16dc105053553181a92bea001735fe14a5d07
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T13:12:43Z

CacheLoadingConcurrentGridStartSelfTest: enabled late affinity assignment.

commit 3f942af1beba1973e9e72304c5cb98d21072dd63
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T13:18:33Z

CacheLoadingConcurrentGridStartSelfTest: enabled late affinity assignment.

commit 403ac1f14849899f2f2a66e53965b5b1f08580dc
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T13:27:29Z

GridCacheAbstractMetricsSelfTest: fixed test for offheap mode.

commit 55ac6e71e68dc1ce66edeee146da0073d1bf10f9
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-10T13:59:17Z

Do not evict removed entries, otherwise removes can be lost.

commit e4b8e4bf681456ca5e63a494378118a4b6e392a4
Author: sboi

[GitHub] ignite pull request #1538: Ignite-gg-11901 package renaming

2017-02-15 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite-gg-11901 package renaming



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

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

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

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


commit eec3456933ce9f04dfdec17cb64455b2aaa8526d
Author: AKuznetsov <akuznet...@gridgain.com>
Date:   2016-12-13T11:51:30Z

Removed deprecated code. Updated VisorCache metrics.

commit ba4f72283658831394ddd5acafd33ba1d7f23806
Author: AKuznetsov <akuznet...@gridgain.com>
Date:   2016-12-13T13:33:49Z

Merge branches 'ignite-gg-8.0.1.ea7' and 'ignite-gg-8.0.2.ea1' of 
https://github.com/gridgain/apache-ignite into ignite-gg-8.0.2.ea1

commit 4731bee70704e6a092a48adf1497f11d3544210b
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-14T09:06:00Z

ignite-gg-11650 add lientChangeGlobalStateComputeRequest in properties 
classpath +  datastreamer test

commit 87a701813b6abec5dc174694f3f0963b1641fa8e
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-14T09:48:52Z

ignite-gg-11650 comment for code

commit dc677c9fc86c68cc82d980c33e420da701a4954b
Author: sboikov <sboi...@gridgain.com>
Date:   2016-12-14T10:57:18Z

ignite-db-x minor rename

commit cc675d9b75696cbdcc3af994ad3fed30c032c10c
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-14T12:41:00Z

ignite-gg-11650 move  IgniteChangeGlobalStateSupport  to internal package 
+javadoc

commit 024bb4e1142128102b8c3faf09b08d544baab53a
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-14T12:56:46Z

ignite-gg-11650 minor fix

commit 5036d31fef1957226b9395493af808788b202e3a
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-14T14:30:31Z

ignite-gg-11650 sh bat activate/deactivate, move .gitignore to platform

commit b961fdb41e1b4a1ccb2e769ff64e3b8f09609958
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-12-14T16:10:10Z

Assertions for pageId == effectivePageId.

commit fdd272e0bf956df3f70a3310923fd41967697261
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-12-14T16:14:09Z

EA7 - Fixed security tests polluting logs.

commit 893ddf084a687bb0044b8fa7d3dbf5904a774bb7
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-12-14T16:14:23Z

Merge remote-tracking branch 'community/ignite-gg-8.0.1.ea7' into 
ignite-gg-8.0.1.ea7

commit 291d2a5b23616fc26f1af4c890a87b9b7d34b5c6
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-15T07:46:13Z

ignite-gg-11650 control sh update

commit d9855b66d28aa5888b5d3a12f263d09ae96597d7
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-15T08:38:04Z

ignite-gg-11650 bat script update

commit 0aff7d68d906dfad1afcb8f407546a8fe92a3514
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2016-12-15T09:26:44Z

Merge branch 'ignite-gg-8.0.1.ea7' into ignite-gg-8.0.2.ea1

commit c6b01009bdf0507183aa4b05db062c182b5ff22e
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-15T12:31:41Z

Merge branch 'ignite-gg-8.0.2.ea1' into ignite-gg-11650

# Conflicts:
#   modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/IgniteCacheDatabaseSharedManager.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleMessage.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/OdbcProcessor.java

commit 689cc4ef98cf31fdc76f6a3eabb94716d3f0bbe0
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-12-15T13:22:48Z

ignite-gg-11650 resolve merge changes

commit 12c731e28ce1b33a9dbebb6c9c8251cd5e574136
Auth

[GitHub] ignite pull request #1415: Ignite gg 11414

2017-01-10 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite gg 11414



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

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

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

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


commit 7f3f1d67cf23b15dc51e55d01c4969614d4f0668
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-08T18:43:47Z

ignite-gg-11650 update assert  in test

commit e4acc6f59fbdcfb5892c40c0ede52ae027b087c8
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2016-11-08T19:21:25Z

GG-11688 Extend Backup SPI to get information about backup from whole 
cluster

commit 0f469651f41112e060ad1e5492396953cdd29313
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-09T13:22:20Z

ignite-gg-11650 activation future check fail nodes

commit 678b4d26ae0812d8d61cdc5f4544b9a9cfce9957
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-11-09T14:06:13Z

Fixed iteration over indexes.

commit 39defc8af26a985e0f92199c2abad0ec9dbea351
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-09T17:09:50Z

ignite-gg-11650 deploy service test, atomic long test, initLatch for write 
ahead log, get file lock on create dynamic request

commit dde1db01afdc7d8815fbd0a4bffef731ea9251fb
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-11T11:57:25Z

ignite-gg-11650 Stretched cluster DR replication. Small improvements 
activate future

commit 42175527a4f9af70b2a9d2555dc8fa29279bc6ea
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-11-12T23:32:52Z

Multithreaded checkpoint

commit b96dbec769e033fb32828b219d0603465266
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-14T17:57:24Z

ignite-gg-11650 concurrent activate cluster

commit c0cd451aef28edc7e750fa4de287990b2fbb1726
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-15T10:23:07Z

ignite-gg-11650 refactoring concurrent activate cluster

commit e7a65ee6286617bfd897595be384576431294cca
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-15T12:48:16Z

ignite-gg-11650 test updates

commit 1a337dbd2e3fb9aa2026782b867adbbfe358584f
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-11-16T10:50:11Z

EA3 - Debug info for WAL

commit 8298372048deab4f429d464faf3c9c5fc402166d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-11-16T10:58:50Z

GG-11627 - Fixing concurrent replace in B+Tree leading to an assertion

commit b2999f2e4d490fdb140483e4283f0fe2d8004a67
Author: Sergey Sidorov <ssido...@gridgain.com>
Date:   2016-11-15T15:50:24Z

GG-11414: Remove snapshotableIndex flag from CacheConfiguration, Get rid of 
all usages of GridH2TreeIndex

commit df7b4f65fbea86310c953c7bd41d2fd7ab85831e
Author: Sergey Sidorov <ssido...@gridgain.com>
Date:   2016-11-16T13:50:55Z

tests have been fixed

commit 38a5d0a787531b132fc0109e79b76e10e06423be
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-17T09:44:42Z

ignite-gg-11650 check state cluster before perform operation.

commit e25dcdd645e665feed1b2e262daba5b5f06b22b3
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-11-17T12:15:02Z

Merge branches 'ignite-db-x-backup-idx' and 'ignite-gg-8.0.1.ea3' of 
https://github.com/gridgain/apache-ignite into ignite-db-x-backup-idx

commit 55282fd29b4b240324797dd8a60683d0ea23b5e6
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-11-17T12:20:47Z

ignite-gg-11650 check service after activate test

commit 12959744c1b55f2f452379fd6cbfd318bad2673c
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2016-11-17T13:37:35Z

GG-11676 Failed to reinitialize local partitions

commit 6bfc6902443b8dc989a28694992e310b3b8aebb4
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-11-17T14:24:52Z

Merge branch 'GG-11688' of https://github.com/ggprivate/ggprivate into 
ignite-db-x-backup-idx

# Conflicts:
#   
modules/pds/src/main/java/org/gridgain/grid/database/backup/file/FileDatabaseBackupSpi.java

commit 797656e8e3d7632e541f9244518df692698c8f3b
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2016-11-17T15:15:24Z

GG-11676 Failed to reinitialize local partitions
-refactoring
-test changes

commit 472b200068a0abfb9ffd179a95f26c6124b08bf2
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-11-17T17:04:38Z

Partitioned index - WIP.

commit 0abe3047909a10d8efa306984c74f36eb1b41cc3
Author: Dmitriy Govorukhin <dg

[GitHub] ignite pull request #1166: Ignite security processor test

2016-10-17 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite security processor test



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

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

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

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


commit 234c6cacd3a97c8eaf48dbc29ca3eaed4341581c
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-06T14:39:27Z

ignite-gg-11476 Add an option to always authenticate local node

commit b075cbf8367a7e7b2ab2c6c5d0435e2bd6e3e570
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-12T18:14:12Z

ignite-gg-11476 test for secr processor

commit a9fe095be53e9e979243b7de3c13bebb590b930e
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-14T09:15:04Z

ignite-gg-11476 update after review

commit 59df9d913966bb3f9b971d41a53ddb6b0cb18981
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-14T09:27:31Z

ignite-gg-11476 rename arg and javadoc

commit e898fd5805f22bf189fe7e5a5fac4de3bd50902e
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-14T09:31:03Z

ignite-gg-11476 small refactor

commit 09d9a2d8a366f89aecc34b6702642786a0564ab3
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-17T10:32:19Z

ignite-gg-11476 test update, add to suit

commit 2c9a5ada55cb9bf618a7e1467efc1e634c1d9f97
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-17T15:20:58Z

ignite-gg-11476 fail node if security is different




---
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 #1163: Ignite permission set and builder

2016-10-17 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite permission set and builder



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

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

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

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


commit 234c6cacd3a97c8eaf48dbc29ca3eaed4341581c
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-06T14:39:27Z

ignite-gg-11476 Add an option to always authenticate local node

commit a851112c740ba19c5300833bfa6a44cb9bbd91d1
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-06T15:38:48Z

Revert: ignite-gg-11476 Add an option to always authenticate local node

commit 308a6f0f5beb8ab6def03c74276cca3e3b36a9ce
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-14T15:20:05Z

ignite-gg-11588 fix after review

commit eb81b786ce7f0cc60541a1b35b56408d403c040b
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-14T15:25:21Z

ignite-gg-11588 move test to ignite

commit 1297e6fcbddfa09576e197fce03f0c39c729fd2c
Author: Valentin Kulichenko <valentin.luliche...@gmail.com>
Date:   2016-10-15T00:11:19Z

ignite-gg-11588 - Review fixes

commit e2704b2cb1c9f5a521014477bafefdbfb41b6bf5
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-15T14:43:18Z

ignite-gg-11588 fix test fail, add test to basic suit

commit f06976cba733674e4332dc3f3f233590b1fe3b38
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-15T14:55:22Z

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

commit 526b57b8a62d90a9ada31d227a48a4e096f3e44b
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2016-10-15T14:57:27Z

ignite-gg-11588  import update




---
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 #1152: Ignite 11581

2016-10-07 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---
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 #1141: Ignite update notifier

2016-10-04 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite update notifier 



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

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

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

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


commit d1653b2e49be7a5f156190d9ecc9737371cfc689
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-09-27T14:07:21Z

remove dom parser

commit 9ecaa2916b449eac0598a4055cc259c0bb5125e4
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-09-29T16:54:54Z

update-notifier remove parse xml, now parse like properties

commit 830a3cfab8c0a4dbfb2b5621eaa7bb723c57edf4
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-04T09:12:08Z

ignite-2079-2 optimize import and change url path




---
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 #1139: Ignite 2079-2 GridCacheIoManager eats exception t...

2016-10-03 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2079-2 GridCacheIoManager eats exception trail if it falls into the 
directed case



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

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

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

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


commit 59b9b8ad46413112cdb2494e4b74ea50d3e127b6
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-03T11:22:10Z

ignite-2079-2 add new event for unhandled exception + test

commit df61c7378baa1d62a417f27802fdb2bc5ee003bb
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-03T16:54:50Z

ignite-2079-2 skip send message if unmarshall fail, add handler for default 
case

commit 52130a74604d369ff68c17fa08c7932e45e81097
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-03T17:00:42Z

ignite-2079-2 add test to testSuit




---
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 #1135: Ignite 2079 GridCacheIoManager eats exception tra...

2016-10-03 Thread DmitriyGovorukhin
Github user DmitriyGovorukhin closed the pull request at:

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


---
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 #1135: Ignite 2079 GridCacheIoManager eats exception tra...

2016-09-30 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 2079 GridCacheIoManager eats exception trail if it falls into the 
directed case



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

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

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

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


commit 91a88be909a9c22abb6d91a7d58f46c9dad2c874
Author: AndreyVel <andrey4...@gmail.com>
Date:   2016-08-09T12:42:40Z

ignite-2079 unit test done

commit cc4651a6c7448f15921477bf476527651db87981
Author: AndreyVel <andrey4...@gmail.com>
Date:   2016-08-09T13:34:40Z

Merge branch 'ignite-2079' of https://github.com/AndreyVel/ignite into 
ignite-2079

commit 35df2e4800dd601c2f973a8433d57c0feb9e665d
Author: AndreyVel <andrey4...@gmail.com>
Date:   2016-08-09T14:17:24Z

ignite-2079 addded serialVersionUID to UnhandledExceptionEvent

commit 1bc02ea48edc98f761144e5d2c6be40c8d892efc
Author: AndreyVel <andrey4...@gmail.com>
Date:   2016-08-22T09:45:06Z

ignite 2079 Repaired unit test

commit c5f6d738651a8bb01b450c678ef03db9f4a119ab
Author: AndreyVel <andrey4...@gmail.com>
Date:   2016-08-24T11:30:04Z

ignite-2079 Added latch for waiting InitialQuery

commit 74ae31615a32f2f5a3ead6ce718b5decd5aa8188
Author: AndreyVel <andrey4...@gmail.com>
Date:   2016-08-24T11:36:58Z

ignite-20179 Added test IgniteCacheP2pUnmarshallingContinuousQueryErrorTest 
to suite IgniteCacheP2pUnmarshallingErrorTestSuite

commit 307adf2cdb70553e4fdefed54d83997676b22505
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-09-29T15:06:31Z

ignite-2079 continuous query fail while unmarshall test fix




---
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 #1074: Ignite 3810

2016-09-16 Thread DmitriyGovorukhin
GitHub user DmitriyGovorukhin opened a pull request:

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

Ignite 3810



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

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

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

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


commit 5f6a59ef9595fd071b860ba4126eedf1114f9415
Author: DmitriyGovorukhin <dgovoruk...@gridgain.com>
Date:   2016-09-14T11:59:54Z

ignite-3810 test for reproduce

commit f30613ce8e5c5737f42885303f2265c9468547d5
Author: DmitriyGovorukhin <dgovoruk...@gridgain.com>
Date:   2016-09-14T12:09:19Z

ignite-3810 fix issue code

commit fb4ba57d70fcc3e5aa867b1a7d4011ea3043ebaf
Author: DmitriyGovorukhin <dgovoruk...@gridgain.com>
Date:   2016-09-14T12:11:57Z

ignite-3810 test update

commit ff42eb675e22599a66e64da82c080ce1c84c83ca
Author: DmitriyGovorukhin <dgovoruk...@gridgain.com>
Date:   2016-09-15T09:06:21Z

ignite-3810 removed todo, updates warning message

commit 8f801f0c51393b808c33de86b6bf488b76cf3ec3
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-15T13:39:20Z

Merge remote-tracking branch 'remotes/community/ignite-1.6.8' into 
ignite-3810

commit 0b823bfc04ad480ffd660486ceb036aec52bc40a
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-15T13:47:13Z

ignite-3810 Minor.

commit 4aa620af8d2fd2018c71372225f793920127025e
Author: DmitriyGovorukhin <dgovoruk...@gridgain.com>
Date:   2016-09-16T08:26:28Z

ignite-3810 multi-thread test, change the lock algorithm




---
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   >