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

Redis schema history can fail upon startup

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.3.0.Final
    • None
    • core-library
    • None
    • False
    • None
    • False

      The Redis schema history has implemented retry mechanism in case of errors.
      The problem is that if connections fails then the retry mechanism is not in place.

      There is

                  catch (RedisClientConnectionException e) {
                      LOGGER.warn("Attempting to reconnect to Redis");
                      this.connect();
                  }
      

      If this connect() call fails then the schema history and connector fail regardless of retry settings.

            Unassigned Unassigned
            jpechane Jiri Pechanec
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: