You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by dkarachentsev <gi...@git.apache.org> on 2017/11/16 08:33:19 UTC

[GitHub] ignite pull request #3041: Ignite gg 13067

GitHub user dkarachentsev opened a pull request:

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

    Ignite gg 13067

    

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

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

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

    https://github.com/apache/ignite/pull/3041.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 #3041
    
----
commit 5ac9afc719138e37a7d97d9d9db05243eee9a942
Author: Evgenii Zhuravlev <ez...@gridgain.com>
Date:   2017-06-22T09:36:14Z

    IGNITE-5399 add test to testsuite

commit a935d40a80e2f928a84a145aba540a45b156687f
Author: Evgenii Zhuravlev <ez...@gridgain.com>
Date:   2017-06-22T12:10:32Z

    GG-12256 Minor fixes

commit 7e2468770a4eb47a4f61204d8c2000b6ab67c967
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2017-06-22T13:13:01Z

    IGNITE-GG-12197 Fixed "Ignore events for discarded update in CLOCK mode".
    
    Signed-off-by: nikolay_tikhonov <nt...@gridgain.com>

commit 5858efd406bb54352de14a0a7e7f21c2ac7bf899
Author: sboikov <sb...@gridgain.com>
Date:   2016-12-16T16:23:29Z

    IGNITE-2412 - Do not acquire asyncSemaphore for synchronous operations (cherry-picked from master)
    
    (cherry picked from commit 82b4073)

commit 113a1380da34ea804d68757d39926da97dee09b6
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2017-06-13T05:20:22Z

    GG-12355: Backported IO latency test.

commit 540ca449f1bd2386d3ba0722afb21dd3a504d044
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2017-06-13T17:55:38Z

    GG-12355: Added discovery ring latency test + made it available from MBean (cherry-picked from master).

commit 0fc6271d8e39125bf5ee341e50a2665a04fc8b1e
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-21T10:42:12Z

    GG-12350: GridDhtAtomicSingleUpdateRequest misses topologyVersion() method override.

commit f8224d13cf9a6432ba65e0016370ba51bbb544e9
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2017-06-15T19:49:45Z

    GG-12299: Make sure concurrent type registrations do not trigger multiple cache updates.

commit 4ffc3acfa1bc43bea8c79bfd1864787c15cfc4de
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2017-06-20T04:59:09Z

    IGNITE-5528 - IS_EVICT_DISABLED flag is not cleared on cache store exception.

commit 8cd9e829380f4c91cc9bb126169863286d1cb323
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-21T12:40:14Z

    GG-12353: Added local binary context flag.
    
    Backport of IGNITE-5223 with fixes.

commit 9036ad239d68eff663bc73a81baab2826b054d9a
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-21T15:25:31Z

    Added MBean for system cache executors.

commit ed34a5dc681ea8f284f4d25c5575ad46569cc600
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-21T15:33:55Z

    Partial fix of IGNITE-5562.

commit d427021f329292fb69d348ba949ad1f8f1e9089e
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-21T16:30:27Z

    IGNITE-5552: ServiceProcessor recalculates all service assignments even if there is a pending topology change.

commit f1b9cdc0716a1b23f54d68ce0fe19eb85107567d
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2017-06-14T18:37:54Z

    GG-12354: Partial fix of IGNITE-5473: Introduce troubleshooting logger.

commit beb2409cfe2045789443d47de735d879961d371e
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-23T09:26:06Z

    GG-12352: Forcible node drop makes cluster instable in some cases.
    Disable forcible node drop by default.

commit 802f18fc250cbae8959192c78bb28dc525ed3cf7
Author: AMRepo <an...@gmail.com>
Date:   2017-06-22T21:24:57Z

    Fix compilation

commit 39d2dec85a3c571dfdb1cd6189b53ae2413a5d22
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-23T10:41:30Z

    Merge branch 'ignite-1.7.12-b2' into ignite-1.8.8
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/GridTopic.java
    #	modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java
    #	modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java
    #	modules/core/src/main/java/org/apache/ignite/internal/managers/communication/IgniteIoTestMessage.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/service/GridServiceProcessor.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/task/GridTaskThreadContextKey.java
    #	modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.java
    #	modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java

