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/23 12:12:20 UTC

[jira] [Commented] (IGNITE-3333) IGFS: Allow for ATOMIC data cache.

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

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

GitHub user tledkov-gridgain opened a pull request:

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

    IGNITE-3333  IGFS: Allow for ATOMIC data cache.

    

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

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

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

    https://github.com/apache/ignite/pull/1108.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 #1108
    
----
commit 29f508b17eb383a1c910c72e7d5056564acc37c2
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-23T07:59:55Z

    IGNITE-3925: Output process ID to the log on node start.

commit 40f647258a10fa8b42ac6fda67d6fa4db71b8100
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-09-08T15:58:31Z

    IGNITE-3874 sync putIfAbsent forever blocked on all nodes after one node is stopped

commit 062ecd75908131084e27883f3f160f3504e92165
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-23T11:05:17Z

    IGNITE-3931: IGFS: Test fixes for PROXY mode. This closes #1102.

commit 4ff401b555f067dbbdf810f1a43228d174d2f238
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-23T11:05:27Z

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

commit cac4720ca49922cc96b526d94820f42d38789e4c
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-23T08:42:00Z

    IGNITE-3333 IGFS: Allow for ATOMIC data cache

----


> IGFS: Allow for ATOMIC data cache.
> ----------------------------------
>
>                 Key: IGNITE-3333
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3333
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: IGFS
>    Affects Versions: 1.6
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>            Priority: Critical
>              Labels: performance
>             Fix For: 1.8
>
>
> Currently data cache must be transactional. It means that some updates even on single key will require 2PC. Instead, it makes sense to try change update logic to work always on single keys. In this case we will be able to switch to ATOMIC cache, what could improve performance dramatically.



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