[midPoint-git] [Evolveum/midpoint] e501f4: Fix CacheCounterManager memleak (MID-6343)

mederly noreply at github.com
Thu Jun 25 12:34:45 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: e501f450e127e05909aaeab90d52af535e18e8bb
      https://github.com/Evolveum/midpoint/commit/e501f450e127e05909aaeab90d52af535e18e8bb
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/JobExecutor.java

  Log Message:
  -----------
  Fix CacheCounterManager memleak (MID-6343)

Counters are cleaned up for all tasks (not only for lightweight
partitioning ones).

Cherry-picked from b6ce9f3203b0f2db753f26266239a4102f67e761.


  Commit: 2ee8f556acccaf882e6f10b650c1d086a4e90833
      https://github.com/Evolveum/midpoint/commit/2ee8f556acccaf882e6f10b650c1d086a4e90833
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/self/PageSelfDashboard.java

  Log Message:
  -----------
  Remove loading work items and cases (MID-6344)

The loadWorkItems() and loadMyRequests() methods on PageDashboard
were doing unconstrained searches for work items and cases, leading
to consumption of huge amounts (hundreds of MBs) of heap.

Output of the methods was not used anyway, so here we simple
deleted them.

Cherry-picked from 5241d3a32e9bd6590393f1c9f94fc5a0ba023cad.


Compare: https://github.com/Evolveum/midpoint/compare/164bc5a8e02d...2ee8f556accc


More information about the midPoint-svn mailing list