Phil Steitz created POOL-300:
--------------------------------
Summary: Abandoned object stack traces may not be written
Key: POOL-300
URL: https://issues.apache.org/jira/browse/POOL-300
Project: Commons Pool
Issue Type: Bug
Affects Versions: 2.3, 2.2, 2.1, 2.0, 2.4.1
Reporter: Phil Steitz
Fix For: 2.4.2
When writing stack traces for abandoned object tracking, DefaultPooledObject
does not flush the Printwriter. The default Printwriter in AbandonedConfig is
System.out without autoflush enabled. This means that stack traces may not be
effectively logged (if there is just one, for example).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)