ExportXMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • 1.12.0
    • Affects Version/s: 1.11.21
    • Component/s: backend
    • Security Level: Public (Visbile by non-authn users.)
    • None

      It seems from Atlas db that a lot of requests are not cleared by GC:

      select sb.statusCode, count(*) from request_queue rq, status_BoL sb, request_BoL rb where rq.ID = rb.request_queueID and sb.request_BoLID=rb.ID and rq.config_RequestTypeID="BOL" group by sb.statusCode;
      +------------+----------+
      | statusCode | count(*) |
      +------------+----------+
      |          0 |      184 |
      |          1 |       91 |
      |          5 |      122 |
      |         17 |     2464 |
      |         18 |  1438837 |
      |         20 |     1535 |
      |         21 |   352375 |
      +------------+----------+ 

            Assignee:
            Enrico Vianello
            Reporter:
            Enrico Vianello
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: