ppawel commented on issue #35126: URL: https://github.com/apache/beam/issues/35126#issuecomment-2939332724
Also I see a related exception, looks like an exception in exception handler related to the first one? ``` java.lang.NullPointerException: Cannot invoke "java.util.concurrent.CompletableFuture.completeExceptionally(java.lang.Throwable)" because the return value of "org.apache.beam.fn.harness.status.BeamFnStatusClient.access$300(org.apache.beam.fn.harness.status.BeamFnStatusClient)" is null at org.apache.beam.fn.harness.status.BeamFnStatusClient$InboundObserver.onError(BeamFnStatusClient.java:300) at org.apache.beam.vendor.grpc.v1p69p0.io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:481) at org.apache.beam.vendor.grpc.v1p69p0.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:564) at org.apache.beam.vendor.grpc.v1p69p0.io.grpc.internal.ClientCallImpl.access$100(ClientCallImpl.java:72) at org.apache.beam.vendor.grpc.v1p69p0.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:729) at org.apache.beam.vendor.grpc.v1p69p0.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:710) at org.apache.beam.vendor.grpc.v1p69p0.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) at org.apache.beam.vendor.grpc.v1p69p0.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org