[GitHub] ignite pull request #1723: ignite-4851 : made GridDhtLocalPartition state ch...

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

[GitHub] ignite pull request #1723: ignite-4851 : made GridDhtLocalPartition state ch...

andrey-kuznetsov
GitHub user ilantukh opened a pull request:

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

    ignite-4851 : made GridDhtLocalPartition state change atomic with size check

   

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

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

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

    https://github.com/apache/ignite/pull/1723.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 #1723
   
----
commit 2185adc240f91faa1fec23dc8846f23e15c8098f
Author: sboikov <[hidden email]>
Date:   2017-01-11T10:51:23Z

    Improved cache.get benchmarks.

commit 12a4af6448d12c27e44370bc40efb3cc02fa1dc7
Author: sboikov <[hidden email]>
Date:   2017-01-11T11:32:07Z

    Formatting.

commit 2266e2ac3af446ab36c9d646d2b8abde719295e9
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-11T11:39:56Z

    Merge branch 'ignite-gg-11414' into ignite-gg-8.0.2.ea2

commit 3f4a2ee58508eb42d8dfff80f3c8b4c6c6c5823a
Author: sboikov <[hidden email]>
Date:   2017-01-11T12:14:23Z

    Attempt to fix race b/w createPartitionsFullMessage and cache stop.

commit 43eefb0c77f448af9b3634414bef0e97cb2d7838
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-11T12:30:52Z

    ignite-gg-8.0.2.ea2 fix CacheExpiryTest.iteratorNextShouldCallGetExpiryForAccessedEntry TCK test

commit 949e4c0ac6a9ebea877bbc336e95f5a8a5cc41f9
Author: sboikov <[hidden email]>
Date:   2017-01-11T12:54:30Z

    Must use finished exchange future to call validateCache.

commit 3443c4e4942f6fb41fc3d7b37a52a7dd0ea5c7a1
Author: sboikov <[hidden email]>
Date:   2017-01-11T12:59:11Z

    Minor.

commit 79a546a97448aba01c67ef52177e6c293dd3cf74
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-01-11T17:26:53Z

    Merge branch 'ignite-3477' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-gg-8.0.2.ea2

commit f96c59039a8b5f7d2b8e8070fe1ca43183b4eaaf
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-12T09:21:12Z

    ignite-gg-8.0.2.e2 mute test, link to issue IGNITE-305

commit 90f846af029bdc8d62b8a176ca9a144dee4c1cec
Author: Alexey Kuznetsov <[hidden email]>
Date:   2017-01-12T11:35:04Z

    GG-11794 WIP on command-line utility.

commit fbf13d4c8d95462a7f67fe706cb93a6902d4d483
Author: sboikov <[hidden email]>
Date:   2017-01-12T13:20:33Z

    Fixed query tests.

commit 42c9da6143140ce57cd7895cc039f3f8966b8179
Author: sboikov <[hidden email]>
Date:   2017-01-12T13:58:33Z

    Added header.

commit 81435cfad1c462eda79e2ed985294828c20984a2
Author: sboikov <[hidden email]>
Date:   2017-01-13T09:06:09Z

    Merge remote-tracking branch 'remotes/community/ignite-gg-8.0.2.ea2' into ignite-3477

commit beb80830c153ec529d082b3588951af43fdcff33
Author: sboikov <[hidden email]>
Date:   2017-01-13T09:07:28Z

    Enabled tests.

commit 00e88cc938b24d9f3dd13057ec5593fd72cce28e
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-13T09:16:43Z

    ignite-gg-8.0.2.ea2 mute tests

commit 2254d37232ea994ff9dd63917cbd9c8c599bbb12
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-13T12:40:26Z

    ignite-gg-8.0.2.ea2 fix test, add licenses header, mute metrics test

commit 049247d373d2b0197a36f133b21575462145f635
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-01-13T16:06:12Z

    Merge remote-tracking branch 'community/ignite-gg-8.0.2.ea2' into ignite-gg-8.0.2.ea2

commit e1b84b41bd4ae52631f17f79396d6921385c0dcc
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-13T16:27:47Z

    ignite-gg-8.0.2.ea2 fix IgniteCacheP2pUnmarshallingErrorTest.testResponseMessageOnUnmarshallingFailed and IgniteCacheClientQueryReplicatedNodeRestartSelfTest.testRestarts

commit 5e289d81273f6eeac826e7f6b5c4de7df2d067ff
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-01-13T16:43:40Z

    Merge branch 'ignite-3477' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-gg-8.0.2.ea2

commit 8f69186343dc95aba403e12c8fb7c06a5042916a
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-01-13T16:45:07Z

    Merge branch 'ignite-gg-8.0.2.ea2' of https://github.com/gridgain/apache-ignite into ignite-gg-8.0.2.ea2

commit 166d63713c259f0b5882c41dffd3bf66d47da0fd
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-16T14:38:49Z

    ignite-gg-8.0.2.ea2 fix testDuplicatedDiscoveryDataRemoved

commit e9bb1d900f6e65d8371cb32cbb09e79f9ccc8992
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-16T15:27:51Z

    ignite-gg-8.0.2.ea2 mute tests, link to task

commit 6e5bfea3b71068bc4c4487e68d1d9ced4069005a
Author: Dmitriy Govorukhin <[hidden email]>
Date:   2017-01-16T18:09:04Z

    ignite-gg-8.0.2.ea2 fix query test

commit 6c31bc1a59b56de5328af3d9c160e35dd7e52c34
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-01-16T18:10:08Z

    Merge remote-tracking branch 'community/ignite-gg-8.0.2.ea2' into ignite-gg-8.0.2.ea2

commit 393eb940eccef149fdd7a5162a533cebd225972e
Author: Andrey Novikov <[hidden email]>
Date:   2017-01-16T03:33:16Z

    IGNITE-4518 Fixed parallel load of cache. - Fixes #1426.
   
    Signed-off-by: Andrey Novikov <[hidden email]>
   
    (cherry picked from commit 79401b2)

commit b0ac987d3202f5796c101bfc1998e4d4dcfb2bab
Author: Andrey Novikov <[hidden email]>
Date:   2017-01-16T04:22:34Z

    IGNITE-4545 Added cache for router hostnames. - Fixes #1428.
   
    Signed-off-by: Andrey Novikov <[hidden email]>
   
    (cherry picked from commit 27ba69b)

commit e7e0d876b609f44443b2dabc8109471696e940ba
Author: sboikov <[hidden email]>
Date:   2017-01-17T08:45:58Z

    Merge remote-tracking branch 'remotes/community/ignite-gg-8.0.2.ea2' into ignite-3477

commit 0ee73fb097a6d0e15fbfd6ae8acedac46c45a640
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-01-17T10:06:46Z

    Merge branch ignite-gg-8.0.2.ea2 into ignite-db-x

commit 6f258b9dd0c2d3aad6d30e09282da8b953d27a58
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-01-17T10:14:17Z

    Merge branch ignite-2.0 into ignite-db-x

commit ca373d78694db25f0c6d233f4802d77fb3a7f654
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-01-17T10:43:42Z

    Merge ignite-3477 into ignite-db-x

----


---
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 #1723: ignite-4851 : made GridDhtLocalPartition state ch...

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

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


---
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.
---