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 <[hidden email]> Date: 2017-02-08T09:36:39Z IGNITE-3477 - Code formatting. commit 9a8746e1ae9e599e6b7fa3d376d7f8fc1a4e8b92 Author: Alexey Goncharuk <[hidden email]> Date: 2017-02-02T16:54:30Z GG-11878 - Snapshots ignore node filter commit 7122256c87ce74e7942fa083138dd3a4d5e0f976 Author: Alexey Goncharuk <[hidden email]> Date: 2017-02-07T16:19:10Z GG-11937 - Fixed checkpoint read lock release on exception commit fe63e0ea349cdaab02e919d40f8f3df6a5e5cf00 Author: Alexey Goncharuk <[hidden email]> Date: 2017-02-08T15:15:17Z GG-11954 - Fixing tests commit f092fbf2a0b8d727827a080078f9892d24e2b4ae Author: Dmitriy Govorukhin <[hidden email]> Date: 2017-02-08T15:51:53Z ignite-gg-11952 fix issue. commit fe0cff39445f1d8e3eea1241c51750c888114121 Author: Dmitriy Govorukhin <[hidden email]> Date: 2017-02-09T10:47:55Z ignite-gg-8.0.2.ea4 licence header fix. commit 839c598988ba7710c168d6c9e48378d912177010 Author: Alexey Kuznetsov <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> Date: 2017-02-12T15:36:54Z Fixing deletion tests commit 7c58bf5a4a83790f00344ccace3e2ee6b53f817b Author: Alexey Goncharuk <[hidden email]> Date: 2017-02-13T10:35:03Z IGNITE-3477 - Merge optimizations commit adf223eb280d4ce5320d9e8923be5a8e5802a268 Author: Alexey Goncharuk <[hidden email]> Date: 2017-02-13T11:10:39Z Use maskNull for stopAllCaches request commit e4e58df698950c699170f1bd17c57e67026eda20 Author: Aleksei Scherbakov <[hidden email]> Date: 2017-02-13T11:19:27Z IGNITE-4664 - Added lifecycle and injection support for TopologyValidator. Fixes #1514 commit d3601c41ea630e221fd6c1a29e3cb5a35bd0c472 Author: Alexey Goncharuk <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> Date: 2017-02-15T04:08:23Z Minor fix: missing toString() method. (cherry picked from commit 571586c) commit 92821167ad884266728a2fae83799d1dfa17e07d Author: EdShangGG <[hidden email]> Date: 2017-02-15T18:11:30Z GG-11860 Implement snapshot status on platform level -refactoring: extracting snapshot operation commit 56fadcd27fe321b79417a917404cf744e1549a10 Author: Alexey Goncharuk <[hidden email]> Date: 2017-02-16T11:55:27Z Merge inline indexes commit a19f94bdb8bf29d811bd795512719896fd9a0fc4 Author: Alexey Goncharuk <[hidden email]> 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 <[hidden email]> Date: 2017-02-16T18:04:36Z GG-11860 Implement snapshot status on platform level -refactoring deleteSnapshot operation commit 1f70cd62065fea359b3b9cb98562a650fa5a8c68 Author: EdShangGG <[hidden email]> 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 <[hidden email]> Date: 2017-02-16T15:34:02Z ignite-4710 More information in IgniteTxOptimisticCheckedException message. (cherry picked from commit 7f74458) commit 4f859170d7eebaec47470fb3ff4286936e4dac9a Author: EdShangGG <[hidden email]> Date: 2017-02-17T15:39:32Z GG-11860 Implement snapshot status on platform level -refactoring moveSnapshot operation commit 0384b66252d331f8a0406eecbaeec5ba6f12ed2c Author: EdShangGG <[hidden email]> Date: 2017-02-17T17:10:50Z GG-11860 Implement snapshot status on platform level -fix tests with node filters commit 4c97f43be8b608f20f2a5a3d40280233cffd46e8 Author: EdShangGG <[hidden email]> Date: 2017-02-21T13:03:05Z GG-11860 Implement snapshot status on platform level -refactoring (moving messages, new mechanism of registration, etc.) commit 9e6b8ccea36ba2665cbe4e91c59a35a26590f9ae Author: Alexey Kuznetsov <[hidden email]> Date: 2017-02-17T11:45:17Z Fixed NPE in IgniteProcessProxy.kill() (cherry picked from commit 11bc058) commit d13520e9a05bd9e9b987529472d6317951b72f96 Author: sboikov <[hidden email]> Date: 2017-02-22T08:47:38Z ignite-4484 Call commit for read-only transactions (reverted changes introduced in ignite-3601). (cherry picked from commit d77fe815395dcd2871d7) commit 5424b706163c2539c7e54a4cdf7e007766e17088 Author: Alexandr Kuramshin <[hidden email]> Date: 2017-02-16T09:09:22Z IGNITE-4538: Improved messages for BinaryMarshaller field read errors. This closes #1470. (cherry picked from commit f52ba0f) commit 1118c72837096f29ff58065137f82763831c2c85 Author: Alexandr Kuramshin <[hidden email]> Date: 2017-02-16T09:09:22Z IGNITE-4538: Improved messages for BinaryMarshaller field read errors. This closes #1470. (cherry picked from commit f52ba0f) commit ef35f4f42bde09ad890e586ecfd61933e7399378 Author: Alexey Kuznetsov <[hidden email]> Date: 2017-03-01T16:25:21Z GG-11992 Add EnforceJoinOrder option. ---- --- 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 [hidden email] or file a JIRA ticket with INFRA. --- |
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 [hidden email] or file a JIRA ticket with INFRA. --- |
Free forum by Nabble | Edit this page |