You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by mcherkasov <gi...@git.apache.org> on 2018/06/18 17:36:46 UTC

[GitHub] ignite pull request #4219: Ignite 1.9 master no reconnect

GitHub user mcherkasov opened a pull request:

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

    Ignite 1.9 master no reconnect

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-1.9-master-no-reconnect

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

    https://github.com/apache/ignite/pull/4219.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 #4219
    
----
commit c82e25d67a2f6825a27d26933199a436f6eabba2
Author: Dmitriy Govorukhin <dg...@...>
Date:   2017-04-07T11:28:22Z

    IGNITE-4889 - Changed Hibernate integration to use custom keys
    
    (cherry picked from commit 6b62a20)

commit a352951d91edde9c0029a8bf435d61b4a7cd8c11
Author: Andrey V. Mashenkov <an...@...>
Date:   2017-07-04T17:24:52Z

    IGNITE-4831: Add an option to disable MBeans.

commit e4d141e97ab4ec34b5fe6a7bc599413223944438
Author: dkarachentsev <dk...@...>
Date:   2017-07-14T11:40:02Z

    IGNITE-5103 - Server drops client node from cluster when no heartbeat messages received in interval heartBeatsFrequency * maxMissedClientHeartBeats.

commit 45573945066113fd29548699f23c2bc9f22cef36
Author: Tikhonov Nikolay <ti...@...>
Date:   2017-06-21T14:55:05Z

    ignite-5489 Fixed possible connection leaks when loadPreviousValue set to true

commit 37535634ef3325aaf9923fd17d24038dfd5cee38
Author: agura <ag...@...>
Date:   2017-07-11T13:24:54Z

    ignite-5722 Cache entries stay in onheap after scan query execution for OFFHEAP_TIRED cache with expiry policy

commit c3e2eebeccbdc4bb3a7a0a70d09a8a7b63399c2c
Author: Evgenii Zhuravlev <ez...@...>
Date:   2017-07-18T15:50:48Z

    IGNITE 5776 Add option to turn on filter reachable addresses in TcpCommunicationSpi

commit 97d3f42c1c95a6aafce1d0c300ccfe6708398c17
Author: shtykh_roman <rs...@...>
Date:   2016-09-07T05:35:31Z

    IGNITE-3809: Fix for ArrayIndexOutOfBoundsException in GridUnsafeLru.
    
    (cherry picked from commit 31b9bb8)

commit c2062d52a227dda5afee560d80c3bb4dd2ce09eb
Author: dkarachentsev <dk...@...>
Date:   2017-07-19T05:41:46Z

    Remove empty test_utils.cpp

commit 45cbba4853bab1ba4ffe2ea0d3add99a9d454aab
Author: dkarachentsev <dk...@...>
Date:   2017-07-19T07:44:04Z

    IGNITE-5768 - Retry resolving class name from marshaller cache and .classname file.

commit f24969f7e908645444df622642967a5f7fd3db23
Author: Evgenii Zhuravlev <ez...@...>
Date:   2017-07-19T16:30:07Z

    IGNITE 5775 JobsProcessor fix bug with delay in compute

commit e5aab82f5629c2705e9bc82a7676f63c7c77062a
Author: dkarachentsev <dk...@...>
Date:   2017-07-20T07:37:08Z

    Merge branch 'ignite-1.7.13' into ignite-1.8.9
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/jdbc2/JdbcPreparedStatement.java
    #	modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java

commit 1544d3b63974ef8a96694cfc0681548fb4625a59
Author: Evgenii Zhuravlev <ez...@...>
Date:   2017-07-24T07:18:59Z

    Merge branch 'ignite-1.7.4-p2' into ignite-1.7.14

commit 7e5b479a9c48a6e272f8883f16d0ffa454e44046
Author: Andrey V. Mashenkov <an...@...>
Date:   2017-07-24T10:27:52Z

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

commit cc89a6a224ade08c92f44211dc144dc806c2b400
Author: dkarachentsev <dk...@...>
Date:   2017-07-26T08:19:19Z

    Merge branch 'ignite-1.8.9' into ignite-1.9.5
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/MarshallerContextImpl.java
    #	modules/core/src/test/java/org/apache/ignite/internal/processors/datastreamer/DataStreamerImplSelfTest.java
    #	modules/indexing/src/test/java/org/apache/ignite/testsuites/IgniteCacheQuerySelfTestSuite2.java
    #	modules/platforms/cpp/core-test/src/test_utils.cpp

