You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/05 11:09:20 UTC

[jira] [Commented] (IGNITE-3423) Incorrect result of IgfsGlobalSpaceTask for unlimited IGFS

    [ https://issues.apache.org/jira/browse/IGNITE-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15464753#comment-15464753 ] 

ASF GitHub Bot commented on IGNITE-3423:
----------------------------------------

GitHub user tledkov-gridgain opened a pull request:

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

    IGNITE-3423  Incorrect result of IgfsGlobalSpaceTask for unlimited IGFS

    

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

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

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

    https://github.com/apache/ignite/pull/1032.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 #1032
    
----
commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sb...@gridgain.com>
Date:   2016-08-25T09:29:04Z

    Fixed GridQueryParsingTest.

commit 12f532986677c30a716f73aeaa7d3587dd701f55
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-01T14:05:15Z

    Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into ignite-1.6.7

commit ae7765329fd6f7d50d13183d13626f39c5682334
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-09-02T15:01:12Z

    IGNITE-2208 - Queries with object arguments doesn't work wth BinaryMarshaller.

commit 7a84ab6a9163ca31fbcfcc6d7ff27e06bf9babef
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-02T15:05:16Z

    IGNITE-3827: Removed double marshalling of keys in DataStreamerImpl.addData(Map) method.

commit 7bb961fd0a2e78334d33b6bc279c4edc323c246a
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-02T15:05:54Z

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

commit e3c4868d6737e5a0f0b90f99666242865add750c
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-02T15:23:09Z

    IGNITE-3829: Optimized affinity key field name handling.

commit e9c797fd964727882ad6f40f2a452b17ae7c857e
Author: isapego <is...@gridgain.com>
Date:   2016-09-04T13:47:40Z

    IGNITE-2946: CPP: Optimized GetNext() method for cursors. This closes #992.

commit c992213274ec5872ef7ce359efa51e26003424ad
Author: isapego <is...@gridgain.com>
Date:   2016-09-04T13:49:42Z

    IGNITE-3760: ODBC: Added tests for supported SQL92 string functions. This closes #1006.

commit d06eaa2344a753e08d1e3cb00e6b4ab83c6a9a01
Author: isapego <is...@gridgain.com>
Date:   2016-09-04T13:52:04Z

    IGNITE-3801: ODBC: Added tests for OUTER JOIN. This closes #1027.

commit f8ae67456703e63e3afc9bb5c21d81d576d59448
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-04T14:09:08Z

    IGNITE-3651 IGFS: Implemented "usedSpaceSize()" operation for local secondary file system. This closes #1009.

commit fc2fe7bf1905675258d40932a4ff649156c17488
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-04T14:12:35Z

    IGNITE-3646: IGFS: Added test for symlinked mkdirs on local secondary file system. This closes #1013.

commit df37a8e1652b7765aa50986660d9e29aac5142e0
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-05T11:07:29Z

    IGNITE-3423 Incorrect result of IgfsGlobalSpaceTask for unlimited IGFS

----


> Incorrect result of IgfsGlobalSpaceTask for unlimited IGFS
> ----------------------------------------------------------
>
>                 Key: IGNITE-3423
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3423
>             Project: Ignite
>          Issue Type: Bug
>          Components: IGFS
>    Affects Versions: 1.6
>            Reporter: Vasiliy Sisko
>            Assignee: Taras Ledkov
>             Fix For: 1.8
>
>
> Expected that result will contain configured IGFS space limit or 0 when IGFS space is unlimited. 
> Now for unlimited IGFS wrong value is returned. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)