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

Redis runs OOM log in wrong scenario

XMLWordPrintable

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

      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).

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

              Created:
              Updated:
              Resolved: