[
https://issues.apache.org/jira/browse/TINKERPOP-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014952#comment-18014952
]
ASF GitHub Bot commented on TINKERPOP-3181:
-------------------------------------------
Cole-Greer commented on PR #3187:
URL: https://github.com/apache/tinkerpop/pull/3187#issuecomment-3201334192
VOTE +1
> Allow Client initialization to succeed even if minPoolSize is not met
> ---------------------------------------------------------------------
>
> Key: TINKERPOP-3181
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3181
> Project: TinkerPop
> Issue Type: Bug
> Components: driver
> Affects Versions: 3.7.4
> Reporter: Stephen Mallette
> Assignee: Stephen Mallette
> Priority: Major
>
> If the {{ConnectionPool}} encounters a failure of just 1 {{Connection}} given
> the {{minPoolSize}} it will close the pool and leave the {{Client}} in a
> state of host unavailability. That seems heavy handed, particularly if most
> of the {{minPoolSize}} is filled. Change it so that the pool is allowed to
> succeed in initialization on error so long as it is not empty. Normal driver
> recovery can then kick in.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)