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

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

GitHub user andrey-kuznetsov opened a pull request:

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

    IGNITE-9710 Ignite watchdog service handles longrunning cache creation

    

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

    $ git pull https://github.com/andrey-kuznetsov/ignite ignite-9710

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

    https://github.com/apache/ignite/pull/4962.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 #4962
    
----
commit 2eb31c9d1680ecb7a3c16284c96fc4641e330dba
Author: Andrey Kuznetsov <stkuzma@...>
Date:   2018-10-11T15:09:13Z

    IGNITE-9710 Added blocking sections in GridDhtPartitionsExchangeFuture#init.

commit 269bc84894138d654fe448ca93b09369e9878e3d
Author: Andrey Kuznetsov <stkuzma@...>
Date:   2018-10-11T16:21:44Z

    Merge branch 'master' into ignite-9710
    
    # Conflicts:
    #   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java

commit d667c11853a212fb3bad41d4f7be933f4ff35dc1
Author: Andrey Kuznetsov <stkuzma@...>
Date:   2018-10-11T18:10:33Z

    IGNITE-9710 Fixing blocking sections.

----


> Ignite watchdog service handles longrunning cache creation
> ----------------------------------------------------------
>
>                 Key: IGNITE-9710
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9710
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.6
>            Reporter: Vyacheslav Daradur
>            Assignee: Andrey Kuznetsov
>            Priority: Major
>             Fix For: 2.7
>
>         Attachments: LongRunningCacheCreationTest.java
>
>
> Ignite watchdog service introduced by IGNITE-6587 handles long running cache 
> creation.
> Action in {{GridDhtPartitionsExchangeFuture#init}} may take significant time 
> and possibly should be covered by blocking section of warchdog service.
> Reproducer was attached: [^LongRunningCacheCreationTest.java].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to