You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2019/03/13 18:02:00 UTC

[jira] [Created] (POOL-362) Always null out org.apache.commons.pool2.impl.BaseGenericObjectPool.evictionIterator to match org.apache.commons.pool2.impl.BaseGenericObjectPool.evictor

Gary Gregory created POOL-362:
---------------------------------

             Summary: Always null out org.apache.commons.pool2.impl.BaseGenericObjectPool.evictionIterator to match org.apache.commons.pool2.impl.BaseGenericObjectPool.evictor
                 Key: POOL-362
                 URL: https://issues.apache.org/jira/browse/POOL-362
             Project: Commons Pool
          Issue Type: Improvement
            Reporter: Gary Gregory


Always null out old {{org.apache.commons.pool2.impl.BaseGenericObjectPool.evictionIterator}} to match nulling out the {{org.apache.commons.pool2.impl.BaseGenericObjectPool.evictor}} when {{org.apache.commons.pool2.impl.BaseGenericObjectPool.startEvictor(long)}} is called.

Bullet-proof org.apache.commons.pool2.impl.EvictionTimer.cancel(Evictor, long, TimeUnit) to allow a null evictor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)