You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alexander Murmann (Jira)" <ji...@apache.org> on 2022/05/20 18:21:00 UTC

[jira] [Updated] (GEODE-10325) Benchmarks fail with UnmarshalException caused by EOFException

     [ https://issues.apache.org/jira/browse/GEODE-10325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Murmann updated GEODE-10325:
--------------------------------------
    Labels: needsTriage  (was: )

> Benchmarks fail with UnmarshalException caused by EOFException
> --------------------------------------------------------------
>
>                 Key: GEODE-10325
>                 URL: https://issues.apache.org/jira/browse/GEODE-10325
>             Project: Geode
>          Issue Type: Bug
>          Components: benchmarks
>    Affects Versions: 1.14.3, 1.14.4, 1.14.5, 1.15.0
>            Reporter: Hale Bales
>            Priority: Major
>              Labels: needsTriage
>
> This is a blanket ticket for all benchmark failures due to this cause. It will be cleaner to track here than the tickets for individual tests.
> The failure has the following stack trace and has been occurring for a long time.
> {code:java}
> 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:98)
>             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:96)
>                 ... 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.20.7#820007)