Re: AbstractJdbc2ResultSet.FAST_NUMBER_FAILED brings class loader leak

From: Kohei Nozaki <kyle(at)nailedtothex(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: AbstractJdbc2ResultSet.FAST_NUMBER_FAILED brings class loader leak
Date: 2015-10-13 13:04:52
Message-ID: 561D0174.2020504@nailedtothex.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Vladimir,

Thank you for the fix, I've just confirmed that the class loader leak
has been fixed. Now all of the WebappClassLoaders are garbage collected
cleanly.

Regards,
Kohei

On 10/13/15 0:58, Vladimir Sitnikov wrote:
> Kohei,
>
> Thanks for the detailed testcase.
>
> I've filed a pull request to fix the problem:
> https://github.com/pgjdbc/pgjdbc/pull/397
>
>
> Vladimir
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Victor Wagner 2015-10-14 10:41:51 Patch: Implement failover on libpq connect level.
Previous Message Dave Cramer 2015-10-13 12:34:43 Re: UTF8 is a better option than US-ASCII for the default encoding of PGStream