You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2007/01/22 06:30:07 UTC

svn commit: r498529 - /jakarta/commons/proper/dbcp/trunk/release-notes.jsl

Author: psteitz
Date: Sun Jan 21 21:30:00 2007
New Revision: 498529

URL: http://svn.apache.org/viewvc?view=rev&rev=498529
Log:
Added known issues section.

Modified:
    jakarta/commons/proper/dbcp/trunk/release-notes.jsl

Modified: jakarta/commons/proper/dbcp/trunk/release-notes.jsl
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/release-notes.jsl?view=diff&rev=498529&r1=498528&r2=498529
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/release-notes.jsl (original)
+++ jakarta/commons/proper/dbcp/trunk/release-notes.jsl Sun Jan 21 21:30:00 2007
@@ -114,6 +114,29 @@
         </j:forEach>
       </j:if>
 
+<j:whitespace trim="false">
+Known Issues (signicant open issues at time of release):
+  
+* Multiple issues (DBCP-3, DBCP-5, DBCP-23, DBCP-34, DBCP-61, DBCP-134,
+  DBCP-148, DBCP-180) related to DBCP connection closing semantics. Fixing
+  these issues could break existing clients, so they have been deferred to
+  a major release.
+
+* DBCP-44. Evictor thread in GenericObjectPool has potential for deadlock. 
+  The GenericObjectPool Evictor thread can potentially cause a deadlock between
+  its connection factory and java.sql.DriverManager. The deadlock occurs when
+  the Evictor thread is trying to make enough connections to bring the pool's
+  idle connections up to what's specified in minIdle, at the same time a
+  connection is being requested through DriverManager.getConnection(). The
+  suggested workaround is to either set minIdle to 0 when using the
+  PoolingDriver or access connections directly from the pool if minIdle is
+  set to a positive number. See the bug report for details.
+
+For a full list of open DBCP issues see
+http://jakarta.apache.org/commons/dbcp/issue-tracking.html
+
+
+</j:whitespace>
       <!-- Nasty hack to detect a plugin until pom.type exists -->
       <u:available file="${basedir}/plugin.jelly">
         <j:whitespace trim="false"> 
@@ -133,7 +156,6 @@
 
       </j:whitespace>
     </j:if>
-
   </jsl:template>
   
   <jsl:template match="action" trim="true">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r498529 - /jakarta/commons/proper/dbcp/trunk/release-notes.jsl

Posted by Wendy Smoak <ws...@gmail.com>.
On 1/21/07, psteitz@apache.org <ps...@apache.org> wrote:
> Author: psteitz
> Date: Sun Jan 21 21:30:00 2007
> New Revision: 498529
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=498529
> Log:
> Added known issues section.
>
> Modified:
>     jakarta/commons/proper/dbcp/trunk/release-notes.jsl
...

> +Known Issues (signicant open issues at time of release):

s/signicant/significant/

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org