This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 2cc43d8 test if waiting helps close connections
discard 21279d7 Make the first request in a synchronous fashion
discard fd9ecd4 Cleanup travis logs a bit by increasing compilation time.
discard 8d9db39 Prevent a null pointer when session kill futuer is not
present CTR
add 2d0e9e0 Some minor LICENSE/NOTICE cleanup that was missed at some
point CTR
add 6c7df78 Reduce the number of warmup rounds in benchmarks
add f49c96e Merge branch 'tp33' into tp34
add b5b48a4 Reverts TINKERPOP-2289 resolve ip address
add 25e5087 Merge remote-tracking branch 'origin/revert_tinkerpop-2289'
into tp33
add f831fd1 Merge branch 'tp33' into tp34
add 3410bb0 Bump to gmavenplus plugin 1.8.1 CTR
add bc9158c Merge branch 'tp33' into tp34
new 9aa0692 Prevent a null pointer when session kill futuer is not
present CTR
new 91e8db2 Cleanup travis logs a bit by increasing compilation time.
new aa6d5cf Make the first request in a synchronous fashion
new f9327f6 test if waiting helps close connections
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2cc43d8)
\
N -- N -- N refs/heads/travis-fix (f9327f6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.asciidoc | 1 +
gremlin-console/src/main/static/LICENSE | 2 +-
gremlin-console/src/main/static/NOTICE | 12 ++++++
gremlin-driver/pom.xml | 18 ---------
.../apache/tinkerpop/gremlin/driver/Cluster.java | 24 ++++-------
.../org/apache/tinkerpop/gremlin/driver/Host.java | 3 +-
.../apache/tinkerpop/gremlin/driver/HostTest.java | 46 +---------------------
gremlin-server/src/main/static/LICENSE | 2 +-
gremlin-server/src/main/static/NOTICE | 12 ++++++
.../benchmark/util/AbstractBenchmarkBase.java | 2 +-
pom.xml | 1 +
11 files changed, 39 insertions(+), 84 deletions(-)