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

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

GitHub user voipp opened a pull request:

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

    IGNITE-4380

    

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

    $ git pull https://github.com/voipp/ignite IGNITE-4380

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

    https://github.com/apache/ignite/pull/4231.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 #4231
    
----
commit c80eb2fa3b2f12f514058eb759be6cc7b90106f2
Author: voipp <alkuznetsov.sb@...>
Date:   2018-06-14T15:37:18Z

    #draft

commit 0c7d5ee8cad09aaa4444446de8b12d7c5ed7c688
Author: voipp <alkuznetsov.sb@...>
Date:   2018-06-18T09:29:54Z

    #loggings

commit f77bb3feb23d46cf3af80631b9423e965929e79d
Author: voipp <alkuznetsov.sb@...>
Date:   2018-06-20T13:06:22Z

    #setting value into tx entry on primary prepare

commit eeaa6f6ba9a60184e01752bb1774a2109bba939f
Author: voipp <alkuznetsov.sb@...>
Date:   2018-06-20T13:06:48Z

    Revert "#loggings"
    
    This reverts commit 0c7d5ee

commit 96a41ffa8b1201607d986da1eccae02fdf69a2bb
Author: voipp <alkuznetsov.sb@...>
Date:   2018-06-20T13:07:31Z

    #fix

commit 0f6e6366c3b61bc4341fccaa85c2e70c1cea649a
Author: voipp <alkuznetsov.sb@...>
Date:   2018-06-20T13:50:09Z

    #added writeVal flag. If this flag is enabled, than TxEntry.val will be 
marshalled and included into dht prepare message

----


> Cache invoke calls can be lost
> ------------------------------
>
>                 Key: IGNITE-4380
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4380
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.0
>            Reporter: Semen Boikov
>            Assignee: Alexey Kuznetsov
>            Priority: Critical
>              Labels: MakeTeamcityGreenAgain
>
> * Recently added test 
> GridCacheAbstractFullApiSelfTest.testInvokeAllMultithreaded fails on TC in 
> various configurations with transactional cache.
> Example of failure 
> GridCacheReplicatedOffHeapTieredMultiNodeFullApiSelfTest.testInvokeAllMultithreaded:
> {noformat}
> junit.framework.AssertionFailedError: expected:<20000> but was:<10868>
>     at junit.framework.Assert.fail(Assert.java:57)
>     at junit.framework.Assert.failNotEquals(Assert.java:329)
>     at junit.framework.Assert.assertEquals(Assert.java:78)
>     at junit.framework.Assert.assertEquals(Assert.java:234)
>     at junit.framework.Assert.assertEquals(Assert.java:241)
>     at junit.framework.TestCase.assertEquals(TestCase.java:409)
>     at 
> org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest.testInvokeAllMultithreaded(GridCacheAbstractFullApiSelfTest.java:342)
>     at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source)
>     at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at junit.framework.TestCase.runTest(TestCase.java:176)
>     at 
> org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:1803)
>     at 
> org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:118)
>     at 
> org.apache.ignite.testframework.junits.GridAbstractTest$4.run(GridAbstractTest.java:1718)
>     at java.lang.Thread.run(Thread.java:745)
> {noformat}



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

Reply via email to