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
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---