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

Redis runs OOM log in wrong scenario

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.9.0.Beta1
    • None
    • debezium-server
    • None
    • False
    • False

    Description

      From the source code:

      if (jde.getMessage().equals("EXECABORT Transaction discarded because of previous errors.") ||
              (jde.getMessage().equals("EXECABORT Transaction discarded because of: OOM command not allowed when used memory > 'maxmemory'."))) {
          LOGGER.error("Redis runs OOM", jde);
      }

       

      First message does not mean an OOM error but and OOM error is logged anyway. It should be avoided (or, some other error message can be put).

      Attachments

        Activity

          People

            Unassigned Unassigned
            sazzad16 M Sazzadul Hoque (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: