[GitHub] ignite pull request #2192: fix metadata update

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2192: fix metadata update

andrey-kuznetsov
GitHub user sboikov opened a pull request:

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

    fix metadata update

   

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

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

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

    https://github.com/apache/ignite/pull/2192.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 #2192
   
----
commit a2b4751f5eefd70a5a1aa26652c9671240125f78
Author: dkarachentsev <[hidden email]>
Date:   2017-03-17T11:57:48Z

    IGNITE-4473 - Client should re-try connection attempt in case of concurrent network failure.
   
    (cherry picked from commit d124004)

commit c4de164392ddc114c88d5a6eba0ff0b13d32542f
Author: AMRepo <[hidden email]>
Date:   2017-03-20T13:31:15Z

    IGNITE-518: Unmuted tests that was fixed in ignite-4036. This closes #1636.

commit e0c012d977b6db13dfdf2fb8347677998287c1e4
Author: Igor Sapego <[hidden email]>
Date:   2017-03-21T14:50:06Z

    IGNITE-4200: Added copying of the C++ binaries.

commit 8d9ade2cc2d71f12a427e3effa3846a928b0681e
Author: dkarachentsev <[hidden email]>
Date:   2017-03-22T11:57:24Z

    Merge branch 'ignite-1.7.9-p1' into ignite-1.7.10

commit b7ab27301b59bf93fc73b52fdf8e0bcf124fec1d
Author: Andrey V. Mashenkov <[hidden email]>
Date:   2017-04-06T11:43:50Z

    IGNITE-4832: Prevent service deployment on client by default when configuration is provided on startup. This closes #1748.

commit 443ac9a7aa82af1359a03bcfc8f9212b108300e4
Author: Andrey V. Mashenkov <[hidden email]>
Date:   2017-04-05T12:01:02Z

    IGNITE-4917: Fixed failure when accessing BinaryObjectBuilder field value serialized with OptimizedMarshaller . This closes #1736.

commit 4a1415ad01ff9fde30d5c7c02e6d938f1515178d
Author: Andrey V. Mashenkov <[hidden email]>
Date:   2017-04-12T10:01:25Z

    IGNITE-4907: Fixed excessive service instances can be started with dynamic deployment. This closes #1766.
   
    (cherry picked from commit 0f7ef74)

commit bf1049741f7a64728bd433f78262ba273f969848
Author: Andrey V. Mashenkov <[hidden email]>
Date:   2017-04-17T16:00:30Z

    IGNITE-4954 - Configurable expiration timeout for Cassandra session. This closes #1785.

commit f9ecacc625b458539775e6550bd9b7613ed38f21
Author: dkarachentsev <[hidden email]>
Date:   2017-04-28T08:46:23Z

    IGNITE-5077 - Support service security permissions
   
    backport from master
    (cherry picked from commit 6236b5f)

commit 91c899b909383c78b78b9bf0c8f233b8c75ef29e
Author: Valentin Kulichenko <[hidden email]>
Date:   2017-04-28T12:48:57Z

    IGNITE-5081 - Removed redundant duplication of permissions in SecurityPermissionSetBuilder

commit b48a26b9b1e97fb8eb52c2a2f36005770922ac3d
Author: Valentin Kulichenko <[hidden email]>
Date:   2017-04-28T12:53:33Z

    IGNITE-5080 - Fixes in SecurityBasicPermissionSet

commit f66c23cbb9a6f2c923ebf75c58f00afaf1c0b5f3
Author: Evgenii Zhuravlev <[hidden email]>
Date:   2017-05-03T14:47:45Z

    IGNITE-4939 Receive event before cache initialized fix

commit 45b4d6316145d0b4b46713409f5e8fbe55ff4c41
Author: Evgenii Zhuravlev <[hidden email]>
Date:   2017-05-04T09:11:37Z

    IGNITE-4939 Receive event before cache initialized fix

