kafka-connect-solr icon indicating copy to clipboard operation
kafka-connect-solr copied to clipboard

Exiting WorkerSinkTask due to unrecoverable exception

Open ramyogi opened this issue 4 years ago • 17 comments

When there is a problem with Message and SOLR is not able to index and returns exception so we get in to the below , How do we resolve this and skipping this message and move forward. Even if I restart it is keep stuck with this message, In my connector configuration , Like this, Still it is stuck. behavior.on.malformed.documents=warn solr.commit.within=100 errors.tolerance=all errors.log.enable=true

org.apache.kafka.connect.errors.ConnectException: Exiting WorkerSinkTask due to unrecoverable exception. at org.apache.kafka.connect.runtime.WorkerSinkTask.deliverMessages(WorkerSinkTask.java:560) at org.apache.kafka.connect.runtime.WorkerSinkTask.poll(WorkerSinkTask.java:321) at org.apache.kafka.connect.runtime.WorkerSinkTask.iteration(WorkerSinkTask.java:224) at org.apache.kafka.connect.runtime.WorkerSinkTask.execute(WorkerSinkTask.java:192)

ramyogi avatar Dec 20 '19 12:12 ramyogi