You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by AMashenkov <gi...@git.apache.org> on 2017/09/15 16:10:42 UTC

[GitHub] ignite pull request #2676: Ignite-gg-12717

GitHub user AMashenkov opened a pull request:

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

    Ignite-gg-12717

    fix test

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-gg-12717

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2676.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 #2676
    
----
commit 1093819ac0f3e7a0faacde59919117b8977e6d5b
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-11-09T15:19:01Z

    IGNITE-4201: Fixed version fix maven step.

commit bac0cba7fddd412dfbff98163afbc15d81d5e0d4
Author: Dmitriy Govorukhin <dg...@gridgain.com>
Date:   2016-11-10T06:02:41Z

    ignite-4044  always authenticate local node

commit 26daa57ca82254d68ac04a7b33223c6eb5ade0e4
Author: sboikov <sb...@gridgain.com>
Date:   2016-11-10T08:17:29Z

    Fixed javadoc.

commit 8b59f4e76138e08e80aa219c1a9cf0c3df6fdb4b
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-11-10T11:43:00Z

    Backport commit of the following:
    
    commit 612eb3daffe608995aac28eed019b3e6ef9d66d3
    Author: Aleksei Scherbakov <al...@gmail.com>
    Date:   Fri Aug 19 13:28:39 2016 +0300
    
        ignite-2795 Support 'copyOnRead' for SQL queries

commit b7499828c928e02e8e554f960f3754e4d08bfbe0
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-11-10T13:10:21Z

    IGNITE-500 CacheLoadingConcurrentGridStartSelfTest fails (DataStreamer data loss at unstable topology in !allowOverwrite mode fixed)

commit baa752660c6eddf27d15a812252b01b5872385de
Author: iveselovskiy <iv...@gridgain.com>
Date:   2016-11-10T15:47:09Z

    IGNITE-4208: Hadoop: Fixed a bug preventing normal secondary file system start. This closes #1228.

commit ef9d6cf9e334c35b03dfa42e4ce0680c85a693a4
Author: iveselovskiy <iv...@gridgain.com>
Date:   2016-11-10T15:47:09Z

    IGNITE-4208: Hadoop: Fixed a bug preventing normal secondary file system start. This closes #1228.

commit 884b281218d88c028daab25d35c14ee2b41be36e
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-10T17:35:15Z

    IGNITE-4186 .NET: Fix "Invalid session release request" exception in IgniteSessionStateStoreProvider.SetAndReleaseItemExclusive
    
    This closes #1227

commit eac5f0c05b85b620f979bd73d5043ae521b6f2f4
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-11-10T18:13:13Z

    IGNITE-4100: Improved README and DEVNOTES for CPP.

commit e159fdee0152a6df1bbf4dafc3d18a284e86a57e
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-11-11T02:39:32Z

    Fixed classnames.properties generation for ignite-hadoop module.

commit 5a4ebd5de8751dcf32a26c96bf4f39e43bcbb341
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-11-11T02:49:41Z

    Fixed classnames.properties generation for ignite-hadoop module.

commit 73a8fa8b635cce3b9d8dcad364a32d29f12d4398
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-11-11T03:20:32Z

    Fixed classnames.properties generation for ignite-hadoop module.

commit 53876d3f1b3e561702fc0cd8c6ddd078d6c7dce6
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-11-11T03:26:09Z

    Fixed classnames.properties generation for ignite-hadoop module.

commit f8aa957327312d76f90231b9bfe6d386d1d4ec37
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-11-11T08:56:42Z

    Reverted wrong commit.

commit c6921a311f437504a45a4667ddde85b14269ba57
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-11-11T09:01:33Z

    Fixed classnames.properties generation for ignite-hadoop module.

commit d69e26dd8d4fd9383a149c93c251911a8dd67528
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-11T09:22:55Z

    IGNITE-4126 .NET: Add IgniteConfiguration.SwapSpaceSpi

commit a70f0bac3ac2487b8ab58598ad921daa952b485f
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-11-11T10:03:40Z

    IGNITE-4145: Fixes "No query result found for request" exception when running multiple queries concurrently. This closes #1218.

commit 8bb8bdda2e846dcc92a2fd449e64d7594b2700ed
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-11-11T12:01:14Z

    IGNITE-4053: Moved task error output from console to logger. This closes #1160.

commit 7128a395085b60e86436f807b4bdbca83627d41a
Author: sboikov <sb...@gridgain.com>
Date:   2016-11-11T12:29:38Z

    ignite-4154 Optimize amount of data stored in discovery history
    Discovery history optimizations:
    - remove discarded message for discovery pending messages
    - remove duplicated data from TcpDiscoveryNodeAddedMessage.oldNodesDiscoData
    - do not store unnecessary data in discovery EnsuredMessageHistory
    - use special property for EnsuredMessageHistory size instead of IGNITE_DISCOVERY_HISTORY_SIZE
    Affinity history optimizations:
    - do not store calculated primary/backup maps in history
    - try save the same assignments instance for caches with similar affinity
    Exchange messages optimizations:
    - do not send duplicated partition state maps for caches with similar affinity
    - use zip compression for data sent in exchange messages

commit c3e8a832098887a0fd09b6e8f63d6a8cbaa20eb9
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-11T15:00:36Z

    .NET: Fix DataStreamerTestTopologyChange tests

commit a2a3bedce1a232c0c1db6f5e2b737ab47be250b0
Author: sboikov <sb...@gridgain.com>
Date:   2016-11-14T06:44:48Z

    Fixed IgniteStartFromStreamConfigurationTest to stop started node.

commit 85a4b966fdfb7018d1c91b73df1659082128f786
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-14T10:38:33Z

    IGNITE-4216 .NET: Fix PlatformAffinityFunction to inject resource into baseFunc

commit 6e36a7950db84913ddfd0d98f5a0b50923d2a29c
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-11-15T09:42:29Z

    IGNITE-3191: Fields are now sorted for binary objects which don't implement Binarylizable interface. This closes #1197.

commit e39888a08da313bec4d30f96488eccb36b4abacc
Author: Vasiliy Sisko <vs...@gridgain.com>
Date:   2016-11-17T04:41:05Z

    IGNITE-4163 Fixed load range queries.

commit 3eacc0b59c27be6b4b3aaa09f84b867ba42b449f
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-11-21T10:28:56Z

    Merged ignite-1.7.3 into ignite-1.7.4.

commit 0234f67390c88dceefd6e62de98adb922b4ba9ac
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-11-21T10:40:50Z

    IGNITE-3443 Implemented metrics for queries monitoring.

commit a24a394bb66ba0237a9e9ef940707d422b2980f0
Author: Konstantin Dudkov <kd...@ya.ru>
Date:   2016-11-21T10:53:58Z

    IGNITE-2523 "single put" NEAR update request

commit 88f38ac6305578946f2881b12d2d557bd561f67d
Author: Konstantin Dudkov <kd...@ya.ru>
Date:   2016-11-21T12:11:09Z

    IGNITE-3074 Optimize DHT atomic update future

commit 51ca24f2db32dff9c0034603ea3abfe5ef5cd846
Author: Konstantin Dudkov <kd...@ya.ru>
Date:   2016-11-21T13:48:44Z

    IGNITE-3075 Implement single key-value pair DHT request/response for ATOMIC cache.

commit 6e4a279e34584881469a7d841432e6c38db2f06f
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-11-21T14:15:17Z

    IGNITE-2355: fix test - clear client connections before and after a test.

----


---

[GitHub] ignite pull request #2676: Ignite-gg-12717

Posted by AMashenkov <gi...@git.apache.org>.
Github user AMashenkov closed the pull request at:

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


---