You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Eric Shu (Jira)" <ji...@apache.org> on 2020/02/12 19:32:00 UTC

[jira] [Commented] (GEODE-7795) CI: org.apache.geode.internal.cache.ClientServerTransactionDUnitTest > testTXInvalidate FAILED

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

Eric Shu commented on GEODE-7795:
---------------------------------

The two calls in accessor VM does not guarantee the same thread will invoke the call methods and could cause this issue.

The first call in the DoOpsInTX method of the test should suspend the transaction, and the second call should resume the transaction before commit to avoid this issue. 

> CI: org.apache.geode.internal.cache.ClientServerTransactionDUnitTest > testTXInvalidate FAILED
> ----------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7795
>                 URL: https://issues.apache.org/jira/browse/GEODE-7795
>             Project: Geode
>          Issue Type: Bug
>          Components: transactions
>            Reporter: Jinmei Liao
>            Priority: Major
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1566
> org.apache.geode.internal.cache.ClientServerTransactionDUnitTest > testTXInvalidate FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.RemoteTransactionDUnitTest$23.call in VM 2 running on Host 23c4cc3723bd with 4 VMs
>         Caused by:
>         java.lang.IllegalStateException: Thread does not have an active transaction
>     org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.RemoteTransactionDUnitTest$2.call in VM 0 running on Host 23c4cc3723bd with 4 VMs
>         Caused by:
>         java.lang.AssertionError: Event never occurred after 30000 ms: 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)