You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[POOL-418] The maximum wait time for GenericObjectPool.borrowObject(*)
may exceed expectations due to a spurious thread wakeup
- Revisit this issue with 2 changes
- The remaining duration was incorrectly calculated and the method did
not end up waiting long enough
- Recompute the remaining duration an additional time when we block when
exhausted
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
48
48
<releaseversion="2.12.2"date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
49
49
<!-- FIX -->
50
50
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).</action>
51
+
<actiontype="fix"issue="POOL-418"dev="ggregory"due-to="Gary Gregory">The maximum wait time for GenericObjectPool.borrowObject(*) may exceed expectations due to a spurious thread wakeup.</action>
51
52
<!-- ADD -->
52
53
<!-- UPDATE -->
53
54
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 81.</action>
0 commit comments