commit 075bcfca0ea22633be13cd02647e359ad6fdca16
Author: Andrey V. Mashenkov <[hidden email]>
Date:   2017-05-04T09:21:04Z

    Fix flacky service deployment tests.

commit 25c06b50d46937cb39534cdf4147b862217289a2
Author: rfqu <[hidden email]>
Date:   2017-05-02T16:46:44Z

    ignite-4220 Support statements for JDBC and Cassandra store

commit 987c182686962673e70398395cb27e94f894713b
Author: nikolay_tikhonov <[hidden email]>
Date:   2017-05-15T08:54:16Z

    Fixed "IGNITE-5214 ConcurrentModificationException with enable DEBUG log level"
   
    Signed-off-by: nikolay_tikhonov <[hidden email]>

commit ebc4a1648a80fbbd485e4c351fce9bee163318f9
Author: sboikov <[hidden email]>
Date:   2017-05-16T08:30:29Z

    DirectByteBufferStreamImpl: converted asserts into exceptions.
   
    (cherry picked from commit 560ef60)

commit 9cd7e0f8d132f9b7c496fe64f75f271ef60da5eb
Author: Alexey Kuznetsov <[hidden email]>
Date:   2017-02-09T09:44:41Z

    IGNITE-4676 Fixed hang if closure executed nested internal task with continuation. Added test.
    (cherry picked from commit e7a5307)

commit 43bcc15127bd3fd7ac4e277da6da9e5fb6a855c0
Author: Vasiliy Sisko <[hidden email]>
Date:   2017-03-30T04:08:10Z

    IGNITE-4838 Fixed internal task detection logic. Added tests.
    (cherry picked from commit ba68c6c)

commit 2a818d36395dd1af23acf444adf396b2e2edbede
Author: Konstantin Dudkov <[hidden email]>
Date:   2017-05-22T13:28:07Z

    Fixed "IGNITE-4205 CassandraCacheStore should start IiteThread threads in loadCache() method"
   
    Signed-off-by: nikolay_tikhonov <[hidden email]>

commit 04fadd4a499239176ba21c390d93e30809abb4c1
Author: dkarachentsev <[hidden email]>
Date:   2017-05-23T12:42:20Z

    IGNITE-5223 Allow use local binary metadata cache if it's possible

commit b2040b7a95e421609bcf7ae05b56dc623310b409
Author: dkarachentsev <[hidden email]>
Date:   2017-05-23T13:14:08Z

    IGNITE-5259 Minor serialization fix

commit b77428d12658b3ab2cdd43ca61ed71d329e83283
Author: sboikov <[hidden email]>
Date:   2017-01-10T13:59:17Z

    Do not evict removed entries, otherwise removes can be lost.
   
    (cherry picked from commit 55ac6e7)

commit 29187ef6b663eafe67eaaaf38e4c09fc244ac7aa
Author: dkarachentsev <[hidden email]>
Date:   2017-05-24T14:31:27Z

    Do not evict removed entries, otherwise removes can be lost.
   
    Rollback due to test failings.

commit 442aac2507210d39b7f30ab8f8d9a3dbe2610cae
Author: Andrey V. Mashenkov <[hidden email]>
Date:   2017-05-24T15:32:11Z

    IGNITE-5225: Fix NPE caused by changes in IGNITE-4577.
   
    (cherry picked from commit d463840)

commit b1736c0bd87d6cfb65f9ef422241e0f1aba04c8d
Author: Andrey V. Mashenkov <[hidden email]>
Date:   2017-05-24T15:48:52Z

    Fixed thread pools incorrect shutdown.
   
    (cherry picked from commit 66cef22)

commit ecd9d1c1ea512add29a1d27df9f6c608e8b9d7c9
Author: sboikov <[hidden email]>
Date:   2017-06-26T09:39:30Z

    gg-12133

----


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2192: fix metadata update

andrey-kuznetsov
Github user sboikov closed the pull request at:

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


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---