Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 87DFA200C34 for ; Mon, 27 Feb 2017 14:33:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 86667160B6C; Mon, 27 Feb 2017 13:33:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AA8E2160B60 for ; Mon, 27 Feb 2017 14:33:14 +0100 (CET) Received: (qmail 65018 invoked by uid 500); 27 Feb 2017 13:33:12 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 64989 invoked by uid 99); 27 Feb 2017 13:33:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 13:33:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 94281DFDA9; Mon, 27 Feb 2017 13:33:08 +0000 (UTC) From: dkarachentsev To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1577: ignite-4740 - Service could be deployed/undeploye... Content-Type: text/plain Date: Mon, 27 Feb 2017 13:33:08 +0000 (UTC) archived-at: Mon, 27 Feb 2017 13:33:15 -0000 GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/1577 ignite-4740 - Service could be deployed/undeployed twice on concurrent cancel and discovery event You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4740 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1577.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 #1577 ---- commit f9a0676fad7fd6c23e3c91c10d7e0412ccb27c06 Author: vozerov-gridgain Date: 2016-10-11T07:23:01Z IGNITE-4041: Created separate processor for thread pools and refactored IO manager. This closes #1150. commit 9a6cfce659df40b0a4624f19fd91c217b74bafea Author: nikolay_tikhonov Date: 2016-10-11T10:59:57Z IGNITE-4014 Fixed "Transaction hangs if entry processor failed during serialization". This closes #1148. commit 1938a17b01fac1e08c30011180bbcc3ed7374d83 Author: Andrey V. Mashenkov Date: 2016-10-11T11:50:18Z IGNITE-3948: Fixed a bug causing TTL manager to continue tracking of evicted entries. This closes #1101. commit 60d27547dfc6bd27c6d39cbcc523d0d1e872a821 Author: vozerov-gridgain Date: 2016-10-11T11:51:00Z Merge remote-tracking branch 'upstream/ignite-1.6.10' into ignite-1.6.10 commit 359a392f1c53217c691c4c40762c51fd330666e2 Author: Valentin Kulichenko Date: 2016-01-15T06:58:41Z Update notifier fixes (cherry picked from commit a5c85ca) commit 01ca6db70933fb7f50f161a80cde9647e68a3710 Author: dkarachentsev Date: 2016-10-11T13:18:40Z Merge remote-tracking branch 'origin/ignite-1.6.10' into ignite-1.6.10 commit 0659bebe04dc9c0b0a163bc95061519c553e678c Author: Andrey V. Mashenkov Date: 2016-10-12T11:49:36Z IGNITE-3972: Fixed a bug causing continuous queries to be lost for ATOMIC cache when key's primary node leaves topology. This closes #1133. commit f597aff1bdf65d3d430cf85c9932391a72c2d7dc Author: Andrey V. Mashenkov Date: 2016-10-12T12:44:08Z IGNITE-3875: Added separate thread pool for data streamer. This closes #1067. commit 2ab094e08373dc6667af44d48a38b4f044953a79 Author: tledkov-gridgain Date: 2016-10-12T13:48:51Z IGNITE-2355: Hadoop: added ability to configure multiple job tracker addresses. This closes #1153. commit eaf8ae246cc799c1353332fcac05cb3a8efab02c Author: Pavel Tupitsyn Date: 2016-10-12T16:57:09Z IGNITE-4034 Get rid of specialized methods in platform targets commit b1ec58f716ece3a5866dd654ebc707bef67caf57 Author: Alexey Kuznetsov Date: 2016-10-13T05:58:22Z IGNITE-4066 Fixed NPE. commit 447e07c0bb5af75bce6a14612606904e4e3d9705 Author: Anton Vinogradov Date: 2016-10-14T08:40:41Z IGNITE-1924 Incomplete marshaller cache rebalancing causes Grid hangs under SSL commit 7adfbcf1ee7bbe0beb95fa82749a2e04449de8fa Author: tledkov-gridgain Date: 2016-10-14T14:48:14Z IGNITE-4060: Fixed a bug in RoundRobinLoadBalancing API causing exception when running closures after client node reconnect. This closes #1157. commit 80abd1b72e4fc7b0b95212e7f53c700c0fe21156 Author: Aleksei Scherbakov Date: 2016-10-14T16:33:07Z GG-11360 - Implement SQL queries cancellation (#18) * GG-11360 Merged IGNITE-2680 to ignite-1.6.3. * GG-11360 Test cleanup. * GG-11360 Fixing broken tests. * GG-11360 Fixing test. * GG-11360 Fixing test. * GG-11360 Fixing broken tests. * GG-11360 Added test for forever-running query cancellation on node restart. * GG-11360 Fixing race. * GG-11360 Added test for forever-running query cancellation on node stop. * GG-11360 Cleanup. * GG-11360 Support for local query cancellation/timeout. * GG-11360 Increase test duration. * GG-11360 Remove redundant catch block. * GG-11360 Fix formatting. * GG-11360 Fix formatting. * GG-11360 Fix formatting. * GG-11360 Fix formatting. * GG-11360 Fix formatting. * GG-11360 Fix formatting. * GG-11360 Fix formatting. * GG-11360 Fix formatting. * GG-11360 Simplify test. * GG-11360 Simplify test. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * GG-11360 Fixing issues. * Merge remote-tracking branch 'remotes/gg/ignite-1.6.10' into ignite-gg-11360 Conflicts: modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java * GG-11360 Review fixes. * GG-11360 Review fixes. * GG-11360 Review fixes. * GG-11360 Review fixes. * GG-11360 Review fixes. * GG-11360 Review fixes. commit 43ac3f5d5e8ab664e07f26d99be34f284f7941dd Author: vozerov-gridgain Date: 2016-10-17T08:26:12Z IGNITE-4054: Hadoop: added map-reduce plan debug output. commit d3f042b9ba6c605500ab7155c40a41850babefdb Author: sboikov Date: 2016-10-17T09:28:31Z Fixed indexing test in according to changes from #80abd1b. commit 59de231c0d0dce56b0cf5c386b19a2880d9c0603 Author: sboikov Date: 2016-10-17T13:31:35Z Re-generated GridQueryFailResponse. commit 717e91fed944082df35ecdc2e647de2ad3fca2c7 Author: ascherbakoff Date: 2016-10-17T19:30:38Z GG-11360 Fix java8 compilation. commit 44eff48f72d2a4c5c6a9a2ba6ed903834bcb63f9 Author: Igor Sapego Date: 2016-10-18T08:53:46Z IGNITE-4090: CPP: Fixed compilation for GCC 4.4.7. This closes #1165. commit 4edcf126baf75840e3816a3e0876200c7e9c0d45 Author: vozerov-gridgain Date: 2016-10-18T09:25:56Z Revert "IGNITE-3875: Added separate thread pool for data streamer. This closes #1067." This reverts commit f597aff1bdf65d3d430cf85c9932391a72c2d7dc. commit ccae52cc1af3fa2077ece6f6a9c4146e3ba72cb4 Author: tledkov-gridgain Date: 2016-10-18T10:01:03Z IGNITE-2355 Fixed the test HadoopClientProtocolMultipleServersSelfTest. Close FileSystem after each test to prevent using the one Client delegate for all tests. commit e6430bdf14e457e7497bf6e84013747f06f71fc3 Author: tledkov-gridgain Date: 2016-10-18T10:01:41Z Merge remote-tracking branch 'community/ignite-1.6.10' into ignite-1.6.10 commit a863eeed9d152eed8418416291b9b19bd5b5e88b Author: Anton Vinogradov Date: 2016-10-18T10:20:30Z IGNITE-1924 Incomplete marshaller cache rebalancing causes Grid hangs under SSL (HOTFIX) commit 7290d88e14a15a3d030b7381dbd0a3f14cb65a12 Author: Pavel Tupitsyn Date: 2016-10-18T14:17:17Z IGNITE-4030 Streamline PlatformTarget operation methods This closes #1167 commit 66c76d1f30f024b58db8cab07ba9e7d429f596f8 Author: tledkov-gridgain Date: 2016-10-18T15:45:06Z IGNITE-2355 Fixed the test HadoopClientProtocolMultipleServersSelfTest. Clear connection poll after the test, cosmetic. commit f37fbcab1ae2c7553696e96b7a9c3194a570d7af Author: isapego Date: 2016-10-19T10:06:42Z IGNITE-3705: Fixed compiliation warnings. This closes #1169. commit 7ed2bb7e341701d052220a36a2b2f8f0a46fd644 Author: AMRepo Date: 2016-10-19T15:33:59Z IGNITE-3448 Support SQL queries with distinct aggregates added. This closes #3448. commit 551a4dfae6169a07a5e28f9b266f90311f3216b7 Author: tledkov-gridgain Date: 2016-10-21T10:25:57Z IGNITE-2355 Fixed the test HadoopClientProtocolMultipleServersSelfTest. Clear connection poll before and after the test commit 3fa0124c554b65ffbd319c2b8b34f7e70985fbe1 Author: vozerov-gridgain Date: 2016-10-24T07:39:53Z Merge commit 'bba019fd' into ignite-1.7.3 commit 2a09d22182ad065f1ee449441d41825c87cd55ea Author: vozerov-gridgain Date: 2016-10-24T07:51:09Z Merge commit 'b9c776a8' into ignite-1.7.3 ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---