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 2018/04/16 14:08:00 UTC

[jira] [Commented] (IGNITE-6075) CacheLoadingConcurrentGridStartSelfTest sometimes fails

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

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

GitHub user 1vanan opened a pull request:

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

    IGNITE-6075 'CacheLoadingConcurrentGridStartSelfTest sometimes fails'

    

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

    $ git pull https://github.com/1vanan/ignite IGNITE-6075

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

    https://github.com/apache/ignite/pull/3829.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 #3829
    
----
commit 658f27c3c536729dc132067cbd299319bf7d4f67
Author: Fedotov <va...@...>
Date:   2018-04-11T14:41:51Z

    change iterations

commit 70c6b763ee394c5ff8854fb9cfe39daec139755d
Author: Fedotov <va...@...>
Date:   2018-04-16T14:03:59Z

    add remap count

----


> CacheLoadingConcurrentGridStartSelfTest sometimes fails
> -------------------------------------------------------
>
>                 Key: IGNITE-6075
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6075
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.1
>            Reporter: Igor Seliverstov
>            Assignee: Ivan Fedotov
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>
> Seems that not all keys are in a cache after loading via DataStreamer
> {{CacheLoadingConcurrentGridStartSelfTest.testLoadCacheWithDataStreamerSequential}}
> {noformat}
> [2017-08-15 13:25:38,435][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Streaming 300000'th entry.
> [2017-08-15 13:25:39,277][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Streaming 400000'th entry.
> [2017-08-15 13:25:40,100][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Streaming 500000'th entry.
> [2017-08-15 13:25:40,866][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Streaming 600000'th entry.
> [2017-08-15 13:25:41,666][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Streaming 700000'th entry.
> [2017-08-15 13:25:42,453][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Streaming 800000'th entry.
> [2017-08-15 13:25:43,211][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Streaming 900000'th entry.
> [2017-08-15 13:25:43,944][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Data loaded.
> [2017-08-15 13:26:06,518][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Actual cache size: 999998
> [2017-08-15 13:26:06,519][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Missed key info:8fe76132-b563-4b7e-b611-386f5de00004 primary=true backup=false local peek=null
> [2017-08-15 13:26:06,519][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Missed key info:b774fe8f-849a-4b1f-abf6-26acd5f00002 primary=false backup=false local peek=null
> [2017-08-15 13:26:06,519][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Missed key info:d4f4a4ae-a1e3-4c6b-90b8-823898c00003 primary=false backup=false local peek=null
> [2017-08-15 13:26:06,519][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Missed key info:17a2d999-045e-4e58-8be6-55930a300000 primary=false backup=false local peek=null
> [2017-08-15 13:26:06,519][INFO ][test-runner-#54053%distributed.CacheLoadingConcurrentGridStartSelfTest%][root] Missed key info:e18c8fb1-c972-4a75-901c-818bbf900001 primary=false backup=true local peek=null
> {noformat}



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