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

[GitHub] ignite pull request #825: Gridgain 7.5.27 yardstick

GitHub user vldpyatkov opened a pull request:

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

    Gridgain 7.5.27 yardstick

    

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

    $ git pull https://github.com/vldpyatkov/ignite gridgain-7.5.27-yardstick

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

    https://github.com/apache/ignite/pull/825.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 #825
    
----
commit bbe9983b2ca7da969f7f3d2008c2a04f698ab223
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-02-26T11:45:30Z

    IGNITE-2715: No more spam from within GridQueryProcessor about missing field for BinaryProperty. This closes #514.

commit 7d26ba8f4277774402e2e7e826c5770ce2273955
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-02-26T11:19:44Z

    IGNITE-2681: Binary serialization warning is no longer printed to the log.

commit 91edd7e04d7e90829d9ad176d1f3b31d7a8ebadf
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-02-26T11:28:02Z

    IGNITE-2681: Binary serialization warning is no longer printed to the log (part 2).

commit 77d67892441059bfcf00b66b777ef2cdfddbae43
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-02T11:26:11Z

    IGNITE-2681: Suppress warnings from org.jsr166 package as well.

commit 79815b70b5ce4c7441773becae18fbb22782b4a6
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-04T11:17:30Z

    IGNITE-2758 IGNITE_HOME/libs/ignite-aws/aws-java-sdk-1.10.29.jar doesn't contain any classes

commit 75ed3f0a4245b77e9b0fa252255a9ba1c7cf6241
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-03-09T08:09:18Z

    Minor Visor fixes.

commit bbd189cac828b2724eafccc405c453552d3479e4
Author: agura <ag...@gridgain.com>
Date:   2016-02-28T16:43:58Z

    ignite-2719 Value is not copied in entry processor

commit 7c150feed6282e8fd8802f0b066d39eb4cafc677
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-03-03T13:21:53Z

    Fixed  IGNITE-1186 "Filter is sent instead of factory when continuous query is created".
    (cherry picked from commit baa1312)

commit a395023046fd86c016a20cc654eeab7162a2ebf6
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-03-02T23:39:04Z

    IGNITE-2748 - Do not make a remote call when java.lang.Object method is called on service proxy

commit 8d976043df92acc3fb036789e7a12919806037ce
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-03-10T00:18:36Z

    IGNITE-2776 - An option to enlist into JTA transaction using sync callback instead of XA resource

commit 8b4b7b2705cde9d24bee7194f60e62a407e083fc
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-03-10T01:14:02Z

    IGNITE-2758 - Fixed ignite-aws dependencies

commit 52c134d489a4bd431a37bfd8c93e19c6a54e1c5f
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-03-10T04:16:49Z

    IGNITE-2749 - Fixed web session clustering in WebLogic

commit 31df63b5d59bbfc43799187908cf8a47262b3f2b
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-03-10T02:53:30Z

    IGNITE-2756 - Fixed StreamVisitorExample

commit 95a41754a75a7660eccc9ae7901b0798ceed5906
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-10T08:11:56Z

    compilation fix

commit 52ae798175582d782d3060c00ce6e260740b9a84
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-10T14:55:46Z

    Rat fix

commit cb6da1144217eeae4190334d33cbdc03146c5a1b
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-11T10:08:34Z

    Assembly fix

commit 3130872ed3805250310f807ffe0b6e1c8e3e3a99
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-11T16:23:49Z

    IGNITE-2765
    WebSessionFilter doesn't survive client reconnect

commit 00e96a748ea5b2b541378cf85dbcc352ec949120
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-14T12:26:18Z

    IGNITE-2763 GridDhtPartitionDemander fails with assertion on partition move

commit 1ef0854d13b42308c3d4d1c4c773420aa1094131
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-14T14:57:41Z

    test commit

commit 22d1389bec91486bd82648c1e6aea9ad5514d105
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-14T16:22:28Z

    test commit (revert)

commit 2aff9662de8c61a4aaaa0bb26fcc11e28a914054
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-15T06:13:40Z

    IGNITE-2700: Closures are now written using binary marshaller. This closes #518.

commit d0749bcd5c9e04017082a1f80a446809ac6b9ad4
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-03-10T11:05:40Z

    IGNITE-2753: Removed unnecessary deserialization of keys and values passed to store manager. This closes #537.

commit db05727630e8d2a0e3ed2a342579462ab3a79b36
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-03-11T14:36:20Z

    IGNITE-2759: Now objects will be deserialized during conflicts only when "keepBinary" is set. This closes #542.

commit 91a153428b353554e0429b55b43b7ddf7b9ce8ca
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-03-16T08:56:14Z

    IGNITE-2792: User-defined configuration is not passed to system caches anymore. This closes #551.

commit b2fb757bdf1b4d2488cd27a6799ca50b0a370730
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-16T10:07:50Z

    IGNITE-2765 WebSessionFilter doesn't survive client reconnect
    Test fixes.

commit 8e4fb96b0274c05fa40e857413c2fa3094a7ee9a
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-03-17T05:21:24Z

    IGNITE-2853 - Fixed cancellation of the job that depends on a service

commit 289fcf558c25479d0c23cae2deda2d8e1d5f5d65
Author: agura <ag...@gridgain.com>
Date:   2016-03-17T13:03:20Z

    CacheEntryProcessorCopySelfTest should be added to suite conditionally

commit d29776217b6f0eda36e3feba0564f7945904823c
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-17T13:11:02Z

    testDeployment fix

commit 97f9806bb7a5299d9c281f01f5fbd5842dfce37e
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-17T13:11:23Z

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

commit a788cd3e8a183707acb5e7609e8e71feb6073783
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-17T13:22:11Z

    changes from master. (tests fix)

----


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

[GitHub] ignite pull request #825: Gridgain 7.5.27 yardstick

Posted by vldpyatkov <gi...@git.apache.org>.
Github user vldpyatkov closed the pull request at:

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


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