[
https://issues.apache.org/jira/browse/TINKERPOP-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355699#comment-15355699
]
ASF GitHub Bot commented on TINKERPOP-1352:
-------------------------------------------
GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/352
TINKERPOP-1352 Fixed logic in ConnectionPool that was preventing it from
growing.
https://issues.apache.org/jira/browse/TINKERPOP-1352
Also, fixed a bug (an invalid FastNoSuchElementException) in Gremlin
Server that would only appear when the server paused writes to an overwhelmed
client. No new tests to validate as the driver doesn't have a good way to
inspect the pool size. Had to test manually, however
```text
mvn clean install && mvn verify -pl gremlin-server
-DskipIntegrationTests=false
```
passed so there were no regressions.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1352
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/352.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #352
----
----
> Connection Pool doesn't always grow
> ------------------------------------
>
> Key: TINKERPOP-1352
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1352
> Project: TinkerPop
> Issue Type: Bug
> Components: driver
> Affects Versions: 3.1.2-incubating
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Critical
> Fix For: 3.1.3, 3.2.1
>
>
> With certain configurations (that aren't terribly intuitive) of the driver,
> the connection pool won't grow properly - this includes the default
> configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)