JackrayWang commented on issue #14592:
URL: https://github.com/apache/pulsar/issues/14592#issuecomment-1061342389
error log is as follows.
```
ERROR org.apache.pulsar.functions.runtime.process.ProcessRuntime - Extracted
Process death exception
java.lang.RuntimeException:
at
org.apache.pulsar.functions.runtime.process.ProcessRuntime.tryExtractingDeathException(ProcessRuntime.java:404)
~[org.apache.pulsar-pulsar-functions-runtime-2.9.1.jar:2.9.1]
at
org.apache.pulsar.functions.runtime.process.ProcessRuntime.isAlive(ProcessRuntime.java:391)
~[org.apache.pulsar-pulsar-functions-runtime-2.9.1.jar:2.9.1]
at
org.apache.pulsar.functions.runtime.RuntimeSpawner.lambda$start$0(RuntimeSpawner.java:88)
~[org.apache.pulsar-pulsar-functions-runtime-2.9.1.jar:2.9.1]
at
org.apache.pulsar.common.util.Runnables$CatchingAndLoggingRunnable.run(Runnables.java:53)
[org.apache.pulsar-pulsar-common-2.9.1.jar:2.9.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.72.Final.jar:4.1.72.Final]
at java.lang.Thread.run(Thread.java:834) [?:?]
2022-03-08T10:27:13,185+0800 [function-timer-thread-61-1] ERROR
org.apache.pulsar.functions.runtime.RuntimeSpawner -
public/default/elasticsearch-test-sink Function Container is dead with
following exception. Restarting.
java.lang.RuntimeException:
at
org.apache.pulsar.functions.runtime.process.ProcessRuntime.tryExtractingDeathException(ProcessRuntime.java:404)
~[org.apache.pulsar-pulsar-functions-runtime-2.9.1.jar:2.9.1]
at
org.apache.pulsar.functions.runtime.process.ProcessRuntime.isAlive(ProcessRuntime.java:391)
~[org.apache.pulsar-pulsar-functions-runtime-2.9.1.jar:2.9.1]
at
org.apache.pulsar.functions.runtime.RuntimeSpawner.lambda$start$0(RuntimeSpawner.java:8
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]