Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-4524

Connectors stays with just one process.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Major
    • None
    • None
    • mysql-connector
    • None
    • False
    • False

    Description

      Hello debezium team.

       

      We are having a problem the the connectorsin one of our servers.

      Right now we have some with this status:

      {
        "name": "ing_qas",
        "connector":

      {     "state": "RUNNING",     "worker_id": "************************"   }

      ,
        "tasks": [
         

      {       "id": 0,       "state": "FAILED",       "worker_id": "************************",       "trace": "org.apache.kafka.connect.errors.ConnectException: Tolerance exceeded in error handler\n\tat org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndHandleError(RetryWithToleranceOperator.java:206)\n\tat org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execute(RetryWithToleranceOperator.java:132)\n\tat org.apache.kafka.connect.runtime.WorkerSourceTask.convertTransformedRecord(WorkerSourceTask.java:316)\n\tat org.apache.kafka.connect.runtime.WorkerSourceTask.sendRecords(WorkerSourceTask.java:342)\n\tat org.apache.kafka.connect.runtime.WorkerSourceTask.execute(WorkerSourceTask.java:256)\n\tat org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:189)\n\tat org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:238)\n\tat java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat java.lang.Thread.run(Thread.java:748)\nCaused by: org.apache.kafka.common.config.ConfigException: Invalid value org.apache.kafka.common.errors.InvalidConfigurationException: Schema being registered is incompatible with an earlier schema for subject \"ing_qas.ing.users-value\"; error code: 409 for configuration Failed to access Avro data from topic ing_qas.ing.users :\n\tat io.confluent.connect.avro.AvroConverter.fromConnectData(AvroConverter.java:98)\n\tat org.apache.kafka.connect.storage.Converter.fromConnectData(Converter.java:63)\n\tat org.apache.kafka.connect.runtime.WorkerSourceTask.lambda$convertTransformedRecord$3(WorkerSourceTask.java:316)\n\tat org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndRetry(RetryWithToleranceOperator.java:156)\n\tat org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndHandleError(RetryWithToleranceOperator.java:190)\n\t... 11 more\n"     }

        ],
        "type": "source"
      }

       

      We set to NONE the vale for compatibility:

      curl -X PUT -H "Content-Type: application/vnd.schemaregistry.v1+json"   --data '{"compatibility": "NONE"}'   http://localhost:8081/config

      It doesn't check previous schema but we need first to check with you if other release/parameter or command could solve it.

       

      Kind regards

      Adrian

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            joseadriang Jose Adrian Garrido Puertas (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: