[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-23 Thread Rory O'Donnell
On 21/01/2017 16:56, Mark Thomas wrote: On 21/01/2017 09:31, Konstantin Kolinko wrote: 2017-01-09 23:58 GMT+03:00 Mark Thomas : All, As a result of a thread on the users list, a memory leak has been discovered in java.util.concurrent.ForkJoinPool.commonPool. It appears that use of this pool

Re: Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread Mark Thomas
On 21/01/2017 09:31, Konstantin Kolinko wrote: > 2017-01-09 23:58 GMT+03:00 Mark Thomas : >> All, >> >> As a result of a thread on the users list, a memory leak has been >> discovered in java.util.concurrent.ForkJoinPool.commonPool. It appears >> that use of this pool is hard-coded in multiple plac

Re: Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread Konstantin Kolinko
2017-01-09 23:58 GMT+03:00 Mark Thomas : > All, > > As a result of a thread on the users list, a memory leak has been > discovered in java.util.concurrent.ForkJoinPool.commonPool. It appears > that use of this pool is hard-coded in multiple places such as > Collection.parallelStream().forEach(). >

[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Konstantin Kolinko changed: What|Removed |Added Component|Catalina|Catalina Target Milestone|-

[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konstanti

[Bug 60620] New: [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Bug ID: 60620 Summary: [JRE] Memory leak found in java.util.concurrent.ForkJoinPool Product: Tomcat 9 Version: 9.0.0.M15 Hardware: PC Status: NEW

Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-09 Thread Mark Thomas
All, As a result of a thread on the users list, a memory leak has been discovered in java.util.concurrent.ForkJoinPool.commonPool. It appears that use of this pool is hard-coded in multiple places such as Collection.parallelStream().forEach(). I have some ideas about how to work-around the leaks