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/11/18 16:19:58 UTC

[jira] [Commented] (IGNITE-4246) .NET: IgniteDbConfiguration initializes incorrectly

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

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

GitHub user ptupitsyn opened a pull request:

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

    IGNITE-4246 .NET: Fix IgniteDbConfiguration initialization

    

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

    $ git pull https://github.com/ptupitsyn/ignite ignite-4246

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

    https://github.com/apache/ignite/pull/1249.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 #1249
    
----
commit 797f558ddf8cdc06b73fab59b9cfab62a3654226
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T14:45:53Z

    Fix multiple subscriptions

commit 154bb48dc76b7cc452178e2378d3f2374829e223
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T14:56:34Z

    InitializeIgniteCaching static method

commit ccb05ee6a7e019fc240d90663ba822a22ee07e4b
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T15:35:45Z

    Add a check

commit c393330f2f249417e51467403862f18076ead76f
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T15:39:10Z

    wip

commit c8d4c0faa47c1363a830ff44c046f9d92b616459
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T15:41:40Z

    wip

commit 521549d6e287163dd00bc30cab677bc2cc9cdedc
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T15:48:15Z

    Refactor AddInterceptor call

commit bc7325f56ca36c642a3fc0470b32614fd8f7f0e2
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T15:55:19Z

    wip

commit 0a3663ef2dc062881476db9308f467935db749b8
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T15:58:19Z

    wip

commit a1234e8b1d4e29d6604af72658d6592881c7f5fc
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T16:06:35Z

    wip extra tests

commit 9b5356797d3b7bd3e72a2f971a48e0c093956b0a
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T16:11:40Z

    wip

commit bd2988906432dd6f038119da4a9d6c03b6e99d07
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-11-18T16:17:10Z

    Test done

----


> .NET: IgniteDbConfiguration initializes incorrectly
> ---------------------------------------------------
>
>                 Key: IGNITE-4246
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4246
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 1.8
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 1.8
>
>
> 1) Loaded event handler is static. We should avoid subscribing multiple times.
> 2) Loaded event handler should check whether context in question actually needs caching
> 3) Add a way to configure EF caching without inheriting IgniteDbConfiguration



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