commit 96445156143b46b664f785b353463dd435ac342d
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-23T10:42:44Z

    Merge remote-tracking branch 'origin/ignite-1.8.8' into ignite-1.8.8
    
    # Conflicts:
    #	modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java

commit 7c569f15a80ab9301c21011d2c9159e311e46cef
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-23T10:48:10Z

    Merge remote-tracking branch 'origin/ignite-1.8.7.p1' into ignite-1.8.8

commit a64339449be8fa602cab3f2868c5f74004a7b747
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-06-23T13:57:49Z

    IGNITE-4370: Implemented writing of batch of parameters for ODBC.
    
    (cherry picked from commit c10be5780589cc84e7929e234e4411d515166e0b)
    (cherry picked from commit d268b32cb252a5f06887d2b803d27ddc20ded95f)

commit cbe5df51c423568782e31245c7f1aa06c9ba3be1
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-06-13T16:47:00Z

    IGNITE-5478: ODBC: SQLNumParams now returns number of required parameters.
    
    (cherry picked from commit b1c56a1)
    
    (cherry picked from commit 4a8f295)

commit 9ad513e68b89e907f7db36a3f3f0daca0e5986e6
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-06-23T14:06:40Z

    IGNITE-5478: Fix for cherry pick
    
    (cherry picked from commit a2a4ec1ee9794cb542f146a07c6c67002cad444e)

commit bfec212b1ece0e9e791de6dfb642324834fa77ca
Author: AMRepo <an...@gmail.com>
Date:   2017-06-22T21:24:57Z

    Partially reverted GG-12352.

commit 1abc14fdc4e39d8245c3e50fb2cf3d183df08021
Author: AMRepo <an...@gmail.com>
Date:   2017-06-22T21:24:57Z

    Partially reverted GG-12352.

commit cb95f7aa729fda19b4c3b7a5ada903a1e1bc2eab
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-23T16:08:00Z

    Merge remote-tracking branch 'origin/ignite-1.7.12' into ignite-1.7.12

commit f59007f2c1221d8dd22abb0a9692b4abb31e87ad
Author: AMRepo <an...@gmail.com>
Date:   2017-06-22T21:24:57Z

    Partially reverted GG-12352.

commit 2c7d3c03cd36aee4f0985e674f550a62fc64d2db
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-23T17:11:00Z

    Merge branch 'ignite-1.8.8' into ignite-1.9.4
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePreloaderAdapter.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtPartitionTopologyImpl.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/security/SecurityUtils.java
    #	modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
    #	modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java
    #	modules/indexing/src/test/java/org/apache/ignite/testsuites/IgniteCacheQuerySelfTestSuite3.java
    #	modules/platforms/cpp/odbc-test/src/application_data_buffer_test.cpp
    #	modules/platforms/cpp/odbc-test/src/queries_test.cpp
    #	modules/platforms/cpp/odbc/include/ignite/odbc/common_types.h
    #	modules/platforms/cpp/odbc/include/ignite/odbc/statement.h
    #	modules/platforms/cpp/odbc/src/config/connection_info.cpp
    #	modules/platforms/cpp/odbc/src/diagnostic/diagnostic_record.cpp
    #	modules/platforms/cpp/odbc/src/odbc.cpp
    #	modules/platforms/cpp/odbc/src/query/batch_query.cpp
    #	modules/platforms/cpp/odbc/src/statement.cpp

commit 3e2a8dd7497cc21f9ad176213bcefa35869eb198
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-26T09:27:58Z

    Minor fix for GG-12197 "Ignore events for discarded update in CLOCK mode".

commit 03e507f5021f3aee9728e5cbcbc85ed731e5e538
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-26T16:37:27Z

    Fixed tests.

commit 17b7586a73f6b1179612d601caa38d41924a4fac
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-06-26T16:38:39Z

    Merge branch 'ignite-1.8.8' into ignite-1.9.4

----


---