[
https://issues.apache.org/jira/browse/IGNITE-10779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726722#comment-16726722
]
ASF GitHub Bot commented on IGNITE-10779:
-----------------------------------------
GitHub user zzzadruga opened a pull request:
https://github.com/apache/ignite/pull/5722
IGNITE-10779 (for debug)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zzzadruga/ignite IGNITE-10779-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5722.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 #5722
----
commit b2c50ed00598a646e2daccaea0977bfe9891ce8b
Author: zzzadruga <zzzadruga@...>
Date: 2018-12-21T12:25:29Z
IGNITE-10779 Call writtenPagesCntr incrementor
commit bc1eb4900423ad69e382c946a793f136c1ef5a5a
Author: zzzadruga <zzzadruga@...>
Date: 2018-12-21T13:00:58Z
IGNITE-10779 Run PagesWriteThrottleSmokeTest.testThrottle 30 times
----
> PagesWriteThrottleSmokeTest.testThrottle is flaky
> -------------------------------------------------
>
> Key: IGNITE-10779
> URL: https://issues.apache.org/jira/browse/IGNITE-10779
> Project: Ignite
> Issue Type: Task
> Reporter: Nikolai Kulagin
> Assignee: Nikolai Kulagin
> Priority: Minor
> Labels: MakeTeamcityGreenAgain
> Fix For: 2.8
>
>
> Sometimes, at poor checkpoint write speed, put rate degrated to zero for at
> least 10 seconds with write throttling enabled. Success rate on TC = 87%.
> [Test
> details|https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=2808794487465215609&tab=testDetails]
> {code:java}
> junit.framework.AssertionFailedError: Put rate degraded to zero for at least
> 10 seconds
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.TestCase.fail(TestCase.java:227)
> at
> org.apache.ignite.internal.processors.cache.persistence.pagemem.PagesWriteThrottleSmokeTest.testThrottle(PagesWriteThrottleSmokeTest.java:217)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at junit.framework.TestCase.runTest(TestCase.java:176)
> at
> org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:2209)
> at
> org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:144)
> at
> org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:2124)
> at java.lang.Thread.run(Thread.java:748)
> {code}
> Test became flaky after IGNITE-10028.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)