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/14 16:00:22 UTC

[GitHub] ignite pull request #869: ignite-1525

GitHub user avinogradovgg opened a pull request:

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

    ignite-1525

    

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

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

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

    https://github.com/apache/ignite/pull/869.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 #869
    
----
commit d36a2e51e3aa3105dff73839c84e52a531fbd918
Author: Denis Magda <dm...@gridgain.com>
Date:   2016-03-24T17:07:48Z

    IGNITE-2849: BinaryObjectBuilder doesn't properly check metadata

commit 9e62b667e73396d3affbc4d1e62449d07d08ec8b
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-03-29T11:56:21Z

     IGNITE-2801 Coordinator floods network with partitions full map exchange messages

commit 85a675b7bfbc54745ee9ce95d5786b5bae5be963
Author: iveselovskiy <iv...@gridgain.com>
Date:   2016-01-18T14:28:42Z

    IGNITE-1788: Removed duplicate check of a single invariant from IgfsProcessor.  This closes #221.

commit 0e753c38a986cbd46eb24845808ec1d0fc7d1dea
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-02-10T09:38:43Z

    IGNITE-2575: Added validation of IGFS endpoint port value. This closes #469.

commit 99028b509c736b79faac7fb8104b1bc3cfe30720
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-03T09:56:55Z

    IGFS: Minor refactoring.

commit 219238f2793a3f3f9f5705a065c67510c286df1c
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-03T10:25:43Z

    IGNITE-2754: IGFS: Created separate processor for listing remove operation.

commit ff5b68ca69050817794ef4b142c955a186e03de9
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-14T07:19:23Z

    IGNITE-2781: IGFS: Force "copyOnRead=false" for meta and data caches.

commit 37c4d508c9e40dcba274ae1625d7bf59bfeef144
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-14T08:49:03Z

    IGNITE-2810: IGFS: Striped trash directory to reduce contention during removals.

commit 54e6991cb1d0b68c4490dede603c9e3ba7cc3b9e
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-14T09:05:39Z

    IGNITE-2810: IGFS: Minor correction to IgfsUtils.isRootOrTrashId() method.

commit 8083391be726c2bbc27e018983ca713e4b25e2a2
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-14T10:17:58Z

    IGNITE-2814: IGFS: File lock/unlock/reserve operations are no longer require put/replace on cache. Thin entry processors are used instead.

commit a7c1f44420ae96f183abc2e17125f0c9aa0775d5
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-14T12:57:28Z

    IGNITE-2828: IGFS: Introduced processor for "updateTimes" operation.

commit ba30ddbc599d67f398ffba1263d174f5b58b4b7d
Author: thatcoach <pp...@list.ru>
Date:   2016-03-15T17:46:13Z

    IGNITE-2838: IGFS: Opimized format of IgfsListingEntry. Now it contains only file ID and boolean flag endicating whether this a directory or file.

commit 4f7e3c1c2e82596a26cec3b3587991ae18078b64
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-16T06:14:49Z

    IGNITE-2817: IGFS: Optimized "updateProperties" and several other cache operations. Reafactored IgfsMetaManager a bit to simplify work with cache.

commit 3e59321ef0ae1d936d94f8f804db45ceeff55844
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-16T09:31:37Z

    IGNITE-2842: IGFS: Optimized create/mkdirs operations with help of entry processors.

commit f57f3657b1da33abf28f885cd405780dabfd57e3
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-16T10:22:07Z

    IGNITE-2846: IGFS: Reworked IgfsMetaManager.updateInfo() operation to use "invoke" instead of "put".

commit 8a93c3bf1687e6f2de1a4391d95366d733a44a7d
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-18T13:38:45Z

    IGNITE-2860: IGFS: Reworked base meta operations.

commit 8e9e790e482b8911142bf8b21fa3ad7267a62db6
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-18T14:07:58Z

    IGNITE-2834: IGFS: Implemented optional metadata co-location.

commit bfa7bf6c3d693406f1dd5121488796687aebbe7d
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-18T14:45:48Z

    IGNITE-2813: IGFS: Optimized metadata values splitting file and directory into separate classes.

commit 8de40f2f8649c9ffecf86202f9fd4efbc3827e83
Author: thatcoach <pp...@list.ru>
Date:   2016-03-18T18:15:04Z

    IGNITE-2860: IGFS: Fixed minor bug in append() operation.

commit 9a4b5bd720c5ed1f96b82a457fa3eaed1bdbb132
Author: thatcoach <pp...@list.ru>
Date:   2016-03-19T18:13:35Z

    IGNITE-2861: IGFS: Moved metadata processors into separate top-level classes to simplify code. Also cleaned up IgfsMetaManager from unused code.

commit 2cd0dcb37ce43a4cb07885ddfb2e72392fc814a7
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-21T07:29:20Z

    IGNITE-2836: IGFS: Ensured that metadata can be serialized through BinaryMarshaller in the most efficient way.

commit 76191ff39456a30246df3aca7c026773d00a8446
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-21T07:36:26Z

    IGNITE-2861: Added missing Apache headers.

commit ee5ea53bf9c4ad897459466e0b9b5447fc93ec2a
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-22T06:20:32Z

    IGNITE-2869: IGFS: Slightly improved serialization of IgfsListingEntry.

commit 218132dc0c3764966294a5f29ad480af4af7b0ff
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-22T06:23:29Z

    IGNITE-2868: IGFS: Increased trash concurrency from 16 to 64.

commit e886ad0aa800cddb3308fa5f8400902e5879ee3c
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-22T07:28:13Z

    IGNITE-2811: IGFS: Optimized properties handling.

commit 8d95ebacaa01f3f9271a1ce0d1b991dfead1d0c1
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-22T09:06:51Z

    IGNITE-2871: IGFS: Removed "path" from IgfsEntryInfo. Purge event is never fired now, it will be fixed as a part of IGNITE-1679.

commit b286facc4b8c44ab1628039dded6c7527760df73
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-22T09:34:35Z

    IGNITE-2806: IGFS: Implemented relaxed consistency model.

commit 26f115734e7262d4b4b60f1c6016783f67c66986
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-22T09:46:23Z

    IGFS: Added misssing "final" modifiers to FileSystemConfiguration defaults.

commit 00a0e4b51c299871ff690bbe6d462cf80dae045e
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-03-24T07:35:43Z

    IGNITE-2878: IGFS: Optimzied serialization of IgfsListingEntry and properties map.

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.

----


---
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 #869: ignite-1525

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

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


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