stroom distribution v5.0-beta.60
Pre-release-
Issue #484 : Remove custom finalize() methods to reduce memory overhead
-
Issue #475 : Fix memory leak of java.io.File references when proxy aggregation runs
-
Issue #470 : You can now correctly add destinations directly to the pipeline 'Source' element to enable raw streaming.
-
Issue #487 : Search result list trimming was throwing an illegal argument exception
Comparison method violates its general contract, this should now be fixed. -
Issue #488 : Permissions are now elevated to 'Use' for the purposes of reporting the data source being queried.
-
Migrated to ehcache 3.4.0 to add options for off-heap and disk based caching to reduce memory overhead.
-
Caches of pooled items no longer use Apache Commons Pool.
-
Issue #401 : Reference data was being cached per user to ensure a user centric view of reference data was being used. This required more memory so now reference data is built in the context of the internal processing user and then filtered during processing by user access to streams.
-
The effective stream cache now holds 1000 items.
-
Reduced the amount of cached reference data to 100 streams.
-
Reduced the number of active queries to 100.
-
Removed Ehcache and switched to Guava cache.