[midPoint-git] [Evolveum/midpoint] 08b949: Fix caching configuration for multithreaded tasks

mederly noreply at github.com
Fri May 24 13:03:47 CEST 2019


  Branch: refs/heads/feature/optimizing-repo-access
  Home:   https://github.com/Evolveum/midpoint
  Commit: 08b9498880351a7d6c9a7014682c55099e8263e0
      https://github.com/Evolveum/midpoint/commit/08b9498880351a7d6c9a7014682c55099e8263e0
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-05-24 (Fri, 24 May 2019)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/cache/CacheConfigurationManager.java
    M repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/RepositoryCache.java
    M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/task/AbstractSearchIterativeResultHandler.java
    M repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/util/SimpleTaskAdapter.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/perf/SqlPerformanceMonitorImpl.java
    M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/Task.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskQuartzImpl.java
    M testing/story/src/test/java/com/evolveum/midpoint/testing/story/ldap/TestLdapAssociationPerformance.java
    A testing/story/src/test/resources/ldap/assoc-perf/system-configuration-no-role-cache.xml
    A testing/story/src/test/resources/ldap/assoc-perf/task-recompute-4.xml

  Log Message:
  -----------
  Fix caching configuration for multithreaded tasks

Task-specific caching profiles in worker threads were not applied.
These threads were running with system-wide (global) caching
configuration.




More information about the midPoint-svn mailing list