You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by avinogradovgg <gi...@git.apache.org> on 2016/07/01 10:06:23 UTC

[GitHub] ignite pull request #843: 7.6.2

GitHub user avinogradovgg opened a pull request:

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

    7.6.2

    

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

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

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

    https://github.com/apache/ignite/pull/843.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 #843
    
----
commit b5f594124dbdc75525bdd2c92fc49b9e126e60ab
Author: ashutak <as...@gridgain.com>
Date:   2016-05-18T17:47:26Z

    ignite-3056: Service implementation class is required even if it's not expected to be deployed on current node (fixed)

commit c9416ed9b58bbb2287e896cc5860177939c4b3ed
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-05-20T09:54:55Z

    Fixed IGNITE-3004 "Implement config variations test for ContinuousQueries"

commit 1ebbd57b74eef1abeb99fa9427667da17db9d01a
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-23T06:52:43Z

    ignite-2528 Removed cache blocking operations from kernal write lock.
    
    This closes #730
    (cherry picked from commit f83a5f7)

commit 40a27e714d0bf62a26a35c90c68a020dbf0256c7
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-23T04:28:55Z

    IGNITE-3175 BigDecimal fields are not supported if query is executed from IgniteRDD
    (cherry picked from commit f2b390a)

commit 8e49e7013ea378c3040e1aa2d9494196d0833e40
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-23T16:42:45Z

    ignite-2899 Fixed issues with 'keepBinary' handling. This closes #593.
    (cherry picked from commit ee7e2c7)

commit 07611bd19beaf73a54f0627a6d8a71c3a1a09874
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-23T21:07:05Z

    ignite-2620 Fixed entry expiration handling
    (cherry picked from commit 46892c7)

commit 54e432e9bb6927351ea45d85b94965925a8351c7
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-23T18:08:14Z

    ignite-2899 Fixed issues with 'keepBinary' handling, added test.
    (cherry picked from commit e47440d)

commit c8269da30a1d55f06531857c52d254268056e84e
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-24T08:14:03Z

    ignite-2620: Need override 'unswap' for detached entry.
    (cherry picked from commit f7b376b)

commit e1ec0dedab0221b53dd11f2854c8c88b2641d147
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-24T11:31:43Z

    IGNITE-2865 Continuous query event passed to filter should be immutable for users. This closes #744.
    (cherry picked from commit 046657b)

commit 727afc87dce6c26756b56620c2aaccc3a3d0117e
Author: Vladislav Pyatkov <vl...@gmail.com>
Date:   2016-05-25T05:29:00Z

    IGNITE-2667: Allow to start caches in PRIVATE and ISOLATED deployment modes when BinaryMarshaller is used

commit 183620cd31095dcd92471927cccf8741e3b63ed7
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-05-25T06:47:14Z

    IGNITE-3168 Added idle timeout property.

commit 30aa287b881d4f9dc3fd5eec9840eab8d9a20828
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-24T13:57:20Z

    ignite-2620 Skip empty entries in GridCacheMapEntry.onTtlExpired
    (cherry picked from commit 6fc274a)

commit e2db87bb1b6c71d7978af17e9f2005ba1c661ab4
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-25T07:06:43Z

    Added trace logging for entry/offheap updates.
    (cherry picked from commit 9b2767f)

commit 6fcc7a41d8676956983792717483318b85781479
Author: MaBiao <ma...@gmail.com>
Date:   2016-05-25T09:54:40Z

    IGNITE-2538 - IgniteRDD count() and isEmpty() method use IgniteCache API

commit e274d44a37fd1269e7a3a5f0000e1ee6139fd0b0
Author: Denis Magda <dm...@gridgain.com>
Date:   2016-05-26T11:57:52Z

    IGNITE-3188: Binary marshaller doesn't unmarshal a void type (added tests)

commit 6687e2bfb9627ce08c1c258527e2927606a500ed
Author: Yakov Zhdanov <yz...@gridgain.com>
Date:   2016-05-13T08:48:00Z

    review IGNITE-2708 Need to validate that SPIs are started only once
    (cherry picked from commit cd063da)

commit 40a41fc50bdb73d50e2aa13da8203784be98e38a
Author: Yakov Zhdanov <yz...@gridgain.com>
Date:   2016-05-13T08:59:02Z

    reverting review IGNITE-2708 Need to validate that SPIs are started only once
    (cherry picked from commit bf561e1)

commit d05786d8bfc8177223b6db9a98bd3c8170b6bcf1
Author: Ryan Zhao <ry...@gmail.com>
Date:   2016-05-13T09:00:43Z

    review IGNITE-2708 Need to validate that SPIs are started only once (commit with proper author)
    (cherry picked from commit 98338ff)

commit 9d937ca34775f39b46568eb3fca4585ce00a0fb1
Author: Yakov Zhdanov <yz...@gridgain.com>
Date:   2016-05-13T09:54:01Z

    review IGNITE-2708 Need to validate that SPIs are started only once (added logic to protect properly started grids)
    (cherry picked from commit b8d624a)

commit edc2947d7340cac4a3c90fa726c23d5d47798ab9
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-25T10:07:03Z

    IGNITE-3191: IGFS: Improved error logging for operations in dual mode.

commit 2f1747d726da87b67f6c5323b3e64762d56398cb
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-27T11:40:17Z

    Merge remote-tracking branch 'upstream/gridgain-7.6.1' into gridgain-7.6.1

commit 1bb8b647264593034659b7db929c2664dec603e1
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-27T11:21:01Z

    ignite-3116 Fixed NodeStoppingException in GridDhtGetFuture.
    (cherry picked from commit 303d3ca)

commit 47c575c8696d51b675a16aa260ec9d398e0a68e9
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-05-30T09:42:37Z

    Added benchmark property file.

commit 00e2dda9a850f74178ee893a3acf74ddc30d4a13
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-05-30T11:45:38Z

    Updated benchmark property file.

commit a28e16e24adb0a03df959830517db84d2505c481
Author: Vladislav Pyatkov <vl...@gmail.com>
Date:   2016-05-31T07:01:46Z

    IGNITE-3190: OffHeap cache metrics doesn't work properly for OFFHEAP_TIRED mode.
    Reviewed and merged by Denis Magda (dmagda@gridgain.com)
    (cherry picked from commit 7533dfc)

commit 56c605622dbecf71f3ee87cc41a16d2ee87e92d3
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-26T08:15:48Z

    IGNITE-3200: Resolved classloader leak.

commit a815067a0e8e7cfc9f49c57efe2b2eba562e9071
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-31T07:23:00Z

    IGNITE-3202: Hadoop: Implemented user name mappers.

commit 421cf03b03276d0ab6c32ef6665d547746446dfc
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-31T07:40:24Z

    7.5.24: Added missing JavaDocs.

commit 167e47781f65c056b9d273eea52d268bc9a8fa0b
Author: Denis Magda <dm...@gridgain.com>
Date:   2016-05-31T10:50:06Z

    IGNITE-2708: fix tests that don't create unique IndexingSPI per node
    (cherry picked from commit f90e424)

commit 21bdf3148f05481d86e77e13b282ac44c6c3a059
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-31T10:54:32Z

    Added pacajge info for java.org.apache.ignite.hadoop.util package.

----


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