[Bug 59797] Per thread error hash grows indefinitely

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 59797] Per thread error hash grows indefinitely

2017-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 NateC changed: What|Removed |Added Attachment #34597|0 |1 is obsolete|

[Bug 59797] Per thread error hash grows indefinitely

2017-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 --- Comment #8 from NateC --- Created attachment 34597 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34597&action=edit Native only patch to release ssl errors on thread exit I took a look at how openssl implemented error releasing in

[Bug 59797] Per thread error hash grows indefinitely

2016-07-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 --- Comment #7 from Christopher Schultz --- (In reply to Konstantin Kolinko from comment #6) > ERR_remove_thread_state() can be called with an explicit thread id. If we > know ids for threads that completed execution (and are gc'ed) we can perf

[Bug 59797] Per thread error hash grows indefinitely

2016-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 --- Comment #6 from Konstantin Kolinko --- The thread pool patch has RAT / checkstyle issues. The native side patch has the following fragment: > #if (OPENSSL_VERSION_NUMBER < 0x1000L) || defined(OPENSSL_USE_DEPRECATED) > ERR_remove_s

[Bug 59797] Per thread error hash grows indefinitely

2016-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 --- Comment #5 from Mark Thomas --- Just adding some notes... Fixing it in Tomcat means an additional native call (relatively slow) for every call to clean the current thread. Fixing it in native means a call to clean after every read or writ

[Bug 59797] Per thread error hash grows indefinitely

2016-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #4 from Remy Mauchera

[Bug 59797] Per thread error hash grows indefinitely

2016-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 --- Comment #3 from Mark Thomas --- Created attachment 34007 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34007&action=edit Patch that triggers cleaning via the thread pool -- You are receiving this mail because: You are the assigne

[Bug 59797] Per thread error hash grows indefinitely

2016-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 --- Comment #2 from Mark Thomas --- Created attachment 34006 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34006&action=edit Patch to clean the thread on every access -- You are receiving this mail because: You are the assignee for t

[Bug 59797] Per thread error hash grows indefinitely

2016-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 --- Comment #1 from Mark Thomas --- Created attachment 34005 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34005&action=edit Patch to expose the thread cleaning method For discussion... -- You are receiving this mail because: You ar