GitHub user AMashenkov opened a pull request:

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

    Ignite-2560

    

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

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

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

    https://github.com/apache/ignite/pull/970.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 #970
    
----
commit 9ae083ce24dea51d7d941052e58e38bf879095c6
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-10T14:52:16Z

    Ingite-2560 rebased to 1.6.5

commit c2568d5ff1a07a5c3ba15d09105e164870222087
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-10T17:31:56Z

    IGNITE-2560: minor changes

commit 1d0cbb45cd61c5c8e6ec926d7e629eb94111b32f
Author: vd-pyatkov <[email protected]>
Date:   2016-08-11T05:43:50Z

    IGNITE-3618: Client can not load data after server restarts. This closes 
#941.

commit 1139a9f76b5d37073261d729a15b1fbec674d48d
Author: vozerov-gridgain <[email protected]>
Date:   2016-08-11T05:47:48Z

    Added missing license.

commit 373d0f9dcbefce46968a935801165da7373099c9
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-11T12:04:38Z

    IGNITE-2560: fix some bugs

commit b5880deca381b817e27de0e1466740755ac634cc
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-11T12:04:38Z

    IGNITE-2560: fix some bugs

commit 4808e1b63ecd9a4074e8b73c14cc675ad960d471
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-11T15:52:19Z

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

commit 0b69f1404949faab42834f93e3f362ee70c325cc
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-11T18:16:56Z

    IGNITE-2560: fix some bugs

commit 8db9cc6828366e5d1423f975880f39df44b29abe
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-12T14:07:15Z

    IGNITE-2560: fix some bugs

commit 0b4ffdbcce63e5ce53572f71af967cff300d5670
Author: vozerov-gridgain <[email protected]>
Date:   2016-08-14T15:18:40Z

    IGNITE-2852: Fixed TreeMap and TreeSet serialization.

commit 89bce0fc5cb3dba56626c7088e607d0b25c3353c
Author: vozerov-gridgain <[email protected]>
Date:   2016-06-30T10:14:16Z

    IGNITE-3021: IGFS: Fixed failiing 
IgfsStreamsSelfTest.testCreateFileColocated() test. Failure as caused by 
misconfiguration.

commit 78aa065b4c7b05381b1fa31159b74969ec4a2bfe
Author: vozerov-gridgain <[email protected]>
Date:   2016-07-21T10:15:35Z

    IGNITE-826: Removed HadoopHashMapSelfTest.testAllocation() as it tested 
nothing.

commit f87ca482420fc1e6ffcb000a227717142d24e270
Author: vozerov-gridgain <[email protected]>
Date:   2016-07-21T10:15:41Z

    IGNITE-826: Removed HadoopHashMapSelfTest.testAllocation() as it tested 
nothing.

commit 9ddf9d846f52a4e8fc433643409993884c70ce37
Author: vozerov-gridgain <[email protected]>
Date:   2016-07-21T13:00:45Z

    IGNITE-466: IGFS: Added "IgfsMode mode(IgfsPath)" method.

commit dc81069ba9ebb88bc11cf6917e8733cc1f6de2fb
Author: Ivan Veselovskiy <[email protected]>
Date:   2016-08-02T08:11:24Z

    IGNITE-3343: IGFS: Secondary file system is not queried for statuses during 
MKDIRS and CREATE operations. This closes #896.

commit ae54e36f27719f46d1d276f62a977c3f8d053b44
Author: tledkov-gridgain <[email protected]>
Date:   2016-08-04T14:04:41Z

    IGNITE-3331 IGFS: Route client tasks to primary node when metadata 
co-location is enabled. This closes #921.

commit 970137b1db7dc6c5e546581e22e428ae15c86513
Author: vozerov-gridgain <[email protected]>
Date:   2016-08-05T12:05:32Z

    IGNITE-3631: IGFS: Now metadata co-location is used for PARTITIONED cache 
as well.

commit 4d876a7560060c892908da447178e97bfe12ca9c
Author: vozerov-gridgain <[email protected]>
Date:   2016-08-05T12:05:43Z

    IGNITE-3631: IGFS: Now metadata co-location is used for PARTITIONED cache 
as well.

commit f5a040a01280c654df1fc4789cc39ff1ac2d32a4
Author: tledkov-gridgain <[email protected]>
Date:   2016-08-09T07:01:56Z

    IGNITE-3332: IGFS: Optimized file unlock routine with help of a client 
callable. This closes #916.

commit 5cf3bea32a25ccc78641f083aa7f1ac81b4187ba
Author: vozerov-gridgain <[email protected]>
Date:   2016-08-15T10:40:41Z

    IGNITE-1926: IGFS: Implemented local secondary file system.

commit 278633eced6d8039b5be4a18eefe6c65650aba4f
Author: Yakov Zhdanov <[email protected]>
Date:   2016-08-15T11:27:22Z

    IGNITE-3688: Fixed visiblity issue in GridCacheIoManager.idxClsHandlers.

commit 852fb103892a8245c86e844d4d2157cd63f9f306
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-15T17:00:23Z

    IGNITE-2560: fix some bugs
    Fixed: deploy service on single client node fails.
    Fixed: continuous wait inside opened PESSIMISTIC transaction.

commit 09a3922d57f9a4c8fbe6c1056f3ea128869c250e
Author: vozerov-gridgain <[email protected]>
Date:   2016-08-16T09:52:09Z

    IGNITE-3692: IGFS: Test fixes.

commit a9ed6b6866a12d8abdd96a26efb27878bcab471d
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-15T17:00:23Z

    IGNITE-2560: fix some bugs
    Fixed: deploy service on single client node fails.
    Fixed: continuous wait inside opened PESSIMISTIC transaction.
    Fixed: tests with NearOnly cache configured fails due to incorrect service 
deployment .

commit a3473a3bae5ec744069a80c6d03ca4be9578ff37
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-16T13:51:56Z

    Merge remote-tracking branch 'origin/ignite-2560' into ignite-2560
    
    # Conflicts:
    #   
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java

commit 36cd4bef6b25dbb607a98c854cf88ab5f711c566
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-16T13:51:56Z

    Merge remote-tracking branch 'origin/ignite-2560' into ignite-2560
    
    # Conflicts:
    #   
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java

commit c72e8218ab4a8d5ac9e427d8cf426b1d100c2f90
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-16T14:19:13Z

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

commit 710d4d436b6ab0f2bdf99e2daaed7356b4fa130c
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-16T14:19:13Z

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

commit 3cae8eaac110bb24d21e4dbf5d27f390f8e4331a
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-16T15:43:46Z

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

commit 847d2b04bc9b158aec657dbd8b40c6a4de8677c2
Author: Andrey V. Mashenkov <[email protected]>
Date:   2016-08-17T10:39:46Z

    Fix bug: Ioc processor ignores resource annotations which are not contained 
in any ResourceSet

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to