commit f3adb9559b42698771b0b9b5116dd535446d2bef
Author: vsisko <vs...@...>
Date:   2017-07-26T08:40:19Z

    IGNITE-5781 Visor throws ClassCastException if cache store implementation is other than CacheJdbcPojoStore.

commit a58688f6cc6c5b114dcdd1b2fde43b7e1e5e0732
Author: vsisko <vs...@...>
Date:   2017-07-26T08:40:19Z

    IGNITE-5781 Visor throws ClassCastException if cache store implementation is other than CacheJdbcPojoStore.
    (cherry picked from commit f3adb95)

commit 5b8963e38254fcac3bdd255a95adf9f733ce08f2
Author: vsisko <vs...@...>
Date:   2017-07-26T08:40:19Z

    IGNITE-5781 Visor throws ClassCastException if cache store implementation is other than CacheJdbcPojoStore.
    (cherry picked from commit f3adb95)

commit 6c6264e93c378ff3f083528b46e673fefc76f471
Author: vsisko <vs...@...>
Date:   2017-07-26T08:48:27Z

    Merge remote-tracking branch 'community/ignite-1.9.5' into ignite-1.9.5

commit b7d1fb25ceba20b82631bb2e926a0ad52bf19e9d
Author: sboikov <sb...@...>
Date:   2017-07-20T14:43:17Z

    Do not process partition exchange messages in striped pool.
    
    (cherry picked from commit 3a33706)

commit c338bb9f5ac8f34dccbac1f7058765c5ce4549a4
Author: sboikov <sb...@...>
Date:   2017-07-20T14:49:55Z

    Removed unnecessary discoCache.updateAlives.
    
    (cherry picked from commit 07a0698)

commit e7fbe8fba6bcd427bebf6ab6fa8746bc47b0d42f
Author: Andrey V. Mashenkov <an...@...>
Date:   2017-07-31T14:20:29Z

    IGNITE-4800: Lucene query may fails with NPE.

commit 8c992fb8ba33a0c0ac5c0fb741ee8ffd515c0f31
Author: Evgenii Zhuravlev <ez...@...>
Date:   2017-08-01T14:46:27Z

    IGNITE-5775 Fix removing jobs from activeJobs for jobAlwaysActivate

commit 114f10a243e41ef1dec0f35bef92cbf6a9a4f161
Author: Evgenii Zhuravlev <ez...@...>
Date:   2017-08-01T14:47:25Z

    Merge branch 'ignite-1.7.14' of https://github.com/gridgain/apache-ignite into ignite-1.7.14

commit eb3471075035d4d6ed3f54b3c26e929a6a097262
Author: Igor Sapego <is...@...>
Date:   2017-08-01T15:30:54Z

    Fix for C++ tests

commit 9f12a2d4bf333840df50d2a56478349f530b65c8
Author: Andrey V. Mashenkov <an...@...>
Date:   2017-08-02T11:23:26Z

    IGNITE-4800: Test fixed.

commit f0f1c82c8f9877d952f639ffe56803043e53415b
Author: nikolay_tikhonov <nt...@...>
Date:   2017-08-04T11:58:52Z

    IGNITE-5290 Partial back port commit from master (42293fa sboikov <sb...@gridgain.com> on 29.05.2017 at 16:41)
    
    Signed-off-by: nikolay_tikhonov <nt...@gridgain.com>

commit 3d64cf1a023ce71cf522b6ce843669fcf44a3145
Author: Ivan Rakov <iv...@...>
Date:   2017-03-30T11:56:40Z

    IGNITE-3477 - Fixed concurrent read-through
    
    (cherry picked from commit 31ffef4)

commit 9b9eabd97494f291444f42159cb5977b407dda8c
Author: Alexey Kuznetsov <ak...@...>
Date:   2017-08-09T11:58:02Z

    IGNITE-5987 Added -nq (visor will not quit in batch mode) option for Visor Cmd.

commit 737260b070c3178d91ef04f7b200da87c9a1874f
Author: Evgenii Zhuravlev <ez...@...>
Date:   2017-08-10T15:54:57Z

    IGNITE-4991 Do not print out system properties when IGNITE_TO_STRING_INCLUDE_SENSITIVE is set to false

commit bad6c4cfe4c315b2418161e667a395176404d295
Author: Evgenii Zhuravlev <ez...@...>
Date:   2017-08-10T15:54:57Z

    IGNITE-4991 Do not print out system properties when IGNITE_TO_STRING_INCLUDE_SENSITIVE is set to false

----


---