Closed ylansegal closed 8 years ago
this is coming from JRuby - one can come up with some sophisticated cleanup on re-deploys but generally it should not leak. if it does it's more likely a JRuby issue itself.
Thanks for looking into it. I'll open an issue with JRuby.
after https://github.com/jruby/jruby/pull/4215 ... the obvious "NONE" ones should go away
While doing a tomcat restart on one of our production servers today, we noticed a warning:
Our project is running a Rails application on JRuby 9.1.5.0. This is the first tomcat restart after the application migrated from 1.7.23 and also upgraded
jruby-rack-worker
.My research suggest that this issue is stems from Tomcat trying to verify that there are no ThreadLocal references that are left dangling as described in Stackoverflow and that commit c0fedc424e7b7aad5bcec64cc7f437c6664a2ce7 might have inadvertently introduced this issue.
Your work on this library is much appreciated.