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

Built-in database filter throws NPE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 0.10.0.Beta3
    • None
    • mysql-connector
    • None

                      } else if (filters.databaseFilter().test(databaseName) || databaseName == null || "".equals(databaseName)) {
      

      databaseFilter() is checked before null check. This will cause null pointer excepiton and the snapshot will stop.

              jpechane Jiri Pechanec
              jhaohai 浩海 蒋 (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: