You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by tledkov-gridgain <gi...@git.apache.org> on 2016/09/05 08:46:52 UTC

[GitHub] ignite pull request #1030: IGNITE-3163 IGFS: Add working directory notion.

GitHub user tledkov-gridgain opened a pull request:

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

    IGNITE-3163 IGFS: Add working directory notion.

    

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

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

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

    https://github.com/apache/ignite/pull/1030.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 #1030
    
----
commit edc2947d7340cac4a3c90fa726c23d5d47798ab9
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-25T10:07:03Z

    IGNITE-3191: IGFS: Improved error logging for operations in dual mode.

commit 2f1747d726da87b67f6c5323b3e64762d56398cb
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-27T11:40:17Z

    Merge remote-tracking branch 'upstream/gridgain-7.6.1' into gridgain-7.6.1

commit 1bb8b647264593034659b7db929c2664dec603e1
Author: sboikov <sb...@gridgain.com>
Date:   2016-05-27T11:21:01Z

    ignite-3116 Fixed NodeStoppingException in GridDhtGetFuture.
    (cherry picked from commit 303d3ca)

commit 47c575c8696d51b675a16aa260ec9d398e0a68e9
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-05-30T09:42:37Z

    Added benchmark property file.

commit 00e2dda9a850f74178ee893a3acf74ddc30d4a13
Author: nikolay_tikhonov <nt...@gridgain.com>
Date:   2016-05-30T11:45:38Z

    Updated benchmark property file.

commit a28e16e24adb0a03df959830517db84d2505c481
Author: Vladislav Pyatkov <vl...@gmail.com>
Date:   2016-05-31T07:01:46Z

    IGNITE-3190: OffHeap cache metrics doesn't work properly for OFFHEAP_TIRED mode.
    Reviewed and merged by Denis Magda (dmagda@gridgain.com)
    (cherry picked from commit 7533dfc)

commit 56c605622dbecf71f3ee87cc41a16d2ee87e92d3
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-26T08:15:48Z

    IGNITE-3200: Resolved classloader leak.

commit a815067a0e8e7cfc9f49c57efe2b2eba562e9071
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-31T07:23:00Z

    IGNITE-3202: Hadoop: Implemented user name mappers.

commit 421cf03b03276d0ab6c32ef6665d547746446dfc
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-31T07:40:24Z

    7.5.24: Added missing JavaDocs.

commit 167e47781f65c056b9d273eea52d268bc9a8fa0b
Author: Denis Magda <dm...@gridgain.com>
Date:   2016-05-31T10:50:06Z

    IGNITE-2708: fix tests that don't create unique IndexingSPI per node
    (cherry picked from commit f90e424)

commit 21bdf3148f05481d86e77e13b282ac44c6c3a059
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-31T10:54:32Z

    Added pacajge info for java.org.apache.ignite.hadoop.util package.

commit 3ca9febeb2bf53d17b6dea739938cff40c5fa67d
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-05-31T11:03:48Z

    Merge remote-tracking branch 'upstream/gridgain-7.6.1' into gridgain-7.6.1

commit f175d3c670025bd619ec347dba2a5c5f68f4cc32
Author: Vladislav Pyatkov <vl...@gmail.com>
Date:   2016-06-02T13:14:10Z

    IGNITE-2655: AffinityFunction: primary and backup copies in different locations
    Reviewed and merged by Denis Magda (dmagda@gridgain.com)

commit 1da14369c886ed12dbe0fc9b2c4d5a568c76b6b2
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-06-02T14:02:09Z

     IGNITE-3183 ScanQuery and localEntries are ignored keepBinary flag in OFFHEAP_TIERED mode

commit e0cf0fcc954a39dad5b0f1969488a7b372ef8f94
Author: Ignite Teamcity <ig...@apache.org>
Date:   2016-06-02T16:16:31Z

    1.7.0-SNAPSHOT

commit 91862c7c05bd37e287df1b2b6fb00e5cd2cfbb71
Author: MaBiao <ma...@gmail.com>
Date:   2016-06-03T08:55:14Z

    IGNITE-3229: fixing link in Class GridCacheStoreValueBytesSelfTest. This closes #770.

commit 9df1b905cd86384c1d191785d70a8e5c8e741e48
Author: Valentin Kulichenko <va...@gmail.com>
Date:   2016-06-02T13:03:12Z

    IGNITE-3232 - Inline transformers for IgniteRDD.savePairs and IgniteRDD.saveValues

commit 7fc1a7f8ecba07869f8706091f076079dd83cb8e
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2016-06-02T19:52:39Z

    IGNITE-3232 - Fixed the number of iterations to find an affinity key.

commit 2485d86f63bb2149e8881d3f48c13fb7784c29b0
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-06-02T13:56:20Z

    IGNITE-3175 BigDecimal fields are not supported if query is executed from IgniteRDD: fix java.sql.Date mapping

commit 8ea0598c6b5ce9e81ccd114df7246ba17e26817e
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-02T06:11:09Z

    IGNITE-3228: Hadoop: workaround/fix for inefficient memory usage.

commit 150e0d3b3ab1b01483b5e44ff28198a51fa35e68
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-02T08:47:38Z

    IGNITE-3228: Minor fix.

commit 0d623830e0d67be5f0874f704155367d2d9de45b
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-05T17:57:15Z

    IGFS-3246: IGFS: Infrastructure for client optimizations.

commit 14c80a162419931f589f23dae60f2590f0f425a6
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-05T18:19:40Z

    Merge remote-tracking branch 'upstream/gridgain-7.6.1' into gridgain-7.6.1

commit fdc3aa6e6f1f163351ef1200e18faed7db96d218
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-05T18:00:53Z

    IGNITE-3247: IGFS:  Optimized non-stream client operations.

commit 6f99b14ea00bd99ec07014f4cda3f43edc562da7
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-05T18:04:03Z

    IGNITE-3248: Optimized fileIds() usage.

commit dc34b6f11b1b850ad6cdfcaa3d34e27e9c6deebf
Author: Denis Magda <dm...@gridgain.com>
Date:   2016-06-06T07:31:59Z

    IGNITE-3240: fixed serialization of String and other primitive arrays by CacheObjectBinaryProcessorImpl
    
    (cherry picked from commit 9e9252c2e4ed7380b3933909ac297f6618708980)

commit 3d3bf080bbb5d5a35a9a6cb641a7b1b11867b538
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-06T07:36:26Z

    IGNITE-3247: IGFS:  Minor fixes after merge.

commit 4799b2601e5928bbb6854f462ae02a6f8935852d
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-06T07:36:45Z

    Merge remote-tracking branch 'upstream/gridgain-7.6.1' into gridgain-7.6.1

commit 4e82af8a57d7a627e4d019273f8c5a40574694d3
Author: sboikov <sb...@gridgain.com>
Date:   2016-06-06T11:23:02Z

    ignite-3212 More debug logging on exchange timeout. Fixed issue in GridCacheTxRecoveryFuture with message send failure and late discovery event.

commit 4804db9ca806ee7c743f5f54d6eac37163513759
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-06-06T12:40:59Z

    IGNITE-3256: IGFS: Removed "exists" check during input stream close.

----


---
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 #1030: IGNITE-3163 IGFS: Add working directory notion.

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

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


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