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

Only log an error when the dump folder is provided but doesn't exist

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Low

      Bug report

      For bug reports, provide this information, please:

      What Debezium connector do you use and what version?

      IBMi connector 3.3.0-SNAPSHOT

      What is the connector configuration?

      {
        "name": "xxx-1",
        "config":

      {     "connector.class": "io.debezium.connector.db2as400.As400RpcConnector",     "tasks.max": "1",     "database.hostname": "xxx.xx.xx.xx",     "database.dbname": "xxxxxxx",     "port": "",     "database.user": "xxxxx",     "database.password": "xxxxx",     "database.from_ccsid": 37,     "database.to_ccsid": 285,     "database.driver.secure": true,     "database.secure": false,     "secure": false,     "database.schema": "xxx",     "poll.interval.ms": 2000,     "snapshot.mode": "initial",     "table.include.list": "xxx.DEMO",     "transforms": "unwrap,schemarename",     "transforms.schemarename.type": "com.fnz.kakfa.smt.RepackageJavaFriendlySchemaRenamer",     "transforms.schemarename.package": "com.fnz.debezium.schema",     "transforms.unwrap.type": "io.debezium.transforms.ExtractNewRecordState",     "transforms.unwrap.drop.tombstones": "false",     "transforms.unwrap.delete.handling.mode": "rewrite",     "key.converter.schema.registry.url": "http://msschema-registry:8080/apis/ccompat/v7/",     "value.converter.schema.registry.url": "http://msschema-registry:8080/apis/ccompat/v7/",     "key.converter": "io.confluent.connect.avro.AvroConverter",     "value.converter": "io.confluent.connect.avro.AvroConverter",     "snapshot.max.threads": 4,     "topic.creation.default.cleanup.policy": "compact",     "topic.creation.default.retention.ms": -1,     "topic.creation.default.replication.factor": 1,     "topic.creation.default.partitions": 1,     "field.name.adjustment.mode": "avro",     "topic.prefix": "xxx.servers.jhc.co.uk",     "signal.enabled.channels": "source,kafka",     "signal.data.collection": "xxx.xxx.DEBEZIUM_SIGNAL",     "signal.kafka.topic": "xxx-1-signal",     "signal.kafka.bootstrap.servers": "mskafka:9092",     "signal.kafka.basic.auth.credentials.source": "USER_INFO"   }

      }

      What is the captured database version and mode of deployment?

      N/A

      What behavior do you expect?

      An error is logged when a dump folder is provided in the configuration, but does not exist.

      What behavior do you see?

      An error was logged every time.

      Do you see the same behaviour using the latest released Debezium version?

      Yes, using latest release.

      Do you have the connector logs, ideally from start till finish?

      Can be provided.

              Unassigned Unassigned
              graya-fnz Adam Gray
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: