[GitHub] ignite pull request #2120: Ignite 2.1.1

2017-07-04 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 
Date:   2017-02-07T16:19:10Z

GG-11937 - Fixed checkpoint read lock release on exception

commit fe63e0ea349cdaab02e919d40f8f3df6a5e5cf00
Author: Alexey Goncharuk 
Date:   2017-02-08T15:15:17Z

GG-11954 - Fixing tests

commit f092fbf2a0b8d727827a080078f9892d24e2b4ae
Author: Dmitriy Govorukhin 
Date:   2017-02-08T15:51:53Z

ignite-gg-11952 fix issue.

commit fe0cff39445f1d8e3eea1241c51750c888114121
Author: Dmitriy Govorukhin 
Date:   2017-02-09T10:47:55Z

ignite-gg-8.0.2.ea4 licence header fix.

commit 839c598988ba7710c168d6c9e48378d912177010
Author: Alexey Kuznetsov 
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 
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 
Date:   2017-02-12T15:36:54Z

Fixing deletion tests

commit 7c58bf5a4a83790f00344ccace3e2ee6b53f817b
Author: Alexey Goncharuk 
Date:   2017-02-13T10:35:03Z

IGNITE-3477 - Merge optimizations

commit adf223eb280d4ce5320d9e8923be5a8e5802a268
Author: Alexey Goncharuk 
Date:   2017-02-13T11:10:39Z

Use maskNull for stopAllCaches request

commit e4e58df698950c699170f1bd17c57e67026eda20
Author: Aleksei Scherbakov 
Date:   2017-02-13T11:19:27Z

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

commit d3601c41ea630e221fd6c1a29e3cb5a35bd0c472
Author: Alexey Goncharuk 
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 
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 
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 
Date:   2017-02-15T04:08:23Z

Minor fix: missing toString() method.

(cherry picked from commit 571586c)

commit 92821167ad884266728a2fae83799d1dfa17e07d
Author: EdShangGG 
Date:   2017-02-15T18:11:30Z

GG-11860 Implement snapshot status on platform level
-refactoring: extracting snapshot operation

commit 56fadcd27fe321b79417a917404cf744e1549a10
Author: Alexey Goncharuk 
Date:   2017-02-16T11:55:27Z

Merge inline indexes

commit a19f94bdb8bf29d811bd795512719896fd9a0fc4
Author: Alexey Goncharuk 
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 
Date:   2017-02-16T18:04:36Z

GG-11860 Implement snapshot status on platform level
-refactoring deleteSnapshot operation

commit 1f70cd62065fea359b3b9cb98562a650fa5a8c68
Author: EdShangGG 
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 
Date:   2017-02-16T15:34:02Z

ignite-4710 More information in IgniteTxOptimisticCheckedException message.

(cherry picked from commit 7f74458)

commit 4f859170d7eebaec47470fb3ff4286936e4dac9a
Author: EdShangGG 
Date:   2017-02-17T15:39:32Z

GG-11860 Implement snapshot status on platform