Replies: 3 comments 1 reply
-
Can you please share:
That will allow us to analyze the issue and reproduce / fix it if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
attached the log and configuration for kafak connect and connector. strimzi-crash.log |
Beta Was this translation helpful? Give feedback.
1 reply
-
thanks i opened an issue #8046 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, after upgrading my strimzi from version 0.25.0 to version 0.33.0, I'm trying to use the autoRestart feature but after restarting a connector for the first time, my strimzi operator crash due to null pointer exception.
2023-02-05 13:56:25 INFO AbstractConnectOperator:696 - Reconciliation #1(watch) KafkaConnect(kafka/connect-cluster): Restarted connector inventory-connector
2023-02-05 13:56:25 ERROR ContextBase: - Unhandled exception
java.lang.NullPointerException: null
at io.vertx.core.json.JsonObject.(JsonObject.java:71) ~[io.vertx.vertx-core-4.3.6.jar:4.3.6]
at io.strimzi.operator.cluster.operator.assembly.AbstractConnectOperator.maybeUpdateConnectorStatus(AbstractConnectOperator.java:955) ~[io.strimzi.cluster-operator-0.33.0.jar:0.33.0]
at io.strimzi.operator.cluster.operator.assembly.AbstractConnectOperator.lambda$reconcileConnectorAndHandleResult$16(AbstractConnectOperator.java:471) ~[io.strimzi.cluster-operator-0.33.0.jar:0.33.0
don't know if its related or not, but i don't see the autoRestart status in my kafkaconnector, only in the spec.
Any idea what i might be doing wrong ?
Beta Was this translation helpful? Give feedback.
All reactions