You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by iveselovskiy <gi...@git.apache.org> on 2016/07/07 19:14:40 UTC

[GitHub] ignite pull request #859: Ignite 3414 tests

GitHub user iveselovskiy opened a pull request:

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

    Ignite 3414 tests

    ignite-3414-tests, PRQ for tests .

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

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

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

    https://github.com/apache/ignite/pull/859.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 #859
    
----
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.

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.

----


---
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 #859: Ignite 3414 tests

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

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


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