Re: [POOL] Use of Exception for caller class info

2017-03-04 Thread Gary Gregory
On Mar 4, 2017 12:27 PM, "Matt Sicker" wrote: Added to trunk. Looks like we should do a new release soon as there are several resolved issues for 2.4.3. +1 Gary On 3 March 2017 at 14:08, Matt Sicker wrote: > I remember that :) > > On 3 March 2017 at 12:15, Gary Gregory wrote: > >> Hi Matt

Re: [POOL] Use of Exception for caller class info

2017-03-04 Thread Matt Sicker
Added to trunk. Looks like we should do a new release soon as there are several resolved issues for 2.4.3. On 3 March 2017 at 14:08, Matt Sicker wrote: > I remember that :) > > On 3 March 2017 at 12:15, Gary Gregory wrote: > >> Hi Matt, >> >> Feel free to hack on this yourself as all Apache Com

Re: [POOL] Use of Exception for caller class info

2017-03-03 Thread Matt Sicker
I remember that :) On 3 March 2017 at 12:15, Gary Gregory wrote: > Hi Matt, > > Feel free to hack on this yourself as all Apache Committers have karma > within Apache Commons. > > Gary > > On Fri, Mar 3, 2017 at 9:58 AM, Mark Thomas wrote: > > > On 03/03/2017 16:13, Matt Sicker wrote: > > > I s

Re: [POOL] Use of Exception for caller class info

2017-03-03 Thread Gary Gregory
Hi Matt, Feel free to hack on this yourself as all Apache Committers have karma within Apache Commons. Gary On Fri, Mar 3, 2017 at 9:58 AM, Mark Thomas wrote: > On 03/03/2017 16:13, Matt Sicker wrote: > > I started using commons-pool 2 yesterday to implement connection pooling > > for Elastics

Re: [POOL] Use of Exception for caller class info

2017-03-03 Thread Matt Sicker
Created . I should be able to implement this over the weekend hopefully. On 3 March 2017 at 12:05, Matt Sicker wrote: > Ok, glad to hear it's nothing specific. I'll make a ticket to track this. > > On 3 March 2017 at 11:58, Mark Thomas wrote: > >>

Re: [POOL] Use of Exception for caller class info

2017-03-03 Thread Matt Sicker
Ok, glad to hear it's nothing specific. I'll make a ticket to track this. On 3 March 2017 at 11:58, Mark Thomas wrote: > On 03/03/2017 16:13, Matt Sicker wrote: > > I started using commons-pool 2 yesterday to implement connection pooling > > for Elasticsearch (mainly for health checking, though

Re: [POOL] Use of Exception for caller class info

2017-03-03 Thread Mark Thomas
On 03/03/2017 16:13, Matt Sicker wrote: > I started using commons-pool 2 yesterday to implement connection pooling > for Elasticsearch (mainly for health checking, though who knows where this > internal project ends up going) and I noticed that Exception is used to > track users of objects from the

[POOL] Use of Exception for caller class info

2017-03-03 Thread Matt Sicker
I started using commons-pool 2 yesterday to implement connection pooling for Elasticsearch (mainly for health checking, though who knows where this internal project ends up going) and I noticed that Exception is used to track users of objects from the pool. In Log4j, we use a myriad of strategies t