You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Geode Integration (Jira)" <ji...@apache.org> on 2021/09/29 13:54:00 UTC

[jira] [Commented] (GEODE-8760) P2pPartitionedPutBenchmark fails with UnmarshalException

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

Geode Integration commented on GEODE-8760:
------------------------------------------

Seen on support/1.14 in [benchmark-base #47|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-14-main/jobs/benchmark-base/builds/47].

> P2pPartitionedPutBenchmark fails with UnmarshalException
> --------------------------------------------------------
>
>                 Key: GEODE-8760
>                 URL: https://issues.apache.org/jira/browse/GEODE-8760
>             Project: Geode
>          Issue Type: Bug
>          Components: benchmarks
>    Affects Versions: 1.14.0
>            Reporter: Bill Burcham
>            Priority: Major
>
> {code:java}
> > Task :geode-benchmarks:benchmark
> org.apache.geode.benchmark.tests.P2pPartitionedPutBenchmark > run() FAILED
>     java.util.concurrent.CompletionException: java.lang.RuntimeException: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: 
>       java.io.EOFException
>         at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
>         at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
>         at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1643)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>         Caused by:
>         java.lang.RuntimeException: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: 
>           java.io.EOFException
>             at org.apache.geode.perftest.jvms.rmi.Controller.lambda$onWorker$0(Controller.java:89)
>             at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
>             ... 3 more
>             Caused by:
>             java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: 
>               java.io.EOFException
>                 at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:254)
>                 at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164)
>                 at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:235)
>                 at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:180)
>                 at com.sun.proxy.$Proxy13.execute(Unknown Source)
>                 at org.apache.geode.perftest.jvms.rmi.Controller.lambda$onWorker$0(Controller.java:87)
>                 ... 4 more
>                 Caused by:
>                 java.io.EOFException
>                     at java.io.DataInputStream.readByte(DataInputStream.java:267)
>                     at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:240)
>                     ... 9 more
> {code}



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