GitHub user devozerov opened a pull request:
https://github.com/apache/ignite/pull/5442 IGNITE-8913 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8913-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5442.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 #5442 ---- commit 26543e10f8143dbc2d313b870081d633baf4cd05 Author: SGrimstad <sgrimstad@...> Date: 2018-08-14T11:21:13Z IGNITE-9141 Implemented commit ee631080782fe17a007e10117a96fc1a72990854 Author: devozerov <vozerov@...> Date: 2018-08-14T12:54:32Z Merge branch 'master' into ignite-9141 commit 4587bfc24f25045fd7fc2197076797cc6ca54e32 Author: devozerov <vozerov@...> Date: 2018-08-14T13:23:19Z Review. commit 1511eb31b644113091be156d872f5adb2daecb84 Author: SGrimstad <sgrimstad@...> Date: 2018-08-14T11:21:13Z IGNITE-9141 Implemented commit 0425a32a3d490165b29bcf9236a49a48f7761666 Author: devozerov <vozerov@...> Date: 2018-08-14T13:23:19Z Review. commit a7209f870148f984cdbf3e6437337c7b665defb5 Author: SGrimstad <sgrimstad@...> Date: 2018-08-20T11:56:11Z IGNITE-9141 Modified according to review comments. Integration tests added commit 08e196ad4503d4487fda0da2b61406ef3bd84cbf Author: SGrimstad <sgrimstad@...> Date: 2018-08-20T12:28:46Z IGNITE-9141 javadoc added commit b006a8dba4ae4319aa78a0d3c6fd6eef47bb1da8 Author: SGrimstad <sgrimstad@...> Date: 2018-08-20T12:29:46Z IGNITE-9141 javadoc added commit 0ed04a7ca655866685841b2ec9c2ed64797bf233 Author: devozerov <vozerov@...> Date: 2018-08-28T08:05:04Z Merge branch 'master' into ignite-9141 commit 02db267355a8405c64c45d51c81e342df664d612 Author: devozerov <vozerov@...> Date: 2018-08-28T08:45:55Z Review comments. commit 0c4301cdc0d6108ed5b51173144e19d3ad450e63 Author: SGrimstad <sgrimstad@...> Date: 2018-08-28T11:08:47Z IGNITE-9141 Fixes according to review commit dd35f024d77d12badf711bce3644450008e38921 Author: SGrimstad <sgrimstad@...> Date: 2018-08-29T12:15:43Z IGNITE-8913 Query cancelled messages are enriched with details, tests updated commit ce15a79ded414f3b41bbe8ca3521f5ff4aaa3174 Author: zaleslaw <zaleslaw.sin@...> Date: 2018-08-28T11:03:37Z IGNITE-9393:[ML] KMeans fails on complex data in cache this closes #4628 commit 435184a203598740ace2f0b53cf136dc3443e168 Author: Roman Guseinov <gromcase@...> Date: 2018-08-28T11:41:09Z IGNITE-9367: Fixed crash in ODBC on executing query with closed connection This closes #4621 commit 82e55e927260327996495360b5ae7019a1c958a6 Author: Denis Mekhanikov <dmekhanikov@...> Date: 2018-08-28T14:46:29Z IGNITE-9389 Avoid deadlock on cache#close(). - Fixes #4626. Signed-off-by: Alexey Goncharuk <[hidden email]> commit a4dedb746a5997d8f318b7ee059825e7b7101687 Author: Aleksei Scherbakov <alexey.scherbakoff@...> Date: 2018-08-28T15:18:26Z IGNITE-9401 Fixed race in tx rollback test - Fixes #4633. Signed-off-by: Alexey Goncharuk <[hidden email]> commit b8b2e7098a675a4f37264579be1dfd2c89f3316c Author: Ivan Rakov <irakov@...> Date: 2018-08-29T12:32:59Z IGNITE-6879 Support Spring Data 2.0 - Added package description to parent/pom.xml commit c1f5a85c61ad6086b8b180b3169fed30f1155841 Author: Alexey Goncharuk <alexey.goncharuk@...> Date: 2018-08-30T08:35:53Z IGNITE-9326 Fixed deferred serialization error handling for EntryProcessor result - Fixes #4588. Signed-off-by: Alexey Goncharuk <[hidden email]> commit ee2c5a7b7c7f0a0684fdaa063c759057c4bfa6ba Author: zaleslaw <zaleslaw.sin@...> Date: 2018-08-30T08:56:39Z IGNITE-9421: ML Examples: LogisticRegressionSGDTrainerExample example result not correct this closes #4646 commit f858474292805cf93a30c01676f519790402df1c Author: Alexey Goncharuk <alexey.goncharuk@...> Date: 2018-08-30T09:39:22Z IGNITE-9429 Fixed flaky GridCacheReplicatedDataStructuresFailoverSelfTest commit 88d16494516ab66af3849aae8e3aa6faf7f32efb Author: Vasiliy Sisko <vsisko@...> Date: 2018-08-30T11:11:21Z IGNITE-9370 Fixed execution of REST commands in demo mode. commit 23b33b617356704370f6b15b05b41f3edc5b2bd9 Author: Igor Seliverstov <gvvinblade@...> Date: 2018-08-30T11:52:49Z IGNITE-4191: MVCC and transactional SQL support. Joint multi-man-years efforts of Semen Boikov, Igor Seliverstov, Alexander Paschenko, Igor Sapego, Sergey Kalashnikov, Roman Kondakov, Pavel Kuznetsov, Ivan Pavlukhin, Andrey Mashenkov, and many others. Special thanks for design ideas and review to Alexey Goncharuk and Sergi Vladykin. This closes #3220. commit eec22c55249669091edf404f126181a350197ada Author: Anton Kalashnikov <kaa.dev@...> Date: 2018-08-30T12:02:50Z IGNITE-6552 Added ability to set WAL history size in bytes - Fixes #3559. commit 8af84fe0f62880937b7350efa9a9646086a98ce3 Author: EdShangGG <eshangareev@...> Date: 2018-08-30T13:47:23Z IGNITE-9302 Added timeouts for Java Thin Clients tests - Fixes #4562. Signed-off-by: Alexey Goncharuk <[hidden email]> commit 1d4ccec375a67fa0abd3b6beaa5d80ded8ed8424 Author: Alexey Platonov <aplatonovv@...> Date: 2018-08-30T16:28:34Z IGNITE-9237: [ML] Random forest optimization this closes #4612 commit 053f88d7d5be41f34f80c33c6689cac835d8892e Author: Pavel Tupitsyn <ptupitsyn@...> Date: 2018-08-30T21:15:28Z IGNITE-9116 .NET: LINQ: Use CacheConfiguration.SqlSchema when generating SQL This closes #4642 commit deb08a99683ff3954dfeeb929e1e163007cc782b Author: Oleg Ignatenko <oignatenko@...> Date: 2018-08-31T08:37:10Z IGNITE-9348: ML examples improvements, follow-up to IGNITE-9297 this closes #4641 commit 63d5a292e31f991567697229211244b8f2196d00 Author: Anton Kalashnikov <kaa.dev@...> Date: 2018-08-31T09:21:43Z IGNITE-9424 Set proper partition for key during insert - Fixes #4645. commit 77b06a692e0a2755f070a16b453d3073bb1102d9 Author: Alexey Goncharuk <alexey.goncharuk@...> Date: 2018-08-31T10:28:40Z IGNITE-9444 Mute failing test commit e76e3a344e4902de41e390f2f35ff813b090a237 Author: Vasiliy Sisko <vsisko@...> Date: 2018-08-31T10:49:55Z IGNITE-8568 Web Console: Added support for "Collocated" query mode on "Queries" screen. ---- --- |
Free forum by Nabble | Edit this page |