You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by sboikov <gi...@git.apache.org> on 2016/06/14 08:20:40 UTC

[GitHub] ignite pull request #797: gridgain-7.5.26

GitHub user sboikov opened a pull request:

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

    gridgain-7.5.26

    

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

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

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

    https://github.com/apache/ignite/pull/797.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 #797
    
----
commit 89c3f20755ca9714b997162b2bbe6393332b5d2b
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-02-12T11:08:25Z

    IGNITE-2468
    (cherry picked from commit 725d6cb)

commit 22f41bc5840b23f1fa0e1a4a7f2332a3d60b613c
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-02-12T11:30:08Z

    IGNITE-2603
    (cherry picked from commit a32dfc4)

commit a835fc498d18b16e4711350aec31c2afba0a253a
Author: sboikov <sb...@gridgain.com>
Date:   2016-02-15T09:00:44Z

    ignite-2542 'Dummy' merge index should not try to access h2 table. (cherry picked from commit 9c4f811)

commit 015162de24737c46e8ea6f6a73c5eb321cf30507
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-02-15T09:09:04Z

    IGNITE-2468 hotfix
    (cherry picked from commit e6b5087)

commit cab1f80f3703fff6d632a8e46bb0fd46209b9f09
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-02-15T09:53:43Z

    IGNITE-2509: Added one more tests to ensure that all is fine.

commit 9360cce383827e9abef13ec2fc061bc316a2afd2
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-02-15T09:54:41Z

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

commit e41ab7664888f1253636d65c3950e8a5f874946a
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-02-12T13:09:00Z

    IGNITE-2625 .NET: Fixed field offset calculation in BinaryReader.

commit 0964f14b421df978456126637b7ac796e08b3aae
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2016-02-15T17:12:04Z

    IGNITE-2325 - Fixed assertion in optimistic tx prepare future on remap - Fixes #434.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit dd6681046ffc0bea4cb2120845deb5e5e37cbc53
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-02-16T10:47:44Z

    Fixed IGNITE-2604 "CacheContinuousQueryBatchAck is sent to nodes that doesn't hold cache data".

commit 4de124c41a30e8b4ee825c355686e16228a4390d
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-02-16T15:28:51Z

    Fixed "IGNITE-2515 Make 'updateCntr' available through CacheContinuousQueryEvent public API"

commit 6291c64efab4a2e3d5d9986479bc7a4372fdb553
Author: sboikov <sb...@gridgain.com>
Date:   2016-02-10T11:07:40Z

    ignite-2587 Fixed continuous query notifications in offheap mode and BinaryObjectOffheapImpl usage.

commit 72500026cf69429a81dcdcf5ffc81c1db3ee7642
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-02-17T08:04:08Z

    Fixed "IGNITE-2466 OutOfMemory when ONHEAP_TIERED mode is used".

commit e0eefa50588efcf3b836f93a4b1ca32f92d8973d
Author: sboikov <sb...@gridgain.com>
Date:   2016-02-17T12:57:27Z

    ignite-2669 Changed BinaryUtils.isBinaryType to always convert enums to BinaryObject
    (cherry picked from commit 8be62f0)

commit 528d6aea65e5d0053649442e704476ee964ca218
Author: sboikov <sb...@gridgain.com>
Date:   2016-02-17T12:04:30Z

    ignite-2669 Changed BinaryUtils.isBinaryType to always convert enums to BinaryObject
    (cherry picked from commit 8be62f0)

commit 1d3e8cf16eba8d34ee1f7021df6f9ec3bcf5b409
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-02-18T02:21:54Z

    IGNITE-2249 - Do not deserialize services on client node

commit cffde1b58c56f05fcd4071c56862003afbbc8067
Author: Denis Magda <dm...@gridgain.com>
Date:   2016-02-18T06:28:10Z

    IGNITE-2647: Cache is undeployed even when BinaryMarshaller is used. Fixed.

commit 1a4db916d4b7ba202e22c12ca689337a3c3d1da2
Author: sboikov <sb...@gridgain.com>
Date:   2016-02-18T06:06:32Z

    ignite-2669 Register BinaryEnumObjectImpl as predefined type.
    (cherry picked from commit 21f22d3)

commit 9d0f45372c7161bf7f67243cfab0451c293e8ba9
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-02-12T13:02:32Z

    IGNITE-2430: Fixed binary builder serialization logic for non-standard collections.

commit d24ecb1e4409b6dae005394d73f21bdb116a9376
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-02-17T13:47:44Z

    IGNITE-2641: Now "SELECT [alias].*" is possible. This closes #486.

commit 51efdfaa1d18214af6eb95676968698cce2fdd35
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2016-02-18T15:19:53Z

    IGNITE-2610 - Fixed TTL issues with offheap cache memory mode - Fixes #488.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>

commit 2622793b726d05694025fb092dc96b6bbdf3a7e8
Author: Denis Magda <dm...@gridgain.com>
Date:   2016-02-19T07:19:06Z

    IGNITE-2648: DataStreamer doesn't stream BinaryObjects created with BinaryBuilder

commit 0bdd56f9764a18b3b9988e7e7681ade122055f6f
Author: Denis Magda <dm...@gridgain.com>
Date:   2016-02-19T07:22:35Z

    Merge branch 'ignite-1.5.7' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.5.7

commit 66bc778da0a23d0fe5fd5630efb203109c4a40b1
Author: Ilya Lantukh <il...@gridgain.com>
Date:   2016-02-19T13:22:23Z

    Minor changes to GridCacheDrManager interface to better propagate topology version.

commit 03e5d9c6efa4ab5506c51d02c1d5ec88147bd315
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-02-19T16:05:33Z

    IGNITE-2683
    (cherry picked from commit 2146631)

commit 80dd057a03374cc10280d0e9707ecbf6b609e880
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-02-20T11:30:29Z

    IGNITE-2648

commit 3172b4d7f022a1bb6f54f2daa9e62fbb432e7647
Author: sboikov <sb...@gridgain.com>
Date:   2016-02-20T11:33:45Z

    IGNITE-2683 In indexing kernal context can be null in tests.

commit b8beea91eede6bb89b005aa7e945112d4db993c6
Author: sboikov <sb...@gridgain.com>
Date:   2016-02-20T11:34:12Z

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

commit 409f52571254e5abbb7714f50eb4ce809736d3b2
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-02-20T11:37:35Z

    IGNITE-2683 fixes

commit feab7130bc2b166527c80e8e55f20575047e4fef
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-02-20T11:37:50Z

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

commit 390cd639eafe975a1191aac00d3c9c96bd98274f
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-02-20T12:12:11Z

    IGNITE-2683 fixes

----


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