GitHub user Jokser opened a pull request:

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

    IGNITE-5538 Double check for PersistenceStore message factory existence.

    

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

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

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

    https://github.com/apache/ignite/pull/2273.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 #2273
    
----
commit ab5267134966b466a2d4bfba15d0c7e3ebe91139
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T10:14:18Z

    2.1 More simple tx cancel on node stop

commit 85d8c6572d78c7d6796906d92b566e2fa5b116be
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-07T10:13:55Z

    IGNITE-5520 - Fixed IgniteChangeGlobalStateFailoverTest

commit f589628f4846f14efc8e702b61856cc90a3d0dc7
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T10:52:38Z

    Rename ActionData -> CacheActionData.

commit 30922ed8ac518749a2559aff51fe183a890041bb
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-07-07T11:03:18Z

    ignite-2.1 Added map with previous snapshots.

commit 99fd75dd7766318af88a38b5640a648bba3ccdf1
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T11:38:36Z

    IGNITE-5483: Added limited support for Java8 LocalDateTime. This closes 
#2248.

commit 4fc8124d9538625cb0a95c918634b43ec1319bee
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:43:28Z

    Fixed formatting.

commit 984ab5bd3c08b2af9222964451acc281b92814b8
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:43:50Z

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

commit 7adb11109bab5d83ed4f376b0cad42b026dd0a71
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T11:49:13Z

    Fixed formatting.

commit 2a5390b1c083819f059e449b34a5979ec35b7755
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-07-07T12:01:43Z

    IGNITE-5159: DDL example. This closes #2227.

commit d232648711c882ed304eae89ae19f151067649fd
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-07T12:02:29Z

    Merge remote-tracking branch 'upstream/ignite-2.1.2' into ignite-2.1.2

commit a9387adef490086406b05fe961ff0f3151045caa
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-07T12:21:20Z

    IGNITE-5717 .NET: Reduce MemoryPolicyConfiguration.MaxSize for persistence 
tests as a workaround for OOM on default settings

commit 13399d530f3458c3bf59634857cb05f801e8cc34
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:24:09Z

    2.1 Fixed assert (cacheName can be null here).

commit ea4420e6aad509c4ae58d6d0880918c98fd1959a
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:24:26Z

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

commit 0d6fb1ad73e8ed448dabe7c0cc631222835b52c4
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T12:54:52Z

    IGNITE-5204: Fixed NPE on certain data with index inlining. This closes 
#2115.

commit a1cac1b7cc1c3afdcc12afb08bf1ecdcb6f28828
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:55:18Z

    Removed unused method GridDhtPartitionTopology.checkEvictions().

commit 55a5ca019db7d06aab2fb567dbc0da1f133d0fb7
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T12:55:38Z

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

commit 99713feea764fc8c3e5b247a24698a2c04d3bcf4
Author: Sergey Kalashnikov <skalashni...@gridgain.com>
Date:   2017-07-07T13:30:37Z

    IGNITE-5204: SQL: fixed incorrect partition calculation in case of unicast 
optimization, when WHERE clause argument type was different from key or 
affinity key type. This close #2107.

commit 3c887378eb64d2d236073410070082e5699e8334
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-07-07T13:52:31Z

    IGNITE-5582: Implemented Compute::Broadcast for C++
    
    (cherry picked from commit fa974286e8f066a8d6aa57519edf5ec7761be095)

commit 3314a4513c816c027dad80258ded1fe5a4c2b700
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-07T14:28:47Z

    Fixed cache plugin validation.

commit 517a23d252078e62a8addca55ca78497e5226b5b
Author: mcherkasov <mcherka...@gridgain.com>
Date:   2017-06-30T17:23:55Z

    IGNITE-5554 ServiceProcessor may process failed reassignments in timeout 
thread

commit 993f7fbe1d49a524e2dee626aef72e16fd5d3cda
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-07-07T15:55:27Z

    IGNITE-5701 - Some nodes have partitionUpdateCounter equal to 0 after 
rebalancing

commit e5c2ec5a62c0d5fc268275ea9277f6933a582966
Author: Alexey Kuznetsov <akuznet...@gridgain.com>
Date:   2017-07-07T16:06:52Z

    ignite-2.1 Minor.

commit eb37f538f55a471258e49ee2fbf0e8f234829def
Author: vsisko <vsi...@gridgain.com>
Date:   2017-07-07T16:22:59Z

    IGNITE-5369 Added support for _key and _val names on QueryEntity XML and 
code generation.

commit 82e5f8a6553323e793c01c54e24dda6d47188ce6
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-07T16:28:54Z

    IGNITE-5716 .NET: Fix 2-byte field offset handling

commit cb5ae9617af900e953e0f6f065adcd707d2b3830
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-07T17:15:47Z

    .NET: Remove unused import and redundant cast

commit 17904cb174a340ec928f4a7a4b12d294c2240d0f
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-07-07T17:18:35Z

    .NET: Fix IgniteConfigurationTest

commit 36716fb1f4de5d1f5baab1e27afc95583dd4c7b4
Author: Pavel Kovalenko <jokse...@gmail.com>
Date:   2017-07-10T08:09:43Z

    GG-12466 - Clean up public API for snapshots

commit a53544410dd15a3a5112d6de88648db21bd3fcf3
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-10T08:38:04Z

    ignite-5446 Alway use late affinity assignment mode

commit 17694c16d449dea4d4e39a271dd39e838c581858
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-07-10T08:59:19Z

    IGNITE-5694 - Added retries for getCollection in DataStructuresProcessor - 
Fixes #2240.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 0b9527e851fd7c1d63bfc427721ca8af80d54b0c
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-10T09:02:03Z

    Fixed NPE in setOwners.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to