You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by devozerov <gi...@git.apache.org> on 2017/02/28 12:12:03 UTC

[GitHub] ignite pull request #1580: GridGain 1.9.1

GitHub user devozerov opened a pull request:

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

    GridGain 1.9.1

    

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

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

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

    https://github.com/apache/ignite/pull/1580.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 #1580
    
----
commit 18598574bb2992aa193eed1d72ca333a1e21ad72
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-12-08T09:36:07Z

    GG-11746: Backport of IGNITE-4379:  Fixed broken local SqlFieldsQuery.

commit ce83715123d9ac3c1939e154318fce25d387bfed
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-12-20T12:32:39Z

    IGNITE-4359 .NET: Support DateTime properties in LINQ

commit d92b88f12fa2949a7ab0b205c8d2fcbfd1042f11
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-12-20T13:01:22Z

    IGNITE-4359 .NET: Fix Java timezone setting in tests

commit 072b9c26dda4eb7a39d095d33c08d1611c891444
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-21T10:08:30Z

    IGNITE-4469: Hadoop: set default value of offheap memory page and shuffle messages to 1Mb.

commit 121f034e5739dcc7dd9c9577c9a437acaf710a19
Author: devozerov <vo...@gridgain.com>
Date:   2017-01-05T09:00:49Z

    Merge branch 'ignite-1.8.2' into ignite-1.8.3

commit 494cf88209b196f2677e26f468aab1f98d791217
Author: devozerov <vo...@gridgain.com>
Date:   2017-01-05T09:05:04Z

    Merge branch 'ignite-1.7.5' into ignite-1.8.3
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryObjectExImpl.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
    #	modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs
    #	modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs
    #	modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesCodeConfigurationTest.cs
    #	modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs
    #	modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs
    #	modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs
    #	modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs
    #	modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs

commit ac92bdb44ed0fb02893c1e7e9df4443a0a26d331
Author: Ivan Veselovskiy <iv...@gridgain.com>
Date:   2016-12-19T08:57:00Z

    IGNITE-3966: Hadoop: add Hadoop native library to Java arguments automatically. This closes #1320.

commit 1776e9eb04895bbb870f7c6aa89ca96db2af31b7
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-12-29T08:14:10Z

    IGNITE-4458: Hadoop: "striped" shuffle mode is default from now on. This closes #1390.

commit e7d781ee3221107d9a819dd70cb5776558a59e2a
Author: devozerov <vo...@gridgain.com>
Date:   2017-01-05T08:30:42Z

    IGNITE-4516: Hadoop: implemented optional compression for remote shuffle output. This closes #1399.

commit b6005b07b3e28907c8ff5cb6ebcce25bdb23bb48
Author: devozerov <vo...@gridgain.com>
Date:   2017-01-05T11:48:06Z

    IGNITE-4461: Hadoop: added automatic resolution of "raw" comparator for Text class.

commit 07752ec85dc3bf18297b728f9a31185d44ad3687
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-11T10:51:23Z

    Improved cache.get benchmarks.

commit 660cd1e072496c323f5bdfc797f2a7cb7d74480d
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-11T14:34:46Z

    Added cache.getAll benchmarks for offheap cache.

commit 074a4a08012822f3404807015bc63052c20e7439
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-11T14:54:55Z

    Added cache.getAll benchmarks for offheap cache.

commit 1820eb3135c44d6768d53b95d69c2a93c7759b6f
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-11T15:09:42Z

    Added cache.putAll benchmarks for offheap cache.

commit e04d83c4911bbd3e18f03ee1e80a99cd49fae87f
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-11T15:15:53Z

    Added cache.putAll benchmarks for offheap cache.

commit 71a76c81530d1aa38525fd78a90b065b6e19a6bb
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2017-01-19T10:29:55Z

    IGNITE-4550: Move service deployment to certain test. This closes #1437.

commit 476b089b1dd4b4c5d3b6ae21e1b3b2c010c086ac
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2017-01-20T14:33:34Z

    IGNITE-4507: Hadoop: added direct output support for combiner. This closes #1434.

commit 065fe4525cc46a46f65dd40af6f4be9f034c0de2
Author: devozerov <vo...@gridgain.com>
Date:   2017-01-20T14:36:02Z

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

commit 09ed12847422b265a60d7217530b98728363688b
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-23T08:20:57Z

    Merge remote-tracking branch 'remotes/community/ignite-1.7.6' into ignite-1.8.3

commit db84b9b6e39ac37791b35479bccb8bbd75bb1676
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-23T08:26:18Z

    Merge ignite-4499.

commit 7f0af43519f9e27f84ce8106d98b90aff00ee936
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-23T11:14:22Z

    Added benchmark.

commit e832ef9ce363fad34097aa78293a57f4aefcbcc0
Author: Anton Vinogradov <av...@apache.org>
Date:   2017-01-24T11:44:33Z

    IGNITE-3699 (Backported from master) CreatedExpiryPolicy doesn't work if entry is loaded from store

commit 3db0971d7d32798aeb3ce5dd8c0b3246a895fe91
Author: devozerov <vo...@gridgain.com>
Date:   2017-01-24T13:45:59Z

    IGNITE-4598: Hadoop: implemented raw comparator for BytesWritable key type. This closes #1457.

commit f25f85afb9d9d5e91116086a6b3998a5bbb082b9
Author: Andrey Novikov <an...@gridgain.com>
Date:   2017-01-25T06:58:57Z

    IGNITE-4520 Added credential request for authentication on proxy.
    
    (cherry picked from commit ef04f35)

commit ccc0f41794bfd2deecc3e0bd042f82d81c9809d0
Author: Vasiliy Sisko <vs...@gridgain.com>
Date:   2017-01-20T09:22:24Z

    IGNITE-4548 CacheJdbcStore: support mapping of enum types.
    
    (cherry picked from commit f1fca3a)

commit 6f6ff397c8a2fb3f1041958a3338294cb44af998
Author: Andrey Novikov <an...@gridgain.com>
Date:   2017-01-25T09:48:05Z

    IGNITE-1596 Fixed version sort.
    
    (cherry picked from commit 128ba07)

commit 9d9e61fc9db0f79daaa87b7ec2c89c652bd3beaa
Author: sboikov <sb...@gridgain.com>
Date:   2017-01-25T11:37:57Z

    Added benchmark IgnitePutOffHeapIndexedValue8Benchmark.

commit f5e601e2973bfa81593241e55e4b6f97c0e55c3c
Author: dkarachentsev <dk...@gridgain.com>
Date:   2017-01-26T07:18:34Z

    IGNITE-4036 - Fix. Near cache is not expired together with corresponding server cache

commit 898fa150c7e2a663685abf37c6d1bcd547910f0e
Author: Andrey Novikov <an...@gridgain.com>
Date:   2017-01-27T04:30:49Z

    IGNITE-4622 Fixed generation in domain model for cache store.
    
    (cherry picked from commit 43007d5)

commit 83ad0943edf6a0e07d1b07c889492bce4932f9d1
Author: Anton Vinogradov <av...@apache.org>
Date:   2017-01-27T14:44:57Z

    Minor javadoc 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 #1580: GridGain 1.9.1

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

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


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