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/21 08:14:30 UTC

[GitHub] ignite pull request #877: Ignite 1525

GitHub user avinogradovgg opened a pull request:

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

    Ignite 1525

    

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

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

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

    https://github.com/apache/ignite/pull/877.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 #877
    
----
commit 01a6e86ec4e19d372b8efbc5c497c84f4238a46c
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-24T10:28:30Z

    IGNITE-2876: Fixed possible starvation in system pool caused by IgfsBlockMessage. This closes #575.

commit 59705e008267b1d5926410f95c68bb8ffb8cd93c
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-24T11:29:35Z

    IGNITE-2883: IGFS: Now IPC messages are handled in a dedicated thread pool.

commit 0412c9bfd89b8d2a377588e908f1012c845ac5bc
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-03-30T04:43:19Z

    Added detail info about keys count in partitions for offheap and swap.

commit 28d2a7bf7f35ec4b51fba872ace47cdbc255ded8
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-03-30T07:42:12Z

    Minor change to Visor classes: added setters for name and queryMetrics properties.

commit a70d2dc48c42f23b1ea64c2a219560efa44fb99f
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-04-04T07:14:42Z

    Minor fix for Visor query metrics.

commit ec2ec9965ae03ef3666b2035a13f444cf2765aec
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-03-30T10:29:36Z

    Now cache plugins are able to unwrap entries passed to EntryProcessor.

commit e85a7170534cb66f40386cba689cfe632f4e66db
Author: ashutak <as...@gridgain.com>
Date:   2016-04-05T11:56:01Z

    ignite-2835: Fixed BinaryObjectOffHeapImpl leakage to public code

commit d33b4340a68553e59e4adecf78fea79af55bf2ae
Author: sboikov <sb...@gridgain.com>
Date:   2016-04-05T13:42:50Z

    ignite-2835 Minor test changes.

commit 2397552daf6d8cff9b59515c1c8983abdc60f5f4
Author: vdpyatkov <vp...@gridgain.com>
Date:   2016-04-05T15:03:55Z

    IGNITE-2822
    Continuous query local listener can be notified with empty list of events

commit 87f7522c56b5735442f8d52dbc63756de53f2464
Author: sboikov <sb...@gridgain.com>
Date:   2016-04-06T06:46:47Z

    gridgain-7.5.11 Increased default affinity history size.

commit 86347272e712a0e61a5a763dda3458fde79f29c4
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-04-06T08:35:36Z

    IGNITE-2947
    BinaryContext doesn't honor custom loader set through IgniteConfiguration.classLoader

commit b2c934d7abe6dfe86e1d09ec592875df987f2120
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2016-04-06T10:31:21Z

     IGNITE-2963 Fixed special case with Date for Oracle JDBC driver.

commit e7ab8eef504cdcf8987941e8b7a552ada451aec8
Author: sboikov <sb...@gridgain.com>
Date:   2016-04-06T14:38:04Z

    gridgain-7.5.11 Affinity history cleanup ignoring client discovery event.

commit d92e617a71c31ccaa3fd6e4954aa4ccaf494733c
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-04-07T01:10:45Z

    IGNITE-2951 - Stability fixes for cluster with many clients

commit bbe1a7e52f177283969e81127216838f37b4205f
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-04-07T14:42:33Z

    IGNITE-2947
    BinaryContext doesn't honor custom loader set through IgniteConfiguration.classLoader
    Rollback

commit d6a2aae09dc84f3368e850d4eec30065e0ec3b9d
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-04-08T07:32:13Z

     IGNITE-2947 BinaryContext doesn't honor custom loader set through IgniteConfiguration.classLoader

commit 7b8bd7c866985e5d497158b4e82cc239702b3953
Author: vsisko <vs...@gridgain.com>
Date:   2016-04-08T10:25:47Z

    Compatibility. Fixed version.

commit c28faddb51c02be70d7692141f215972fa3e976e
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-04-11T14:41:32Z

    IGNITE-2965 Failed to read class name from file on deserialization

commit 18e355bb1e466cc5ded836b228a721adceb09df5
Author: ashutak <as...@gridgain.com>
Date:   2016-04-11T16:48:00Z

    ignite-2645: Fixed assertion error in ATOMIC cache for invokeAll and cache store

commit 4e34f58e3affb6fd73807333808e1b8ede8e8b64
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-13T14:54:46Z

    IGNITE-2979: .NET: Implemented ability to use Java filter in .NET-based continuous queries.

commit e050ac0e8ce421e8039a22d4848c3165e7a62842
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-04-13T15:11:00Z

    IGNITE-2979: .NET: Implemented ability to use Java filter in .NET-based continuous queries.

commit 73152db78bb439968d0dc909cbfcd9c534dadc01
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-04-14T06:47:01Z

    IGNITE-2977:  Fixed .NET compilation and tests.

commit 778ded6e999ecdd0900a5bfab676318f95418907
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-04-14T08:44:20Z

    Revert "IGNITE-2977:  Fixed .NET compilation and tests."
    
    This reverts commit 73152db78bb439968d0dc909cbfcd9c534dadc01.

commit 03e8134d8f34fd319a18f4050d49dcbe15ea03e3
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-04-14T08:44:39Z

    Revert "IGNITE-2979: .NET: Implemented ability to use Java filter in .NET-based continuous queries."
    
    This reverts commit e050ac0e8ce421e8039a22d4848c3165e7a62842.

commit b2c2fa43a21ac38f9060b1f3c405954beeeb3bac
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-04-14T08:44:52Z

    Revert "IGNITE-2979: .NET: Implemented ability to use Java filter in .NET-based continuous queries."
    
    This reverts commit 4e34f58e3affb6fd73807333808e1b8ede8e8b64.

commit 218c4b6a81f7721f7ec013fd179b6b54f7e54d13
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-14T10:35:48Z

    IGNITE-2977: .NET: Added ability to use Java filter in .NET continuous queries.

commit d6a143cb81fc8d0bf0a193372db7b06a9dd60d27
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-04-15T08:57:05Z

    IGNITE-2979: Minor usability improvement for Java-based filters in platforms.

commit accb0e9efa9b630801912784b29eca64622152ef
Author: sboikov <sb...@gridgain.com>
Date:   2016-04-18T09:09:53Z

    ignite-2615 If swap is not enabled need pass value evicted from offheap to query manager
    (cherry picked from commit a6b3dedd381a71fec8dd9dcf944be2626336cc22)

commit c88182c61338bab7d6c7ccadfb71ed52301160b4
Author: Yakov Zhdanov <yz...@gridgain.com>
Date:   2016-04-21T13:15:02Z

    fixed slow exchange on topology startup

commit 9df46fc0792a375c91e216a670edb3069e2f9b40
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-04-22T16:02:26Z

    IGNITE-2004 Fixed "Asynchronous execution of ContinuousQuery's remote filter & local list".

----


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