GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/2987
2.1.5-p1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.1.5-p1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2987.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 #2987 ---- commit 49d73545ed703483bf9831abe4bc6ae6388b0901 Author: Alexey Goncharuk <alexey.goncha...@gmail.com> Date: 2017-08-18T09:47:08Z IGNITE-5901 Fixed AsynchronousCloseException in WAL commit 55dac67098f2d6a7acde7b12337475b2e1a6f7d8 Author: Ilya Lantukh <ilant...@gridgain.com> Date: 2017-08-18T10:07:39Z gg-12644 : Cosmetic changes. commit 1406c19ec3e84c3bfb13d94b6e4f9d21eb03506b Author: Vasiliy Sisko <vsi...@gridgain.com> Date: 2017-08-18T10:04:41Z IGNITE-6106 New screenshots. (cherry picked from commit 9ca9bf6) commit 4b4237005f6ff28ab19e8c885e86a7b66d7523bc Author: Ilya Lantukh <ilant...@gridgain.com> Date: 2017-08-18T11:17:05Z Merge branches 'ignite-2.1.4' and 'ignite-gg-12644' of https://github.com/gridgain/apache-ignite into ignite-2.1.4 commit cc047efab6ff7d7bd74ecb3fa7ffac837e22ed19 Author: Alexey Kuznetsov <akuznet...@apache.org> Date: 2017-08-18T11:40:01Z IGNITE-6107 first(list) should behave the same way as first(iterable) in case of null argument. (cherry picked from commit d779f06) commit 13c1d367161aef9855279c5ab9e23a9ac9754ffe Author: EdShangGG <eshangar...@gridgain.com> Date: 2017-08-18T15:52:59Z IGNITE-5943 Communication. Server node may reject client connection during massive clients join. This closes #2423 commit 2971a3df264493f594feb851ba11a65219397a4c Author: Alexey Kuznetsov <akuznet...@apache.org> Date: 2017-08-19T05:32:08Z IGNITE-6065 Fixed broken links. (cherry picked from commit b67fdce) commit 00a7d1b6b94567ed3fbeb922ac21d93a634d5d94 Author: Alexey Kuznetsov <akuznet...@apache.org> Date: 2017-08-19T05:48:22Z IGNITE-6065 Fixed broken links. (cherry picked from commit b8b8064) commit 9d82c582dab1578d2126b12b8e30ae3c4dee230b Author: Dmitriy Shabalin <dshaba...@gridgain.com> Date: 2017-08-21T09:53:15Z IGNITE-4784 Web Console: Changed demo mode UI. (cherry picked from commit 90cf702) commit 2d39bab7e8c40a179fdd0c30b492a53fe2142ba0 Author: Alexey Kuznetsov <akuznet...@apache.org> Date: 2017-08-21T11:42:08Z IGNITE-6127 Implemented GZip data between web-agent and web server. (cherry picked from commit 90f4d4d) commit 324915f37285e81b872e14a5c13a066258302bd5 Author: Ilya Lantukh <ilant...@gridgain.com> Date: 2017-08-21T11:46:48Z ignite-6096: Fixed races on partition evict (backport). commit 446e1845672378c4008ad207c3d945fbd236097b Author: Ilya Lantukh <ilant...@gridgain.com> Date: 2017-08-21T11:47:13Z Merge remote-tracking branch 'community/ignite-2.1.4' into ignite-2.1.4 commit c3aa151698f82e46b97052a2189ecfdf11a58f37 Author: sboikov <sboi...@gridgain.com> Date: 2017-07-24T08:47:16Z Test for cache partitions state, fix for client cache start. (cherry picked from commit aeb9336b3b161ddfff73f17e41cd453409b84a16) # Conflicts: # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java # modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite6.java # modules/core/src/test/java/org/apache/ignite/testsuites/IgnitePdsTestSuite.java commit 270e2b260d3f0519d6f8ab5c2465a84b4c0a6327 Author: sboikov <sboi...@gridgain.com> Date: 2017-07-27T09:50:37Z Tried to simplify GridDhtAtomicCache.updateAllAsyncInternal0. (cherry picked from commit 5704e39) commit f34ef163359bde62865246856a705e09b92c23e2 Author: sboikov <sboi...@gridgain.com> Date: 2017-07-27T10:21:14Z Removed unused methods from IgniteThreadPoolExecutor. (cherry picked from commit 2574beb) commit 4bfe699e79fcf34afd62a9bb3a356af2d89d9cc9 Author: sboikov <sboi...@gridgain.com> Date: 2017-07-27T10:57:11Z Added related GridIoPolicy in IgniteThread. (cherry picked from commit 3a3650f) commit 93eb78f62322ce32900efd430a489afee078dd89 Author: sboikov <sboi...@gridgain.com> Date: 2017-07-27T12:25:06Z Minor (added more clear method IgniteTxHandler.prepareNearTxLocal). (cherry picked from commit e9a0d69) commit e0fe1c3ca0df4ae51dee84ce5d23eb6292cdac22 Author: sboikov <sboi...@gridgain.com> Date: 2017-07-28T07:25:16Z ignite-5858 Fixed affinity initialization on new coordinator (broken in aeb9336b3b161ddfff73f17e41cd453409b84a16). (cherry picked from commit b698bbf) commit 8d51fb95329aede1ae733b368c68ffe5528e21e6 Author: Alexey Kuznetsov <akuznet...@apache.org> Date: 2017-08-21T12:09:08Z IGNITE-6104 Fixed link. (cherry picked from commit e678c81) commit 3b613407c056c01a4eda0c77612a08b8468886d5 Author: Alexey Goncharuk <alexey.goncha...@gmail.com> Date: 2017-08-02T08:25:08Z IGNITE-5757 - Rent partitions on exchange completion (cherry picked from commit c6fbe2d) commit 762b533d3666903dc4119b5a5252373354bb98e1 Author: sboikov <sboi...@gridgain.com> Date: 2017-08-21T12:22:18Z Merge remote-tracking branch 'community/ignite-2.1.4' into ignite-2.1.4 commit e9139d4916a22acab22008663e89f963f3d3a6b5 Author: sboikov <sboi...@gridgain.com> Date: 2017-08-02T14:25:31Z Call updateRebalanceVersion after evictions (was broken in c6fbe2d82a9f56f96c94551b09e85a12d192f32e); (cherry picked from commit b277682) commit 615a582b83d9acdd5703995f52f97e70027e0639 Author: Dmitriy Shabalin <dshaba...@gridgain.com> Date: 2017-08-21T12:34:59Z IGNITE-4728 Fixed get params for saved state. (cherry picked from commit 97b3cef) commit 891a9e0001bd0d77e0bafc3ad109d04d02a9b7ff Author: sboikov <sboi...@gridgain.com> Date: 2017-08-21T10:21:44Z ignite-6124 Merge exchanges for multiple discovery events (cherry picked from commit bebf299799712b464ee0e3800752ecc07770d9f0) commit 96d86acdfe1a251758c6915b473ceb20514cbbad Author: sboikov <sboi...@gridgain.com> Date: 2017-08-21T13:19:18Z Merge remote-tracking branch 'community/ignite-2.1.4' into ignite-2.1.4 commit e9f729fcb9ba7b555aed246a834e385ce2c88795 Author: Alexey Goncharuk <agoncha...@apache.org> Date: 2017-08-21T10:49:22Z ignite-5872 Replace standard java maps for partition counters with more effective data structures (cherry picked from commit 918c409) commit 8e672d4a83cb20136d375818505cacccf6c9b4fd Author: sboikov <sboi...@gridgain.com> Date: 2017-08-21T13:39:29Z Changed ignite version. commit fd5d83c44624baea9466c591f119195cb092df4c Author: Alexey Kuznetsov <akuznet...@apache.org> Date: 2017-08-21T15:06:36Z IGNITE-6104 Fixed target. (cherry picked from commit 8775d2c) commit cca9117c805d144ff451694e7324720f8d466d94 Author: sboikov <sboi...@gridgain.com> Date: 2017-08-21T15:39:12Z ignite-5872 Fixed backward compatibility commit dc9b2660723b325e1d07991cd0936ee27f624a81 Author: sboikov <sboi...@gridgain.com> Date: 2017-08-21T15:39:36Z Merge remote-tracking branch 'community/ignite-2.1.4' into ignite-2.1.4 ---- ---