Evidence of Resource Leak?
Cantor, Scott
cantor.2 at osu.edu
Tue Feb 10 11:08:00 EST 2015
> - Refactored attribute resolver config to use springResource
> - logback logging for jetty
It's not logback (I use that with V2), but I think it's the former. You'll recall in the recent bug report that I noted I think we have a leak there, those contexts never get torn down. And they may well hold the file handle against the resource in the context, not sure about that one. That would seem like a Spring bug to do that, but not a major once since we shouldn't be leaking contexts.
Is your resolver config reloadable? If not, I'm probably wrong on the cause here.
-- Scott
More information about the dev
mailing list