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

Treat SQLServerException with "Broken pipe (Write failed)" exception message as a retriable exception

    XMLWordPrintable

Details

    • False
    • None
    • False

    Description

      Feature request or enhancement

      For feature requests or enhancements, provide this information, please:

      Which use case/requirement will be addressed by the proposed feature?

      By implementing this enhancement an SQL connector task will go through the retry process instead of stopping immediately when an SQLServerException with "Broken pipe (Write failed)" message is encountered.

      Implementation ideas (optional)

      Append the following to this line - https://github.com/morozov/debezium/blob/a20ed7a573126b642f90a38e5294b8578bb40c42/debezium-connector-sqlserver/src/main/java/io/debezium/connector/sqlserver/SqlServerErrorHandler.java#L30

      throwable.getMessage().contains("Broken pipe (Write failed)")

      Attachments

        Activity

          People

            Unassigned Unassigned
            srprathipati Shiva Prathipati (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: