You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/30 13:49:04 UTC

[jira] [Commented] (GEODE-110) DistributedTransactionDUnitTest.testPutAllWithTransactions failed with CommitIncompleteException

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

ASF subversion and git services commented on GEODE-110:
-------------------------------------------------------

Commit 64a9bd411058127571be61809e0e28d9ce174e2a in incubator-geode's branch refs/heads/develop from Vivek Bhaskar
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=64a9bd4 ]

GEODE-172: Fixing an intermittent failure as reported by closing cache after each individual test.

Also temporarily taking care of an assertion failure that is reflected in GEODE-110 and GEODE-141 that are still under investigation.


> DistributedTransactionDUnitTest.testPutAllWithTransactions failed with CommitIncompleteException
> ------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-110
>                 URL: https://issues.apache.org/jira/browse/GEODE-110
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Kirk Lund
>            Assignee: vivek bhaskar
>
> {code}
> com.gemstone.gemfire.disttx.DistributedTransactionDUnitTest > testPutAllWithTransactions FAILED
>     dunit.RMIException: While invoking com.gemstone.gemfire.disttx.DistributedTransactionDUnitTest$33.call in VM 0 running on Host pietas.apache.org with 4 VMs
>         at dunit.VM.invoke(VM.java:359)
>         at dunit.VM.invoke(VM.java:303)
>         at dunit.VM.invoke(VM.java:271)
>         at com.gemstone.gemfire.disttx.DistributedTransactionDUnitTest.execute(DistributedTransactionDUnitTest.java:118)
>         at com.gemstone.gemfire.disttx.DistributedTransactionDUnitTest.testPutAllWithTransactions(DistributedTransactionDUnitTest.java:983)
>         Caused by:
>         com.gemstone.gemfire.cache.CommitIncompleteException: Incomplete commit of transaction TXId: pietas(30637)<v362>:53897:3.  Caused by the following exceptions:  From member: pietas(30663)<v366>:34083 com.gemstone.gemfire.distributed.internal.ReplyException: From pietas(30663)<v366>:34083: com.gemstone.gemfire.cache.UnsupportedOperationInTransactionException: Expected entry size of 1 for region /__PR/_B__customerPRRegion_3 during a distributed transaction but got 2
>         	at com.gemstone.gemfire.internal.cache.TXMessage.process(TXMessage.java:114)
>         	at com.gemstone.gemfire.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:371)
>         	at com.gemstone.gemfire.distributed.internal.DistributionMessage.schedule(DistributionMessage.java:434)
>         	at com.gemstone.gemfire.distributed.internal.DistributionManager.scheduleIncomingMessage(DistributionManager.java:3862)
>         	at com.gemstone.gemfire.distributed.internal.DistributionManager.handleIncomingDMsg(DistributionManager.java:3486)
>         	at com.gemstone.gemfire.distributed.internal.DistributionManager$MyListener.messageReceived(DistributionManager.java:4683)
>         	at com.gemstone.gemfire.distributed.internal.membership.jgroup.JGroupMembershipManager.processMessage(JGroupMembershipManager.java:2160)
>         	at com.gemstone.gemfire.distributed.internal.membership.jgroup.JGroupMembershipManager.handleOrDeferMessage(JGroupMembershipManager.java:2069)
>         	at com.gemstone.gemfire.distributed.internal.membership.jgroup.JGroupMembershipManager$MyDCReceiver.messageReceived(JGroupMembershipManager.java:668)
>         	at com.gemstone.gemfire.distributed.internal.direct.DirectChannel.receive(DirectChannel.java:804)
>         	at com.gemstone.gemfire.internal.tcp.TCPConduit.messageReceived(TCPConduit.java:835)
>         	at com.gemstone.gemfire.internal.tcp.Connection.dispatchMessage(Connection.java:3932)
>         	at com.gemstone.gemfire.internal.tcp.Connection.processNIOBuffer(Connection.java:3515)
>         	at com.gemstone.gemfire.internal.tcp.Connection.runNioReader(Connection.java:1827)
>         	at com.gemstone.gemfire.internal.tcp.Connection.run(Connection.java:1702)
>         	at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)