GitHub user divya-nsurely closed a discussion: Golang | Pulsar Functions
Runtime Death Exception
I am getting the below error while running a pulsar function created using GO
SDK.
Function Container is dead with following exception. Restarting.
java.lang.RuntimeException:
at
org.apache.pulsar.functions.runtime.process.ProcessRuntime.tryExtractingDeathException(ProcessRuntime.java:400)
~[org.apache.pulsar-pulsar-functions-runtime-2.10.1.jar:2.10.1]
at
org.apache.pulsar.functions.runtime.process.ProcessRuntime.isAlive(ProcessRuntime.java:387)
~[org.apache.pulsar-pulsar-functions-runtime-2.10.1.jar:2.10.1]
at
org.apache.pulsar.functions.runtime.RuntimeSpawner.lambda$start$0(RuntimeSpawner.java:88)
~[org.apache.pulsar-pulsar-functions-runtime-2.10.1.jar:2.10.1]
at
org.apache.pulsar.common.util.Runnables$CatchingAndLoggingRunnable.run(Runnables.java:54)
[org.apache.pulsar-pulsar-common-2.10.1.jar:2.10.1]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
[?:?]
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
[?:?]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[io.netty-netty-common-4.1.77.Final.jar:4.1.77.Final]
at java.lang.Thread.run(Thread.java:829) [?:?]
GitHub link: https://github.com/apache/pulsar/discussions/18649
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]